2021-02-18 20:42:43.983 | + ./stack.sh:main:462 : exec 2021-02-18 20:42:43.983 | + ./stack.sh:main:470 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-02-18-204243' 2021-02-18 20:42:43.983 | ++ ./stack.sh:main:462 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-02-18-204243.summary.2021-02-18-204243 2021-02-18 20:42:43.983 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 20:42:43.983 | + ./stack.sh:echo_summary:421 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-02-18-204243 2021-02-18 20:42:43.983 | + ./stack.sh:main:472 : ln -sf /opt/stack/logs/stack.sh.log.2021-02-18-204243 /opt/stack/logs/stack.sh.log 2021-02-18 20:42:43.983 | + ./stack.sh:main:473 : ln -sf /opt/stack/logs/stack.sh.log.2021-02-18-204243.summary.2021-02-18-204243 /opt/stack/logs/stack.sh.log.summary 2021-02-18 20:42:43.983 | + ./stack.sh:main:488 : check_path_perm_sanity /opt/stack 2021-02-18 20:42:43.983 | + functions:check_path_perm_sanity:583 : local real_path 2021-02-18 20:42:43.983 | ++ functions:check_path_perm_sanity:584 : readlink -f /opt/stack 2021-02-18 20:42:43.983 | + functions:check_path_perm_sanity:584 : real_path=/opt/stack 2021-02-18 20:42:43.983 | + functions:check_path_perm_sanity:585 : local rebuilt_path= 2021-02-18 20:42:43.983 | ++ functions:check_path_perm_sanity:586 : echo /opt/stack 2021-02-18 20:42:43.983 | ++ functions:check_path_perm_sanity:586 : tr / ' ' 2021-02-18 20:42:43.983 | + functions:check_path_perm_sanity:586 : for i in $(echo ${real_path} | tr "/" " ") 2021-02-18 20:42:43.983 | + functions:check_path_perm_sanity:587 : rebuilt_path=/opt 2021-02-18 20:42:43.983 | ++ functions:check_path_perm_sanity:589 : stat -c %a /opt 2021-02-18 20:42:43.983 | + functions:check_path_perm_sanity:589 : [[ 755 = 700 ]] 2021-02-18 20:42:43.983 | + functions:check_path_perm_sanity:586 : for i in $(echo ${real_path} | tr "/" " ") 2021-02-18 20:42:43.983 | + functions:check_path_perm_sanity:587 : rebuilt_path=/opt/stack 2021-02-18 20:42:43.983 | ++ functions:check_path_perm_sanity:589 : stat -c %a /opt/stack 2021-02-18 20:42:43.985 | + functions:check_path_perm_sanity:589 : [[ 755 = 700 ]] 2021-02-18 20:42:43.987 | + ./stack.sh:main:494 : trap exit_trap EXIT 2021-02-18 20:42:43.989 | + ./stack.sh:main:535 : trap err_trap ERR 2021-02-18 20:42:43.991 | + ./stack.sh:main:548 : set -o errexit 2021-02-18 20:42:43.993 | + ./stack.sh:main:551 : uname -a 2021-02-18 20:42:43.994 | Linux dv-osbrick-773686-1-smb 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-02-18 20:42:43.996 | + ./stack.sh:main:554 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-02-18 20:42:43.998 | + ./stack.sh:main:555 : rm -f /opt/stack/data/ca-bundle.pem 2021-02-18 20:42:44.001 | + ./stack.sh:main:558 : source /home/ubuntu/devstack/lib/database 2021-02-18 20:42:44.026 | + ./stack.sh:main:559 : source /home/ubuntu/devstack/lib/rpc_backend 2021-02-18 20:42:44.040 | + ./stack.sh:main:565 : fetch_plugins 2021-02-18 20:42:44.042 | + functions-common:fetch_plugins:1677 : local plugins= 2021-02-18 20:42:44.044 | + functions-common:fetch_plugins:1678 : local plugin 2021-02-18 20:42:44.046 | + functions-common:fetch_plugins:1681 : [[ -z '' ]] 2021-02-18 20:42:44.047 | + functions-common:fetch_plugins:1682 : return 2021-02-18 20:42:44.049 | + ./stack.sh:main:569 : run_phase override_defaults 2021-02-18 20:42:44.051 | + functions-common:run_phase:1759 : local mode=override_defaults 2021-02-18 20:42:44.053 | + functions-common:run_phase:1760 : local phase= 2021-02-18 20:42:44.055 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-02-18 20:42:44.056 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-02-18 20:42:44.058 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-02-18 20:42:44.060 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-02-18 20:42:44.061 | + functions-common:run_phase:1769 : local extra 2021-02-18 20:42:44.064 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-02-18 20:42:44.067 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-02-18 20:42:44.069 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-02-18 20:42:44.070 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-02-18 20:42:44.072 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-02-18 20:42:44.074 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-02-18 20:42:44.086 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:42:44.088 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-02-18 20:42:44.089 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-02-18 20:42:44.091 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-02-18 20:42:44.093 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-02-18 20:42:44.094 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-02-18 20:42:44.096 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-02-18 20:42:44.098 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-02-18 20:42:44.100 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2021-02-18 20:42:44.101 | + functions-common:run_phase:1780 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-02-18 20:42:44.103 | + functions-common:run_phase:1783 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-02-18 20:42:44.105 | + functions-common:run_phase:1784 : plugin_override_defaults 2021-02-18 20:42:44.107 | + functions-common:plugin_override_defaults:1718 : local plugins= 2021-02-18 20:42:44.108 | + functions-common:plugin_override_defaults:1719 : local plugin 2021-02-18 20:42:44.110 | + functions-common:plugin_override_defaults:1722 : [[ -z '' ]] 2021-02-18 20:42:44.112 | + functions-common:plugin_override_defaults:1723 : return 2021-02-18 20:42:44.114 | + ./stack.sh:main:572 : source /home/ubuntu/devstack/lib/apache 2021-02-18 20:42:44.131 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/tls 2021-02-18 20:42:44.133 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-02-18 20:42:44.145 | ++ functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:42:44.148 | +++ lib/tls:source:43 : hostname -f 2021-02-18 20:42:44.151 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-02-18 20:42:44.153 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-02-18 20:42:44.155 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-02-18 20:42:44.156 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-02-18 20:42:44.158 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-02-18 20:42:44.160 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-02-18 20:42:44.162 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-02-18 20:42:44.164 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-02-18 20:42:44.166 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-02-18 20:42:44.167 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-02-18 20:42:44.172 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/infra 2021-02-18 20:42:44.183 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/libraries 2021-02-18 20:42:44.199 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/lvm 2021-02-18 20:42:44.210 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/horizon 2021-02-18 20:42:44.221 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/keystone 2021-02-18 20:42:44.246 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/glance 2021-02-18 20:42:44.274 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/nova 2021-02-18 20:42:44.343 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/placement 2021-02-18 20:42:44.363 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/cinder 2021-02-18 20:42:44.394 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/swift 2021-02-18 20:42:44.439 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/neutron 2021-02-18 20:42:44.477 | WARNING: Using lib/neutron-legacy is deprecated, and it will be removed in the future 2021-02-18 20:42:44.560 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/ldap 2021-02-18 20:42:44.573 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/dstat 2021-02-18 20:42:44.585 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/tcpdump 2021-02-18 20:42:44.596 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/etcd3 2021-02-18 20:42:44.684 | + ./stack.sh:main:598 : run_phase source 2021-02-18 20:42:44.687 | + functions-common:run_phase:1759 : local mode=source 2021-02-18 20:42:44.689 | + functions-common:run_phase:1760 : local phase= 2021-02-18 20:42:44.691 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-02-18 20:42:44.693 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-02-18 20:42:44.695 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-02-18 20:42:44.697 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-02-18 20:42:44.699 | + functions-common:run_phase:1769 : local extra 2021-02-18 20:42:44.702 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-02-18 20:42:44.705 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-02-18 20:42:44.707 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-02-18 20:42:44.709 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-02-18 20:42:44.711 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-02-18 20:42:44.713 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-02-18 20:42:44.727 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:42:44.729 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-02-18 20:42:44.730 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-02-18 20:42:44.764 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2021-02-18 20:42:44.766 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2021-02-18 20:42:44.769 | + functions-common:run_phase:1780 : [[ source == \s\o\u\r\c\e ]] 2021-02-18 20:42:44.771 | + functions-common:run_phase:1781 : load_plugin_settings 2021-02-18 20:42:44.773 | + functions-common:load_plugin_settings:1695 : local plugins= 2021-02-18 20:42:44.775 | + functions-common:load_plugin_settings:1696 : local plugin 2021-02-18 20:42:44.777 | + functions-common:load_plugin_settings:1699 : [[ -z '' ]] 2021-02-18 20:42:44.779 | + functions-common:load_plugin_settings:1700 : return 2021-02-18 20:42:44.781 | + functions-common:run_phase:1782 : verify_disabled_services 2021-02-18 20:42:44.783 | + functions-common:verify_disabled_services:2042 : local service 2021-02-18 20:42:44.786 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.788 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-02-18 20:42:44.791 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.793 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-02-18 20:42:44.795 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.797 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-02-18 20:42:44.799 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.802 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-02-18 20:42:44.804 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.806 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-02-18 20:42:44.809 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.811 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-02-18 20:42:44.813 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.816 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-02-18 20:42:44.818 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.820 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-02-18 20:42:44.822 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.825 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-02-18 20:42:44.827 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.829 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-02-18 20:42:44.832 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.834 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-02-18 20:42:44.836 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.838 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-02-18 20:42:44.841 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.843 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-02-18 20:42:44.845 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.848 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-02-18 20:42:44.850 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.852 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-02-18 20:42:44.855 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.857 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-02-18 20:42:44.859 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.861 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-02-18 20:42:44.863 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.866 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-02-18 20:42:44.868 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.870 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-02-18 20:42:44.872 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.874 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-02-18 20:42:44.877 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.879 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-02-18 20:42:44.881 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.883 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-02-18 20:42:44.886 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.888 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-02-18 20:42:44.890 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.892 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-02-18 20:42:44.895 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.897 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-02-18 20:42:44.899 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.901 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-02-18 20:42:44.904 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.906 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-02-18 20:42:44.908 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.911 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-02-18 20:42:44.913 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.915 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-02-18 20:42:44.918 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.920 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-02-18 20:42:44.922 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.924 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-02-18 20:42:44.926 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.929 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-02-18 20:42:44.931 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.933 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-02-18 20:42:44.935 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.938 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-02-18 20:42:44.940 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.942 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-02-18 20:42:44.944 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.947 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-02-18 20:42:44.949 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.951 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-02-18 20:42:44.953 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.955 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-02-18 20:42:44.958 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.960 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-02-18 20:42:44.963 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 20:42:44.965 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-02-18 20:42:44.968 | + ./stack.sh:main:669 : initialize_database_backends 2021-02-18 20:42:44.970 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-02-18 20:42:44.972 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-02-18 20:42:44.985 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:42:44.988 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-02-18 20:42:44.990 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-02-18 20:42:44.992 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-02-18 20:42:45.005 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:42:45.007 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-02-18 20:42:45.010 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-02-18 20:42:45.012 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-02-18 20:42:45.014 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-02-18 20:42:45.016 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-02-18 20:42:45.019 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-02-18 20:42:45.021 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-02-18 20:42:45.024 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-02-18 20:42:45.026 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-02-18 20:42:45.028 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-02-18 20:42:45.031 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-02-18 20:42:45.033 | + lib/database:initialize_database_backends:104 : return 0 2021-02-18 20:42:45.036 | + ./stack.sh:main:670 : echo 'Using mysql database backend' 2021-02-18 20:42:45.036 | Using mysql database backend 2021-02-18 20:42:45.038 | + ./stack.sh:main:673 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-02-18 20:42:45.052 | + ./stack.sh:main:685 : is_service_enabled rabbit 2021-02-18 20:42:45.066 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:42:45.069 | + ./stack.sh:main:686 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-02-18 20:42:45.084 | + ./stack.sh:main:693 : is_service_enabled keystone 2021-02-18 20:42:45.099 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:42:45.102 | + ./stack.sh:main:695 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-02-18 20:42:45.116 | + ./stack.sh:main:697 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-02-18 20:42:45.130 | + ./stack.sh:main:708 : is_service_enabled ldap 2021-02-18 20:42:45.145 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:42:45.148 | + ./stack.sh:main:717 : is_service_enabled nova 2021-02-18 20:42:45.163 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:42:45.165 | + ./stack.sh:main:717 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2021-02-18 20:42:45.168 | + ./stack.sh:main:727 : is_service_enabled s-proxy 2021-02-18 20:42:45.182 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:42:45.184 | + ./stack.sh:main:731 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-02-18 20:42:45.199 | + ./stack.sh:main:733 : [[ -z '' ]] 2021-02-18 20:42:45.201 | + ./stack.sh:main:733 : [[ False == \T\r\u\e ]] 2021-02-18 20:42:45.203 | + ./stack.sh:main:739 : save_stackenv 739 2021-02-18 20:42:45.206 | + functions-common:save_stackenv:60 : local tag=739 2021-02-18 20:42:45.209 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-02-18 20:42:45.212 | + functions-common:save_stackenv:62 : time_stamp=2021-02-18-204245 2021-02-18 20:42:45.215 | + functions-common:save_stackenv:63 : echo '# 2021-02-18-204245 739' 2021-02-18 20:42:45.217 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:42:45.219 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-02-18 20:42:45.222 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:42:45.225 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-02-18 20:42:45.227 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:42:45.229 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-02-18 20:42:45.231 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:42:45.234 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-02-18 20:42:45.236 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:42:45.238 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.41 2021-02-18 20:42:45.241 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:42:45.243 | + functions-common:save_stackenv:65 : echo KEYSTONE_AUTH_URI=http://10.222.0.41/identity 2021-02-18 20:42:45.245 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:42:45.247 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.41/identity 2021-02-18 20:42:45.250 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:42:45.252 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-02-18-204243 2021-02-18 20:42:45.255 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:42:45.257 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-02-18 20:42:45.259 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:42:45.262 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.41 2021-02-18 20:42:45.264 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:42:45.266 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-02-18 20:42:45.269 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:42:45.271 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-02-18 20:42:45.273 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:42:45.276 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-02-18 20:42:45.278 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:42:45.280 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-02-18 20:42:45.283 | + ./stack.sh:main:750 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/ussuri 2021-02-18 20:42:45.285 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-02-18 20:42:45.287 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-02-18 20:42:45.289 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-02-18 20:42:45.291 | + functions-common:git_clone:526 : local orig_dir 2021-02-18 20:42:45.294 | ++ functions-common:git_clone:527 : pwd 2021-02-18 20:42:45.296 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-02-18 20:42:45.298 | + functions-common:git_clone:528 : local git_clone_flags= 2021-02-18 20:42:45.301 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-02-18 20:42:45.314 | + functions-common:git_clone:530 : RECLONE=False 2021-02-18 20:42:45.317 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-02-18 20:42:45.319 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-02-18 20:42:45.321 | + functions-common:git_clone:544 : echo stable/ussuri 2021-02-18 20:42:45.322 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-02-18 20:42:45.326 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-02-18 20:42:45.328 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-02-18 20:42:45.330 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-02-18 20:42:45.334 | + functions-common:git_clone:593 : git show --oneline 2021-02-18 20:42:45.334 | + functions-common:git_clone:593 : head -1 2021-02-18 20:42:45.337 | 3cf902b6 update constraint for oslo.cache to new release 2.3.1 2021-02-18 20:42:45.339 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-02-18 20:42:45.342 | + ./stack.sh:main:754 : echo_summary 'Installing package prerequisites' 2021-02-18 20:42:45.344 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 20:42:45.346 | + ./stack.sh:echo_summary:421 : echo -e Installing package prerequisites 2021-02-18 20:42:45.349 | + ./stack.sh:main:755 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-02-18 20:42:45.351 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-02-18 20:42:45.353 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-02-18 20:42:45.356 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-02-18 20:42:45.358 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-02-18 20:42:45.360 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-02-18 20:42:45.363 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-02-18 20:42:45.366 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-02-18 20:42:45.370 | ++ tools/install_prereqs.sh:source:47 : NOW=1613680965 2021-02-18 20:42:45.373 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-02-18 20:42:45.376 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-02-18 20:42:45.380 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-02-18 20:42:45.382 | ++ tools/install_prereqs.sh:source:49 : DELTA=1613680965 2021-02-18 20:42:45.384 | ++ tools/install_prereqs.sh:source:50 : [[ 1613680965 -lt 7200 ]] 2021-02-18 20:42:45.386 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-02-18 20:42:45.389 | ++ functions-common:export_proxy_variables:2149 : isset http_proxy 2021-02-18 20:42:45.391 | ++ functions-common:isset:169 : [[ -v http_proxy ]] 2021-02-18 20:42:45.393 | ++ functions-common:export_proxy_variables:2152 : isset https_proxy 2021-02-18 20:42:45.396 | ++ functions-common:isset:169 : [[ -v https_proxy ]] 2021-02-18 20:42:45.398 | ++ functions-common:export_proxy_variables:2155 : isset no_proxy 2021-02-18 20:42:45.400 | ++ functions-common:isset:169 : [[ -v no_proxy ]] 2021-02-18 20:42:45.403 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-02-18 20:42:45.447 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-02-18 20:42:45.447 | apache2-dev 2021-02-18 20:42:45.447 | bc 2021-02-18 20:42:45.448 | bsdmainutils 2021-02-18 20:42:45.448 | curl 2021-02-18 20:42:45.448 | g++ 2021-02-18 20:42:45.448 | gcc 2021-02-18 20:42:45.448 | gettext 2021-02-18 20:42:45.448 | git 2021-02-18 20:42:45.448 | graphviz 2021-02-18 20:42:45.448 | iputils-ping 2021-02-18 20:42:45.448 | libapache2-mod-proxy-uwsgi 2021-02-18 20:42:45.448 | libffi-dev 2021-02-18 20:42:45.448 | libjpeg-dev 2021-02-18 20:42:45.448 | libmysqlclient-dev 2021-02-18 20:42:45.448 | libpcre3-dev 2021-02-18 20:42:45.448 | libpq-dev 2021-02-18 20:42:45.448 | libssl-dev 2021-02-18 20:42:45.448 | libsystemd-dev 2021-02-18 20:42:45.448 | libxml2-dev 2021-02-18 20:42:45.448 | libxslt1-dev 2021-02-18 20:42:45.448 | libyaml-dev 2021-02-18 20:42:45.448 | lsof 2021-02-18 20:42:45.448 | openssh-server 2021-02-18 20:42:45.448 | openssl 2021-02-18 20:42:45.448 | pkg-config 2021-02-18 20:42:45.448 | psmisc 2021-02-18 20:42:45.448 | python3-dev 2021-02-18 20:42:45.448 | python3-venv 2021-02-18 20:42:45.448 | tar 2021-02-18 20:42:45.448 | tcpdump 2021-02-18 20:42:45.448 | unzip 2021-02-18 20:42:45.448 | uuid-runtime 2021-02-18 20:42:45.448 | wget 2021-02-18 20:42:45.448 | wget 2021-02-18 20:42:45.448 | zlib1g-dev 2021-02-18 20:42:45.448 | libkrb5-dev 2021-02-18 20:42:45.448 | libldap2-dev 2021-02-18 20:42:45.449 | libsasl2-dev 2021-02-18 20:42:45.449 | memcached 2021-02-18 20:42:45.449 | python3-mysqldb 2021-02-18 20:42:45.449 | sqlite3 2021-02-18 20:42:45.449 | conntrack 2021-02-18 20:42:45.449 | curl 2021-02-18 20:42:45.449 | dnsmasq-base 2021-02-18 20:42:45.449 | dnsmasq-utils 2021-02-18 20:42:45.449 | ebtables 2021-02-18 20:42:45.449 | gawk 2021-02-18 20:42:45.449 | genisoimage 2021-02-18 20:42:45.449 | iptables 2021-02-18 20:42:45.449 | iputils-arping 2021-02-18 20:42:45.449 | kpartx 2021-02-18 20:42:45.449 | libjs-jquery-tablesorter 2021-02-18 20:42:45.449 | libmysqlclient-dev 2021-02-18 20:42:45.449 | parted 2021-02-18 20:42:45.449 | pm-utils 2021-02-18 20:42:45.449 | python3-mysqldb 2021-02-18 20:42:45.449 | socat 2021-02-18 20:42:45.449 | sqlite3 2021-02-18 20:42:45.449 | sudo 2021-02-18 20:42:45.449 | vlan 2021-02-18 20:42:45.449 | lvm2 2021-02-18 20:42:45.449 | open-iscsi 2021-02-18 20:42:45.449 | qemu-utils 2021-02-18 20:42:45.449 | thin-provisioning-tools 2021-02-18 20:42:45.449 | acl 2021-02-18 20:42:45.449 | dnsmasq-base 2021-02-18 20:42:45.449 | dnsmasq-utils 2021-02-18 20:42:45.449 | ebtables 2021-02-18 20:42:45.449 | haproxy 2021-02-18 20:42:45.449 | iptables 2021-02-18 20:42:45.449 | iputils-arping 2021-02-18 20:42:45.449 | iputils-ping 2021-02-18 20:42:45.449 | libmysqlclient-dev 2021-02-18 20:42:45.449 | postgresql-server-dev-all 2021-02-18 20:42:45.449 | python3-mysqldb 2021-02-18 20:42:45.450 | sqlite3 2021-02-18 20:42:45.450 | sudo 2021-02-18 20:42:45.450 | vlan 2021-02-18 20:42:45.450 | ipset 2021-02-18 20:42:45.450 | conntrack 2021-02-18 20:42:45.450 | conntrackd 2021-02-18 20:42:45.450 | keepalived 2021-02-18 20:42:45.450 | dstat 2021-02-18 20:42:45.450 | lvm2 2021-02-18 20:42:45.450 | open-iscsi 2021-02-18 20:42:45.450 | qemu-utils 2021-02-18 20:42:45.450 | thin-provisioning-tools 2021-02-18 20:42:45.450 | curl 2021-02-18 20:42:45.450 | liberasurecode-dev 2021-02-18 20:42:45.450 | make 2021-02-18 20:42:45.450 | memcached 2021-02-18 20:42:45.450 | sqlite3 2021-02-18 20:42:45.450 | xfsprogs' 2021-02-18 20:42:45.450 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-02-18 20:42:45.467 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-02-18 20:42:45.467 | apache2-dev 2021-02-18 20:42:45.467 | bc 2021-02-18 20:42:45.467 | bsdmainutils 2021-02-18 20:42:45.467 | curl 2021-02-18 20:42:45.467 | g++ 2021-02-18 20:42:45.467 | gcc 2021-02-18 20:42:45.467 | gettext 2021-02-18 20:42:45.467 | git 2021-02-18 20:42:45.467 | graphviz 2021-02-18 20:42:45.467 | iputils-ping 2021-02-18 20:42:45.467 | libapache2-mod-proxy-uwsgi 2021-02-18 20:42:45.467 | libffi-dev 2021-02-18 20:42:45.467 | libjpeg-dev 2021-02-18 20:42:45.467 | libmysqlclient-dev 2021-02-18 20:42:45.467 | libpcre3-dev 2021-02-18 20:42:45.467 | libpq-dev 2021-02-18 20:42:45.467 | libssl-dev 2021-02-18 20:42:45.467 | libsystemd-dev 2021-02-18 20:42:45.467 | libxml2-dev 2021-02-18 20:42:45.467 | libxslt1-dev 2021-02-18 20:42:45.467 | libyaml-dev 2021-02-18 20:42:45.468 | lsof 2021-02-18 20:42:45.468 | openssh-server 2021-02-18 20:42:45.468 | openssl 2021-02-18 20:42:45.468 | pkg-config 2021-02-18 20:42:45.468 | psmisc 2021-02-18 20:42:45.468 | python3-dev 2021-02-18 20:42:45.468 | python3-venv 2021-02-18 20:42:45.468 | tar 2021-02-18 20:42:45.468 | tcpdump 2021-02-18 20:42:45.468 | unzip 2021-02-18 20:42:45.468 | uuid-runtime 2021-02-18 20:42:45.468 | wget 2021-02-18 20:42:45.468 | wget 2021-02-18 20:42:45.468 | zlib1g-dev 2021-02-18 20:42:45.468 | libkrb5-dev 2021-02-18 20:42:45.468 | libldap2-dev 2021-02-18 20:42:45.468 | libsasl2-dev 2021-02-18 20:42:45.468 | memcached 2021-02-18 20:42:45.468 | python3-mysqldb 2021-02-18 20:42:45.468 | sqlite3 2021-02-18 20:42:45.468 | conntrack 2021-02-18 20:42:45.468 | curl 2021-02-18 20:42:45.468 | dnsmasq-base 2021-02-18 20:42:45.468 | dnsmasq-utils 2021-02-18 20:42:45.468 | ebtables 2021-02-18 20:42:45.468 | gawk 2021-02-18 20:42:45.468 | genisoimage 2021-02-18 20:42:45.468 | iptables 2021-02-18 20:42:45.468 | iputils-arping 2021-02-18 20:42:45.468 | kpartx 2021-02-18 20:42:45.468 | libjs-jquery-tablesorter 2021-02-18 20:42:45.468 | libmysqlclient-dev 2021-02-18 20:42:45.468 | parted 2021-02-18 20:42:45.468 | pm-utils 2021-02-18 20:42:45.468 | python3-mysqldb 2021-02-18 20:42:45.469 | socat 2021-02-18 20:42:45.469 | sqlite3 2021-02-18 20:42:45.469 | sudo 2021-02-18 20:42:45.469 | vlan 2021-02-18 20:42:45.469 | lvm2 2021-02-18 20:42:45.469 | open-iscsi 2021-02-18 20:42:45.469 | qemu-utils 2021-02-18 20:42:45.469 | thin-provisioning-tools 2021-02-18 20:42:45.469 | acl 2021-02-18 20:42:45.469 | dnsmasq-base 2021-02-18 20:42:45.469 | dnsmasq-utils 2021-02-18 20:42:45.469 | ebtables 2021-02-18 20:42:45.469 | haproxy 2021-02-18 20:42:45.469 | iptables 2021-02-18 20:42:45.469 | iputils-arping 2021-02-18 20:42:45.469 | iputils-ping 2021-02-18 20:42:45.469 | libmysqlclient-dev 2021-02-18 20:42:45.469 | postgresql-server-dev-all 2021-02-18 20:42:45.469 | python3-mysqldb 2021-02-18 20:42:45.469 | sqlite3 2021-02-18 20:42:45.469 | sudo 2021-02-18 20:42:45.469 | vlan 2021-02-18 20:42:45.469 | ipset 2021-02-18 20:42:45.469 | conntrack 2021-02-18 20:42:45.469 | conntrackd 2021-02-18 20:42:45.469 | keepalived 2021-02-18 20:42:45.469 | dstat 2021-02-18 20:42:45.469 | lvm2 2021-02-18 20:42:45.469 | open-iscsi 2021-02-18 20:42:45.469 | qemu-utils 2021-02-18 20:42:45.469 | thin-provisioning-tools 2021-02-18 20:42:45.469 | curl 2021-02-18 20:42:45.469 | liberasurecode-dev 2021-02-18 20:42:45.469 | make 2021-02-18 20:42:45.469 | memcached 2021-02-18 20:42:45.469 | sqlite3 2021-02-18 20:42:45.469 | xfsprogs ' 2021-02-18 20:42:45.470 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-02-18 20:42:45.471 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:42:45.474 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:42:45.477 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-02-18 20:42:45.477 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-02-18 20:42:45.481 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-02-18 20:42:45.483 | ++ functions-common:install_package:1333 : update_package_repo 2021-02-18 20:42:45.485 | ++ functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-02-18 20:42:45.488 | ++ functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-02-18 20:42:45.490 | ++ functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-02-18 20:42:45.492 | ++ functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-02-18 20:42:45.494 | ++ functions-common:update_package_repo:1313 : is_ubuntu 2021-02-18 20:42:45.496 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:42:45.498 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:42:45.500 | ++ functions-common:update_package_repo:1314 : apt_get_update 2021-02-18 20:42:45.502 | ++ functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-02-18 20:42:45.505 | ++ functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-02-18 20:42:45.507 | ++ functions-common:apt_get_update:1069 : return 2021-02-18 20:42:45.510 | ++ functions-common:install_package:1334 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-02-18 20:42:45.512 | ++ functions-common:real_install_package:1319 : is_ubuntu 2021-02-18 20:42:45.514 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:42:45.516 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:42:45.519 | ++ functions-common:real_install_package:1320 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-02-18 20:42:45.539 | ++ functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-02-18 20:42:45.656 | Reading package lists... 2021-02-18 20:42:45.897 | Building dependency tree... 2021-02-18 20:42:45.898 | Reading state information... 2021-02-18 20:42:46.135 | acl is already the newest version (2.2.52-3build1). 2021-02-18 20:42:46.135 | acl set to manually installed. 2021-02-18 20:42:46.135 | bc is already the newest version (1.07.1-2). 2021-02-18 20:42:46.135 | bc set to manually installed. 2021-02-18 20:42:46.135 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-02-18 20:42:46.135 | bsdmainutils set to manually installed. 2021-02-18 20:42:46.135 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-02-18 20:42:46.135 | gawk set to manually installed. 2021-02-18 20:42:46.135 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-02-18 20:42:46.135 | iptables set to manually installed. 2021-02-18 20:42:46.135 | libpcre3-dev is already the newest version (2:8.39-9). 2021-02-18 20:42:46.135 | lsof is already the newest version (4.89+dfsg-0.1). 2021-02-18 20:42:46.135 | lsof set to manually installed. 2021-02-18 20:42:46.135 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-02-18 20:42:46.135 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-02-18 20:42:46.135 | ebtables set to manually installed. 2021-02-18 20:42:46.136 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-02-18 20:42:46.136 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-02-18 20:42:46.136 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-02-18 20:42:46.136 | parted is already the newest version (3.2-20ubuntu0.2). 2021-02-18 20:42:46.136 | parted set to manually installed. 2021-02-18 20:42:46.136 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-02-18 20:42:46.136 | psmisc set to manually installed. 2021-02-18 20:42:46.136 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-02-18 20:42:46.136 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-02-18 20:42:46.136 | wget set to manually installed. 2021-02-18 20:42:46.136 | The following packages were automatically installed and are no longer required: 2021-02-18 20:42:46.136 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-02-18 20:42:46.136 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-02-18 20:42:46.136 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-02-18 20:42:46.136 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-02-18 20:42:46.136 | python3-twisted-bin python3-zope.interface 2021-02-18 20:42:46.136 | Use 'sudo apt autoremove' to remove them. 2021-02-18 20:42:46.136 | The following additional packages will be installed: 2021-02-18 20:42:46.136 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-02-18 20:42:46.136 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2021-02-18 20:42:46.136 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2021-02-18 20:42:46.136 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2021-02-18 20:42:46.136 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-02-18 20:42:46.136 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2021-02-18 20:42:46.136 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2021-02-18 20:42:46.136 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-02-18 20:42:46.136 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-02-18 20:42:46.136 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2021-02-18 20:42:46.137 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2021-02-18 20:42:46.137 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2021-02-18 20:42:46.137 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 2021-02-18 20:42:46.137 | libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-02-18 20:42:46.137 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-02-18 20:42:46.137 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 2021-02-18 20:42:46.137 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-02-18 20:42:46.137 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libk5crypto3 2021-02-18 20:42:46.137 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 2021-02-18 20:42:46.137 | liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 2021-02-18 20:42:46.137 | liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2021-02-18 20:42:46.137 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-02-18 20:42:46.137 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2021-02-18 20:42:46.137 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-02-18 20:42:46.137 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2021-02-18 20:42:46.137 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2021-02-18 20:42:46.137 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2021-02-18 20:42:46.137 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2021-02-18 20:42:46.137 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2021-02-18 20:42:46.137 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2021-02-18 20:42:46.137 | mysql-common po-debconf postgresql-client-common postgresql-common 2021-02-18 20:42:46.137 | postgresql-server-dev-10 python-pip-whl python3.6-venv qemu-block-extra 2021-02-18 20:42:46.137 | sharutils ssl-cert systemd uuid-dev uwsgi-core vbetool x11-common 2021-02-18 20:42:46.138 | Suggested packages: 2021-02-18 20:42:46.138 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2021-02-18 20:42:46.138 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2021-02-18 20:42:46.138 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2021-02-18 20:42:46.139 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2021-02-18 20:42:46.139 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2021-02-18 20:42:46.139 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2021-02-18 20:42:46.139 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2021-02-18 20:42:46.139 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2021-02-18 20:42:46.139 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2021-02-18 20:42:46.139 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2021-02-18 20:42:46.139 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2021-02-18 20:42:46.139 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2021-02-18 20:42:46.139 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2021-02-18 20:42:46.139 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2021-02-18 20:42:46.139 | libjson-perl default-mysql-server | virtual-mysql-server 2021-02-18 20:42:46.139 | python-egenix-mxdatetime python3-mysqldb-dbg debootstrap sharutils-doc 2021-02-18 20:42:46.139 | bsd-mailx | mailx sqlite3-doc openssl-blacklist systemd-container ncompress 2021-02-18 20:42:46.139 | tar-scripts tar-doc zip uwsgi-plugins-all uwsgi-extra uwsgi-dev 2021-02-18 20:42:46.389 | The following NEW packages will be installed: 2021-02-18 20:42:46.389 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2021-02-18 20:42:46.389 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2021-02-18 20:42:46.390 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2021-02-18 20:42:46.390 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-02-18 20:42:46.390 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2021-02-18 20:42:46.390 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2021-02-18 20:42:46.390 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2021-02-18 20:42:46.390 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-02-18 20:42:46.390 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-02-18 20:42:46.390 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-02-18 20:42:46.390 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-02-18 20:42:46.390 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2021-02-18 20:42:46.390 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-02-18 20:42:46.390 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2021-02-18 20:42:46.390 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2021-02-18 20:42:46.390 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-02-18 20:42:46.390 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-02-18 20:42:46.390 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2021-02-18 20:42:46.390 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-02-18 20:42:46.390 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-02-18 20:42:46.390 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-02-18 20:42:46.390 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2021-02-18 20:42:46.390 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2021-02-18 20:42:46.390 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-02-18 20:42:46.390 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2021-02-18 20:42:46.390 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2021-02-18 20:42:46.390 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2021-02-18 20:42:46.390 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2021-02-18 20:42:46.390 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2021-02-18 20:42:46.390 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2021-02-18 20:42:46.390 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2021-02-18 20:42:46.390 | libxslt1-dev libxt6 libyaml-dev libzmq5 m4 make memcached mysql-common 2021-02-18 20:42:46.390 | pkg-config pm-utils po-debconf postgresql-client-common postgresql-common 2021-02-18 20:42:46.391 | postgresql-server-dev-10 postgresql-server-dev-all python-pip-whl 2021-02-18 20:42:46.391 | python3-mysqldb python3-venv python3.6-venv qemu-block-extra qemu-utils 2021-02-18 20:42:46.391 | sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip uuid-dev 2021-02-18 20:42:46.391 | uwsgi-core vbetool vlan x11-common zlib1g-dev 2021-02-18 20:42:46.391 | The following packages will be upgraded: 2021-02-18 20:42:46.391 | curl dnsmasq-base git libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2 2021-02-18 20:42:46.391 | libicu60 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common 2021-02-18 20:42:46.391 | libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2021-02-18 20:42:46.391 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2021-02-18 20:42:46.392 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tar tcpdump uuid-runtime 2021-02-18 20:42:46.529 | 32 upgraded, 193 newly installed, 0 to remove and 150 not upgraded. 2021-02-18 20:42:46.529 | Need to get 84.1 MB of archives. 2021-02-18 20:42:46.529 | After this operation, 259 MB of additional disk space will be used. 2021-02-18 20:42:46.529 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 2021-02-18 20:42:46.828 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.44 [105 kB] 2021-02-18 20:42:46.848 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.44 [108 kB] 2021-02-18 20:42:46.874 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2,913 kB] 2021-02-18 20:42:47.202 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 2021-02-18 20:42:47.219 | 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-02-18 20:42:47.221 | 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-02-18 20:42:47.224 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2021-02-18 20:42:47.234 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1,301 kB] 2021-02-18 20:42:47.478 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2021-02-18 20:42:47.481 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2021-02-18 20:42:47.496 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2021-02-18 20:42:47.497 | 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-02-18 20:42:47.498 | 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-02-18 20:42:47.499 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 2021-02-18 20:42:47.500 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 2021-02-18 20:42:47.506 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2021-02-18 20:42:47.506 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2021-02-18 20:42:47.536 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2021-02-18 20:42:48.580 | 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-02-18 20:42:48.763 | 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-02-18 20:42:48.846 | 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-02-18 20:42:48.851 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.14 [160 kB] 2021-02-18 20:42:48.871 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.14 [95.1 kB] 2021-02-18 20:42:48.875 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-02-18 20:42:49.097 | 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-02-18 20:42:49.207 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2021-02-18 20:42:49.208 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2021-02-18 20:42:49.212 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2021-02-18 20:42:49.237 | 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-02-18 20:42:49.320 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2021-02-18 20:42:49.452 | 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-02-18 20:42:49.514 | 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-02-18 20:42:49.515 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2021-02-18 20:42:49.524 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2021-02-18 20:42:49.525 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2021-02-18 20:42:49.551 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2021-02-18 20:42:49.551 | 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-02-18 20:42:49.577 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1,171 kB] 2021-02-18 20:42:49.807 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 2021-02-18 20:42:49.862 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 2021-02-18 20:42:49.906 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 2021-02-18 20:42:49.946 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 2021-02-18 20:42:49.955 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 2021-02-18 20:42:49.956 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 2021-02-18 20:42:49.959 | 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-02-18 20:42:50.037 | 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-02-18 20:42:50.038 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2021-02-18 20:42:50.039 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2021-02-18 20:42:50.041 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2021-02-18 20:42:50.142 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.9 [261 kB] 2021-02-18 20:42:50.242 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2021-02-18 20:42:50.294 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-02-18 20:42:50.295 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2021-02-18 20:42:50.300 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2021-02-18 20:42:50.370 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2021-02-18 20:42:50.477 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2021-02-18 20:42:50.508 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2021-02-18 20:42:50.527 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2021-02-18 20:42:50.527 | 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-02-18 20:42:50.539 | 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-02-18 20:42:50.543 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2021-02-18 20:42:50.548 | 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-02-18 20:42:50.549 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2021-02-18 20:42:50.642 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2021-02-18 20:42:50.652 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2021-02-18 20:42:50.747 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2021-02-18 20:42:50.749 | 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-02-18 20:42:51.027 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2021-02-18 20:42:51.028 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2021-02-18 20:42:51.033 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2021-02-18 20:42:51.190 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.14 [177 kB] 2021-02-18 20:42:51.264 | 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-02-18 20:42:51.436 | 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-02-18 20:42:53.474 | 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-02-18 20:42:53.474 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2021-02-18 20:42:53.474 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2021-02-18 20:42:53.476 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2021-02-18 20:42:53.478 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2021-02-18 20:42:53.490 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.12 [159 kB] 2021-02-18 20:42:53.508 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.12 [214 kB] 2021-02-18 20:42:53.536 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2021-02-18 20:42:53.542 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-base amd64 2.79-1ubuntu0.2 [306 kB] 2021-02-18 20:42:53.620 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-utils amd64 2.79-1ubuntu0.2 [13.1 kB] 2021-02-18 20:42:53.624 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2021-02-18 20:42:53.716 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2021-02-18 20:42:53.722 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2021-02-18 20:42:53.741 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2021-02-18 20:42:53.795 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2021-02-18 20:42:53.804 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2021-02-18 20:42:53.848 | 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-02-18 20:42:53.852 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3,915 kB] 2021-02-18 20:42:54.509 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2021-02-18 20:42:54.514 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2021-02-18 20:42:54.518 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2021-02-18 20:42:54.527 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-02-18 20:42:54.528 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-02-18 20:42:54.533 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.3 [153 kB] 2021-02-18 20:42:54.562 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 2021-02-18 20:42:54.599 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-02-18 20:42:54.606 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2021-02-18 20:42:54.851 | 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-02-18 20:42:55.133 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2021-02-18 20:42:55.413 | 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-02-18 20:42:55.413 | 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-02-18 20:42:55.416 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-02-18 20:42:55.429 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2021-02-18 20:42:55.727 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2021-02-18 20:42:55.728 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2021-02-18 20:42:55.828 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2021-02-18 20:42:55.828 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2021-02-18 20:42:55.972 | 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-02-18 20:42:56.034 | 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-02-18 20:42:56.106 | 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-02-18 20:42:56.107 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2021-02-18 20:42:56.108 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2021-02-18 20:42:56.342 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2021-02-18 20:42:56.419 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2021-02-18 20:42:56.485 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-02-18 20:42:56.579 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2021-02-18 20:42:56.607 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-02-18 20:42:56.706 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2021-02-18 20:42:57.124 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2021-02-18 20:42:57.155 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2021-02-18 20:42:57.275 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2021-02-18 20:42:57.310 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2021-02-18 20:42:57.362 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2021-02-18 20:42:57.465 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2021-02-18 20:42:57.603 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2021-02-18 20:42:57.604 | 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-02-18 20:42:57.729 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2021-02-18 20:42:57.929 | 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-02-18 20:42:57.974 | 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-02-18 20:42:58.564 | 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-02-18 20:42:58.949 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB] 2021-02-18 20:42:58.951 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.2 [37.3 kB] 2021-02-18 20:42:58.952 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.2 [49.7 kB] 2021-02-18 20:42:58.954 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.2 [38.0 kB] 2021-02-18 20:42:58.955 | 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-02-18 20:42:58.957 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB] 2021-02-18 20:42:58.961 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2021-02-18 20:42:58.961 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2021-02-18 20:42:58.962 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2021-02-18 20:42:59.007 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-02-18 20:42:59.020 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-02-18 20:42:59.024 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2021-02-18 20:42:59.044 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.6 [68.8 kB] 2021-02-18 20:42:59.151 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.6 [102 kB] 2021-02-18 20:42:59.155 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2021-02-18 20:42:59.238 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2021-02-18 20:42:59.266 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.6 [1,385 kB] 2021-02-18 20:43:00.084 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2021-02-18 20:43:00.085 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2021-02-18 20:43:00.109 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2021-02-18 20:43:00.109 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2021-02-18 20:43:00.119 | 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-02-18 20:43:00.120 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2021-02-18 20:43:00.121 | 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-02-18 20:43:00.150 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.1 [8,889 kB] 2021-02-18 20:43:03.678 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2021-02-18 20:43:03.793 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2021-02-18 20:43:03.822 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2021-02-18 20:43:03.841 | 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-02-18 20:43:03.918 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-02-18 20:43:03.919 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-02-18 20:43:03.920 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2021-02-18 20:43:04.031 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2021-02-18 20:43:04.032 | 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-02-18 20:43:04.052 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2021-02-18 20:43:04.118 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2021-02-18 20:43:04.123 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-02-18 20:43:04.132 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2021-02-18 20:43:04.139 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2021-02-18 20:43:04.142 | 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-02-18 20:43:04.435 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.8 [1,566 kB] 2021-02-18 20:43:05.409 | 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-02-18 20:43:05.860 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2021-02-18 20:43:05.983 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2021-02-18 20:43:05.987 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB] 2021-02-18 20:43:06.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-02-18 20:43:06.444 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.15-0ubuntu0.18.04.1 [108 kB] 2021-02-18 20:43:06.547 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.15-0ubuntu0.18.04.1 [218 kB] 2021-02-18 20:43:06.647 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.6 [2,724 kB] 2021-02-18 20:43:07.350 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.6 [925 kB] 2021-02-18 20:43:07.908 | Get:185 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-02-18 20:43:07.930 | Get:186 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-02-18 20:43:07.932 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2021-02-18 20:43:08.073 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.44 [184 kB] 2021-02-18 20:43:08.157 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2021-02-18 20:43:08.159 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.3 [756 kB] 2021-02-18 20:43:08.359 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2021-02-18 20:43:08.364 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2021-02-18 20:43:08.400 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2021-02-18 20:43:08.439 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lvm2 amd64 2.02.176-4.1ubuntu3.18.04.3 [929 kB] 2021-02-18 20:43:08.821 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2021-02-18 20:43:08.984 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2021-02-18 20:43:08.985 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2021-02-18 20:43:09.005 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-02-18 20:43:09.005 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2021-02-18 20:43:09.011 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.15-0ubuntu0.18.04.1 [838 kB] 2021-02-18 20:43:09.409 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2021-02-18 20:43:09.410 | Get:202 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-02-18 20:43:09.877 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2021-02-18 20:43:10.053 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3.6-venv amd64 3.6.9-1~18.04ubuntu1.3 [6,180 B] 2021-02-18 20:43:10.056 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-venv amd64 3.6.7-1~18.04 [1,208 B] 2021-02-18 20:43:10.056 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-block-extra amd64 1:2.11+dfsg-1ubuntu7.35 [40.5 kB] 2021-02-18 20:43:10.083 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.35 [868 kB] 2021-02-18 20:43:10.308 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2021-02-18 20:43:10.324 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2021-02-18 20:43:10.403 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2021-02-18 20:43:10.438 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB] 2021-02-18 20:43:10.455 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.1 [523 kB] 2021-02-18 20:43:10.509 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-02-18 20:43:10.509 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2021-02-18 20:43:10.513 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2021-02-18 20:43:10.517 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ipvsadm amd64 1:1.28-3ubuntu0.18.04.1 [35.5 kB] 2021-02-18 20:43:10.521 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2021-02-18 20:43:10.536 | Get:218 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-02-18 20:43:10.537 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2021-02-18 20:43:10.594 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2021-02-18 20:43:10.596 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2021-02-18 20:43:10.611 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.2 [11.7 kB] 2021-02-18 20:43:10.612 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2021-02-18 20:43:10.616 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2021-02-18 20:43:10.647 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2021-02-18 20:43:12.300 | Preconfiguring packages ... 2021-02-18 20:43:12.422 | Fetched 84.1 MB in 24s (3,468 kB/s) 2021-02-18 20:43:12.481 | (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 ... 64590 files and directories currently installed.) 2021-02-18 20:43:12.484 | Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 2021-02-18 20:43:12.499 | Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2ubuntu0.1) ... 2021-02-18 20:43:12.627 | Setting up tar (1.29b-2ubuntu0.2) ... 2021-02-18 20:43:12.778 | (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 ... 64590 files and directories currently installed.) 2021-02-18 20:43:12.781 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.44_amd64.deb ... 2021-02-18 20:43:12.811 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.44) over (237-3ubuntu10.25) ... 2021-02-18 20:43:12.928 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.44_amd64.deb ... 2021-02-18 20:43:12.951 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.44) over (237-3ubuntu10.25) ... 2021-02-18 20:43:13.102 | Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 2021-02-18 20:43:13.245 | Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10.25) ... 2021-02-18 20:43:13.981 | Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 2021-02-18 20:43:14.002 | Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10.25) ... 2021-02-18 20:43:14.106 | Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 2021-02-18 20:43:14.225 | (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 ... 64590 files and directories currently installed.) 2021-02-18 20:43:14.228 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-02-18 20:43:14.254 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-02-18 20:43:14.341 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-02-18 20:43:14.471 | (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 ... 64590 files and directories currently installed.) 2021-02-18 20:43:14.473 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-02-18 20:43:14.495 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-02-18 20:43:14.808 | Selecting previously unselected package libapr1:amd64. 2021-02-18 20:43:14.815 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2021-02-18 20:43:14.817 | Unpacking libapr1:amd64 (1.6.3-2) ... 2021-02-18 20:43:14.944 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 2021-02-18 20:43:14.970 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-02-18 20:43:15.243 | Selecting previously unselected package libaprutil1:amd64. 2021-02-18 20:43:15.250 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2021-02-18 20:43:15.253 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2021-02-18 20:43:15.349 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2021-02-18 20:43:15.371 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2021-02-18 20:43:15.509 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-02-18 20:43:15.515 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2021-02-18 20:43:15.518 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-02-18 20:43:15.581 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-02-18 20:43:15.604 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-02-18 20:43:15.710 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-02-18 20:43:15.732 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-02-18 20:43:15.822 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 2021-02-18 20:43:15.844 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-02-18 20:43:15.952 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 2021-02-18 20:43:15.973 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-02-18 20:43:16.070 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-02-18 20:43:16.076 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2021-02-18 20:43:16.078 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-02-18 20:43:16.152 | Selecting previously unselected package liblua5.2-0:amd64. 2021-02-18 20:43:16.158 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2021-02-18 20:43:16.161 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-02-18 20:43:16.252 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2021-02-18 20:43:16.281 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2021-02-18 20:43:17.585 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-02-18 20:43:17.606 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2021-02-18 20:43:17.770 | Selecting previously unselected package apache2-bin. 2021-02-18 20:43:17.777 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2021-02-18 20:43:17.779 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2021-02-18 20:43:17.990 | Selecting previously unselected package apache2-utils. 2021-02-18 20:43:17.996 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2021-02-18 20:43:17.999 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2021-02-18 20:43:18.064 | Selecting previously unselected package apache2-data. 2021-02-18 20:43:18.070 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2021-02-18 20:43:18.073 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2021-02-18 20:43:18.246 | Selecting previously unselected package apache2. 2021-02-18 20:43:18.253 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2021-02-18 20:43:18.271 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2021-02-18 20:43:18.383 | Selecting previously unselected package fonts-dejavu-core. 2021-02-18 20:43:18.389 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2021-02-18 20:43:18.391 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-02-18 20:43:18.605 | Selecting previously unselected package fonts-liberation. 2021-02-18 20:43:18.611 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2021-02-18 20:43:18.614 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-02-18 20:43:18.807 | Selecting previously unselected package fontconfig-config. 2021-02-18 20:43:18.814 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2021-02-18 20:43:18.816 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2021-02-18 20:43:18.902 | Selecting previously unselected package libfontconfig1:amd64. 2021-02-18 20:43:18.909 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2021-02-18 20:43:18.911 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-02-18 20:43:19.008 | Selecting previously unselected package fontconfig. 2021-02-18 20:43:19.014 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2021-02-18 20:43:19.017 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2021-02-18 20:43:19.111 | Selecting previously unselected package liblua5.3-0:amd64. 2021-02-18 20:43:19.117 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2021-02-18 20:43:19.120 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-02-18 20:43:19.232 | Selecting previously unselected package haproxy. 2021-02-18 20:43:19.238 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2021-02-18 20:43:19.247 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2021-02-18 20:43:19.461 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-02-18 20:43:19.467 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-02-18 20:43:19.470 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-02-18 20:43:19.580 | Selecting previously unselected package x11-common. 2021-02-18 20:43:19.586 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2021-02-18 20:43:19.610 | dpkg-query: no packages found matching nux-tools 2021-02-18 20:43:19.621 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2021-02-18 20:43:19.710 | Selecting previously unselected package libice6:amd64. 2021-02-18 20:43:19.717 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2021-02-18 20:43:19.720 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2021-02-18 20:43:19.802 | Selecting previously unselected package libsm6:amd64. 2021-02-18 20:43:19.809 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2021-02-18 20:43:19.811 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2021-02-18 20:43:19.934 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2021-02-18 20:43:20.398 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2021-02-18 20:43:20.871 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-02-18 20:43:20.878 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2021-02-18 20:43:20.880 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-02-18 20:43:20.968 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2021-02-18 20:43:20.990 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2021-02-18 20:43:21.081 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2021-02-18 20:43:21.231 | (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 ... 65643 files and directories currently installed.) 2021-02-18 20:43:21.234 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-02-18 20:43:21.259 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) over (2.56.4-0ubuntu0.18.04.4) ... 2021-02-18 20:43:21.533 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 2021-02-18 20:43:21.553 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-02-18 20:43:21.756 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 2021-02-18 20:43:21.786 | Unpacking sudo (1.8.21p2-3ubuntu1.4) over (1.8.21p2-3ubuntu1) ... 2021-02-18 20:43:21.962 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 2021-02-18 20:43:21.985 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-02-18 20:43:22.109 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 2021-02-18 20:43:22.134 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-02-18 20:43:22.281 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 2021-02-18 20:43:22.307 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-02-18 20:43:22.404 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 2021-02-18 20:43:22.431 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-02-18 20:43:22.537 | Preparing to unpack .../007-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2021-02-18 20:43:22.558 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2021-02-18 20:43:22.686 | Selecting previously unselected package uuid-dev:amd64. 2021-02-18 20:43:22.692 | Preparing to unpack .../008-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-02-18 20:43:22.695 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-02-18 20:43:22.777 | Selecting previously unselected package libsctp1:amd64. 2021-02-18 20:43:22.783 | Preparing to unpack .../009-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2021-02-18 20:43:22.786 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-02-18 20:43:22.844 | Selecting previously unselected package libsctp-dev:amd64. 2021-02-18 20:43:22.850 | Preparing to unpack .../010-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2021-02-18 20:43:22.854 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-02-18 20:43:22.914 | Selecting previously unselected package libapr1-dev. 2021-02-18 20:43:22.920 | Preparing to unpack .../011-libapr1-dev_1.6.3-2_amd64.deb ... 2021-02-18 20:43:22.923 | Unpacking libapr1-dev (1.6.3-2) ... 2021-02-18 20:43:23.190 | Selecting previously unselected package libldap2-dev:amd64. 2021-02-18 20:43:23.197 | Preparing to unpack .../012-libldap2-dev_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 2021-02-18 20:43:23.199 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 2021-02-18 20:43:23.335 | Selecting previously unselected package libaprutil1-dev. 2021-02-18 20:43:23.342 | Preparing to unpack .../013-libaprutil1-dev_1.6.1-2_amd64.deb ... 2021-02-18 20:43:23.344 | Unpacking libaprutil1-dev (1.6.1-2) ... 2021-02-18 20:43:23.600 | Selecting previously unselected package autotools-dev. 2021-02-18 20:43:23.606 | Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... 2021-02-18 20:43:23.609 | Unpacking autotools-dev (20180224.1) ... 2021-02-18 20:43:23.666 | Selecting previously unselected package m4. 2021-02-18 20:43:23.672 | Preparing to unpack .../015-m4_1.4.18-1_amd64.deb ... 2021-02-18 20:43:23.675 | Unpacking m4 (1.4.18-1) ... 2021-02-18 20:43:23.786 | Selecting previously unselected package autoconf. 2021-02-18 20:43:23.793 | Preparing to unpack .../016-autoconf_2.69-11_all.deb ... 2021-02-18 20:43:23.796 | Unpacking autoconf (2.69-11) ... 2021-02-18 20:43:23.919 | Selecting previously unselected package automake. 2021-02-18 20:43:23.925 | Preparing to unpack .../017-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2021-02-18 20:43:23.929 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2021-02-18 20:43:24.050 | Selecting previously unselected package autopoint. 2021-02-18 20:43:24.057 | Preparing to unpack .../018-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2021-02-18 20:43:24.059 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2021-02-18 20:43:24.133 | Selecting previously unselected package libtool. 2021-02-18 20:43:24.140 | Preparing to unpack .../019-libtool_2.4.6-2_all.deb ... 2021-02-18 20:43:24.142 | Unpacking libtool (2.4.6-2) ... 2021-02-18 20:43:24.222 | Selecting previously unselected package dh-autoreconf. 2021-02-18 20:43:24.229 | Preparing to unpack .../020-dh-autoreconf_17_all.deb ... 2021-02-18 20:43:24.231 | Unpacking dh-autoreconf (17) ... 2021-02-18 20:43:24.288 | Selecting previously unselected package libarchive-zip-perl. 2021-02-18 20:43:24.295 | Preparing to unpack .../021-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2021-02-18 20:43:24.297 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-02-18 20:43:24.361 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-02-18 20:43:24.368 | Preparing to unpack .../022-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2021-02-18 20:43:24.370 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-02-18 20:43:24.428 | Selecting previously unselected package libtimedate-perl. 2021-02-18 20:43:24.435 | Preparing to unpack .../023-libtimedate-perl_2.3000-2_all.deb ... 2021-02-18 20:43:24.437 | Unpacking libtimedate-perl (2.3000-2) ... 2021-02-18 20:43:24.500 | Selecting previously unselected package dh-strip-nondeterminism. 2021-02-18 20:43:24.506 | Preparing to unpack .../024-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2021-02-18 20:43:24.509 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-02-18 20:43:24.566 | Selecting previously unselected package libdpkg-perl. 2021-02-18 20:43:24.573 | Preparing to unpack .../025-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2021-02-18 20:43:24.576 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-02-18 20:43:24.666 | Selecting previously unselected package make. 2021-02-18 20:43:24.672 | Preparing to unpack .../026-make_4.1-9.1ubuntu1_amd64.deb ... 2021-02-18 20:43:24.675 | Unpacking make (4.1-9.1ubuntu1) ... 2021-02-18 20:43:24.755 | Selecting previously unselected package dpkg-dev. 2021-02-18 20:43:24.762 | Preparing to unpack .../027-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2021-02-18 20:43:24.764 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-02-18 20:43:24.944 | Selecting previously unselected package libcroco3:amd64. 2021-02-18 20:43:24.951 | Preparing to unpack .../028-libcroco3_0.6.12-2_amd64.deb ... 2021-02-18 20:43:24.953 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2021-02-18 20:43:25.026 | Selecting previously unselected package gettext. 2021-02-18 20:43:25.033 | Preparing to unpack .../029-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2021-02-18 20:43:25.035 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2021-02-18 20:43:25.308 | Selecting previously unselected package intltool-debian. 2021-02-18 20:43:25.316 | Preparing to unpack .../030-intltool-debian_0.35.0+20060710.4_all.deb ... 2021-02-18 20:43:25.317 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2021-02-18 20:43:25.374 | Selecting previously unselected package po-debconf. 2021-02-18 20:43:25.381 | Preparing to unpack .../031-po-debconf_1.0.20_all.deb ... 2021-02-18 20:43:25.383 | Unpacking po-debconf (1.0.20) ... 2021-02-18 20:43:25.467 | Selecting previously unselected package debhelper. 2021-02-18 20:43:25.474 | Preparing to unpack .../032-debhelper_11.1.6ubuntu2_all.deb ... 2021-02-18 20:43:25.476 | Unpacking debhelper (11.1.6ubuntu2) ... 2021-02-18 20:43:25.714 | Selecting previously unselected package apache2-dev. 2021-02-18 20:43:25.721 | Preparing to unpack .../033-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2021-02-18 20:43:25.723 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2021-02-18 20:43:25.814 | Selecting previously unselected package libstdc++-7-dev:amd64. 2021-02-18 20:43:25.821 | Preparing to unpack .../034-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-02-18 20:43:25.823 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-02-18 20:43:26.270 | Selecting previously unselected package g++-7. 2021-02-18 20:43:26.278 | Preparing to unpack .../035-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-02-18 20:43:26.280 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-02-18 20:43:27.642 | Selecting previously unselected package g++. 2021-02-18 20:43:27.650 | Preparing to unpack .../036-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2021-02-18 20:43:27.652 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2021-02-18 20:43:27.718 | Selecting previously unselected package build-essential. 2021-02-18 20:43:27.725 | Preparing to unpack .../037-build-essential_12.4ubuntu1_amd64.deb ... 2021-02-18 20:43:27.736 | Unpacking build-essential (12.4ubuntu1) ... 2021-02-18 20:43:27.793 | Selecting previously unselected package conntrack. 2021-02-18 20:43:27.800 | Preparing to unpack .../038-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-02-18 20:43:27.802 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-02-18 20:43:27.885 | Selecting previously unselected package libnetfilter-queue1. 2021-02-18 20:43:27.892 | Preparing to unpack .../039-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2021-02-18 20:43:27.894 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2021-02-18 20:43:27.993 | Selecting previously unselected package conntrackd. 2021-02-18 20:43:28.000 | Preparing to unpack .../040-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-02-18 20:43:28.002 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-02-18 20:43:28.085 | Preparing to unpack .../041-curl_7.58.0-2ubuntu3.12_amd64.deb ... 2021-02-18 20:43:28.123 | Unpacking curl (7.58.0-2ubuntu3.12) over (7.58.0-2ubuntu3.7) ... 2021-02-18 20:43:28.246 | Preparing to unpack .../042-libcurl4_7.58.0-2ubuntu3.12_amd64.deb ... 2021-02-18 20:43:28.320 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.12) over (7.58.0-2ubuntu3.7) ... 2021-02-18 20:43:28.439 | Selecting previously unselected package dctrl-tools. 2021-02-18 20:43:28.446 | Preparing to unpack .../043-dctrl-tools_2.24-2build1_amd64.deb ... 2021-02-18 20:43:28.455 | Unpacking dctrl-tools (2.24-2build1) ... 2021-02-18 20:43:28.552 | Preparing to unpack .../044-dnsmasq-base_2.79-1ubuntu0.2_amd64.deb ... 2021-02-18 20:43:28.581 | Unpacking dnsmasq-base (2.79-1ubuntu0.2) over (2.79-1) ... 2021-02-18 20:43:28.701 | Selecting previously unselected package dnsmasq-utils. 2021-02-18 20:43:28.708 | Preparing to unpack .../045-dnsmasq-utils_2.79-1ubuntu0.2_amd64.deb ... 2021-02-18 20:43:28.710 | Unpacking dnsmasq-utils (2.79-1ubuntu0.2) ... 2021-02-18 20:43:28.794 | Selecting previously unselected package dstat. 2021-02-18 20:43:28.801 | Preparing to unpack .../046-dstat_0.7.3-1_all.deb ... 2021-02-18 20:43:28.803 | Unpacking dstat (0.7.3-1) ... 2021-02-18 20:43:28.930 | Selecting previously unselected package libfakeroot:amd64. 2021-02-18 20:43:28.937 | Preparing to unpack .../047-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2021-02-18 20:43:28.940 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-02-18 20:43:29.015 | Selecting previously unselected package fakeroot. 2021-02-18 20:43:29.021 | Preparing to unpack .../048-fakeroot_1.22-2ubuntu1_amd64.deb ... 2021-02-18 20:43:29.024 | Unpacking fakeroot (1.22-2ubuntu1) ... 2021-02-18 20:43:29.092 | Selecting previously unselected package genisoimage. 2021-02-18 20:43:29.099 | Preparing to unpack .../049-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2021-02-18 20:43:29.102 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2021-02-18 20:43:29.233 | Selecting previously unselected package libgraphite2-3:amd64. 2021-02-18 20:43:29.240 | Preparing to unpack .../050-libgraphite2-3_1.3.11-2_amd64.deb ... 2021-02-18 20:43:29.243 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2021-02-18 20:43:29.342 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-02-18 20:43:29.349 | Preparing to unpack .../051-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2021-02-18 20:43:29.352 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-02-18 20:43:29.457 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2021-02-18 20:43:29.464 | Preparing to unpack .../052-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2021-02-18 20:43:29.466 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-02-18 20:43:29.582 | Preparing to unpack .../053-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 2021-02-18 20:43:29.660 | Unpacking git (1:2.17.1-1ubuntu0.7) over (1:2.17.1-1ubuntu0.4) ... 2021-02-18 20:43:30.549 | Selecting previously unselected package libann0. 2021-02-18 20:43:30.557 | Preparing to unpack .../054-libann0_1.1.2+doc-6_amd64.deb ... 2021-02-18 20:43:30.567 | Unpacking libann0 (1.1.2+doc-6) ... 2021-02-18 20:43:30.657 | Selecting previously unselected package libcdt5. 2021-02-18 20:43:30.664 | Preparing to unpack .../055-libcdt5_2.40.1-2_amd64.deb ... 2021-02-18 20:43:30.667 | Unpacking libcdt5 (2.40.1-2) ... 2021-02-18 20:43:30.749 | Selecting previously unselected package libcgraph6. 2021-02-18 20:43:30.756 | Preparing to unpack .../056-libcgraph6_2.40.1-2_amd64.deb ... 2021-02-18 20:43:30.759 | Unpacking libcgraph6 (2.40.1-2) ... 2021-02-18 20:43:30.826 | Selecting previously unselected package libjpeg8:amd64. 2021-02-18 20:43:30.833 | Preparing to unpack .../057-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-02-18 20:43:30.835 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-02-18 20:43:30.920 | Selecting previously unselected package libjbig0:amd64. 2021-02-18 20:43:30.926 | Preparing to unpack .../058-libjbig0_2.1-3.1build1_amd64.deb ... 2021-02-18 20:43:30.929 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-02-18 20:43:31.012 | Selecting previously unselected package libtiff5:amd64. 2021-02-18 20:43:31.019 | Preparing to unpack .../059-libtiff5_4.0.9-5ubuntu0.3_amd64.deb ... 2021-02-18 20:43:31.021 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2021-02-18 20:43:31.122 | Selecting previously unselected package libwebp6:amd64. 2021-02-18 20:43:31.129 | Preparing to unpack .../060-libwebp6_0.6.1-2_amd64.deb ... 2021-02-18 20:43:31.140 | Unpacking libwebp6:amd64 (0.6.1-2) ... 2021-02-18 20:43:31.247 | Selecting previously unselected package libxpm4:amd64. 2021-02-18 20:43:31.254 | Preparing to unpack .../061-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-02-18 20:43:31.256 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-02-18 20:43:31.350 | Selecting previously unselected package libgd3:amd64. 2021-02-18 20:43:31.357 | Preparing to unpack .../062-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2021-02-18 20:43:31.359 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-02-18 20:43:31.464 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-02-18 20:43:31.471 | Preparing to unpack .../063-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-02-18 20:43:31.473 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-02-18 20:43:31.567 | Selecting previously unselected package libpixman-1-0:amd64. 2021-02-18 20:43:31.574 | Preparing to unpack .../064-libpixman-1-0_0.34.0-2_amd64.deb ... 2021-02-18 20:43:31.585 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2021-02-18 20:43:31.708 | Selecting previously unselected package libxcb-render0:amd64. 2021-02-18 20:43:31.715 | Preparing to unpack .../065-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2021-02-18 20:43:31.718 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-02-18 20:43:31.801 | Selecting previously unselected package libxcb-shm0:amd64. 2021-02-18 20:43:31.809 | Preparing to unpack .../066-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2021-02-18 20:43:31.811 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-02-18 20:43:31.886 | Selecting previously unselected package libxrender1:amd64. 2021-02-18 20:43:31.893 | Preparing to unpack .../067-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-02-18 20:43:31.895 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-02-18 20:43:31.986 | Selecting previously unselected package libcairo2:amd64. 2021-02-18 20:43:31.993 | Preparing to unpack .../068-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2021-02-18 20:43:31.995 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-02-18 20:43:32.139 | Selecting previously unselected package libltdl7:amd64. 2021-02-18 20:43:32.146 | Preparing to unpack .../069-libltdl7_2.4.6-2_amd64.deb ... 2021-02-18 20:43:32.148 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2021-02-18 20:43:32.224 | Selecting previously unselected package libthai-data. 2021-02-18 20:43:32.231 | Preparing to unpack .../070-libthai-data_0.1.27-2_all.deb ... 2021-02-18 20:43:32.233 | Unpacking libthai-data (0.1.27-2) ... 2021-02-18 20:43:32.359 | Selecting previously unselected package libdatrie1:amd64. 2021-02-18 20:43:32.366 | Preparing to unpack .../071-libdatrie1_0.2.10-7_amd64.deb ... 2021-02-18 20:43:32.377 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2021-02-18 20:43:32.459 | Selecting previously unselected package libthai0:amd64. 2021-02-18 20:43:32.467 | Preparing to unpack .../072-libthai0_0.1.27-2_amd64.deb ... 2021-02-18 20:43:32.469 | Unpacking libthai0:amd64 (0.1.27-2) ... 2021-02-18 20:43:32.561 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-02-18 20:43:32.568 | Preparing to unpack .../073-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-02-18 20:43:32.570 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-02-18 20:43:32.679 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-02-18 20:43:32.686 | Preparing to unpack .../074-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-02-18 20:43:32.689 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-02-18 20:43:32.771 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-02-18 20:43:32.779 | Preparing to unpack .../075-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-02-18 20:43:32.781 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-02-18 20:43:32.863 | Selecting previously unselected package libpathplan4. 2021-02-18 20:43:32.870 | Preparing to unpack .../076-libpathplan4_2.40.1-2_amd64.deb ... 2021-02-18 20:43:32.872 | Unpacking libpathplan4 (2.40.1-2) ... 2021-02-18 20:43:32.963 | Selecting previously unselected package libgvc6. 2021-02-18 20:43:32.970 | Preparing to unpack .../077-libgvc6_2.40.1-2_amd64.deb ... 2021-02-18 20:43:32.973 | Unpacking libgvc6 (2.40.1-2) ... 2021-02-18 20:43:33.131 | Selecting previously unselected package libgvpr2. 2021-02-18 20:43:33.138 | Preparing to unpack .../078-libgvpr2_2.40.1-2_amd64.deb ... 2021-02-18 20:43:33.141 | Unpacking libgvpr2 (2.40.1-2) ... 2021-02-18 20:43:33.244 | Selecting previously unselected package liblab-gamut1. 2021-02-18 20:43:33.251 | Preparing to unpack .../079-liblab-gamut1_2.40.1-2_amd64.deb ... 2021-02-18 20:43:33.253 | Unpacking liblab-gamut1 (2.40.1-2) ... 2021-02-18 20:43:33.469 | Selecting previously unselected package libxt6:amd64. 2021-02-18 20:43:33.476 | Preparing to unpack .../080-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-02-18 20:43:33.478 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-02-18 20:43:33.571 | Selecting previously unselected package libxmu6:amd64. 2021-02-18 20:43:33.578 | Preparing to unpack .../081-libxmu6_2%3a1.1.2-2_amd64.deb ... 2021-02-18 20:43:33.589 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2021-02-18 20:43:33.684 | Selecting previously unselected package libxaw7:amd64. 2021-02-18 20:43:33.691 | Preparing to unpack .../082-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-02-18 20:43:33.693 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-02-18 20:43:33.795 | Selecting previously unselected package graphviz. 2021-02-18 20:43:33.802 | Preparing to unpack .../083-graphviz_2.40.1-2_amd64.deb ... 2021-02-18 20:43:33.804 | Unpacking graphviz (2.40.1-2) ... 2021-02-18 20:43:33.997 | Selecting previously unselected package libnl-3-200:amd64. 2021-02-18 20:43:34.004 | Preparing to unpack .../084-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-02-18 20:43:34.015 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-02-18 20:43:34.109 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-02-18 20:43:34.116 | Preparing to unpack .../085-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-02-18 20:43:34.118 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-02-18 20:43:34.228 | Selecting previously unselected package libibverbs1:amd64. 2021-02-18 20:43:34.235 | Preparing to unpack .../086-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2021-02-18 20:43:34.237 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-02-18 20:43:34.339 | Selecting previously unselected package ibverbs-providers:amd64. 2021-02-18 20:43:34.346 | Preparing to unpack .../087-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2021-02-18 20:43:34.348 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-02-18 20:43:34.426 | Selecting previously unselected package icu-devtools. 2021-02-18 20:43:34.433 | Preparing to unpack .../088-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2021-02-18 20:43:34.435 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2021-02-18 20:43:34.531 | Selecting previously unselected package iputils-arping. 2021-02-18 20:43:34.538 | Preparing to unpack .../089-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2021-02-18 20:43:34.540 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2021-02-18 20:43:34.649 | Selecting previously unselected package javascript-common. 2021-02-18 20:43:34.656 | Preparing to unpack .../090-javascript-common_11_all.deb ... 2021-02-18 20:43:34.670 | Unpacking javascript-common (11) ... 2021-02-18 20:43:34.759 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-02-18 20:43:34.766 | Preparing to unpack .../091-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-02-18 20:43:34.769 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-02-18 20:43:34.877 | Selecting previously unselected package libsensors4:amd64. 2021-02-18 20:43:34.884 | Preparing to unpack .../092-libsensors4_1%3a3.4.0-4_amd64.deb ... 2021-02-18 20:43:35.010 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2021-02-18 20:43:35.078 | Selecting previously unselected package libsnmp-base. 2021-02-18 20:43:35.086 | Preparing to unpack .../093-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2021-02-18 20:43:35.088 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-02-18 20:43:35.206 | Selecting previously unselected package libsnmp30:amd64. 2021-02-18 20:43:35.213 | Preparing to unpack .../094-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2021-02-18 20:43:35.215 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-02-18 20:43:35.444 | Selecting previously unselected package keepalived. 2021-02-18 20:43:35.451 | Preparing to unpack .../095-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2021-02-18 20:43:35.453 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-02-18 20:43:35.582 | Selecting previously unselected package libgssrpc4:amd64. 2021-02-18 20:43:35.589 | Preparing to unpack .../096-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ... 2021-02-18 20:43:35.592 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:43:35.685 | Selecting previously unselected package libkdb5-9:amd64. 2021-02-18 20:43:35.693 | Preparing to unpack .../097-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ... 2021-02-18 20:43:35.695 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:43:35.787 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-02-18 20:43:35.795 | Preparing to unpack .../098-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-02-18 20:43:35.797 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:43:35.892 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-02-18 20:43:35.899 | Preparing to unpack .../099-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-02-18 20:43:35.902 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:43:35.970 | Selecting previously unselected package comerr-dev:amd64. 2021-02-18 20:43:35.976 | Preparing to unpack .../100-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2021-02-18 20:43:35.979 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-02-18 20:43:36.054 | Selecting previously unselected package krb5-multidev:amd64. 2021-02-18 20:43:36.061 | Preparing to unpack .../101-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ... 2021-02-18 20:43:36.064 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:43:36.170 | Selecting previously unselected package libaio1:amd64. 2021-02-18 20:43:36.177 | Preparing to unpack .../102-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2021-02-18 20:43:36.187 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-02-18 20:43:36.247 | Selecting previously unselected package libalgorithm-diff-perl. 2021-02-18 20:43:36.254 | Preparing to unpack .../103-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2021-02-18 20:43:36.256 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2021-02-18 20:43:36.322 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-02-18 20:43:36.329 | Preparing to unpack .../104-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2021-02-18 20:43:36.331 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2021-02-18 20:43:36.397 | Selecting previously unselected package libalgorithm-merge-perl. 2021-02-18 20:43:36.404 | Preparing to unpack .../105-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-02-18 20:43:36.407 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-02-18 20:43:36.465 | Selecting previously unselected package libarchive-cpio-perl. 2021-02-18 20:43:36.472 | Preparing to unpack .../106-libarchive-cpio-perl_0.10-1_all.deb ... 2021-02-18 20:43:36.474 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-02-18 20:43:36.534 | Selecting previously unselected package libfile-fcntllock-perl. 2021-02-18 20:43:36.542 | Preparing to unpack .../107-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2021-02-18 20:43:36.544 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2021-02-18 20:43:36.603 | Selecting previously unselected package libglib2.0-bin. 2021-02-18 20:43:36.610 | Preparing to unpack .../108-libglib2.0-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-02-18 20:43:36.621 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-02-18 20:43:36.711 | Selecting previously unselected package libglib2.0-dev-bin. 2021-02-18 20:43:36.718 | Preparing to unpack .../109-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-02-18 20:43:36.720 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-02-18 20:43:36.822 | Selecting previously unselected package pkg-config. 2021-02-18 20:43:36.829 | Preparing to unpack .../110-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2021-02-18 20:43:36.831 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2021-02-18 20:43:36.893 | Selecting previously unselected package zlib1g-dev:amd64. 2021-02-18 20:43:36.900 | Preparing to unpack .../111-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2021-02-18 20:43:36.903 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-02-18 20:43:36.996 | Selecting previously unselected package libglib2.0-dev:amd64. 2021-02-18 20:43:37.003 | Preparing to unpack .../112-libglib2.0-dev_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-02-18 20:43:37.005 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2021-02-18 20:43:37.358 | Selecting previously unselected package libgraphite2-dev:amd64. 2021-02-18 20:43:37.366 | Preparing to unpack .../113-libgraphite2-dev_1.3.11-2_amd64.deb ... 2021-02-18 20:43:37.368 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2021-02-18 20:43:37.426 | Selecting previously unselected package libgts-bin. 2021-02-18 20:43:37.433 | Preparing to unpack .../114-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-02-18 20:43:37.435 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-02-18 20:43:37.529 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2021-02-18 20:43:37.536 | Preparing to unpack .../115-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2021-02-18 20:43:37.539 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-02-18 20:43:37.622 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2021-02-18 20:43:37.629 | Preparing to unpack .../116-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2021-02-18 20:43:37.631 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-02-18 20:43:37.706 | Selecting previously unselected package libicu-le-hb0:amd64. 2021-02-18 20:43:37.713 | Preparing to unpack .../117-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2021-02-18 20:43:37.724 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-02-18 20:43:37.798 | Selecting previously unselected package libiculx60:amd64. 2021-02-18 20:43:37.804 | Preparing to unpack .../118-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2021-02-18 20:43:37.807 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-02-18 20:43:37.865 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2021-02-18 20:43:37.873 | Preparing to unpack .../119-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2021-02-18 20:43:37.875 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-02-18 20:43:37.937 | Selecting previously unselected package libicu-dev. 2021-02-18 20:43:37.944 | Preparing to unpack .../120-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2021-02-18 20:43:37.946 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2021-02-18 20:43:39.427 | Selecting previously unselected package libharfbuzz-dev:amd64. 2021-02-18 20:43:39.434 | Preparing to unpack .../121-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2021-02-18 20:43:39.436 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-02-18 20:43:39.561 | Selecting previously unselected package libiscsi7:amd64. 2021-02-18 20:43:39.569 | Preparing to unpack .../122-libiscsi7_1.17.0-1.1_amd64.deb ... 2021-02-18 20:43:39.571 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2021-02-18 20:43:39.666 | Selecting previously unselected package libjansson4:amd64. 2021-02-18 20:43:39.673 | Preparing to unpack .../123-libjansson4_2.11-1_amd64.deb ... 2021-02-18 20:43:39.676 | Unpacking libjansson4:amd64 (2.11-1) ... 2021-02-18 20:43:39.734 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-02-18 20:43:39.741 | Preparing to unpack .../124-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-02-18 20:43:39.743 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-02-18 20:43:39.829 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-02-18 20:43:39.837 | Preparing to unpack .../125-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-02-18 20:43:39.839 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-02-18 20:43:39.920 | Selecting previously unselected package libjpeg-dev:amd64. 2021-02-18 20:43:39.927 | Preparing to unpack .../126-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-02-18 20:43:39.930 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-02-18 20:43:39.988 | Selecting previously unselected package libjs-jquery. 2021-02-18 20:43:39.995 | Preparing to unpack .../127-libjs-jquery_3.2.1-1_all.deb ... 2021-02-18 20:43:39.997 | Unpacking libjs-jquery (3.2.1-1) ... 2021-02-18 20:43:40.072 | Selecting previously unselected package libjs-jquery-metadata. 2021-02-18 20:43:40.080 | Preparing to unpack .../128-libjs-jquery-metadata_12-1_all.deb ... 2021-02-18 20:43:40.082 | Unpacking libjs-jquery-metadata (12-1) ... 2021-02-18 20:43:40.139 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-02-18 20:43:40.146 | Preparing to unpack .../129-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2021-02-18 20:43:40.156 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-02-18 20:43:40.262 | Selecting previously unselected package libltdl-dev:amd64. 2021-02-18 20:43:40.269 | Preparing to unpack .../130-libltdl-dev_2.4.6-2_amd64.deb ... 2021-02-18 20:43:40.271 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2021-02-18 20:43:40.354 | Selecting previously unselected package libsys-hostname-long-perl. 2021-02-18 20:43:40.361 | Preparing to unpack .../131-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-02-18 20:43:40.363 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-02-18 20:43:40.422 | Selecting previously unselected package libmail-sendmail-perl. 2021-02-18 20:43:40.429 | Preparing to unpack .../132-libmail-sendmail-perl_0.80-1_all.deb ... 2021-02-18 20:43:40.431 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-02-18 20:43:40.515 | Selecting previously unselected package libmatheval1:amd64. 2021-02-18 20:43:40.522 | Preparing to unpack .../133-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2021-02-18 20:43:40.524 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-02-18 20:43:40.624 | Selecting previously unselected package mysql-common. 2021-02-18 20:43:40.631 | Preparing to unpack .../134-mysql-common_5.8+1.0.4_all.deb ... 2021-02-18 20:43:40.647 | Unpacking mysql-common (5.8+1.0.4) ... 2021-02-18 20:43:40.728 | Selecting previously unselected package libmysqlclient20:amd64. 2021-02-18 20:43:40.736 | Preparing to unpack .../135-libmysqlclient20_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-02-18 20:43:40.738 | Unpacking libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-18 20:43:40.914 | Selecting previously unselected package libssl-dev:amd64. 2021-02-18 20:43:40.922 | Preparing to unpack .../136-libssl-dev_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 2021-02-18 20:43:40.924 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 2021-02-18 20:43:41.209 | Selecting previously unselected package libmysqlclient-dev. 2021-02-18 20:43:41.216 | Preparing to unpack .../137-libmysqlclient-dev_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-02-18 20:43:41.219 | Unpacking libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ... 2021-02-18 20:43:41.468 | Selecting previously unselected package libnorm1:amd64. 2021-02-18 20:43:41.475 | Preparing to unpack .../138-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2021-02-18 20:43:41.478 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-02-18 20:43:41.581 | Selecting previously unselected package libnspr4:amd64. 2021-02-18 20:43:41.588 | Preparing to unpack .../139-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2021-02-18 20:43:41.598 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-02-18 20:43:41.694 | Selecting previously unselected package libnss3:amd64. 2021-02-18 20:43:41.701 | Preparing to unpack .../140-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2021-02-18 20:43:41.703 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-02-18 20:43:41.964 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-02-18 20:43:41.972 | Preparing to unpack .../141-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2021-02-18 20:43:41.974 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-02-18 20:43:42.083 | Selecting previously unselected package libpq5:amd64. 2021-02-18 20:43:42.091 | Preparing to unpack .../142-libpq5_10.15-0ubuntu0.18.04.1_amd64.deb ... 2021-02-18 20:43:42.093 | Unpacking libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2021-02-18 20:43:42.156 | Selecting previously unselected package libpq-dev. 2021-02-18 20:43:42.163 | Preparing to unpack .../143-libpq-dev_10.15-0ubuntu0.18.04.1_amd64.deb ... 2021-02-18 20:43:42.173 | Unpacking libpq-dev (10.15-0ubuntu0.18.04.1) ... 2021-02-18 20:43:42.317 | Selecting previously unselected package librados2. 2021-02-18 20:43:42.325 | Preparing to unpack .../144-librados2_12.2.13-0ubuntu0.18.04.6_amd64.deb ... 2021-02-18 20:43:42.327 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.6) ... 2021-02-18 20:43:42.809 | Selecting previously unselected package librbd1. 2021-02-18 20:43:42.817 | Preparing to unpack .../145-librbd1_12.2.13-0ubuntu0.18.04.6_amd64.deb ... 2021-02-18 20:43:42.819 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.6) ... 2021-02-18 20:43:43.019 | Selecting previously unselected package libsasl2-dev. 2021-02-18 20:43:43.026 | Preparing to unpack .../146-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-02-18 20:43:43.029 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-02-18 20:43:43.150 | Preparing to unpack .../147-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-02-18 20:43:43.179 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-02-18 20:43:43.303 | Selecting previously unselected package libsodium23:amd64. 2021-02-18 20:43:43.311 | Preparing to unpack .../148-libsodium23_1.0.16-2_amd64.deb ... 2021-02-18 20:43:43.314 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2021-02-18 20:43:43.389 | Selecting previously unselected package libsystemd-dev:amd64. 2021-02-18 20:43:43.396 | Preparing to unpack .../149-libsystemd-dev_237-3ubuntu10.44_amd64.deb ... 2021-02-18 20:43:43.398 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.44) ... 2021-02-18 20:43:43.534 | Selecting previously unselected package libx86-1:amd64. 2021-02-18 20:43:43.541 | Preparing to unpack .../150-libx86-1_1.1+ds1-10.2_amd64.deb ... 2021-02-18 20:43:43.544 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2021-02-18 20:43:43.610 | Selecting previously unselected package libxml2-dev:amd64. 2021-02-18 20:43:43.617 | Preparing to unpack .../151-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-02-18 20:43:43.620 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-02-18 20:43:43.831 | Preparing to unpack .../152-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2021-02-18 20:43:43.860 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2021-02-18 20:43:43.974 | Selecting previously unselected package libxslt1-dev:amd64. 2021-02-18 20:43:43.982 | Preparing to unpack .../153-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2021-02-18 20:43:43.984 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-02-18 20:43:44.151 | Selecting previously unselected package libzmq5:amd64. 2021-02-18 20:43:44.159 | Preparing to unpack .../154-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2021-02-18 20:43:44.161 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-02-18 20:43:44.292 | Preparing to unpack .../155-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2021-02-18 20:43:44.322 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2021-02-18 20:43:45.243 | Selecting previously unselected package memcached. 2021-02-18 20:43:45.252 | Preparing to unpack .../156-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2021-02-18 20:43:45.254 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2021-02-18 20:43:45.332 | Selecting previously unselected package pm-utils. 2021-02-18 20:43:45.339 | Preparing to unpack .../157-pm-utils_1.4.1-17_all.deb ... 2021-02-18 20:43:45.341 | Unpacking pm-utils (1.4.1-17) ... 2021-02-18 20:43:45.432 | Selecting previously unselected package postgresql-client-common. 2021-02-18 20:43:45.439 | Preparing to unpack .../158-postgresql-client-common_190ubuntu0.1_all.deb ... 2021-02-18 20:43:45.442 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2021-02-18 20:43:45.526 | Selecting previously unselected package ssl-cert. 2021-02-18 20:43:45.534 | Preparing to unpack .../159-ssl-cert_1.0.39_all.deb ... 2021-02-18 20:43:45.536 | Unpacking ssl-cert (1.0.39) ... 2021-02-18 20:43:45.661 | Selecting previously unselected package postgresql-common. 2021-02-18 20:43:45.669 | Preparing to unpack .../160-postgresql-common_190ubuntu0.1_all.deb ... 2021-02-18 20:43:45.699 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-02-18 20:43:45.709 | Unpacking postgresql-common (190ubuntu0.1) ... 2021-02-18 20:43:45.794 | Selecting previously unselected package postgresql-server-dev-10. 2021-02-18 20:43:45.801 | Preparing to unpack .../161-postgresql-server-dev-10_10.15-0ubuntu0.18.04.1_amd64.deb ... 2021-02-18 20:43:45.803 | Unpacking postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2021-02-18 20:43:46.138 | Selecting previously unselected package postgresql-server-dev-all. 2021-02-18 20:43:46.146 | Preparing to unpack .../162-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2021-02-18 20:43:46.148 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2021-02-18 20:43:46.206 | Selecting previously unselected package python-pip-whl. 2021-02-18 20:43:46.213 | Preparing to unpack .../163-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-02-18 20:43:46.215 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-02-18 20:43:46.469 | Selecting previously unselected package python3-mysqldb. 2021-02-18 20:43:46.477 | Preparing to unpack .../164-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2021-02-18 20:43:46.479 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2021-02-18 20:43:46.565 | Selecting previously unselected package python3.6-venv. 2021-02-18 20:43:46.572 | Preparing to unpack .../165-python3.6-venv_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 2021-02-18 20:43:46.574 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2021-02-18 20:43:46.623 | Selecting previously unselected package python3-venv. 2021-02-18 20:43:46.631 | Preparing to unpack .../166-python3-venv_3.6.7-1~18.04_amd64.deb ... 2021-02-18 20:43:46.633 | Unpacking python3-venv (3.6.7-1~18.04) ... 2021-02-18 20:43:46.700 | Selecting previously unselected package qemu-block-extra:amd64. 2021-02-18 20:43:46.707 | Preparing to unpack .../167-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.35_amd64.deb ... 2021-02-18 20:43:46.709 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.35) ... 2021-02-18 20:43:46.768 | Selecting previously unselected package qemu-utils. 2021-02-18 20:43:46.775 | Preparing to unpack .../168-qemu-utils_1%3a2.11+dfsg-1ubuntu7.35_amd64.deb ... 2021-02-18 20:43:46.778 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.35) ... 2021-02-18 20:43:46.977 | Selecting previously unselected package sharutils. 2021-02-18 20:43:46.985 | Preparing to unpack .../169-sharutils_1%3a4.15.2-3_amd64.deb ... 2021-02-18 20:43:46.987 | Unpacking sharutils (1:4.15.2-3) ... 2021-02-18 20:43:47.062 | Selecting previously unselected package sqlite3. 2021-02-18 20:43:47.070 | Preparing to unpack .../170-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2021-02-18 20:43:47.072 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2021-02-18 20:43:47.233 | Selecting previously unselected package thin-provisioning-tools. 2021-02-18 20:43:47.241 | Preparing to unpack .../171-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2021-02-18 20:43:47.243 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-02-18 20:43:47.371 | Selecting previously unselected package unzip. 2021-02-18 20:43:47.379 | Preparing to unpack .../172-unzip_6.0-21ubuntu1.1_amd64.deb ... 2021-02-18 20:43:47.381 | Unpacking unzip (6.0-21ubuntu1.1) ... 2021-02-18 20:43:47.474 | Selecting previously unselected package uwsgi-core. 2021-02-18 20:43:47.482 | Preparing to unpack .../173-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-02-18 20:43:47.484 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-02-18 20:43:47.640 | Selecting previously unselected package vbetool. 2021-02-18 20:43:47.647 | Preparing to unpack .../174-vbetool_1.1-4_amd64.deb ... 2021-02-18 20:43:47.649 | Unpacking vbetool (1.1-4) ... 2021-02-18 20:43:47.731 | Selecting previously unselected package libipset3:amd64. 2021-02-18 20:43:47.739 | Preparing to unpack .../175-libipset3_6.34-1_amd64.deb ... 2021-02-18 20:43:47.741 | Unpacking libipset3:amd64 (6.34-1) ... 2021-02-18 20:43:47.811 | Selecting previously unselected package ipset. 2021-02-18 20:43:47.819 | Preparing to unpack .../176-ipset_6.34-1_amd64.deb ... 2021-02-18 20:43:47.821 | Unpacking ipset (6.34-1) ... 2021-02-18 20:43:47.914 | Selecting previously unselected package ipvsadm. 2021-02-18 20:43:47.921 | Preparing to unpack .../177-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2021-02-18 20:43:47.923 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-02-18 20:43:47.998 | Selecting previously unselected package kpartx. 2021-02-18 20:43:48.006 | Preparing to unpack .../178-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2021-02-18 20:43:48.008 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2021-02-18 20:43:48.074 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-02-18 20:43:48.081 | Preparing to unpack .../179-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-02-18 20:43:48.084 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-02-18 20:43:48.166 | Selecting previously unselected package liberasurecode1:amd64. 2021-02-18 20:43:48.174 | Preparing to unpack .../180-liberasurecode1_1.5.0-1_amd64.deb ... 2021-02-18 20:43:48.176 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2021-02-18 20:43:48.235 | Selecting previously unselected package liberasurecode-dev. 2021-02-18 20:43:48.243 | Preparing to unpack .../181-liberasurecode-dev_1.5.0-1_amd64.deb ... 2021-02-18 20:43:48.245 | Unpacking liberasurecode-dev (1.5.0-1) ... 2021-02-18 20:43:48.302 | Selecting previously unselected package libffi-dev:amd64. 2021-02-18 20:43:48.310 | Preparing to unpack .../182-libffi-dev_3.2.1-8_amd64.deb ... 2021-02-18 20:43:48.312 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2021-02-18 20:43:48.386 | Selecting previously unselected package libkrb5-dev:amd64. 2021-02-18 20:43:48.393 | Preparing to unpack .../183-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ... 2021-02-18 20:43:48.395 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:43:48.456 | Selecting previously unselected package libyaml-dev:amd64. 2021-02-18 20:43:48.464 | Preparing to unpack .../184-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2021-02-18 20:43:48.466 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-02-18 20:43:48.529 | Selecting previously unselected package socat. 2021-02-18 20:43:48.536 | Preparing to unpack .../185-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2021-02-18 20:43:48.538 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2021-02-18 20:43:48.648 | Selecting previously unselected package vlan. 2021-02-18 20:43:48.656 | Preparing to unpack .../186-vlan_1.9-3.2ubuntu6_amd64.deb ... 2021-02-18 20:43:48.658 | Unpacking vlan (1.9-3.2ubuntu6) ... 2021-02-18 20:43:48.750 | Setting up libjs-jquery (3.2.1-1) ... 2021-02-18 20:43:48.770 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-02-18 20:43:48.798 | Setting up libapr1:amd64 (1.6.3-2) ... 2021-02-18 20:43:48.826 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-02-18 20:43:48.853 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-02-18 20:43:49.060 | Setting up libpathplan4 (2.40.1-2) ... 2021-02-18 20:43:49.088 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-02-18 20:43:49.115 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2021-02-18 20:43:49.142 | Setting up make (4.1-9.1ubuntu1) ... 2021-02-18 20:43:49.170 | Setting up liblab-gamut1 (2.40.1-2) ... 2021-02-18 20:43:49.197 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-02-18 20:43:49.224 | Setting up vlan (1.9-3.2ubuntu6) ... 2021-02-18 20:43:49.288 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-02-18 20:43:49.315 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-02-18 20:43:49.343 | Processing triggers for mime-support (3.60ubuntu1) ... 2021-02-18 20:43:49.370 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-02-18 20:43:49.398 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-18 20:43:49.419 | Setting up sudo (1.8.21p2-3ubuntu1.4) ... 2021-02-18 20:43:49.485 | Setting up libtimedate-perl (2.3000-2) ... 2021-02-18 20:43:49.512 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-02-18 20:43:49.540 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 2021-02-18 20:43:49.580 | Setting up fonts-dejavu-core (2.37-1) ... 2021-02-18 20:43:49.718 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2021-02-18 20:43:49.936 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2021-02-18 20:43:49.964 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2021-02-18 20:43:50.343 | update-initramfs: deferring update (trigger activated) 2021-02-18 20:43:52.454 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2021-02-18 20:43:52.474 | No schema files found: doing nothing. 2021-02-18 20:43:52.482 | Setting up mysql-common (5.8+1.0.4) ... 2021-02-18 20:43:52.539 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-02-18 20:43:52.550 | Setting up sharutils (1:4.15.2-3) ... 2021-02-18 20:43:52.577 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2021-02-18 20:43:52.605 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-02-18 20:43:52.633 | Setting up libjansson4:amd64 (2.11-1) ... 2021-02-18 20:43:52.660 | Setting up unzip (6.0-21ubuntu1.1) ... 2021-02-18 20:43:52.695 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2021-02-18 20:43:52.790 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-02-18 20:43:52.818 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-02-18 20:43:52.846 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2021-02-18 20:43:52.874 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-02-18 20:43:52.903 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-02-18 20:43:52.930 | Setting up dctrl-tools (2.24-2build1) ... 2021-02-18 20:43:52.959 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2021-02-18 20:43:52.987 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2021-02-18 20:43:53.015 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2021-02-18 20:43:53.043 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-02-18 20:43:53.071 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-02-18 20:43:53.099 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-02-18 20:43:53.176 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-02-18 20:44:03.422 | Setting up pm-utils (1.4.1-17) ... 2021-02-18 20:44:03.460 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2021-02-18 20:44:03.495 | Setting up m4 (1.4.18-1) ... 2021-02-18 20:44:03.523 | Setting up libipset3:amd64 (6.34-1) ... 2021-02-18 20:44:03.550 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-02-18 20:44:03.578 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-02-18 20:44:03.606 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:44:03.633 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2021-02-18 20:44:03.712 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2021-02-18 20:44:05.534 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-02-18 20:44:05.563 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-02-18 20:44:05.590 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2021-02-18 20:44:06.488 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2021-02-18 20:44:06.515 | Setting up libcroco3:amd64 (0.6.12-2) ... 2021-02-18 20:44:06.543 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2021-02-18 20:44:06.570 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-02-18 20:44:06.598 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-02-18 20:44:06.625 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-02-18 20:44:06.653 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2021-02-18 20:44:06.681 | Setting up dnsmasq-utils (2.79-1ubuntu0.2) ... 2021-02-18 20:44:06.708 | Setting up libsodium23:amd64 (1.0.16-2) ... 2021-02-18 20:44:06.736 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2021-02-18 20:44:06.765 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-02-18 20:44:06.811 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-02-18 20:44:06.839 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-02-18 20:44:06.866 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-02-18 20:44:06.901 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-02-18 20:44:06.955 | Setting up autotools-dev (20180224.1) ... 2021-02-18 20:44:06.983 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 2021-02-18 20:44:07.010 | Setting up kpartx (0.7.4-2ubuntu3) ... 2021-02-18 20:44:07.038 | Setting up postgresql-client-common (190ubuntu0.1) ... 2021-02-18 20:44:07.085 | Setting up dstat (0.7.3-1) ... 2021-02-18 20:44:07.285 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 2021-02-18 20:44:07.526 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2021-02-18 20:44:07.553 | Setting up ipset (6.34-1) ... 2021-02-18 20:44:07.581 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-02-18 20:44:07.618 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-02-18 20:44:07.645 | Setting up systemd (237-3ubuntu10.44) ... 2021-02-18 20:44:07.663 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2021-02-18 20:44:08.787 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2021-02-18 20:44:08.787 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2021-02-18 20:44:08.789 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2021-02-18 20:44:08.789 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2021-02-18 20:44:08.866 | Setting up libltdl7:amd64 (2.4.6-2) ... 2021-02-18 20:44:08.894 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 2021-02-18 20:44:08.931 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2021-02-18 20:44:08.959 | Setting up libann0 (1.1.2+doc-6) ... 2021-02-18 20:44:08.987 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2021-02-18 20:44:09.014 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-02-18 20:44:09.042 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-02-18 20:44:09.070 | Setting up dnsmasq-base (2.79-1ubuntu0.2) ... 2021-02-18 20:44:09.107 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-02-18 20:44:09.134 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2021-02-18 20:44:09.182 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-18 20:44:30.281 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.44) ... 2021-02-18 20:44:30.286 | Setting up libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-18 20:44:30.314 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2021-02-18 20:44:30.341 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-02-18 20:44:30.369 | Setting up libthai-data (0.1.27-2) ... 2021-02-18 20:44:30.396 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2021-02-18 20:44:30.423 | Setting up javascript-common (11) ... 2021-02-18 20:44:30.489 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-02-18 20:44:30.504 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-02-18 20:44:30.550 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-02-18 20:44:30.588 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-02-18 20:44:30.634 | Setting up libjs-jquery-metadata (12-1) ... 2021-02-18 20:44:30.661 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2021-02-18 20:44:31.047 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-02-18 20:44:31.407 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2021-02-18 20:44:31.435 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-02-18 20:44:31.463 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-02-18 20:44:31.491 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2021-02-18 20:44:31.518 | Setting up vbetool (1.1-4) ... 2021-02-18 20:44:31.546 | Setting up libcdt5 (2.40.1-2) ... 2021-02-18 20:44:31.573 | Setting up git (1:2.17.1-1ubuntu0.7) ... 2021-02-18 20:44:31.634 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-02-18 20:44:31.661 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2021-02-18 20:44:31.689 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-02-18 20:44:31.914 | Setting up libcgraph6 (2.40.1-2) ... 2021-02-18 20:44:31.942 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-02-18 20:44:31.970 | Setting up libwebp6:amd64 (0.6.1-2) ... 2021-02-18 20:44:31.998 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-02-18 20:44:32.025 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-02-18 20:44:32.053 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-02-18 20:44:32.080 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-02-18 20:44:32.108 | Setting up python3-venv (3.6.7-1~18.04) ... 2021-02-18 20:44:32.136 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-02-18 20:44:32.170 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 2021-02-18 20:44:32.197 | Setting up libtool (2.4.6-2) ... 2021-02-18 20:44:32.225 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-02-18 20:44:32.254 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-02-18 20:44:32.281 | Setting up libnss-systemd:amd64 (237-3ubuntu10.44) ... 2021-02-18 20:44:32.310 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-02-18 20:44:32.338 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:44:32.366 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2021-02-18 20:44:32.923 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-02-18 20:44:33.455 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2021-02-18 20:44:33.864 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-02-18 20:44:33.891 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-02-18 20:44:33.920 | Setting up libpam-systemd:amd64 (237-3ubuntu10.44) ... 2021-02-18 20:44:34.287 | Setting up libapr1-dev (1.6.3-2) ... 2021-02-18 20:44:34.315 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2021-02-18 20:44:34.342 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-02-18 20:44:34.626 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2021-02-18 20:44:34.654 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-02-18 20:44:34.682 | Setting up libgvpr2 (2.40.1-2) ... 2021-02-18 20:44:34.709 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-02-18 20:44:34.737 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2021-02-18 20:44:35.297 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-02-18 20:44:35.841 | Setting up socat (1.7.3.2-2ubuntu2) ... 2021-02-18 20:44:35.869 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2021-02-18 20:44:35.897 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 2021-02-18 20:44:35.926 | Setting up libaprutil1-dev (1.6.1-2) ... 2021-02-18 20:44:35.954 | Setting up liberasurecode-dev (1.5.0-1) ... 2021-02-18 20:44:36.000 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2021-02-18 20:44:36.027 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-02-18 20:44:36.055 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-02-18 20:44:36.083 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-02-18 20:44:36.111 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2021-02-18 20:44:36.139 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-02-18 20:44:36.167 | Setting up ssl-cert (1.0.39) ... 2021-02-18 20:44:36.771 | Setting up python3-mysqldb (1.3.10-1build1) ... 2021-02-18 20:44:37.047 | Setting up autoconf (2.69-11) ... 2021-02-18 20:44:37.084 | Setting up libthai0:amd64 (0.1.27-2) ... 2021-02-18 20:44:37.112 | Setting up fakeroot (1.22-2ubuntu1) ... 2021-02-18 20:44:37.135 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-02-18 20:44:37.157 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2021-02-18 20:44:37.354 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-02-18 20:44:37.797 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2021-02-18 20:44:37.825 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-02-18 20:44:37.854 | Setting up intltool-debian (0.35.0+20060710.4) ... 2021-02-18 20:44:37.882 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2021-02-18 20:44:37.983 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2021-02-18 20:44:38.010 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-02-18 20:44:38.038 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-02-18 20:44:38.066 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-02-18 20:44:38.093 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-02-18 20:44:38.381 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-02-18 20:44:38.913 | Setting up postgresql-common (190ubuntu0.1) ... 2021-02-18 20:44:39.503 | Adding user postgres to group ssl-cert 2021-02-18 20:44:39.661 | 2021-02-18 20:44:39.661 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-02-18 20:44:39.855 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-02-18 20:44:39.855 | Removing obsolete dictionary files: 2021-02-18 20:44:40.083 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-02-18 20:44:40.665 | Setting up automake (1:1.15.1-3ubuntu2) ... 2021-02-18 20:44:40.685 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2021-02-18 20:44:40.707 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-02-18 20:44:40.745 | Setting up libice6:amd64 (2:1.0.9-2) ... 2021-02-18 20:44:40.773 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2021-02-18 20:44:40.844 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-02-18 20:44:40.855 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:44:40.883 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-02-18 20:44:40.911 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-02-18 20:44:40.940 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-02-18 20:44:40.976 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-02-18 20:44:41.275 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-02-18 20:44:41.851 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-02-18 20:44:41.979 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-02-18 20:44:42.007 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2021-02-18 20:44:42.041 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-02-18 20:44:42.069 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2021-02-18 20:44:43.593 | Enabling module mpm_event. 2021-02-18 20:44:43.654 | Enabling module authz_core. 2021-02-18 20:44:43.659 | Enabling module authz_host. 2021-02-18 20:44:43.715 | Enabling module authn_core. 2021-02-18 20:44:43.720 | Enabling module auth_basic. 2021-02-18 20:44:43.776 | Enabling module access_compat. 2021-02-18 20:44:43.831 | Enabling module authn_file. 2021-02-18 20:44:43.887 | Enabling module authz_user. 2021-02-18 20:44:43.942 | Enabling module alias. 2021-02-18 20:44:43.997 | Enabling module dir. 2021-02-18 20:44:44.053 | Enabling module autoindex. 2021-02-18 20:44:44.108 | Enabling module env. 2021-02-18 20:44:44.164 | Enabling module mime. 2021-02-18 20:44:44.222 | Enabling module negotiation. 2021-02-18 20:44:44.278 | Enabling module setenvif. 2021-02-18 20:44:44.333 | Enabling module filter. 2021-02-18 20:44:44.389 | Enabling module deflate. 2021-02-18 20:44:44.444 | Enabling module status. 2021-02-18 20:44:44.499 | Enabling module reqtimeout. 2021-02-18 20:44:44.554 | Enabling conf charset. 2021-02-18 20:44:44.610 | Enabling conf localized-error-pages. 2021-02-18 20:44:44.666 | Enabling conf other-vhosts-access-log. 2021-02-18 20:44:44.722 | Enabling conf security. 2021-02-18 20:44:44.778 | Enabling conf serve-cgi-bin. 2021-02-18 20:44:44.834 | Enabling site 000-default. 2021-02-18 20:44:44.882 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-02-18 20:44:44.935 | Enabling conf javascript-common. 2021-02-18 20:44:45.173 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-02-18 20:44:45.565 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-02-18 20:44:46.817 | Setting up libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ... 2021-02-18 20:44:46.844 | Setting up po-debconf (1.0.20) ... 2021-02-18 20:44:46.872 | Setting up build-essential (12.4ubuntu1) ... 2021-02-18 20:44:46.900 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-02-18 20:44:46.927 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-02-18 20:44:46.955 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2021-02-18 20:44:46.983 | Setting up librados2 (12.2.13-0ubuntu0.18.04.6) ... 2021-02-18 20:44:47.011 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:44:47.039 | Setting up libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2021-02-18 20:44:47.067 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-02-18 20:44:47.234 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-02-18 20:44:47.262 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-02-18 20:44:47.290 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2021-02-18 20:44:49.453 | Regenerating fonts cache... done. 2021-02-18 20:44:49.456 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-02-18 20:44:49.483 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:44:49.511 | Setting up libpq-dev (10.15-0ubuntu0.18.04.1) ... 2021-02-18 20:44:49.547 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.12) ... 2021-02-18 20:44:49.575 | Setting up postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2021-02-18 20:44:49.611 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.6) ... 2021-02-18 20:44:49.640 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:44:49.670 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.35) ... 2021-02-18 20:44:49.707 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.35) ... 2021-02-18 20:44:49.760 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2021-02-18 20:44:49.790 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2021-02-18 20:44:49.834 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-02-18 20:44:49.872 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:44:49.916 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:44:49.944 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-02-18 20:44:49.980 | Setting up curl (7.58.0-2ubuntu3.12) ... 2021-02-18 20:44:50.016 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-02-18 20:44:50.044 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:44:50.072 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-02-18 20:44:50.100 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-02-18 20:44:50.135 | Setting up libgvc6 (2.40.1-2) ... 2021-02-18 20:44:50.180 | Setting up graphviz (2.40.1-2) ... 2021-02-18 20:44:50.217 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2021-02-18 20:44:50.252 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-02-18 20:44:50.281 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-02-18 20:44:50.317 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-02-18 20:44:50.345 | Setting up debhelper (11.1.6ubuntu2) ... 2021-02-18 20:44:50.373 | Setting up dh-autoreconf (17) ... 2021-02-18 20:44:50.417 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-02-18 20:44:50.469 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-02-18 20:44:50.506 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2021-02-18 20:44:50.528 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-02-18 20:44:50.587 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-02-18 20:44:59.333 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-02-18 20:44:59.354 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-18 20:44:59.524 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-18 20:44:59.547 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-02-18 20:44:59.750 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-02-18 20:44:59.768 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-02-18 20:45:01.732 | ++ functions-common:apt_get:1113 : result=0 2021-02-18 20:45:01.735 | ++ functions-common:apt_get:1116 : time_stop apt-get 2021-02-18 20:45:01.737 | ++ functions-common:time_stop:2331 : local name 2021-02-18 20:45:01.739 | ++ functions-common:time_stop:2332 : local end_time 2021-02-18 20:45:01.741 | ++ functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:45:01.743 | ++ functions-common:time_stop:2334 : local total 2021-02-18 20:45:01.746 | ++ functions-common:time_stop:2335 : local start_time 2021-02-18 20:45:01.748 | ++ functions-common:time_stop:2337 : name=apt-get 2021-02-18 20:45:01.750 | ++ functions-common:time_stop:2338 : start_time=1613680965535 2021-02-18 20:45:01.752 | ++ functions-common:time_stop:2340 : [[ -z 1613680965535 ]] 2021-02-18 20:45:01.754 | +++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:45:01.759 | ++ functions-common:time_stop:2343 : end_time=1613681101755 2021-02-18 20:45:01.761 | ++ functions-common:time_stop:2344 : elapsed_time=136220 2021-02-18 20:45:01.763 | ++ functions-common:time_stop:2345 : total=1323 2021-02-18 20:45:01.765 | ++ functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:45:01.767 | ++ functions-common:time_stop:2348 : _TIME_TOTAL[$name]=137543 2021-02-18 20:45:01.769 | ++ functions-common:apt_get:1117 : return 0 2021-02-18 20:45:01.772 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-02-18 20:45:01.774 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-02-18 20:45:01.776 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-02-18 20:45:01.780 | ++ tools/install_prereqs.sh:source:89 : date 2021-02-18 20:45:01.784 | + ./stack.sh:main:758 : [[ False != \T\r\u\e ]] 2021-02-18 20:45:01.786 | + ./stack.sh:main:759 : PYPI_ALTERNATIVE_URL= 2021-02-18 20:45:01.789 | + ./stack.sh:main:759 : /home/ubuntu/devstack/tools/install_pip.sh 2021-02-18 20:45:03.198 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-02-18 20:45:03.200 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-02-18 20:45:03.202 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-02-18 20:45:03.205 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-02-18 20:45:03.207 | + tools/install_pip.sh:main:43 : GetDistro 2021-02-18 20:45:03.209 | + functions-common:GetDistro:371 : GetOSVersion 2021-02-18 20:45:03.211 | + functions-common:GetOSVersion:348 : _ensure_lsb_release 2021-02-18 20:45:03.213 | ++ functions-common:_ensure_lsb_release:322 : command -v lsb_release 2021-02-18 20:45:03.215 | + functions-common:_ensure_lsb_release:322 : [[ -x /usr/bin/lsb_release ]] 2021-02-18 20:45:03.216 | + functions-common:_ensure_lsb_release:323 : return 2021-02-18 20:45:03.219 | ++ functions-common:GetOSVersion:350 : lsb_release -r -s 2021-02-18 20:45:03.291 | + functions-common:GetOSVersion:350 : os_RELEASE=18.04 2021-02-18 20:45:03.294 | ++ functions-common:GetOSVersion:351 : lsb_release -c -s 2021-02-18 20:45:03.364 | + functions-common:GetOSVersion:351 : os_CODENAME=bionic 2021-02-18 20:45:03.367 | ++ functions-common:GetOSVersion:352 : lsb_release -i -s 2021-02-18 20:45:03.438 | + functions-common:GetOSVersion:352 : os_VENDOR=Ubuntu 2021-02-18 20:45:03.440 | + functions-common:GetOSVersion:354 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-02-18 20:45:03.441 | + functions-common:GetOSVersion:355 : os_PACKAGE=deb 2021-02-18 20:45:03.443 | + functions-common:GetOSVersion:360 : typeset -xr os_VENDOR 2021-02-18 20:45:03.445 | + functions-common:GetOSVersion:361 : typeset -xr os_RELEASE 2021-02-18 20:45:03.447 | + functions-common:GetOSVersion:362 : typeset -xr os_PACKAGE 2021-02-18 20:45:03.449 | + functions-common:GetOSVersion:363 : typeset -xr os_CODENAME 2021-02-18 20:45:03.451 | + functions-common:GetDistro:373 : [[ Ubuntu =~ (Ubuntu) ]] 2021-02-18 20:45:03.453 | + functions-common:GetDistro:376 : DISTRO=bionic 2021-02-18 20:45:03.454 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2021-02-18 20:45:03.456 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2021-02-18 20:45:03.456 | Distro: bionic 2021-02-18 20:45:03.459 | + tools/install_pip.sh:main:128 : get_versions 2021-02-18 20:45:03.461 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-02-18 20:45:03.464 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-02-18 20:45:03.466 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-02-18 20:45:03.468 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-02-18 20:45:03.469 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-02-18 20:45:03.794 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2021-02-18 20:45:03.795 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2021-02-18 20:45:03.795 | pip: 20.2.2 2021-02-18 20:45:03.797 | + tools/install_pip.sh:main:137 : is_fedora 2021-02-18 20:45:03.799 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-02-18 20:45:03.801 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-02-18 20:45:03.802 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-02-18 20:45:03.804 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-02-18 20:45:03.806 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-02-18 20:45:03.808 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-02-18 20:45:03.810 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-02-18 20:45:03.811 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-02-18 20:45:03.813 | + tools/install_pip.sh:main:137 : is_suse 2021-02-18 20:45:03.815 | + functions-common:is_suse:462 : is_opensuse 2021-02-18 20:45:03.817 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-02-18 20:45:03.818 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-18 20:45:03.821 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-02-18 20:45:03.822 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-02-18 20:45:03.824 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-18 20:45:03.826 | + tools/install_pip.sh:main:138 : uninstall_package python-pip 2021-02-18 20:45:03.828 | + functions-common:uninstall_package:1362 : is_ubuntu 2021-02-18 20:45:03.829 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:45:03.831 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:45:03.833 | + functions-common:uninstall_package:1363 : apt_get purge python-pip 2021-02-18 20:45:03.847 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python-pip 2021-02-18 20:45:03.965 | Reading package lists... 2021-02-18 20:45:04.209 | Building dependency tree... 2021-02-18 20:45:04.210 | Reading state information... 2021-02-18 20:45:04.418 | Package 'python-pip' is not installed, so not removed 2021-02-18 20:45:04.418 | The following packages were automatically installed and are no longer required: 2021-02-18 20:45:04.419 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-02-18 20:45:04.419 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-02-18 20:45:04.419 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-02-18 20:45:04.419 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-02-18 20:45:04.419 | python3-twisted-bin python3-zope.interface 2021-02-18 20:45:04.419 | Use 'sudo apt autoremove' to remove them. 2021-02-18 20:45:04.491 | 0 upgraded, 0 newly installed, 0 to remove and 150 not upgraded. 2021-02-18 20:45:04.496 | + functions-common:apt_get:1113 : result=0 2021-02-18 20:45:04.497 | + functions-common:apt_get:1116 : time_stop apt-get 2021-02-18 20:45:04.499 | + functions-common:time_stop:2331 : local name 2021-02-18 20:45:04.501 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:45:04.502 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:45:04.504 | + functions-common:time_stop:2334 : local total 2021-02-18 20:45:04.506 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:45:04.508 | + functions-common:time_stop:2337 : name=apt-get 2021-02-18 20:45:04.510 | + functions-common:time_stop:2338 : start_time=1613681103845 2021-02-18 20:45:04.511 | + functions-common:time_stop:2340 : [[ -z 1613681103845 ]] 2021-02-18 20:45:04.514 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:45:04.516 | + functions-common:time_stop:2343 : end_time=1613681104514 2021-02-18 20:45:04.518 | + functions-common:time_stop:2344 : elapsed_time=669 2021-02-18 20:45:04.520 | + functions-common:time_stop:2345 : total=0 2021-02-18 20:45:04.521 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:45:04.523 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=669 2021-02-18 20:45:04.525 | + functions-common:apt_get:1117 : return 0 2021-02-18 20:45:04.527 | + tools/install_pip.sh:main:139 : uninstall_package python3-pip 2021-02-18 20:45:04.528 | + functions-common:uninstall_package:1362 : is_ubuntu 2021-02-18 20:45:04.530 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:45:04.532 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:45:04.534 | + functions-common:uninstall_package:1363 : apt_get purge python3-pip 2021-02-18 20:45:04.548 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip 2021-02-18 20:45:04.668 | Reading package lists... 2021-02-18 20:45:04.910 | Building dependency tree... 2021-02-18 20:45:04.911 | Reading state information... 2021-02-18 20:45:05.113 | Package 'python3-pip' is not installed, so not removed 2021-02-18 20:45:05.113 | The following packages were automatically installed and are no longer required: 2021-02-18 20:45:05.114 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-02-18 20:45:05.114 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-02-18 20:45:05.114 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-02-18 20:45:05.114 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-02-18 20:45:05.114 | python3-twisted-bin python3-zope.interface 2021-02-18 20:45:05.114 | Use 'sudo apt autoremove' to remove them. 2021-02-18 20:45:05.186 | 0 upgraded, 0 newly installed, 0 to remove and 150 not upgraded. 2021-02-18 20:45:05.189 | + functions-common:apt_get:1113 : result=0 2021-02-18 20:45:05.191 | + functions-common:apt_get:1116 : time_stop apt-get 2021-02-18 20:45:05.193 | + functions-common:time_stop:2331 : local name 2021-02-18 20:45:05.195 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:45:05.197 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:45:05.199 | + functions-common:time_stop:2334 : local total 2021-02-18 20:45:05.200 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:45:05.202 | + functions-common:time_stop:2337 : name=apt-get 2021-02-18 20:45:05.204 | + functions-common:time_stop:2338 : start_time=1613681104546 2021-02-18 20:45:05.205 | + functions-common:time_stop:2340 : [[ -z 1613681104546 ]] 2021-02-18 20:45:05.208 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:45:05.210 | + functions-common:time_stop:2343 : end_time=1613681105208 2021-02-18 20:45:05.212 | + functions-common:time_stop:2344 : elapsed_time=662 2021-02-18 20:45:05.214 | + functions-common:time_stop:2345 : total=669 2021-02-18 20:45:05.215 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:45:05.217 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=1331 2021-02-18 20:45:05.219 | + functions-common:apt_get:1117 : return 0 2021-02-18 20:45:05.221 | + tools/install_pip.sh:main:142 : install_get_pip 2021-02-18 20:45:05.222 | + tools/install_pip.sh:install_get_pip:62 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-02-18 20:45:05.224 | + tools/install_pip.sh:install_get_pip:79 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-02-18 20:45:05.226 | + tools/install_pip.sh:install_get_pip:82 : local timecond= 2021-02-18 20:45:05.228 | + tools/install_pip.sh:install_get_pip:83 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-02-18 20:45:05.230 | + tools/install_pip.sh:install_get_pip:87 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2021-02-18 20:45:05.240 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-02-18 20:45:05.240 | Dload Upload Total Spent Left Speed 2021-02-18 20:45:05.909 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 84 1884k 84 1585k 0 0 2553k 0 --:--:-- --:--:-- --:--:-- 2549k 100 1884k 100 1884k 0 0 2817k 0 --:--:-- --:--:-- --:--:-- 2812k 2021-02-18 20:45:05.913 | + tools/install_pip.sh:install_get_pip:90 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-02-18 20:45:05.916 | + tools/install_pip.sh:install_get_pip:94 : sudo -H -E python3.6 /home/ubuntu/devstack/files/get-pip.py -c /home/ubuntu/devstack/tools/cap-pip.txt 2021-02-18 20:45:08.659 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:45:09.357 | Collecting pip 2021-02-18 20:45:09.368 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51f/1c7514530bd5c/pip-20.2.4-py2.py3-none-any.whl (1.5 MB) 2021-02-18 20:45:09.677 | Installing collected packages: pip 2021-02-18 20:45:09.678 | Attempting uninstall: pip 2021-02-18 20:45:09.678 | Found existing installation: pip 20.2.2 2021-02-18 20:45:09.912 | Uninstalling pip-20.2.2: 2021-02-18 20:45:09.926 | Successfully uninstalled pip-20.2.2 2021-02-18 20:45:11.192 | Successfully installed pip-20.2.4 2021-02-18 20:45:11.311 | + tools/install_pip.sh:install_get_pip:95 : python3_enabled 2021-02-18 20:45:11.313 | + inc/python:python3_enabled:467 : [[ True == \T\r\u\e ]] 2021-02-18 20:45:11.315 | + inc/python:python3_enabled:468 : return 0 2021-02-18 20:45:11.317 | + tools/install_pip.sh:main:144 : [[ -n '' ]] 2021-02-18 20:45:11.319 | + tools/install_pip.sh:main:148 : set -x 2021-02-18 20:45:11.321 | + tools/install_pip.sh:main:152 : pip_install_gr setuptools 2021-02-18 20:45:11.323 | + inc/python:pip_install_gr:76 : local name=setuptools 2021-02-18 20:45:11.325 | + inc/python:pip_install_gr:77 : local clean_name 2021-02-18 20:45:11.327 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2021-02-18 20:45:11.329 | ++ inc/python:get_from_global_requirements:238 : local package=setuptools 2021-02-18 20:45:11.331 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-02-18 20:45:11.334 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-02-18 20:45:11.334 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-02-18 20:45:11.337 | ++ inc/python:get_from_global_requirements:240 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0;python_version>='\''3.5'\'' 2021-02-18 20:45:11.337 | setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,<45.0.0;python_version<='\''2.7'\'' ' 2021-02-18 20:45:11.339 | ++ inc/python:get_from_global_requirements:241 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0;python_version>='3.5' 2021-02-18 20:45:11.339 | setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,<45.0.0;python_version<='2.7' == '' ]] 2021-02-18 20:45:11.341 | ++ inc/python:get_from_global_requirements:244 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0;python_version>='\''3.5'\''' 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,<45.0.0;python_version<='\''2.7'\''' 2021-02-18 20:45:11.343 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0;python_version>='\''3.5'\'' setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,<45.0.0;python_version<='\''2.7'\''' 2021-02-18 20:45:11.345 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0;python_version>='\''3.5'\''' 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,<45.0.0;python_version<='\''2.7'\''' 2021-02-18 20:45:11.360 | Using python 3.6 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,<45.0.0;python_version<='2.7' because python3_enabled=True 2021-02-18 20:45:11.364 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0;python_version>='\''3.5'\''' 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,<45.0.0;python_version<='\''2.7'\''' 2021-02-18 20:45:13.848 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:45:13.848 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.849 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.850 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.850 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.851 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.851 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.852 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.853 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.853 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.853 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.854 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.854 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.855 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.855 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.856 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.856 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.856 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.857 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.857 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.858 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.858 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.858 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.859 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.859 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.860 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.860 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.861 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.861 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.862 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.862 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.862 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.863 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.863 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.864 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.864 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.865 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.865 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.866 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.866 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.867 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.867 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.868 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.868 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.869 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.869 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.869 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.870 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.870 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.871 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.871 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.871 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.872 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.872 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.873 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.873 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.874 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.874 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.875 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.875 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.876 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.876 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.877 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.877 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.878 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.878 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.878 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.879 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.879 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.880 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.880 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.880 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.881 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.881 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.882 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.882 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.883 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.883 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.884 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.884 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.885 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.885 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.886 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.886 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.886 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.887 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.887 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.888 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.888 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.889 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.889 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.889 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.890 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.890 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.891 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.891 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.892 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.892 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.892 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.893 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.893 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.894 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.894 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.894 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.895 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.895 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.896 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.896 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.897 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.897 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.898 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.898 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.899 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.899 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.900 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.900 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.901 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.901 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.902 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.902 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.903 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.903 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.903 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.904 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.904 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.905 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.905 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.906 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.906 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.907 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.907 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.908 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.908 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.909 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.909 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.909 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.910 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.910 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.911 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.911 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.912 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.912 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.913 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.913 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.914 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.915 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.915 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.915 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.916 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.916 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.917 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.917 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.918 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.918 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.919 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.919 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.919 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.920 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.921 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.921 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.921 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.922 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.922 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.923 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.923 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.924 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.924 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.925 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.925 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.925 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.926 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.926 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.927 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.927 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.928 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.928 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.929 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.929 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.930 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.930 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.931 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.931 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.931 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.932 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.932 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.933 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.933 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.934 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.934 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.934 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.935 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.936 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.936 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.937 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.937 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.938 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.938 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.938 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.939 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.939 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.940 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.940 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.941 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.941 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.942 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.942 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.942 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.943 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.943 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.944 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.945 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.945 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.945 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.946 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.947 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.947 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.947 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.948 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.948 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.948 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.949 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.949 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.950 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.950 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.951 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.951 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.951 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.952 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.952 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.953 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.953 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.954 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.954 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.955 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.955 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.955 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.956 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.956 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.957 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.957 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.957 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.958 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.958 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.959 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.959 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.960 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.960 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.961 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.961 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.962 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.962 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.963 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.963 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.964 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.964 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.965 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.965 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.965 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.966 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.966 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.967 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.967 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.967 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.968 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.968 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.969 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.969 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.970 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.970 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.971 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.971 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.972 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.972 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.972 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.973 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.973 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.974 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.974 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.975 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.975 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.976 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.977 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.977 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.977 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.978 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.978 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.979 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.979 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.979 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.980 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.980 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.981 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.981 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.981 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.982 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.982 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.983 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.983 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.984 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.984 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.985 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.985 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.986 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.986 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.987 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.987 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.988 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.988 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.988 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.989 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.989 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.990 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.990 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.991 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.991 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.992 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.992 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.993 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.993 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.994 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.994 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.994 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.995 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.995 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.996 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.996 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.997 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.997 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.997 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.998 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:13.998 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:13.999 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:13.999 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.000 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.000 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.001 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.001 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.002 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.002 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.003 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.003 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.003 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.004 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.004 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.005 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.005 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.006 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.006 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.007 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.007 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.008 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.008 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.009 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.009 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.010 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.010 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.010 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.011 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.011 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.012 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.012 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.013 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.013 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.014 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.014 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.014 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.015 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.015 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.016 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.016 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.016 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.017 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.017 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.018 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.018 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.019 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.019 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.019 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.020 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.020 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.021 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.021 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.021 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.023 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.023 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.024 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.024 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.024 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.025 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.025 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.026 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.026 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.026 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.027 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.027 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.028 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.028 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.029 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.029 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.029 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.030 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.030 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.031 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.031 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.031 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.032 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.032 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.033 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.033 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.034 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.034 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.035 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.035 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.036 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.036 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.036 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:14.037 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:14.037 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:14.038 | Ignoring setuptools: markers 'python_version <= "2.7"' don't match your environment 2021-02-18 20:45:14.040 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0 in /usr/local/lib/python3.6/dist-packages (49.6.0) 2021-02-18 20:45:14.361 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:45:14.361 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:45:14.420 | + inc/python:pip_install:207 : result=0 2021-02-18 20:45:14.421 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:45:14.423 | + functions-common:time_stop:2331 : local name 2021-02-18 20:45:14.425 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:45:14.427 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:45:14.428 | + functions-common:time_stop:2334 : local total 2021-02-18 20:45:14.430 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:45:14.432 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:45:14.434 | + functions-common:time_stop:2338 : start_time=1613681111356 2021-02-18 20:45:14.435 | + functions-common:time_stop:2340 : [[ -z 1613681111356 ]] 2021-02-18 20:45:14.437 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:45:14.440 | + functions-common:time_stop:2343 : end_time=1613681114438 2021-02-18 20:45:14.442 | + functions-common:time_stop:2344 : elapsed_time=3082 2021-02-18 20:45:14.443 | + functions-common:time_stop:2345 : total=0 2021-02-18 20:45:14.445 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:45:14.447 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=3082 2021-02-18 20:45:14.449 | + inc/python:pip_install:210 : return 0 2021-02-18 20:45:14.450 | + tools/install_pip.sh:main:154 : get_versions 2021-02-18 20:45:14.453 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-02-18 20:45:14.456 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-02-18 20:45:14.458 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-02-18 20:45:14.461 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-02-18 20:45:14.461 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-02-18 20:45:14.783 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2021-02-18 20:45:14.785 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2021-02-18 20:45:14.785 | pip: 20.2.4 2021-02-18 20:45:14.788 | + ./stack.sh:main:763 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-02-18 20:45:14.790 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-02-18 20:45:14.794 | + ./stack.sh:main:764 : fixup_all 2021-02-18 20:45:14.796 | + tools/fixup_stuff.sh:fixup_all:220 : fixup_keystone 2021-02-18 20:45:14.798 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2021-02-18 20:45:14.800 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2021-02-18 20:45:14.809 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2021-02-18 20:45:14.809 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2021-02-18 20:45:14.810 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2021-02-18 20:45:14.814 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2021-02-18 20:45:14.816 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2021-02-18 20:45:14.818 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2021-02-18 20:45:14.826 | net.ipv4.ip_local_reserved_ports = 35357,35358 2021-02-18 20:45:14.829 | + tools/fixup_stuff.sh:fixup_all:221 : fixup_ubuntu 2021-02-18 20:45:14.831 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2021-02-18 20:45:14.833 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2021-02-18 20:45:14.836 | + functions-common:install_package:1333 : update_package_repo 2021-02-18 20:45:14.838 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-02-18 20:45:14.840 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-02-18 20:45:14.842 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-02-18 20:45:14.844 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-02-18 20:45:14.846 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-02-18 20:45:14.848 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:45:14.850 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:45:14.852 | + functions-common:update_package_repo:1314 : apt_get_update 2021-02-18 20:45:14.854 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-02-18 20:45:14.856 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-02-18 20:45:14.858 | + functions-common:apt_get_update:1069 : return 2021-02-18 20:45:14.860 | + functions-common:install_package:1334 : real_install_package software-properties-common 2021-02-18 20:45:14.862 | + functions-common:real_install_package:1319 : is_ubuntu 2021-02-18 20:45:14.864 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:45:14.866 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:45:14.868 | + functions-common:real_install_package:1320 : apt_get install software-properties-common 2021-02-18 20:45:14.884 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common 2021-02-18 20:45:15.002 | Reading package lists... 2021-02-18 20:45:15.246 | Building dependency tree... 2021-02-18 20:45:15.247 | Reading state information... 2021-02-18 20:45:15.453 | The following packages were automatically installed and are no longer required: 2021-02-18 20:45:15.454 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-02-18 20:45:15.454 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-02-18 20:45:15.454 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-02-18 20:45:15.454 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-02-18 20:45:15.454 | python3-twisted-bin python3-zope.interface 2021-02-18 20:45:15.454 | Use 'sudo apt autoremove' to remove them. 2021-02-18 20:45:15.455 | The following additional packages will be installed: 2021-02-18 20:45:15.455 | python3-software-properties 2021-02-18 20:45:15.502 | The following packages will be upgraded: 2021-02-18 20:45:15.502 | python3-software-properties software-properties-common 2021-02-18 20:45:15.952 | 2 upgraded, 0 newly installed, 0 to remove and 148 not upgraded. 2021-02-18 20:45:15.952 | Need to get 33.9 kB of archives. 2021-02-18 20:45:15.952 | After this operation, 0 B of additional disk space will be used. 2021-02-18 20:45:15.952 | 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-02-18 20:45:16.082 | 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-02-18 20:45:16.610 | Fetched 33.9 kB in 1s (59.7 kB/s) 2021-02-18 20:45:16.680 | (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 ... 74320 files and directories currently installed.) 2021-02-18 20:45:16.683 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2021-02-18 20:45:16.832 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2021-02-18 20:45:16.973 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2021-02-18 20:45:17.120 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2021-02-18 20:45:17.205 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-18 20:45:17.908 | Setting up python3-software-properties (0.96.24.32.14) ... 2021-02-18 20:45:18.172 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-02-18 20:45:18.190 | Setting up software-properties-common (0.96.24.32.14) ... 2021-02-18 20:45:20.271 | + functions-common:apt_get:1113 : result=0 2021-02-18 20:45:20.274 | + functions-common:apt_get:1116 : time_stop apt-get 2021-02-18 20:45:20.276 | + functions-common:time_stop:2331 : local name 2021-02-18 20:45:20.278 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:45:20.280 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:45:20.282 | + functions-common:time_stop:2334 : local total 2021-02-18 20:45:20.284 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:45:20.286 | + functions-common:time_stop:2337 : name=apt-get 2021-02-18 20:45:20.289 | + functions-common:time_stop:2338 : start_time=1613681114882 2021-02-18 20:45:20.291 | + functions-common:time_stop:2340 : [[ -z 1613681114882 ]] 2021-02-18 20:45:20.293 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:45:20.296 | + functions-common:time_stop:2343 : end_time=1613681120294 2021-02-18 20:45:20.298 | + functions-common:time_stop:2344 : elapsed_time=5412 2021-02-18 20:45:20.300 | + functions-common:time_stop:2345 : total=137543 2021-02-18 20:45:20.302 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:45:20.305 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=142955 2021-02-18 20:45:20.307 | + functions-common:apt_get:1117 : return 0 2021-02-18 20:45:20.310 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2021-02-18 20:45:21.102 | 'universe' distribution component is already enabled for all sources. 2021-02-18 20:45:21.128 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2021-02-18 20:45:21.130 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:train 2021-02-18 20:45:23.644 | Reading package lists... 2021-02-18 20:45:23.934 | Building dependency tree... 2021-02-18 20:45:23.935 | Reading state information... 2021-02-18 20:45:24.138 | The following packages were automatically installed and are no longer required: 2021-02-18 20:45:24.139 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-02-18 20:45:24.139 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-02-18 20:45:24.139 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-02-18 20:45:24.139 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-02-18 20:45:24.139 | python3-twisted-bin python3-zope.interface 2021-02-18 20:45:24.139 | Use 'sudo apt autoremove' to remove them. 2021-02-18 20:45:24.186 | The following NEW packages will be installed: 2021-02-18 20:45:24.186 | ubuntu-cloud-keyring 2021-02-18 20:45:24.320 | 0 upgraded, 1 newly installed, 0 to remove and 148 not upgraded. 2021-02-18 20:45:24.320 | Need to get 6,008 B of archives. 2021-02-18 20:45:24.320 | After this operation, 22.5 kB of additional disk space will be used. 2021-02-18 20:45:24.320 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-cloud-keyring all 2018.09.18.1~18.04.0 [6,008 B] 2021-02-18 20:45:24.846 | Fetched 6,008 B in 0s (50.1 kB/s) 2021-02-18 20:45:24.893 | Selecting previously unselected package ubuntu-cloud-keyring. 2021-02-18 20:45:24.931 | (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 ... 74320 files and directories currently installed.) 2021-02-18 20:45:24.934 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.0_all.deb ... 2021-02-18 20:45:24.936 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2021-02-18 20:45:25.020 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2021-02-18 20:45:27.112 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-02-18 20:45:27.163 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-02-18 20:45:27.226 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-02-18 20:45:27.271 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train InRelease [8,767 B] 2021-02-18 20:45:27.330 | Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-02-18 20:45:27.654 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 Packages [171 kB] 2021-02-18 20:45:31.224 | Fetched 179 kB in 1s (198 kB/s) 2021-02-18 20:45:32.920 | Reading package lists... 2021-02-18 20:45:32.980 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2021-02-18 20:45:32.982 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2021-02-18 20:45:32.984 | + functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2021-02-18 20:45:32.986 | + functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-02-18 20:45:32.989 | + functions-common:apt_get_update:1075 : local sudo=sudo 2021-02-18 20:45:32.992 | ++ functions-common:apt_get_update:1076 : id -u 2021-02-18 20:45:32.995 | + functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-02-18 20:45:32.998 | + functions-common:apt_get_update:1079 : time_start apt-get-update 2021-02-18 20:45:33.000 | + functions-common:time_start:2317 : local name=apt-get-update 2021-02-18 20:45:33.002 | + functions-common:time_start:2318 : local start_time= 2021-02-18 20:45:33.004 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 20:45:33.006 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 20:45:33.009 | + functions-common:time_start:2322 : _TIME_START[$name]=1613681133007 2021-02-18 20:45:33.011 | + functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-02-18 20:45:33.014 | + functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-02-18 20:45:33.016 | + functions-common:apt_get_update:1083 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-02-18 20:45:33.254 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-02-18 20:45:33.304 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-02-18 20:45:33.362 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-02-18 20:45:33.389 | Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-02-18 20:45:33.389 | Hit:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train InRelease 2021-02-18 20:45:35.697 | Reading package lists... 2021-02-18 20:45:35.757 | + functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-02-18 20:45:35.759 | + functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-02-18 20:45:35.762 | + functions-common:time_stop:2331 : local name 2021-02-18 20:45:35.764 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:45:35.766 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:45:35.768 | + functions-common:time_stop:2334 : local total 2021-02-18 20:45:35.770 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:45:35.773 | + functions-common:time_stop:2337 : name=apt-get-update 2021-02-18 20:45:35.775 | + functions-common:time_stop:2338 : start_time=1613681133007 2021-02-18 20:45:35.777 | + functions-common:time_stop:2340 : [[ -z 1613681133007 ]] 2021-02-18 20:45:35.779 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:45:35.782 | + functions-common:time_stop:2343 : end_time=1613681135780 2021-02-18 20:45:35.785 | + functions-common:time_stop:2344 : elapsed_time=2773 2021-02-18 20:45:35.787 | + functions-common:time_stop:2345 : total=2687 2021-02-18 20:45:35.789 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:45:35.791 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=5460 2021-02-18 20:45:35.793 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2021-02-18 20:45:35.803 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2021-02-18 20:45:35.814 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2021-02-18 20:45:35.824 | + tools/fixup_stuff.sh:fixup_all:222 : fixup_fedora 2021-02-18 20:45:35.826 | + tools/fixup_stuff.sh:fixup_fedora:109 : is_fedora 2021-02-18 20:45:35.829 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-02-18 20:45:35.831 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-02-18 20:45:35.833 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-02-18 20:45:35.835 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-02-18 20:45:35.837 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-02-18 20:45:35.839 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-02-18 20:45:35.841 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-02-18 20:45:35.843 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-02-18 20:45:35.845 | + tools/fixup_stuff.sh:fixup_fedora:110 : return 2021-02-18 20:45:35.848 | + tools/fixup_stuff.sh:fixup_all:223 : fixup_suse 2021-02-18 20:45:35.850 | + tools/fixup_stuff.sh:fixup_suse:181 : is_suse 2021-02-18 20:45:35.852 | + functions-common:is_suse:462 : is_opensuse 2021-02-18 20:45:35.854 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-02-18 20:45:35.856 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-18 20:45:35.858 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-02-18 20:45:35.860 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-02-18 20:45:35.862 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-18 20:45:35.864 | + tools/fixup_stuff.sh:fixup_suse:182 : return 2021-02-18 20:45:35.867 | + ./stack.sh:main:767 : pip_install -U os-testr 2021-02-18 20:45:35.885 | Using python 3.6 to install os-testr because python3_enabled=True 2021-02-18 20:45:35.889 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2021-02-18 20:45:38.436 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:45:38.437 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.437 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.438 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.438 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.439 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.439 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.440 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.440 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.441 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.441 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.442 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.442 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.442 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.443 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.443 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.444 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.444 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.446 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.446 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.446 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.446 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.446 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.447 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.447 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.448 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.448 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.449 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.449 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.450 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.450 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.450 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.451 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.451 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.452 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.452 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.453 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.453 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.454 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.454 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.454 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.455 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.455 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.456 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.456 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.457 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.457 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.457 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.458 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.458 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.459 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.459 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.460 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.460 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.461 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.461 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.462 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.462 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.463 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.463 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.464 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.464 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.465 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.465 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.466 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.466 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.466 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.467 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.467 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.468 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.468 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.469 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.469 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.470 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.470 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.470 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.471 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.471 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.472 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.473 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.473 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.473 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.474 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.474 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.475 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.476 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.476 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.477 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.477 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.477 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.478 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.478 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.479 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.479 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.480 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.480 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.481 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.481 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.481 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.482 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.482 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.483 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.483 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.484 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.484 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.485 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.485 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.485 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.486 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.486 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.487 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.487 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.488 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.488 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.489 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.489 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.490 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.490 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.491 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.492 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.492 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.492 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.493 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.493 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.493 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.494 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.494 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.495 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.495 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.496 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.497 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.497 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.498 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.498 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.498 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.499 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.499 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.500 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.500 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.501 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.501 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.501 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.502 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.502 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.503 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.503 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.504 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.504 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.505 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.505 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.506 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.506 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.506 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.507 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.507 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.508 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.508 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.509 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.510 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.510 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.510 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.511 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.511 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.512 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.512 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.513 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.513 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.513 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.514 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.514 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.515 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.515 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.516 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.516 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.517 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.517 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.517 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.518 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.518 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.519 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.519 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.520 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.520 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.520 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.521 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.521 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.522 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.523 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.523 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.523 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.524 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.525 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.525 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.525 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.526 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.527 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.527 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.527 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.528 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.528 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.529 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.529 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.530 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.530 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.531 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.531 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.531 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.532 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.532 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.533 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.533 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.533 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.534 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.534 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.535 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.535 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.536 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.536 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.537 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.537 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.537 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.538 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.539 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.539 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.540 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.540 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.541 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.541 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.542 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.542 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.543 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.543 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.543 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.544 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.544 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.545 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.545 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.545 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.546 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.546 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.547 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.547 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.548 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.548 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.549 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.549 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.550 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.550 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.550 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.551 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.551 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.552 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.552 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.553 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.553 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.554 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.555 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.555 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.555 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.556 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.557 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.557 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.557 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.558 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.558 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.559 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.559 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.560 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.560 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.561 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.561 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.562 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.562 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.562 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.563 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.563 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.564 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.565 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.565 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.565 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.566 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.566 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.567 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.567 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.567 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.568 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.568 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.569 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.569 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.570 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.570 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.570 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.571 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.571 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.572 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.572 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.573 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.573 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.574 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.574 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.575 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.575 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.576 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.576 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.577 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.577 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.578 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.578 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.578 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.579 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.579 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.580 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.580 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.581 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.581 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.582 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.582 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.582 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.583 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.583 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.584 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.584 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.585 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.586 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.586 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.587 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.587 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.588 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.588 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.589 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.589 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.589 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.590 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.590 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.591 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.592 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.592 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.592 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.593 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.593 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.594 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.594 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.594 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.595 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.596 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.596 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.596 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.597 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.597 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.598 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.598 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.599 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.599 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.599 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.601 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.601 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.602 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.602 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.603 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.603 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.603 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.604 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.604 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.605 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.605 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.606 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.606 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.606 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.607 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.607 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.608 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.608 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.609 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.609 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.609 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.610 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.610 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.611 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.611 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.611 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.612 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.612 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.613 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.613 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.614 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.614 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.615 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.615 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.615 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.616 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.616 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.617 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.617 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.618 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.618 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.618 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.619 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.620 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.620 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.620 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.621 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.621 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.621 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.622 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.622 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.623 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.623 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.624 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.624 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.625 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.625 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.626 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.626 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.627 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.627 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:38.627 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:45:38.628 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:45:38.628 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:45:39.053 | Collecting os-testr===2.0.0 2021-02-18 20:45:39.061 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2021-02-18 20:45:39.592 | Collecting python-subunit===1.4.0 2021-02-18 20:45:39.598 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2021-02-18 20:45:40.091 | Collecting testtools===2.4.0 2021-02-18 20:45:40.098 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185 kB) 2021-02-18 20:45:40.677 | Collecting pbr===5.4.5 2021-02-18 20:45:40.693 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/579/170e23f8e0c2f/pbr-5.4.5-py2.py3-none-any.whl (110 kB) 2021-02-18 20:45:41.117 | Collecting stestr===3.0.1 2021-02-18 20:45:41.124 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/397/f08161af17782/stestr-3.0.1-py3-none-any.whl (117 kB) 2021-02-18 20:45:41.537 | Collecting extras===1.0.0 2021-02-18 20:45:41.543 | 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-02-18 20:45:41.939 | Collecting python-mimeparse===1.6.0 2021-02-18 20:45:41.945 | 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-02-18 20:45:42.374 | Collecting fixtures===3.0.0 2021-02-18 20:45:42.379 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2021-02-18 20:45:42.904 | Collecting unittest2===1.1.0 2021-02-18 20:45:42.910 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2021-02-18 20:45:43.426 | Collecting traceback2===1.4.0 2021-02-18 20:45:43.432 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2021-02-18 20:45:43.496 | Collecting six===1.14.0 2021-02-18 20:45:43.503 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8f3/cd2e254d8f793/six-1.14.0-py2.py3-none-any.whl (10 kB) 2021-02-18 20:45:43.932 | Collecting future===0.18.2 2021-02-18 20:45:43.940 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2021-02-18 20:45:44.832 | Collecting voluptuous===0.11.7 2021-02-18 20:45:44.837 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/672/8f66f19cafcab/voluptuous-0.11.7-py3-none-any.whl (28 kB) 2021-02-18 20:45:45.654 | Collecting PyYAML===5.3.1 2021-02-18 20:45:45.660 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269 kB) 2021-02-18 20:45:46.531 | Collecting cliff===3.1.0 2021-02-18 20:45:46.538 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7c7/3056715f3ce66/cliff-3.1.0-py3-none-any.whl (80 kB) 2021-02-18 20:45:47.006 | Collecting argparse 2021-02-18 20:45:47.013 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2021-02-18 20:45:47.504 | Collecting linecache2===1.0.0 2021-02-18 20:45:47.511 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2021-02-18 20:45:48.021 | Collecting stevedore===1.32.0 2021-02-18 20:45:48.027 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a4e/7dc759fb0f2e3/stevedore-1.32.0-py2.py3-none-any.whl (43 kB) 2021-02-18 20:45:48.629 | Collecting pyparsing===2.4.7 2021-02-18 20:45:48.637 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2021-02-18 20:45:49.282 | Collecting cmd2===0.8.9 2021-02-18 20:45:49.347 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ce7/79b8bcb6aab05/cmd2-0.8.9-py2.py3-none-any.whl (53 kB) 2021-02-18 20:45:49.773 | Collecting prettytable===0.7.2 2021-02-18 20:45:49.779 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2021-02-18 20:45:50.219 | Collecting pyperclip===1.8.0 2021-02-18 20:45:50.225 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/34b/99903f37fef16/pyperclip-1.8.0-py3-none-any.whl (8.7 kB) 2021-02-18 20:45:50.641 | Collecting wcwidth===0.1.9 2021-02-18 20:45:50.647 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/caf/e2186b3c009a0/wcwidth-0.1.9-py2.py3-none-any.whl (19 kB) 2021-02-18 20:45:50.679 | Building wheels for collected packages: PyYAML, future 2021-02-18 20:45:50.680 | Building wheel for PyYAML (setup.py): started 2021-02-18 20:46:00.428 | Building wheel for PyYAML (setup.py): finished with status 'done' 2021-02-18 20:46:00.431 | Created wheel for PyYAML: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=403692 sha256=93d09c03c9d63f5bc557c004fe1b372dd1b026f33f0278ca910f2c7432c8c574 2021-02-18 20:46:00.432 | Stored in directory: /root/.cache/pip/wheels/87/72/81/854eb4786f69e1920706847b6c06be3b0d589b7483cf247172 2021-02-18 20:46:00.433 | Building wheel for future (setup.py): started 2021-02-18 20:46:01.425 | Building wheel for future (setup.py): finished with status 'done' 2021-02-18 20:46:01.430 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=62c34cf74556f1e608ad08b4a6eccf9a27a1e3f0111f443abd5e383ca132a081 2021-02-18 20:46:01.430 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2021-02-18 20:46:01.430 | Successfully built PyYAML future 2021-02-18 20:46:01.847 | Installing collected packages: voluptuous, pbr, python-mimeparse, extras, linecache2, traceback2, argparse, six, unittest2, testtools, fixtures, wcwidth, prettytable, python-subunit, PyYAML, stevedore, pyparsing, pyperclip, cmd2, cliff, future, stestr, os-testr 2021-02-18 20:46:02.075 | Attempting uninstall: six 2021-02-18 20:46:02.076 | Found existing installation: six 1.11.0 2021-02-18 20:46:02.085 | Uninstalling six-1.11.0: 2021-02-18 20:46:02.169 | Successfully uninstalled six-1.11.0 2021-02-18 20:46:03.729 | Successfully installed PyYAML-5.3.1 argparse-1.4.0 cliff-3.1.0 cmd2-0.8.9 extras-1.0.0 fixtures-3.0.0 future-0.18.2 linecache2-1.0.0 os-testr-2.0.0 pbr-5.4.5 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.0 python-mimeparse-1.6.0 python-subunit-1.4.0 six-1.14.0 stestr-3.0.1 stevedore-1.32.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 voluptuous-0.11.7 wcwidth-0.1.9 2021-02-18 20:46:03.790 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:46:03.790 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:46:03.922 | + inc/python:pip_install:207 : result=0 2021-02-18 20:46:03.924 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:46:03.927 | + functions-common:time_stop:2331 : local name 2021-02-18 20:46:03.929 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:46:03.932 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:46:03.934 | + functions-common:time_stop:2334 : local total 2021-02-18 20:46:03.936 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:46:03.938 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:46:03.940 | + functions-common:time_stop:2338 : start_time=1613681135880 2021-02-18 20:46:03.942 | + functions-common:time_stop:2340 : [[ -z 1613681135880 ]] 2021-02-18 20:46:03.945 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:46:03.948 | + functions-common:time_stop:2343 : end_time=1613681163946 2021-02-18 20:46:03.950 | + functions-common:time_stop:2344 : elapsed_time=28066 2021-02-18 20:46:03.953 | + functions-common:time_stop:2345 : total=0 2021-02-18 20:46:03.955 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:46:03.957 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=28066 2021-02-18 20:46:03.959 | + inc/python:pip_install:210 : return 0 2021-02-18 20:46:03.961 | + ./stack.sh:main:769 : [[ True == \T\r\u\e ]] 2021-02-18 20:46:03.963 | + ./stack.sh:main:770 : pip_install_gr systemd-python 2021-02-18 20:46:03.966 | + inc/python:pip_install_gr:76 : local name=systemd-python 2021-02-18 20:46:03.968 | + inc/python:pip_install_gr:77 : local clean_name 2021-02-18 20:46:03.971 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements systemd-python 2021-02-18 20:46:03.973 | ++ inc/python:get_from_global_requirements:238 : local package=systemd-python 2021-02-18 20:46:03.975 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-02-18 20:46:03.979 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2021-02-18 20:46:03.979 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-02-18 20:46:03.983 | ++ inc/python:get_from_global_requirements:240 : required_pkg='systemd-python ' 2021-02-18 20:46:03.985 | ++ inc/python:get_from_global_requirements:241 : [[ systemd-python == '' ]] 2021-02-18 20:46:03.987 | ++ inc/python:get_from_global_requirements:244 : echo systemd-python 2021-02-18 20:46:03.991 | + inc/python:pip_install_gr:78 : clean_name=systemd-python 2021-02-18 20:46:03.993 | + inc/python:pip_install_gr:79 : pip_install systemd-python 2021-02-18 20:46:04.010 | Using python 3.6 to install systemd-python because python3_enabled=True 2021-02-18 20:46:04.015 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt systemd-python 2021-02-18 20:46:06.543 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:46:06.544 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.545 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.545 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.545 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.546 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.546 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.547 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.547 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.548 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.548 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.549 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.549 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.549 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.550 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.550 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.551 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.551 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.552 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.552 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.553 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.553 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.553 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.554 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.555 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.555 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.556 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.556 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.557 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.557 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.558 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.558 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.559 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.559 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.559 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.560 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.560 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.561 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.561 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.562 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.562 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.562 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.563 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.563 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.564 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.564 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.564 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.565 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.565 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.566 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.566 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.567 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.567 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.567 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.568 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.569 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.569 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.570 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.570 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.571 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.571 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.572 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.572 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.573 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.573 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.574 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.574 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.575 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.575 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.575 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.576 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.576 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.577 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.577 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.577 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.578 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.578 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.579 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.579 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.580 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.580 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.581 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.581 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.581 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.582 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.582 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.583 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.584 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.584 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.585 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.585 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.586 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.586 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.587 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.587 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.587 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.588 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.588 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.589 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.589 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.590 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.590 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.590 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.591 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.591 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.592 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.592 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.592 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.593 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.593 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.594 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.594 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.595 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.595 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.596 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.596 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.597 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.597 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.598 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.598 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.599 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.599 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.600 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.600 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.601 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.601 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.601 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.602 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.602 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.603 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.604 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.604 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.604 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.605 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.605 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.606 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.606 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.607 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.607 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.607 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.608 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.608 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.609 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.609 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.610 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.610 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.610 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.611 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.611 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.612 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.612 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.613 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.613 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.614 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.614 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.614 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.615 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.616 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.616 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.617 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.617 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.618 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.618 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.618 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.619 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.619 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.620 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.620 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.621 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.621 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.621 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.622 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.622 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.623 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.623 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.624 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.624 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.625 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.625 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.625 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.626 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.626 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.627 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.627 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.627 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.628 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.628 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.629 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.629 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.629 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.630 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.631 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.632 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.632 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.633 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.633 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.634 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.634 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.635 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.635 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.635 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.636 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.636 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.637 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.637 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.638 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.638 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.639 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.639 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.640 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.640 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.640 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.641 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.641 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.642 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.642 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.643 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.643 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.643 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.644 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.644 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.645 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.645 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.646 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.647 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.647 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.647 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.648 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.648 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.649 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.649 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.650 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.650 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.650 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.651 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.651 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.652 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.652 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.652 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.653 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.653 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.654 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.654 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.655 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.655 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.655 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.656 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.656 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.657 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.657 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.658 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.658 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.659 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.659 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.660 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.660 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.661 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.661 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.661 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.662 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.662 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.663 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.663 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.663 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.664 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.665 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.665 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.665 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.666 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.666 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.667 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.667 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.668 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.668 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.668 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.669 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.669 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.670 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.670 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.671 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.671 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.672 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.672 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.672 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.673 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.673 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.674 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.674 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.674 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.675 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.675 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.675 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.676 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.676 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.677 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.677 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.678 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.678 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.679 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.679 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.680 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.681 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.681 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.681 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.682 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.682 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.683 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.683 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.684 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.684 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.685 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.685 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.685 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.686 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.686 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.687 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.687 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.688 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.688 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.689 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.689 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.689 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.690 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.690 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.691 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.691 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.692 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.692 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.692 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.694 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.694 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.694 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.695 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.695 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.696 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.696 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.697 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.697 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.698 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.698 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.698 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.699 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.699 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.700 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.700 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.701 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.701 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.702 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.702 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.703 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.703 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.703 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.704 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.704 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.705 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.705 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.706 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.706 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.707 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.707 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.707 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.708 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.709 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.709 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.710 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.710 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.711 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.711 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.711 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.712 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.712 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.713 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.713 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.714 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.714 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.714 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.715 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.715 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.716 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.716 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.716 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.717 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.717 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.718 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.718 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.719 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.719 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.719 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.720 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.720 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.721 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.721 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.721 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.722 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.722 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.723 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.723 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.724 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.724 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.724 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.725 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.725 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.726 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.726 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.727 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.727 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.727 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.728 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.728 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.729 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.729 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.730 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.730 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.731 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.731 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.731 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:06.732 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:06.732 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:06.734 | Requirement already satisfied: systemd-python===234 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 773)) (234) 2021-02-18 20:46:07.169 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:46:07.170 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:46:07.231 | + inc/python:pip_install:207 : result=0 2021-02-18 20:46:07.233 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:46:07.236 | + functions-common:time_stop:2331 : local name 2021-02-18 20:46:07.238 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:46:07.240 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:46:07.242 | + functions-common:time_stop:2334 : local total 2021-02-18 20:46:07.245 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:46:07.247 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:46:07.249 | + functions-common:time_stop:2338 : start_time=1613681164006 2021-02-18 20:46:07.251 | + functions-common:time_stop:2340 : [[ -z 1613681164006 ]] 2021-02-18 20:46:07.253 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:46:07.257 | + functions-common:time_stop:2343 : end_time=1613681167254 2021-02-18 20:46:07.259 | + functions-common:time_stop:2344 : elapsed_time=3248 2021-02-18 20:46:07.261 | + functions-common:time_stop:2345 : total=28066 2021-02-18 20:46:07.263 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:46:07.265 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=31314 2021-02-18 20:46:07.267 | + inc/python:pip_install:210 : return 0 2021-02-18 20:46:07.270 | + ./stack.sh:main:773 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-02-18 20:46:07.314 | + ./stack.sh:main:774 : sudo systemctl restart systemd-journald 2021-02-18 20:46:07.382 | + ./stack.sh:main:781 : install_infra 2021-02-18 20:46:07.384 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-02-18 20:46:07.387 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-02-18 20:46:07.390 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2021-02-18 20:46:09.972 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-02-18 20:46:09.975 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-02-18 20:46:09.995 | + inc/python:pip_install:200 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-02-18 20:46:11.655 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.660 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.663 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.670 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.674 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.677 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.688 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.692 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.695 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.702 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.707 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.710 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.714 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.720 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.722 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.726 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.731 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.733 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.736 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.741 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.743 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.748 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.753 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.755 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.764 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.768 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.771 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.778 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.782 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.785 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.793 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.798 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.800 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.812 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.817 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.820 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.824 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.827 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.829 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.831 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.836 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.839 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.843 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.847 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.850 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.854 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.858 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.860 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.863 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.868 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.870 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.874 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.879 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.882 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.892 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.897 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.899 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.919 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.926 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.931 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.934 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.945 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.949 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.954 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.956 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.960 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.965 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.967 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.975 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.980 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.982 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.984 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:11.989 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:11.992 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:11.997 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.002 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.004 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.029 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.033 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.036 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.039 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.043 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.046 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.050 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.054 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.061 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.066 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.069 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.073 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.077 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.080 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.085 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.090 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.093 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.095 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.100 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.102 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.111 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.116 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.118 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.122 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.126 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.128 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.133 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.137 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.140 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.149 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.153 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.156 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.170 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.174 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.176 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.200 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.205 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.207 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.212 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.217 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.219 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.233 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.236 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.238 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.243 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.246 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.248 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.254 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.279 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.283 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.285 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.303 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.319 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.324 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.326 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.328 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.334 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.336 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.347 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.352 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.354 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.357 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.361 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.363 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.369 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.371 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.377 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.380 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.382 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.387 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.390 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.402 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.406 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.409 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.414 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.419 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.421 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.426 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.429 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.452 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.456 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.459 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.463 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.469 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.471 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.477 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.484 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.489 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.492 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.499 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.504 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.506 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.512 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.517 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.525 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.528 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.537 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.539 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.545 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.549 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.552 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.554 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.559 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.562 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.566 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.571 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.573 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.576 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.580 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.583 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.585 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.589 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.592 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.620 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.625 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.627 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.637 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.642 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.644 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.647 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.652 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.654 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.665 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.670 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.673 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.684 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.687 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.689 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.694 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.697 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.704 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.710 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.712 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.716 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.721 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.723 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.742 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.744 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.746 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.751 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.753 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.756 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.758 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.763 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.765 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.778 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.782 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.785 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.790 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.794 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.797 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.803 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.808 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.811 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.813 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.818 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.821 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.826 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.831 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.833 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.838 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.842 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.844 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.853 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.867 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.871 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.873 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.877 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.882 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.884 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.895 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.899 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.902 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.913 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.917 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.920 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.932 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.936 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.939 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.941 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.946 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.949 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.956 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.961 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.963 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.972 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.983 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:12.988 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:12.991 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:12.995 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.000 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.002 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.014 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.018 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.021 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.027 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.032 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.034 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.053 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.058 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.061 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.063 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.068 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.070 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.073 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.078 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.080 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.083 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.088 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.090 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.094 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.098 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.101 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.103 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.108 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.110 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.117 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.121 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.124 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.135 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.140 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.142 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.170 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.175 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.178 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.186 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.190 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.193 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.203 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.209 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.211 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.214 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.219 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.221 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.233 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.247 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.249 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.252 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.257 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.259 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.264 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.268 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.271 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.278 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.283 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.286 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.307 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.312 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.317 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.320 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.322 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.327 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.329 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.339 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.344 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.346 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.362 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.366 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.369 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.373 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.378 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.380 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.383 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.388 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.390 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.407 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.413 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.416 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.429 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.431 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.436 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.438 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.442 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.448 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.450 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.454 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.476 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.480 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.484 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.487 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.492 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.495 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.504 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.509 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.511 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.519 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.524 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.526 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.533 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.536 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.541 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.545 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.548 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.550 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.556 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.558 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.565 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.571 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.576 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.578 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.585 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.587 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.590 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.594 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.597 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.611 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.613 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.616 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.623 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.626 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.631 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.633 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.637 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.646 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.649 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.653 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.656 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.660 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.671 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.676 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.678 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.681 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.686 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.689 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.693 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.698 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.700 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.704 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.709 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.712 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.725 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.728 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.741 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.745 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.748 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.754 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.758 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.760 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:13.765 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:13.767 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:13.776 | Collecting pbr===5.4.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) 2021-02-18 20:46:13.888 | Downloading http://10.100.0.9:8080/root/pypi/+f/579/170e23f8e0c2f/pbr-5.4.5-py2.py3-none-any.whl (110kB) 2021-02-18 20:46:13.918 | Installing collected packages: pbr 2021-02-18 20:46:14.023 | Successfully installed pbr-5.4.5 2021-02-18 20:46:14.086 | + inc/python:pip_install:207 : result=0 2021-02-18 20:46:14.088 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:46:14.090 | + functions-common:time_stop:2331 : local name 2021-02-18 20:46:14.093 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:46:14.095 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:46:14.097 | + functions-common:time_stop:2334 : local total 2021-02-18 20:46:14.099 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:46:14.101 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:46:14.103 | + functions-common:time_stop:2338 : start_time=1613681169988 2021-02-18 20:46:14.105 | + functions-common:time_stop:2340 : [[ -z 1613681169988 ]] 2021-02-18 20:46:14.108 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:46:14.111 | + functions-common:time_stop:2343 : end_time=1613681174109 2021-02-18 20:46:14.113 | + functions-common:time_stop:2344 : elapsed_time=4121 2021-02-18 20:46:14.116 | + functions-common:time_stop:2345 : total=31314 2021-02-18 20:46:14.118 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:46:14.120 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=35435 2021-02-18 20:46:14.122 | + inc/python:pip_install:210 : return 0 2021-02-18 20:46:14.124 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-02-18 20:46:14.126 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-02-18 20:46:14.146 | + inc/python:pip_install:200 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2021-02-18 20:46:15.810 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:15.815 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:15.818 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:15.825 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:15.830 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:15.832 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:15.843 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:15.847 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:15.850 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:15.858 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:15.863 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:15.865 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:15.869 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:15.875 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:15.877 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:15.882 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:15.886 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:15.888 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:15.891 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:15.896 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:15.898 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:15.902 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:15.907 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:15.909 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:15.918 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:15.923 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:15.925 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:15.933 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:15.938 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:15.941 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:15.948 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:15.953 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:15.955 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:15.968 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:15.972 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:15.975 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:15.979 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:15.982 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:15.984 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:15.986 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:15.992 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:15.994 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:15.998 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.003 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.005 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.008 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.013 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.015 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.018 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.023 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.025 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.029 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.034 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.036 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.046 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.051 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.054 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.074 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.081 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.086 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.088 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.099 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.103 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.108 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.110 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.114 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.119 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.122 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.129 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.134 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.136 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.138 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.143 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.147 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.152 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.157 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.159 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.183 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.187 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.190 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.192 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.197 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.199 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.204 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.207 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.215 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.219 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.222 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.226 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.231 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.233 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.238 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.244 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.246 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.249 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.253 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.256 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.265 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.269 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.272 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.275 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.279 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.282 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.286 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.291 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.293 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.302 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.307 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.309 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.324 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.328 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.330 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.353 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.358 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.360 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.365 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.369 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.372 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.387 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.389 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.391 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.396 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.398 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.401 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.407 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.431 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.435 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.438 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.456 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.471 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.476 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.478 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.481 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.486 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.488 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.499 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.503 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.506 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.509 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.514 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.516 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.520 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.523 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.529 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.531 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.534 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.539 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.542 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.553 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.558 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.560 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.566 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.571 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.573 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.578 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.580 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.603 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.608 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.611 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.615 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.620 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.623 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.628 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.636 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.640 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.643 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.650 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.655 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.657 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.663 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.668 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.676 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.679 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.688 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.690 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.696 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.701 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.703 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.706 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.711 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.713 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.717 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.721 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.724 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.726 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.731 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.733 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.735 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.741 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.743 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.778 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.783 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.785 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.794 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.799 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.801 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.804 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.809 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.812 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.823 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.828 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.830 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.841 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.844 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.846 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.851 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.853 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.861 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.866 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.869 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.871 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.876 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.878 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.897 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.899 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.902 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.907 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.909 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.911 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.914 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.918 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.921 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.934 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.938 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.941 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.945 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.950 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.952 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.959 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.964 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.966 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.969 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.973 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.976 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.981 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.986 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:16.988 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:16.993 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:16.998 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.000 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.007 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.021 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.026 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.028 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.031 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.036 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.039 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.049 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.054 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.056 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.067 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.072 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.075 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.086 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.091 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.093 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.095 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.101 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.104 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.111 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.115 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.118 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.127 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.138 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.142 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.145 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.149 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.154 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.156 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.168 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.173 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.175 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.182 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.186 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.189 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.208 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.212 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.215 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.217 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.222 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.225 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.227 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.233 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.235 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.237 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.242 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.245 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.249 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.253 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.256 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.258 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.263 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.265 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.271 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.276 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.278 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.290 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.294 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.297 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.325 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.329 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.332 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.339 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.344 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.346 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.357 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.362 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.365 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.368 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.372 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.374 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.387 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.401 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.403 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.406 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.410 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.413 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.417 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.421 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.424 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.432 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.437 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.440 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.460 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.466 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.470 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.473 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.475 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.480 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.482 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.492 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.497 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.499 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.515 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.519 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.522 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.526 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.531 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.533 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.536 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.541 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.543 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.561 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.566 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.569 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.582 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.584 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.589 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.592 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.595 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.600 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.603 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.607 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.628 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.633 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.636 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.640 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.644 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.648 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.656 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.661 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.663 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.671 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.676 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.679 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.686 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.689 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.693 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.698 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.700 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.702 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.708 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.711 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.718 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.723 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.728 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.730 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.737 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.740 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.742 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.747 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.749 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.762 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.765 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.767 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.775 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.777 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.782 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.784 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.789 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.798 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.800 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.805 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.808 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.812 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.823 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.828 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.830 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.832 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.837 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.841 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.845 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.850 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.853 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.856 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.861 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.864 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.877 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.879 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.892 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.897 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.899 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.906 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.909 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.912 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:17.916 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:17.919 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:17.920 | Processing /opt/stack/requirements 2021-02-18 20:46:19.231 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) 2021-02-18 20:46:19.316 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2021-02-18 20:46:19.351 | Collecting PyYAML===5.3.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) 2021-02-18 20:46:19.466 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269kB) 2021-02-18 20:46:20.091 | Collecting requests===2.23.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) 2021-02-18 20:46:20.694 | Downloading http://10.100.0.9:8080/root/pypi/+f/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58kB) 2021-02-18 20:46:20.733 | Collecting packaging===20.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) 2021-02-18 20:46:21.138 | Downloading http://10.100.0.9:8080/root/pypi/+f/82f/77b9bee21c1ba/packaging-20.3-py2.py3-none-any.whl 2021-02-18 20:46:21.159 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) 2021-02-18 20:46:21.200 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2021-02-18 20:46:21.256 | Collecting Parsley===1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 598)) 2021-02-18 20:46:21.694 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-02-18 20:46:21.721 | Collecting idna===2.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 627)) 2021-02-18 20:46:22.106 | Downloading http://10.100.0.9:8080/root/pypi/+f/a06/8a21ceac8a4d6/idna-2.9-py2.py3-none-any.whl (58kB) 2021-02-18 20:46:22.126 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 716)) 2021-02-18 20:46:22.230 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2021-02-18 20:46:22.249 | Collecting six===1.14.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) 2021-02-18 20:46:22.282 | Downloading http://10.100.0.9:8080/root/pypi/+f/8f3/cd2e254d8f793/six-1.14.0-py2.py3-none-any.whl 2021-02-18 20:46:22.293 | Requirement already satisfied: pbr===5.4.5 in /opt/stack/requirements/.venv/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) 2021-02-18 20:46:22.298 | Collecting urllib3===1.25.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) 2021-02-18 20:46:22.735 | Downloading http://10.100.0.9:8080/root/pypi/+f/2f3/db8b19923a873/urllib3-1.25.8-py2.py3-none-any.whl (125kB) 2021-02-18 20:46:22.785 | Collecting certifi===2020.4.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 74)) 2021-02-18 20:46:23.198 | Downloading http://10.100.0.9:8080/root/pypi/+f/1d9/87a998c75633c/certifi-2020.4.5.1-py2.py3-none-any.whl (157kB) 2021-02-18 20:46:23.220 | Collecting chardet===3.0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-02-18 20:46:23.242 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133kB) 2021-02-18 20:46:23.273 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) 2021-02-18 20:46:23.295 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2021-02-18 20:46:23.313 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) 2021-02-18 20:46:23.333 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2021-02-18 20:46:23.346 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) 2021-02-18 20:46:23.373 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2021-02-18 20:46:23.405 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) 2021-02-18 20:46:23.422 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2021-02-18 20:46:23.436 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 625)) 2021-02-18 20:46:23.457 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2021-02-18 20:46:23.471 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 334)) 2021-02-18 20:46:23.503 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2021-02-18 20:46:23.513 | Building wheels for collected packages: PyYAML 2021-02-18 20:46:23.514 | Running setup.py bdist_wheel for PyYAML: started 2021-02-18 20:46:23.800 | Running setup.py bdist_wheel for PyYAML: finished with status 'error' 2021-02-18 20:46:23.800 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-_dsx9xnc/PyYAML/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpw2vs5ku3pip-wheel- --python-tag cp36: 2021-02-18 20:46:23.800 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-02-18 20:46:23.800 | or: -c --help [cmd1 cmd2 ...] 2021-02-18 20:46:23.800 | or: -c --help-commands 2021-02-18 20:46:23.800 | or: -c cmd --help 2021-02-18 20:46:23.800 | 2021-02-18 20:46:23.800 | error: invalid command 'bdist_wheel' 2021-02-18 20:46:23.800 | 2021-02-18 20:46:23.800 | ---------------------------------------- 2021-02-18 20:46:23.800 | Failed building wheel for PyYAML 2021-02-18 20:46:23.801 | Running setup.py clean for PyYAML 2021-02-18 20:46:24.087 | Failed to build PyYAML 2021-02-18 20:46:24.088 | Installing collected packages: chardet, certifi, six, linecache2, traceback2, python-mimeparse, argparse, unittest2, extras, testtools, fixtures, urllib3, PyYAML, idna, requests, pyparsing, packaging, Parsley, openstack-requirements 2021-02-18 20:46:24.914 | Running setup.py install for PyYAML: started 2021-02-18 20:46:34.494 | Running setup.py install for PyYAML: finished with status 'done' 2021-02-18 20:46:34.935 | Running setup.py install for openstack-requirements: started 2021-02-18 20:46:37.077 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-02-18 20:46:37.350 | Successfully installed Parsley-1.3 PyYAML-5.3.1 argparse-1.4.0 certifi-2020.4.5.1 chardet-3.0.4 extras-1.0.0 fixtures-3.0.0 idna-2.9 linecache2-1.0.0 openstack-requirements-1.2.1.dev3521 packaging-20.3 pyparsing-2.4.7 python-mimeparse-1.6.0 requests-2.23.0 six-1.14.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.25.8 2021-02-18 20:46:37.450 | + inc/python:pip_install:207 : result=0 2021-02-18 20:46:37.452 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:46:37.455 | + functions-common:time_stop:2331 : local name 2021-02-18 20:46:37.457 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:46:37.459 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:46:37.461 | + functions-common:time_stop:2334 : local total 2021-02-18 20:46:37.463 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:46:37.465 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:46:37.467 | + functions-common:time_stop:2338 : start_time=1613681174139 2021-02-18 20:46:37.469 | + functions-common:time_stop:2340 : [[ -z 1613681174139 ]] 2021-02-18 20:46:37.472 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:46:37.475 | + functions-common:time_stop:2343 : end_time=1613681197473 2021-02-18 20:46:37.477 | + functions-common:time_stop:2344 : elapsed_time=23334 2021-02-18 20:46:37.479 | + functions-common:time_stop:2345 : total=35435 2021-02-18 20:46:37.481 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:46:37.483 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=58769 2021-02-18 20:46:37.485 | + inc/python:pip_install:210 : return 0 2021-02-18 20:46:37.488 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-02-18 20:46:37.490 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-02-18 20:46:37.493 | + inc/python:use_library_from_git:263 : local name=pbr 2021-02-18 20:46:37.495 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:46:37.497 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:46:37.499 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,pbr, ]] 2021-02-18 20:46:37.502 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:46:37.505 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-02-18 20:46:37.523 | Using python 3.6 to install pbr because python3_enabled=True 2021-02-18 20:46:37.527 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-02-18 20:46:40.031 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:46:40.032 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.033 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.033 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.033 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.034 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.034 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.035 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.035 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.036 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.036 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.037 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.037 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.038 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.038 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.038 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.039 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.039 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.040 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.040 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.041 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.041 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.041 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.042 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.042 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.043 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.044 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.044 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.044 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.045 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.045 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.046 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.046 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.047 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.047 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.048 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.048 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.049 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.049 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.049 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.050 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.050 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.050 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.051 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.052 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.052 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.053 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.053 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.053 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.054 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.054 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.055 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.055 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.056 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.056 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.057 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.057 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.058 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.058 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.059 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.059 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.060 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.060 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.060 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.061 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.061 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.062 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.062 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.063 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.063 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.064 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.064 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.064 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.065 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.065 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.065 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.066 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.067 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.068 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.068 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.069 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.069 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.070 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.070 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.070 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.071 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.071 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.072 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.072 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.072 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.073 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.073 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.074 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.074 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.075 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.075 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.076 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.076 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.076 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.077 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.077 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.078 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.078 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.078 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.079 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.079 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.080 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.080 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.081 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.081 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.082 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.082 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.082 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.083 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.084 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.084 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.084 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.085 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.085 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.086 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.086 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.087 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.087 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.088 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.088 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.088 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.089 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.089 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.090 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.090 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.091 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.092 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.092 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.092 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.093 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.093 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.094 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.094 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.094 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.095 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.095 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.096 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.096 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.097 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.097 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.097 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.098 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.098 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.099 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.099 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.100 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.100 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.100 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.101 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.101 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.102 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.102 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.103 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.103 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.104 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.104 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.105 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.105 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.105 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.106 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.106 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.107 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.107 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.108 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.108 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.109 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.109 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.110 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.110 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.111 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.111 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.111 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.112 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.112 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.112 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.114 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.114 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.114 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.115 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.115 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.115 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.116 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.116 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.117 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.117 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.117 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.118 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.119 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.119 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.120 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.120 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.121 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.121 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.122 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.122 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.122 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.123 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.123 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.124 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.124 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.125 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.125 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.125 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.126 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.126 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.127 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.127 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.128 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.128 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.129 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.129 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.130 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.130 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.130 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.131 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.131 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.132 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.132 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.133 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.133 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.133 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.134 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.134 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.135 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.135 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.136 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.136 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.136 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.137 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.137 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.138 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.138 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.139 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.139 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.139 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.140 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.140 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.141 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.141 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.142 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.142 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.143 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.143 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.143 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.144 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.145 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.145 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.146 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.146 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.147 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.147 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.148 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.148 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.148 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.149 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.149 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.150 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.150 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.151 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.151 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.152 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.152 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.153 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.153 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.153 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.154 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.154 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.155 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.155 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.156 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.156 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.157 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.157 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.158 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.158 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.159 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.159 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.160 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.161 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.161 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.161 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.162 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.162 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.163 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.163 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.164 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.164 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.164 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.165 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.165 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.166 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.166 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.167 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.167 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.167 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.168 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.169 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.169 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.170 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.170 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.170 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.171 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.172 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.172 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.172 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.173 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.173 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.174 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.174 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.175 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.175 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.176 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.176 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.176 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.177 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.177 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.178 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.178 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.178 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.179 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.180 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.180 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.181 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.181 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.182 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.182 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.182 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.183 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.183 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.184 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.184 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.185 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.185 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.186 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.186 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.186 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.187 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.187 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.188 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.188 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.189 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.189 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.190 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.190 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.191 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.191 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.192 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.192 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.192 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.193 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.194 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.194 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.194 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.195 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.195 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.196 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.196 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.197 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.197 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.198 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.198 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.198 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.199 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.199 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.200 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.200 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.200 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.201 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.201 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.202 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.202 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.202 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.203 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.203 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.204 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.204 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.205 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.205 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.206 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.206 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.206 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.207 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.208 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.208 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.209 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.209 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.209 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.210 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.210 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.211 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.211 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.212 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.212 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.212 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.213 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.213 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.214 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.214 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.215 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.215 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.215 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.216 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.216 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.217 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.217 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.218 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.218 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.219 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.219 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.219 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.220 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:46:40.220 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:46:40.221 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:46:40.348 | Requirement already up-to-date: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) (5.4.5) 2021-02-18 20:46:40.764 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:46:40.764 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:46:40.829 | + inc/python:pip_install:207 : result=0 2021-02-18 20:46:40.831 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:46:40.833 | + functions-common:time_stop:2331 : local name 2021-02-18 20:46:40.835 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:46:40.837 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:46:40.839 | + functions-common:time_stop:2334 : local total 2021-02-18 20:46:40.841 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:46:40.843 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:46:40.845 | + functions-common:time_stop:2338 : start_time=1613681197518 2021-02-18 20:46:40.847 | + functions-common:time_stop:2340 : [[ -z 1613681197518 ]] 2021-02-18 20:46:40.850 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:46:40.853 | + functions-common:time_stop:2343 : end_time=1613681200851 2021-02-18 20:46:40.855 | + functions-common:time_stop:2344 : elapsed_time=3333 2021-02-18 20:46:40.857 | + functions-common:time_stop:2345 : total=58769 2021-02-18 20:46:40.859 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:46:40.861 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=62102 2021-02-18 20:46:40.864 | + inc/python:pip_install:210 : return 0 2021-02-18 20:46:40.866 | + ./stack.sh:main:784 : python3 -m venv /opt/stack/bindep-venv 2021-02-18 20:46:43.547 | + ./stack.sh:main:786 : /opt/stack/bindep-venv/bin/pip install bindep 2021-02-18 20:46:45.201 | Collecting bindep 2021-02-18 20:46:45.604 | Downloading http://10.100.0.9:8080/root/pypi/+f/0e7/df0a527c159ff/bindep-2.9.0-py2.py3-none-any.whl 2021-02-18 20:46:45.627 | Collecting pbr>=2.0.0 (from bindep) 2021-02-18 20:46:45.714 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2021-02-18 20:46:45.745 | Collecting distro (from bindep) 2021-02-18 20:46:46.103 | Downloading http://10.100.0.9:8080/root/pypi/+f/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl 2021-02-18 20:46:46.116 | Collecting Parsley (from bindep) 2021-02-18 20:46:46.131 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-02-18 20:46:46.153 | Installing collected packages: pbr, distro, Parsley, bindep 2021-02-18 20:46:46.486 | Successfully installed Parsley-1.3 bindep-2.9.0 distro-1.5.0 pbr-5.5.1 2021-02-18 20:46:46.550 | + ./stack.sh:main:787 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-02-18 20:46:46.553 | + ./stack.sh:main:787 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-02-18 20:46:46.556 | ++ ./stack.sh:main:790 : _get_plugin_bindep_packages 2021-02-18 20:46:46.572 | + ./stack.sh:main:790 : pkgs= 2021-02-18 20:46:46.574 | + ./stack.sh:main:791 : [[ -n '' ]] 2021-02-18 20:46:46.576 | + ./stack.sh:main:798 : run_phase stack pre-install 2021-02-18 20:46:46.579 | + functions-common:run_phase:1759 : local mode=stack 2021-02-18 20:46:46.581 | + functions-common:run_phase:1760 : local phase=pre-install 2021-02-18 20:46:46.584 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-02-18 20:46:46.586 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-02-18 20:46:46.588 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-02-18 20:46:46.590 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-02-18 20:46:46.592 | + functions-common:run_phase:1769 : local extra 2021-02-18 20:46:46.595 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-02-18 20:46:46.598 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-02-18 20:46:46.600 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-02-18 20:46:46.603 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-02-18 20:46:46.605 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-02-18 20:46:46.607 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-02-18 20:46:46.620 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:46:46.622 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-02-18 20:46:46.624 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-02-18 20:46:46.626 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-02-18 20:46:46.629 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-02-18 20:46:46.631 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-02-18 20:46:46.633 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-02-18 20:46:46.635 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-02-18 20:46:46.637 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-02-18 20:46:46.639 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-02-18 20:46:46.641 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-02-18 20:46:46.643 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-02-18 20:46:46.646 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-02-18 20:46:46.648 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-02-18 20:46:46.650 | + functions-common:run_phase:1780 : [[ stack == \s\o\u\r\c\e ]] 2021-02-18 20:46:46.652 | + functions-common:run_phase:1783 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-02-18 20:46:46.654 | + functions-common:run_phase:1786 : run_plugins stack pre-install 2021-02-18 20:46:46.656 | + functions-common:run_plugins:1745 : local mode=stack 2021-02-18 20:46:46.658 | + functions-common:run_plugins:1746 : local phase=pre-install 2021-02-18 20:46:46.661 | + functions-common:run_plugins:1748 : local plugins= 2021-02-18 20:46:46.663 | + functions-common:run_plugins:1749 : local plugin 2021-02-18 20:46:46.665 | + ./stack.sh:main:801 : set_systemd_override DefaultLimitNOFILE 2048 2021-02-18 20:46:46.667 | + functions:set_systemd_override:799 : local key=DefaultLimitNOFILE 2021-02-18 20:46:46.670 | + functions:set_systemd_override:800 : local value=2048 2021-02-18 20:46:46.672 | + functions:set_systemd_override:802 : local sysconf=/etc/systemd/system.conf 2021-02-18 20:46:46.674 | + functions:set_systemd_override:803 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-02-18 20:46:46.718 | + functions:set_systemd_override:804 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-02-18 20:46:46.718 | Set systemd system override for DefaultLimitNOFILE=2048 2021-02-18 20:46:46.721 | + functions:set_systemd_override:806 : sudo systemctl daemon-reload 2021-02-18 20:46:46.872 | + ./stack.sh:main:803 : install_rpc_backend 2021-02-18 20:46:46.874 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-02-18 20:46:46.889 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:46:46.891 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-02-18 20:46:46.893 | + functions-common:install_package:1333 : update_package_repo 2021-02-18 20:46:46.896 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-02-18 20:46:46.898 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-02-18 20:46:46.901 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-02-18 20:46:46.903 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-02-18 20:46:46.905 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-02-18 20:46:46.907 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:46:46.909 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:46:46.912 | + functions-common:update_package_repo:1314 : apt_get_update 2021-02-18 20:46:46.914 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-02-18 20:46:46.917 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-02-18 20:46:46.919 | + functions-common:apt_get_update:1069 : return 2021-02-18 20:46:46.921 | + functions-common:install_package:1334 : real_install_package rabbitmq-server 2021-02-18 20:46:46.923 | + functions-common:real_install_package:1319 : is_ubuntu 2021-02-18 20:46:46.926 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:46:46.928 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:46:46.931 | + functions-common:real_install_package:1320 : apt_get install rabbitmq-server 2021-02-18 20:46:46.948 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2021-02-18 20:46:47.069 | Reading package lists... 2021-02-18 20:46:47.315 | Building dependency tree... 2021-02-18 20:46:47.316 | Reading state information... 2021-02-18 20:46:47.523 | The following packages were automatically installed and are no longer required: 2021-02-18 20:46:47.524 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-02-18 20:46:47.524 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-02-18 20:46:47.524 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-02-18 20:46:47.524 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-02-18 20:46:47.524 | python3-twisted-bin python3-zope.interface 2021-02-18 20:46:47.524 | Use 'sudo apt autoremove' to remove them. 2021-02-18 20:46:47.524 | The following additional packages will be installed: 2021-02-18 20:46:47.524 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-02-18 20:46:47.524 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-02-18 20:46:47.524 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-02-18 20:46:47.524 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-02-18 20:46:47.525 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-02-18 20:46:47.526 | Suggested packages: 2021-02-18 20:46:47.526 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2021-02-18 20:46:47.526 | odbc-postgresql tdsodbc unixodbc-bin 2021-02-18 20:46:47.571 | The following NEW packages will be installed: 2021-02-18 20:46:47.571 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-02-18 20:46:47.571 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-02-18 20:46:47.571 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-02-18 20:46:47.571 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-02-18 20:46:47.572 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-02-18 20:46:47.572 | rabbitmq-server 2021-02-18 20:46:47.877 | 0 upgraded, 26 newly installed, 0 to remove and 164 not upgraded. 2021-02-18 20:46:47.877 | Need to get 24.5 MB of archives. 2021-02-18 20:46:47.877 | After this operation, 40.4 MB of additional disk space will be used. 2021-02-18 20:46:47.877 | 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-02-18 20:46:50.665 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-02-18 20:46:50.767 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-02-18 20:46:50.887 | 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-02-18 20:46:50.916 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2021-02-18 20:46:50.932 | 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-02-18 20:46:51.660 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB] 2021-02-18 20:46:51.787 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2021-02-18 20:46:51.821 | 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-02-18 20:46:52.683 | 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-02-18 20:46:52.727 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2021-02-18 20:46:52.768 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2021-02-18 20:46:53.026 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2021-02-18 20:46:53.117 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2021-02-18 20:46:53.119 | 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-02-18 20:46:53.126 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2021-02-18 20:46:53.149 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2021-02-18 20:46:53.597 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2021-02-18 20:46:53.602 | 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-02-18 20:46:53.604 | 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-02-18 20:46:53.930 | 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-02-18 20:46:54.299 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2021-02-18 20:46:54.323 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2021-02-18 20:46:54.615 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2021-02-18 20:46:54.651 | 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-02-18 20:46:54.651 | 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-02-18 20:46:56.437 | Fetched 24.5 MB in 8s (2,948 kB/s) 2021-02-18 20:46:56.470 | Selecting previously unselected package erlang-base. 2021-02-18 20:46:56.507 | (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 ... 74326 files and directories currently installed.) 2021-02-18 20:46:56.511 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:56.513 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:57.570 | Selecting previously unselected package erlang-asn1. 2021-02-18 20:46:57.578 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:57.580 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:57.720 | Selecting previously unselected package erlang-mnesia. 2021-02-18 20:46:57.728 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:57.731 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:57.872 | Selecting previously unselected package erlang-runtime-tools. 2021-02-18 20:46:57.879 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:57.881 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:57.963 | Selecting previously unselected package erlang-crypto. 2021-02-18 20:46:57.970 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:57.972 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:58.040 | Selecting previously unselected package erlang-public-key. 2021-02-18 20:46:58.047 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:58.050 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:58.178 | Selecting previously unselected package erlang-ssl. 2021-02-18 20:46:58.186 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:58.188 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:58.345 | Selecting previously unselected package erlang-inets. 2021-02-18 20:46:58.353 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:58.355 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:58.502 | Selecting previously unselected package erlang-corba. 2021-02-18 20:46:58.509 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:58.512 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:58.896 | Selecting previously unselected package erlang-syntax-tools. 2021-02-18 20:46:58.904 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:58.906 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:59.005 | Selecting previously unselected package erlang-diameter. 2021-02-18 20:46:59.013 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:59.015 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:59.155 | Selecting previously unselected package erlang-xmerl. 2021-02-18 20:46:59.162 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:59.165 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:59.348 | Selecting previously unselected package erlang-edoc. 2021-02-18 20:46:59.356 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:59.358 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:59.450 | Selecting previously unselected package erlang-eldap. 2021-02-18 20:46:59.457 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:59.459 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:59.527 | Selecting previously unselected package erlang-erl-docgen. 2021-02-18 20:46:59.534 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:59.536 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:59.609 | Selecting previously unselected package erlang-eunit. 2021-02-18 20:46:59.617 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:59.619 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:59.692 | Selecting previously unselected package erlang-ic. 2021-02-18 20:46:59.700 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:59.702 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:46:59.887 | Selecting previously unselected package libodbc1:amd64. 2021-02-18 20:46:59.895 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2021-02-18 20:46:59.906 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-02-18 20:46:59.988 | Selecting previously unselected package erlang-odbc. 2021-02-18 20:46:59.997 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:46:59.999 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:00.058 | Selecting previously unselected package erlang-snmp. 2021-02-18 20:47:00.066 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:47:00.068 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:00.341 | Selecting previously unselected package erlang-os-mon. 2021-02-18 20:47:00.348 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:47:00.351 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:00.417 | Selecting previously unselected package erlang-parsetools. 2021-02-18 20:47:00.425 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:47:00.427 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:00.501 | Selecting previously unselected package erlang-ssh. 2021-02-18 20:47:00.509 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:47:00.512 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:00.632 | Selecting previously unselected package erlang-tools. 2021-02-18 20:47:00.640 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-18 20:47:00.642 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:00.764 | Selecting previously unselected package erlang-nox. 2021-02-18 20:47:00.771 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2021-02-18 20:47:00.773 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:00.865 | Selecting previously unselected package rabbitmq-server. 2021-02-18 20:47:00.873 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.4_all.deb ... 2021-02-18 20:47:00.875 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-02-18 20:47:01.415 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-02-18 20:47:01.444 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:02.231 | Searching for services which depend on erlang and should be started...none found. 2021-02-18 20:47:02.234 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-18 20:47:02.256 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:02.283 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:02.311 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:02.338 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:02.366 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:02.394 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:02.422 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-02-18 20:47:02.451 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-18 20:47:02.622 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-18 20:47:03.259 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.287 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.316 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.344 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.372 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.399 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.427 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.455 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.482 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.511 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.539 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.566 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.594 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.622 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.650 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.677 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.705 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-18 20:47:03.732 | Setting up rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-02-18 20:47:03.867 | Adding group `rabbitmq' (GID 121) ... 2021-02-18 20:47:03.900 | Done. 2021-02-18 20:47:03.974 | Adding system user `rabbitmq' (UID 115) ... 2021-02-18 20:47:03.974 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2021-02-18 20:47:04.052 | Not creating home directory `/var/lib/rabbitmq'. 2021-02-18 20:47:04.292 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2021-02-18 20:47:09.022 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-18 20:47:09.176 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-18 20:47:11.052 | + functions-common:apt_get:1113 : result=0 2021-02-18 20:47:11.055 | + functions-common:apt_get:1116 : time_stop apt-get 2021-02-18 20:47:11.057 | + functions-common:time_stop:2331 : local name 2021-02-18 20:47:11.060 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:47:11.062 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:47:11.064 | + functions-common:time_stop:2334 : local total 2021-02-18 20:47:11.066 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:47:11.068 | + functions-common:time_stop:2337 : name=apt-get 2021-02-18 20:47:11.070 | + functions-common:time_stop:2338 : start_time=1613681206946 2021-02-18 20:47:11.073 | + functions-common:time_stop:2340 : [[ -z 1613681206946 ]] 2021-02-18 20:47:11.075 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:47:11.079 | + functions-common:time_stop:2343 : end_time=1613681231076 2021-02-18 20:47:11.081 | + functions-common:time_stop:2344 : elapsed_time=24130 2021-02-18 20:47:11.083 | + functions-common:time_stop:2345 : total=142955 2021-02-18 20:47:11.085 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:47:11.087 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=167085 2021-02-18 20:47:11.089 | + functions-common:apt_get:1117 : return 0 2021-02-18 20:47:11.092 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2021-02-18 20:47:11.094 | + functions-common:is_suse:462 : is_opensuse 2021-02-18 20:47:11.096 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-02-18 20:47:11.098 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-18 20:47:11.101 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-02-18 20:47:11.104 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-02-18 20:47:11.106 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-18 20:47:11.108 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2021-02-18 20:47:11.110 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-02-18 20:47:11.112 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-02-18 20:47:11.115 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-02-18 20:47:11.117 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-02-18 20:47:11.120 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-02-18 20:47:11.122 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-02-18 20:47:11.124 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-02-18 20:47:11.126 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-02-18 20:47:11.128 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2021-02-18 20:47:11.131 | + functions-common:is_suse:462 : is_opensuse 2021-02-18 20:47:11.133 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-02-18 20:47:11.135 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-18 20:47:11.137 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-02-18 20:47:11.139 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-02-18 20:47:11.142 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-18 20:47:11.144 | + ./stack.sh:main:804 : restart_rpc_backend 2021-02-18 20:47:11.146 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2021-02-18 20:47:11.161 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:47:11.163 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2021-02-18 20:47:11.166 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 20:47:11.168 | + ./stack.sh:echo_summary:421 : echo -e Starting RabbitMQ 2021-02-18 20:47:11.170 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2021-02-18 20:47:11.173 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2021-02-18 20:47:11.176 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2021-02-18 20:47:11.179 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2021-02-18 20:47:11.182 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2021-02-18 20:47:11.184 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2021-02-18 20:47:11.186 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2021-02-18 20:47:11.188 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2021-02-18 20:47:11.191 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2021-02-18 20:47:12.252 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users 2021-02-18 20:47:12.252 | guest [administrator]' 2021-02-18 20:47:12.256 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users 2021-02-18 20:47:12.256 | guest [administrator]' 2021-02-18 20:47:12.256 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2021-02-18 20:47:12.261 | + lib/rpc_backend:rabbit_setuser:176 : found= 2021-02-18 20:47:12.263 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2021-02-18 20:47:12.266 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2021-02-18 20:47:13.283 | Creating user "stackrabbit" 2021-02-18 20:47:13.305 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2021-02-18 20:47:14.312 | Setting permissions for user "stackrabbit" in vhost "/" 2021-02-18 20:47:14.336 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2021-02-18 20:47:14.338 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2021-02-18 20:47:15.327 | Changing password for user "stackrabbit" 2021-02-18 20:47:15.349 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2021-02-18 20:47:15.352 | + lib/rpc_backend:restart_rpc_backend:116 : break 2021-02-18 20:47:15.354 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2021-02-18 20:47:16.349 | Deleting user "guest" 2021-02-18 20:47:16.372 | + ./stack.sh:main:806 : is_service_enabled mysql postgresql 2021-02-18 20:47:16.387 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:47:16.390 | + ./stack.sh:main:807 : install_database 2021-02-18 20:47:16.392 | + lib/database:install_database:116 : install_database_mysql 2021-02-18 20:47:16.395 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2021-02-18 20:47:16.397 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:47:16.399 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:47:16.401 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2021-02-18 20:47:16.599 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2021-02-18 20:47:16.601 | + lib/databases/mysql:install_database_mysql:164 : cat 2021-02-18 20:47:16.606 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2021-02-18 20:47:16.608 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:47:16.610 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:47:16.613 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2021-02-18 20:47:16.615 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2021-02-18 20:47:16.617 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2021-02-18 20:47:16.620 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2021-02-18 20:47:16.623 | + functions-common:is_oraclelinux:434 : [[ -z Ubuntu ]] 2021-02-18 20:47:16.625 | + functions-common:is_oraclelinux:438 : '[' Ubuntu = OracleServer ']' 2021-02-18 20:47:16.627 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2021-02-18 20:47:16.629 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-02-18 20:47:16.632 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-02-18 20:47:16.634 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-02-18 20:47:16.636 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-02-18 20:47:16.639 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-02-18 20:47:16.641 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-02-18 20:47:16.643 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-02-18 20:47:16.645 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-02-18 20:47:16.648 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2021-02-18 20:47:16.650 | + functions-common:is_suse:462 : is_opensuse 2021-02-18 20:47:16.653 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-02-18 20:47:16.655 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-18 20:47:16.657 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-02-18 20:47:16.659 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-02-18 20:47:16.661 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-18 20:47:16.664 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2021-02-18 20:47:16.666 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:47:16.669 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:47:16.671 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2021-02-18 20:47:16.673 | + functions-common:install_package:1333 : update_package_repo 2021-02-18 20:47:16.675 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-02-18 20:47:16.678 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-02-18 20:47:16.680 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-02-18 20:47:16.682 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-02-18 20:47:16.685 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-02-18 20:47:16.687 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:47:16.689 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:47:16.691 | + functions-common:update_package_repo:1314 : apt_get_update 2021-02-18 20:47:16.693 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-02-18 20:47:16.695 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-02-18 20:47:16.698 | + functions-common:apt_get_update:1069 : return 2021-02-18 20:47:16.700 | + functions-common:install_package:1334 : real_install_package mysql-server 2021-02-18 20:47:16.702 | + functions-common:real_install_package:1319 : is_ubuntu 2021-02-18 20:47:16.704 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:47:16.706 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:47:16.709 | + functions-common:real_install_package:1320 : apt_get install mysql-server 2021-02-18 20:47:16.726 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2021-02-18 20:47:16.846 | Reading package lists... 2021-02-18 20:47:17.095 | Building dependency tree... 2021-02-18 20:47:17.096 | Reading state information... 2021-02-18 20:47:17.306 | The following packages were automatically installed and are no longer required: 2021-02-18 20:47:17.307 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-02-18 20:47:17.307 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-02-18 20:47:17.307 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-02-18 20:47:17.307 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-02-18 20:47:17.307 | python3-twisted-bin python3-zope.interface 2021-02-18 20:47:17.307 | Use 'sudo apt autoremove' to remove them. 2021-02-18 20:47:17.307 | The following additional packages will be installed: 2021-02-18 20:47:17.307 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-02-18 20:47:17.308 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-02-18 20:47:17.308 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-02-18 20:47:17.308 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-02-18 20:47:17.308 | mysql-server-5.7 mysql-server-core-5.7 2021-02-18 20:47:17.309 | Suggested packages: 2021-02-18 20:47:17.309 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2021-02-18 20:47:17.361 | The following NEW packages will be installed: 2021-02-18 20:47:17.361 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-02-18 20:47:17.361 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-02-18 20:47:17.361 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-02-18 20:47:17.361 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-02-18 20:47:17.361 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2021-02-18 20:47:17.660 | 0 upgraded, 18 newly installed, 0 to remove and 164 not upgraded. 2021-02-18 20:47:17.660 | Need to get 19.7 MB of archives. 2021-02-18 20:47:17.660 | After this operation, 157 MB of additional disk space will be used. 2021-02-18 20:47:17.660 | 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-02-18 20:47:19.886 | 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-02-18 20:47:20.124 | 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-02-18 20:47:21.551 | 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-02-18 20:47:21.553 | 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-02-18 20:47:21.717 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2021-02-18 20:47:21.717 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2021-02-18 20:47:21.724 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2021-02-18 20:47:21.732 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2021-02-18 20:47:21.747 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2021-02-18 20:47:21.750 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] 2021-02-18 20:47:21.751 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2021-02-18 20:47:21.752 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2021-02-18 20:47:21.894 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2021-02-18 20:47:21.894 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2021-02-18 20:47:21.895 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2021-02-18 20:47:21.997 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2021-02-18 20:47:22.004 | 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-02-18 20:47:22.494 | Preconfiguring packages ... 2021-02-18 20:47:22.598 | Fetched 19.7 MB in 5s (4,255 kB/s) 2021-02-18 20:47:22.630 | Selecting previously unselected package mysql-client-core-5.7. 2021-02-18 20:47:22.669 | (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 ... 76327 files and directories currently installed.) 2021-02-18 20:47:22.672 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-02-18 20:47:22.674 | Unpacking mysql-client-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-18 20:47:23.725 | Selecting previously unselected package mysql-client-5.7. 2021-02-18 20:47:23.732 | Preparing to unpack .../01-mysql-client-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-02-18 20:47:23.734 | Unpacking mysql-client-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-18 20:47:24.195 | Selecting previously unselected package mysql-server-core-5.7. 2021-02-18 20:47:24.203 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-02-18 20:47:24.205 | Unpacking mysql-server-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-18 20:47:25.416 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2021-02-18 20:47:25.424 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2021-02-18 20:47:25.436 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-02-18 20:47:25.561 | Selecting previously unselected package mysql-server-5.7. 2021-02-18 20:47:25.569 | Preparing to unpack .../04-mysql-server-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-02-18 20:47:26.046 | Unpacking mysql-server-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-18 20:47:26.668 | Selecting previously unselected package libhtml-tagset-perl. 2021-02-18 20:47:26.675 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2021-02-18 20:47:26.678 | Unpacking libhtml-tagset-perl (3.20-3) ... 2021-02-18 20:47:26.736 | Selecting previously unselected package liburi-perl. 2021-02-18 20:47:26.743 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2021-02-18 20:47:26.745 | Unpacking liburi-perl (1.73-1) ... 2021-02-18 20:47:26.814 | Selecting previously unselected package libhtml-parser-perl. 2021-02-18 20:47:26.821 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2021-02-18 20:47:26.823 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2021-02-18 20:47:26.888 | Selecting previously unselected package libcgi-pm-perl. 2021-02-18 20:47:26.895 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2021-02-18 20:47:26.897 | Unpacking libcgi-pm-perl (4.38-1) ... 2021-02-18 20:47:26.974 | Selecting previously unselected package libfcgi-perl. 2021-02-18 20:47:26.982 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2021-02-18 20:47:26.984 | Unpacking libfcgi-perl (0.78-2build1) ... 2021-02-18 20:47:27.042 | Selecting previously unselected package libcgi-fast-perl. 2021-02-18 20:47:27.049 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2021-02-18 20:47:27.052 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2021-02-18 20:47:27.109 | Selecting previously unselected package libencode-locale-perl. 2021-02-18 20:47:27.117 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2021-02-18 20:47:27.119 | Unpacking libencode-locale-perl (1.05-1) ... 2021-02-18 20:47:27.177 | Selecting previously unselected package libhtml-template-perl. 2021-02-18 20:47:27.185 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2021-02-18 20:47:27.187 | Unpacking libhtml-template-perl (2.97-1) ... 2021-02-18 20:47:27.248 | Selecting previously unselected package libhttp-date-perl. 2021-02-18 20:47:27.256 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2021-02-18 20:47:27.258 | Unpacking libhttp-date-perl (6.02-1) ... 2021-02-18 20:47:27.315 | Selecting previously unselected package libio-html-perl. 2021-02-18 20:47:27.323 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2021-02-18 20:47:27.325 | Unpacking libio-html-perl (1.001-1) ... 2021-02-18 20:47:27.382 | Selecting previously unselected package liblwp-mediatypes-perl. 2021-02-18 20:47:27.389 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2021-02-18 20:47:27.392 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2021-02-18 20:47:27.450 | Selecting previously unselected package libhttp-message-perl. 2021-02-18 20:47:27.457 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2021-02-18 20:47:27.459 | Unpacking libhttp-message-perl (6.14-1) ... 2021-02-18 20:47:27.522 | Selecting previously unselected package mysql-server. 2021-02-18 20:47:27.530 | Preparing to unpack .../17-mysql-server_5.7.33-0ubuntu0.18.04.1_all.deb ... 2021-02-18 20:47:27.532 | Unpacking mysql-server (5.7.33-0ubuntu0.18.04.1) ... 2021-02-18 20:47:27.610 | Setting up libhtml-tagset-perl (3.20-3) ... 2021-02-18 20:47:27.631 | Setting up libhttp-date-perl (6.02-1) ... 2021-02-18 20:47:27.659 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-02-18 20:47:27.686 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-18 20:47:27.717 | Setting up libencode-locale-perl (1.05-1) ... 2021-02-18 20:47:27.745 | Setting up mysql-server-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-18 20:47:27.773 | Setting up libio-html-perl (1.001-1) ... 2021-02-18 20:47:27.800 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2021-02-18 20:47:27.828 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-02-18 20:47:27.857 | Setting up liburi-perl (1.73-1) ... 2021-02-18 20:47:27.885 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-18 20:47:28.057 | Setting up libhtml-parser-perl (3.72-3build1) ... 2021-02-18 20:47:28.085 | Setting up libcgi-pm-perl (4.38-1) ... 2021-02-18 20:47:28.113 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-18 20:47:29.848 | Setting up libhttp-message-perl (6.14-1) ... 2021-02-18 20:47:29.877 | Setting up mysql-client-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-18 20:47:29.905 | Setting up libfcgi-perl (0.78-2build1) ... 2021-02-18 20:47:29.933 | Setting up libhtml-template-perl (2.97-1) ... 2021-02-18 20:47:29.960 | Setting up libcgi-fast-perl (1:2.13-1) ... 2021-02-18 20:47:29.988 | Setting up mysql-client-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-18 20:47:30.015 | Setting up mysql-server-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-18 20:47:30.594 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-02-18 20:47:30.620 | Renaming removed key_buffer and myisam-recover options (if present) 2021-02-18 20:47:41.658 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2021-02-18 20:47:42.648 | Setting up mysql-server (5.7.33-0ubuntu0.18.04.1) ... 2021-02-18 20:47:42.661 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-18 20:47:42.870 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-18 20:47:44.776 | + functions-common:apt_get:1113 : result=0 2021-02-18 20:47:44.778 | + functions-common:apt_get:1116 : time_stop apt-get 2021-02-18 20:47:44.781 | + functions-common:time_stop:2331 : local name 2021-02-18 20:47:44.783 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:47:44.785 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:47:44.787 | + functions-common:time_stop:2334 : local total 2021-02-18 20:47:44.789 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:47:44.791 | + functions-common:time_stop:2337 : name=apt-get 2021-02-18 20:47:44.793 | + functions-common:time_stop:2338 : start_time=1613681236724 2021-02-18 20:47:44.796 | + functions-common:time_stop:2340 : [[ -z 1613681236724 ]] 2021-02-18 20:47:44.798 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:47:44.801 | + functions-common:time_stop:2343 : end_time=1613681264799 2021-02-18 20:47:44.803 | + functions-common:time_stop:2344 : elapsed_time=28075 2021-02-18 20:47:44.806 | + functions-common:time_stop:2345 : total=167085 2021-02-18 20:47:44.808 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:47:44.810 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=195160 2021-02-18 20:47:44.812 | + functions-common:apt_get:1117 : return 0 2021-02-18 20:47:44.814 | + ./stack.sh:main:809 : '[' -n mysql ']' 2021-02-18 20:47:44.816 | + ./stack.sh:main:810 : install_database_python 2021-02-18 20:47:44.819 | + lib/database:install_database_python:121 : install_database_python_mysql 2021-02-18 20:47:44.821 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2021-02-18 20:47:44.823 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2021-02-18 20:47:44.825 | + inc/python:pip_install_gr:77 : local clean_name 2021-02-18 20:47:44.828 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2021-02-18 20:47:44.831 | ++ inc/python:get_from_global_requirements:238 : local package=PyMySQL 2021-02-18 20:47:44.833 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-02-18 20:47:44.836 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2021-02-18 20:47:44.837 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-02-18 20:47:44.841 | ++ inc/python:get_from_global_requirements:240 : required_pkg='PyMySQL ' 2021-02-18 20:47:44.843 | ++ inc/python:get_from_global_requirements:241 : [[ PyMySQL == '' ]] 2021-02-18 20:47:44.846 | ++ inc/python:get_from_global_requirements:244 : echo PyMySQL 2021-02-18 20:47:44.848 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2021-02-18 20:47:44.850 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2021-02-18 20:47:44.869 | Using python 3.6 to install PyMySQL because python3_enabled=True 2021-02-18 20:47:44.874 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2021-02-18 20:47:47.422 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:47:47.423 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.424 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.424 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.424 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.425 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.425 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.426 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.426 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.427 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.427 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.428 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.428 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.429 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.429 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.429 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.430 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.431 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.431 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.431 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.432 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.432 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.433 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.433 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.434 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.434 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.435 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.435 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.436 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.437 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.437 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.438 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.438 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.439 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.439 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.440 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.440 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.441 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.441 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.441 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.442 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.442 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.443 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.443 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.443 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.444 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.444 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.445 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.445 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.445 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.446 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.446 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.447 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.447 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.448 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.448 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.449 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.449 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.450 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.450 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.451 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.451 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.452 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.453 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.453 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.453 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.454 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.454 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.455 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.455 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.456 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.456 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.456 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.457 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.457 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.458 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.458 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.459 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.459 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.460 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.460 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.461 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.461 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.462 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.462 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.462 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.463 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.463 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.464 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.464 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.465 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.465 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.466 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.466 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.466 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.467 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.467 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.468 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.468 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.470 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.470 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.471 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.471 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.471 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.472 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.472 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.473 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.473 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.474 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.474 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.475 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.475 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.476 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.476 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.477 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.477 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.478 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.478 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.479 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.479 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.480 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.480 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.481 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.481 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.481 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.482 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.482 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.483 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.484 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.484 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.485 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.485 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.486 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.486 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.487 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.487 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.488 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.488 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.488 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.489 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.489 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.490 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.490 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.491 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.491 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.491 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.492 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.492 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.493 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.493 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.494 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.494 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.495 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.495 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.496 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.496 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.496 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.497 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.498 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.498 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.499 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.499 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.499 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.500 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.500 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.501 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.501 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.502 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.502 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.503 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.503 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.504 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.504 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.505 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.505 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.505 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.506 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.506 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.507 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.507 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.508 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.508 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.508 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.509 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.509 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.510 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.510 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.510 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.511 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.511 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.512 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.513 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.513 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.514 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.515 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.515 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.515 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.516 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.516 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.517 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.517 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.518 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.518 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.519 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.519 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.520 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.520 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.520 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.521 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.521 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.522 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.522 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.523 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.523 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.524 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.524 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.525 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.525 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.525 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.526 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.526 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.527 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.527 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.528 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.528 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.529 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.529 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.529 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.530 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.530 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.531 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.531 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.531 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.532 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.532 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.533 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.533 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.534 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.534 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.535 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.535 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.535 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.536 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.537 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.537 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.537 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.538 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.538 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.539 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.539 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.540 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.540 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.541 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.541 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.542 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.542 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.543 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.543 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.543 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.544 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.544 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.545 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.545 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.546 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.547 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.547 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.548 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.548 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.549 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.549 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.549 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.550 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.550 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.551 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.551 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.552 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.552 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.553 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.553 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.554 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.554 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.554 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.555 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.556 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.556 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.556 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.557 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.557 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.558 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.558 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.558 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.559 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.559 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.560 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.560 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.561 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.561 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.562 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.562 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.563 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.564 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.564 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.565 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.565 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.566 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.566 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.566 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.567 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.567 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.568 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.568 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.569 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.569 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.570 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.570 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.571 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.571 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.571 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.572 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.572 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.573 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.573 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.574 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.574 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.575 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.575 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.576 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.576 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.576 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.578 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.578 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.578 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.579 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.579 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.580 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.581 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.581 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.581 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.582 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.582 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.583 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.583 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.583 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.584 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.585 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.585 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.586 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.586 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.586 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.587 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.587 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.588 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.588 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.588 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.589 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.590 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.590 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.590 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.591 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.591 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.592 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.593 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.593 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.593 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.594 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.594 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.595 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.595 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.595 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.596 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.596 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.597 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.597 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.598 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.598 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.598 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.599 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.599 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.600 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.600 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.601 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.601 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.602 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.602 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.603 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.603 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.603 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.604 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.604 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.605 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.605 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.605 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.606 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.606 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.607 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.607 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.608 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.609 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.609 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.609 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.610 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.610 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.611 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.611 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.612 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.612 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.612 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.613 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.614 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.614 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.614 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.615 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.615 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.616 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.616 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:47.617 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:47:47.617 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:47:47.617 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:47:48.082 | Collecting PyMySQL===0.9.3 2021-02-18 20:47:48.089 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/394/3fbbbc1e902f4/PyMySQL-0.9.3-py2.py3-none-any.whl (47 kB) 2021-02-18 20:47:48.492 | Installing collected packages: PyMySQL 2021-02-18 20:47:48.573 | Successfully installed PyMySQL-0.9.3 2021-02-18 20:47:48.635 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:47:48.635 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:47:48.699 | + inc/python:pip_install:207 : result=0 2021-02-18 20:47:48.702 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:47:48.705 | + functions-common:time_stop:2331 : local name 2021-02-18 20:47:48.707 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:47:48.709 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:47:48.711 | + functions-common:time_stop:2334 : local total 2021-02-18 20:47:48.713 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:47:48.716 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:47:48.718 | + functions-common:time_stop:2338 : start_time=1613681264864 2021-02-18 20:47:48.720 | + functions-common:time_stop:2340 : [[ -z 1613681264864 ]] 2021-02-18 20:47:48.723 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:47:48.726 | + functions-common:time_stop:2343 : end_time=1613681268724 2021-02-18 20:47:48.728 | + functions-common:time_stop:2344 : elapsed_time=3860 2021-02-18 20:47:48.730 | + functions-common:time_stop:2345 : total=62102 2021-02-18 20:47:48.732 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:47:48.735 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=65962 2021-02-18 20:47:48.737 | + inc/python:pip_install:210 : return 0 2021-02-18 20:47:48.739 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2021-02-18 20:47:48.742 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-02-18 20:47:48.744 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2021-02-18 20:47:48.746 | + ./stack.sh:main:813 : is_service_enabled neutron 2021-02-18 20:47:48.761 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:47:48.763 | + ./stack.sh:main:814 : install_neutron_agent_packages 2021-02-18 20:47:48.766 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2021-02-18 20:47:48.770 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-02-18 20:47:48.770 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-18 20:47:48.774 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-18 20:47:48.776 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-02-18 20:47:48.778 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-02-18 20:47:48.781 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-02-18 20:47:48.783 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2021-02-18 20:47:48.785 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:448 : is_service_enabled q-l3 2021-02-18 20:47:48.799 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:47:48.801 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:449 : install_package radvd 2021-02-18 20:47:48.804 | + functions-common:install_package:1333 : update_package_repo 2021-02-18 20:47:48.806 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-02-18 20:47:48.808 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-02-18 20:47:48.811 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-02-18 20:47:48.813 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-02-18 20:47:48.815 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-02-18 20:47:48.818 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:47:48.820 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:47:48.822 | + functions-common:update_package_repo:1314 : apt_get_update 2021-02-18 20:47:48.824 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-02-18 20:47:48.826 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-02-18 20:47:48.829 | + functions-common:apt_get_update:1069 : return 2021-02-18 20:47:48.831 | + functions-common:install_package:1334 : real_install_package radvd 2021-02-18 20:47:48.833 | + functions-common:real_install_package:1319 : is_ubuntu 2021-02-18 20:47:48.835 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:47:48.837 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:47:48.840 | + functions-common:real_install_package:1320 : apt_get install radvd 2021-02-18 20:47:48.858 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2021-02-18 20:47:48.978 | Reading package lists... 2021-02-18 20:47:49.228 | Building dependency tree... 2021-02-18 20:47:49.229 | Reading state information... 2021-02-18 20:47:49.438 | The following packages were automatically installed and are no longer required: 2021-02-18 20:47:49.438 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-02-18 20:47:49.438 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-02-18 20:47:49.438 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-02-18 20:47:49.438 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-02-18 20:47:49.439 | python3-twisted-bin python3-zope.interface 2021-02-18 20:47:49.439 | Use 'sudo apt autoremove' to remove them. 2021-02-18 20:47:49.482 | The following NEW packages will be installed: 2021-02-18 20:47:49.482 | radvd 2021-02-18 20:47:49.957 | 0 upgraded, 1 newly installed, 0 to remove and 164 not upgraded. 2021-02-18 20:47:49.957 | Need to get 59.0 kB of archives. 2021-02-18 20:47:49.957 | After this operation, 164 kB of additional disk space will be used. 2021-02-18 20:47:49.957 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB] 2021-02-18 20:47:50.808 | Fetched 59.0 kB in 1s (76.5 kB/s) 2021-02-18 20:47:50.866 | Selecting previously unselected package radvd. 2021-02-18 20:47:50.905 | (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 ... 76784 files and directories currently installed.) 2021-02-18 20:47:50.908 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ... 2021-02-18 20:47:50.911 | Unpacking radvd (1:2.16-3) ... 2021-02-18 20:47:51.016 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-18 20:47:51.031 | Setting up radvd (1:2.16-3) ... 2021-02-18 20:47:51.814 | Job for radvd.service failed because the control process exited with error code. 2021-02-18 20:47:51.814 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2021-02-18 20:47:51.816 | invoke-rc.d: initscript radvd, action "start" failed. 2021-02-18 20:47:51.825 | ● radvd.service - Router advertisement daemon for IPv6 2021-02-18 20:47:51.825 | Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled) 2021-02-18 20:47:51.825 | Active: failed (Result: exit-code) since Thu 2021-02-18 20:47:51 UTC; 12ms ago 2021-02-18 20:47:51.825 | Docs: man:radvd(8) 2021-02-18 20:47:51.825 | Process: 41431 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2021-02-18 20:47:51.826 | 2021-02-18 20:47:51.826 | Feb 18 20:47:51 dv-osbrick-773686-1-smb systemd[1]: Starting Router advertisement daemon for IPv6... 2021-02-18 20:47:51.826 | Feb 18 20:47:51 dv-osbrick-773686-1-smb radvd[41431]: can't open /etc/radvd.conf: No such file or directory 2021-02-18 20:47:51.826 | Feb 18 20:47:51 dv-osbrick-773686-1-smb radvd[41431]: Insecure file permissions, but continuing anyway 2021-02-18 20:47:51.826 | Feb 18 20:47:51 dv-osbrick-773686-1-smb radvd[41431]: exiting, failed to read config file 2021-02-18 20:47:51.826 | Feb 18 20:47:51 dv-osbrick-773686-1-smb systemd[1]: radvd.service: Control process exited, code=exited status=1 2021-02-18 20:47:51.826 | Feb 18 20:47:51 dv-osbrick-773686-1-smb systemd[1]: radvd.service: Failed with result 'exit-code'. 2021-02-18 20:47:51.826 | Feb 18 20:47:51 dv-osbrick-773686-1-smb systemd[1]: Failed to start Router advertisement daemon for IPv6. 2021-02-18 20:47:51.830 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-18 20:47:52.021 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-18 20:47:52.247 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-18 20:47:54.133 | + functions-common:apt_get:1113 : result=0 2021-02-18 20:47:54.135 | + functions-common:apt_get:1116 : time_stop apt-get 2021-02-18 20:47:54.138 | + functions-common:time_stop:2331 : local name 2021-02-18 20:47:54.140 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:47:54.142 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:47:54.144 | + functions-common:time_stop:2334 : local total 2021-02-18 20:47:54.146 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:47:54.148 | + functions-common:time_stop:2337 : name=apt-get 2021-02-18 20:47:54.150 | + functions-common:time_stop:2338 : start_time=1613681268855 2021-02-18 20:47:54.152 | + functions-common:time_stop:2340 : [[ -z 1613681268855 ]] 2021-02-18 20:47:54.155 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:47:54.159 | + functions-common:time_stop:2343 : end_time=1613681274156 2021-02-18 20:47:54.161 | + functions-common:time_stop:2344 : elapsed_time=5301 2021-02-18 20:47:54.163 | + functions-common:time_stop:2345 : total=195160 2021-02-18 20:47:54.165 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:47:54.167 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=200461 2021-02-18 20:47:54.169 | + functions-common:apt_get:1117 : return 0 2021-02-18 20:47:54.172 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:452 : is_service_enabled q-agt q-dhcp q-l3 2021-02-18 20:47:54.187 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:47:54.190 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:453 : neutron_plugin_install_agent_packages 2021-02-18 20:47:54.192 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2021-02-18 20:47:54.195 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2021-02-18 20:47:54.213 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2021-02-18 20:47:54.215 | + functions-common:install_package:1333 : update_package_repo 2021-02-18 20:47:54.217 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-02-18 20:47:54.220 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-02-18 20:47:54.222 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-02-18 20:47:54.224 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-02-18 20:47:54.226 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-02-18 20:47:54.229 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:47:54.231 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:47:54.234 | + functions-common:update_package_repo:1314 : apt_get_update 2021-02-18 20:47:54.236 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-02-18 20:47:54.238 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-02-18 20:47:54.240 | + functions-common:apt_get_update:1069 : return 2021-02-18 20:47:54.242 | + functions-common:install_package:1334 : real_install_package fakeroot make openvswitch-switch 2021-02-18 20:47:54.244 | + functions-common:real_install_package:1319 : is_ubuntu 2021-02-18 20:47:54.247 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:47:54.249 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:47:54.251 | + functions-common:real_install_package:1320 : apt_get install fakeroot make openvswitch-switch 2021-02-18 20:47:54.268 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2021-02-18 20:47:54.387 | Reading package lists... 2021-02-18 20:47:54.637 | Building dependency tree... 2021-02-18 20:47:54.638 | Reading state information... 2021-02-18 20:47:54.845 | fakeroot is already the newest version (1.22-2ubuntu1). 2021-02-18 20:47:54.845 | fakeroot set to manually installed. 2021-02-18 20:47:54.845 | make is already the newest version (4.1-9.1ubuntu1). 2021-02-18 20:47:54.845 | The following packages were automatically installed and are no longer required: 2021-02-18 20:47:54.845 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-02-18 20:47:54.845 | python3-click python3-colorama python3-configobj python3-constantly 2021-02-18 20:47:54.845 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-02-18 20:47:54.845 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-02-18 20:47:54.845 | python3-twisted-bin python3-zope.interface 2021-02-18 20:47:54.845 | Use 'sudo apt autoremove' to remove them. 2021-02-18 20:47:54.846 | The following additional packages will be installed: 2021-02-18 20:47:54.846 | libunbound2 openvswitch-common python3-openvswitch python3-sortedcontainers 2021-02-18 20:47:54.847 | Suggested packages: 2021-02-18 20:47:54.848 | openvswitch-doc python-sortedcontainers-doc 2021-02-18 20:47:54.899 | The following NEW packages will be installed: 2021-02-18 20:47:54.899 | libunbound2 python3-openvswitch python3-sortedcontainers 2021-02-18 20:47:54.900 | The following packages will be upgraded: 2021-02-18 20:47:54.900 | openvswitch-common openvswitch-switch 2021-02-18 20:47:55.049 | 2 upgraded, 3 newly installed, 0 to remove and 162 not upgraded. 2021-02-18 20:47:55.049 | Need to get 3,088 kB of archives. 2021-02-18 20:47:55.049 | After this operation, 3,129 kB of additional disk space will be used. 2021-02-18 20:47:55.049 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.3 [267 kB] 2021-02-18 20:47:55.182 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 python3-openvswitch all 2.12.1-0ubuntu0.19.10.1~cloud1 [117 kB] 2021-02-18 20:47:55.362 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sortedcontainers all 1.5.7-1 [26.3 kB] 2021-02-18 20:47:55.713 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 openvswitch-common amd64 2.12.1-0ubuntu0.19.10.1~cloud1 [970 kB] 2021-02-18 20:47:56.148 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 openvswitch-switch amd64 2.12.1-0ubuntu0.19.10.1~cloud1 [1,707 kB] 2021-02-18 20:47:56.919 | Fetched 3,088 kB in 1s (2,124 kB/s) 2021-02-18 20:47:56.984 | Selecting previously unselected package libunbound2:amd64. 2021-02-18 20:47:57.024 | (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 ... 76797 files and directories currently installed.) 2021-02-18 20:47:57.027 | Preparing to unpack .../libunbound2_1.6.7-1ubuntu2.3_amd64.deb ... 2021-02-18 20:47:57.039 | Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2021-02-18 20:47:57.147 | Selecting previously unselected package python3-sortedcontainers. 2021-02-18 20:47:57.154 | Preparing to unpack .../python3-sortedcontainers_1.5.7-1_all.deb ... 2021-02-18 20:47:57.157 | Unpacking python3-sortedcontainers (1.5.7-1) ... 2021-02-18 20:47:57.230 | Selecting previously unselected package python3-openvswitch. 2021-02-18 20:47:57.238 | Preparing to unpack .../python3-openvswitch_2.12.1-0ubuntu0.19.10.1~cloud1_all.deb ... 2021-02-18 20:47:57.241 | Unpacking python3-openvswitch (2.12.1-0ubuntu0.19.10.1~cloud1) ... 2021-02-18 20:47:57.318 | Preparing to unpack .../openvswitch-common_2.12.1-0ubuntu0.19.10.1~cloud1_amd64.deb ... 2021-02-18 20:47:57.339 | Unpacking openvswitch-common (2.12.1-0ubuntu0.19.10.1~cloud1) over (2.9.8-0ubuntu0.18.04.2) ... 2021-02-18 20:47:57.590 | Preparing to unpack .../openvswitch-switch_2.12.1-0ubuntu0.19.10.1~cloud1_amd64.deb ... 2021-02-18 20:47:57.610 | Unpacking openvswitch-switch (2.12.1-0ubuntu0.19.10.1~cloud1) over (2.9.8-0ubuntu0.18.04.2) ... 2021-02-18 20:47:58.496 | Setting up libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2021-02-18 20:47:58.516 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-18 20:47:58.538 | Setting up openvswitch-common (2.12.1-0ubuntu0.19.10.1~cloud1) ... 2021-02-18 20:47:58.566 | Setting up python3-sortedcontainers (1.5.7-1) ... 2021-02-18 20:47:58.841 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-02-18 20:47:58.869 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-18 20:47:59.063 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-18 20:47:59.839 | Setting up python3-openvswitch (2.12.1-0ubuntu0.19.10.1~cloud1) ... 2021-02-18 20:48:00.199 | Setting up openvswitch-switch (2.12.1-0ubuntu0.19.10.1~cloud1) ... 2021-02-18 20:48:03.221 | + functions-common:apt_get:1113 : result=0 2021-02-18 20:48:03.224 | + functions-common:apt_get:1116 : time_stop apt-get 2021-02-18 20:48:03.226 | + functions-common:time_stop:2331 : local name 2021-02-18 20:48:03.228 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:48:03.230 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:48:03.232 | + functions-common:time_stop:2334 : local total 2021-02-18 20:48:03.235 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:48:03.237 | + functions-common:time_stop:2337 : name=apt-get 2021-02-18 20:48:03.239 | + functions-common:time_stop:2338 : start_time=1613681274266 2021-02-18 20:48:03.241 | + functions-common:time_stop:2340 : [[ -z 1613681274266 ]] 2021-02-18 20:48:03.243 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:48:03.246 | + functions-common:time_stop:2343 : end_time=1613681283244 2021-02-18 20:48:03.249 | + functions-common:time_stop:2344 : elapsed_time=8978 2021-02-18 20:48:03.251 | + functions-common:time_stop:2345 : total=200461 2021-02-18 20:48:03.253 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:48:03.255 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=209439 2021-02-18 20:48:03.257 | + functions-common:apt_get:1117 : return 0 2021-02-18 20:48:03.259 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2021-02-18 20:48:03.261 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:48:03.263 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:48:03.266 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2021-02-18 20:48:03.269 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2021-02-18 20:48:03.271 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2021-02-18 20:48:03.274 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=4.15.0-55-generic 2021-02-18 20:48:03.277 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2021-02-18 20:48:03.280 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 4.15.0-55-generic 2021-02-18 20:48:03.280 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2021-02-18 20:48:03.284 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=4.15 2021-02-18 20:48:03.286 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 4.15 '<' 3.13 2021-02-18 20:48:03.288 | + functions:vercmp:615 : local v1=4.15 2021-02-18 20:48:03.291 | + functions:vercmp:616 : local 'op=<' 2021-02-18 20:48:03.293 | + functions:vercmp:617 : local v2=3.13 2021-02-18 20:48:03.295 | + functions:vercmp:618 : local result 2021-02-18 20:48:03.299 | ++ functions:vercmp:622 : echo -e '4.15\n3.13' 2021-02-18 20:48:03.299 | ++ functions:vercmp:622 : sort -V 2021-02-18 20:48:03.299 | ++ functions:vercmp:622 : head -1 2021-02-18 20:48:03.303 | + functions:vercmp:622 : result=3.13 2021-02-18 20:48:03.305 | + functions:vercmp:624 : case $op in 2021-02-18 20:48:03.308 | + functions:vercmp:634 : '[' 4.15 '!=' 3.13 ']' 2021-02-18 20:48:03.310 | + functions:vercmp:634 : '[' 3.13 = 4.15 ']' 2021-02-18 20:48:03.312 | + functions:vercmp:635 : return 2021-02-18 20:48:03.315 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2021-02-18 20:48:03.317 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-02-18 20:48:03.319 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart openvswitch-switch 2021-02-18 20:48:03.757 | + ./stack.sh:main:817 : is_service_enabled etcd3 2021-02-18 20:48:03.772 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:48:03.775 | + ./stack.sh:main:818 : install_etcd3 2021-02-18 20:48:03.777 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2021-02-18 20:48:03.777 | Installing etcd 2021-02-18 20:48:03.779 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2021-02-18 20:48:03.791 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2021-02-18 20:48:03.803 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2021-02-18 20:48:03.805 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2021-02-18 20:48:03.817 | + lib/etcd3:install_etcd3:113 : local etcd_file 2021-02-18 20:48:03.820 | ++ 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-02-18 20:48:03.823 | ++ 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-02-18 20:48:03.826 | +++ 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-02-18 20:48:03.830 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2021-02-18 20:48:03.833 | ++ 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-02-18 20:48:03.835 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2021-02-18 20:48:03.837 | ++ 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-02-18 20:48:03.858 | --2021-02-18 20:48:03-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-02-18 20:48:03.924 | Resolving github.com (github.com)... 140.82.121.4 2021-02-18 20:48:03.968 | Connecting to github.com (github.com)|140.82.121.4|:443... connected. 2021-02-18 20:48:04.115 | HTTP request sent, awaiting response... 302 Found 2021-02-18 20:48:04.126 | Location: https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210218%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210218T204739Z&X-Amz-Expires=300&X-Amz-Signature=cee755337b28afa9ba6de27a0b7e36be509e0a45cce5bee24b9f6b8d3bfd821f&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-02-18 20:48:04.126 | --2021-02-18 20:48:04-- https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210218%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210218T204739Z&X-Amz-Expires=300&X-Amz-Signature=cee755337b28afa9ba6de27a0b7e36be509e0a45cce5bee24b9f6b8d3bfd821f&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-02-18 20:48:04.328 | Resolving github-releases.githubusercontent.com (github-releases.githubusercontent.com)... 185.199.109.154, 185.199.108.154, 185.199.110.154, ... 2021-02-18 20:48:04.365 | Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.109.154|:443... connected. 2021-02-18 20:48:04.623 | HTTP request sent, awaiting response... 200 OK 2021-02-18 20:48:04.624 | Length: 11350736 (11M) [application/octet-stream] 2021-02-18 20:48:04.624 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2021-02-18 20:48:04.835 | 2021-02-18 20:48:05.590 | 0K ........ .. 100% 11.2M=1.0s 2021-02-18 20:48:05.590 | 2021-02-18 20:48:05.590 | 2021-02-18 20:48:05 (11.2 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2021-02-18 20:48:05.590 | 2021-02-18 20:48:05.594 | ++ functions:get_extra_file:68 : [[ 0 -ne 0 ]] 2021-02-18 20:48:05.597 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-02-18 20:48:05.599 | ++ functions:get_extra_file:73 : return 2021-02-18 20:48:05.602 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-02-18 20:48:05.604 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2021-02-18 20:48:05.606 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2021-02-18 20:48:05.609 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2021-02-18 20:48:05.735 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2021-02-18 20:48:05.737 | + 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-02-18 20:48:05.741 | etcd-v3.3.12-linux-amd64/ 2021-02-18 20:48:05.741 | etcd-v3.3.12-linux-amd64/README.md 2021-02-18 20:48:05.741 | etcd-v3.3.12-linux-amd64/Documentation/ 2021-02-18 20:48:05.742 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2021-02-18 20:48:05.742 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2021-02-18 20:48:05.742 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2021-02-18 20:48:05.742 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2021-02-18 20:48:05.742 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2021-02-18 20:48:05.742 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2021-02-18 20:48:05.742 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2021-02-18 20:48:05.742 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2021-02-18 20:48:05.742 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2021-02-18 20:48:05.742 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2021-02-18 20:48:05.742 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2021-02-18 20:48:05.742 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2021-02-18 20:48:05.742 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2021-02-18 20:48:05.743 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2021-02-18 20:48:05.743 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2021-02-18 20:48:05.743 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2021-02-18 20:48:05.743 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2021-02-18 20:48:05.743 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-02-18 20:48:05.743 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2021-02-18 20:48:05.743 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2021-02-18 20:48:05.743 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-02-18 20:48:05.743 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-02-18 20:48:05.743 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2021-02-18 20:48:05.743 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2021-02-18 20:48:05.743 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2021-02-18 20:48:05.743 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2021-02-18 20:48:05.743 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2021-02-18 20:48:05.744 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2021-02-18 20:48:05.744 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2021-02-18 20:48:05.744 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2021-02-18 20:48:05.744 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2021-02-18 20:48:05.744 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2021-02-18 20:48:05.744 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2021-02-18 20:48:05.744 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2021-02-18 20:48:05.744 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2021-02-18 20:48:05.744 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2021-02-18 20:48:05.744 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2021-02-18 20:48:05.744 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2021-02-18 20:48:05.744 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-02-18 20:48:05.744 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2021-02-18 20:48:05.744 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2021-02-18 20:48:05.744 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2021-02-18 20:48:05.745 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2021-02-18 20:48:05.746 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2021-02-18 20:48:05.747 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2021-02-18 20:48:05.747 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2021-02-18 20:48:05.747 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2021-02-18 20:48:05.747 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2021-02-18 20:48:05.747 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2021-02-18 20:48:05.747 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2021-02-18 20:48:05.747 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2021-02-18 20:48:05.747 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2021-02-18 20:48:05.747 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2021-02-18 20:48:05.747 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2021-02-18 20:48:05.747 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2021-02-18 20:48:05.748 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2021-02-18 20:48:05.748 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2021-02-18 20:48:05.748 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2021-02-18 20:48:05.748 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2021-02-18 20:48:05.748 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2021-02-18 20:48:05.748 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2021-02-18 20:48:05.748 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2021-02-18 20:48:05.748 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2021-02-18 20:48:05.748 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2021-02-18 20:48:05.748 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2021-02-18 20:48:05.748 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2021-02-18 20:48:05.748 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2021-02-18 20:48:05.748 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2021-02-18 20:48:05.748 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2021-02-18 20:48:05.749 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2021-02-18 20:48:05.749 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2021-02-18 20:48:05.749 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2021-02-18 20:48:05.749 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2021-02-18 20:48:05.749 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2021-02-18 20:48:05.749 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2021-02-18 20:48:05.750 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2021-02-18 20:48:05.750 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2021-02-18 20:48:05.750 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2021-02-18 20:48:05.750 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2021-02-18 20:48:05.750 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2021-02-18 20:48:05.750 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2021-02-18 20:48:05.750 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2021-02-18 20:48:05.750 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2021-02-18 20:48:05.750 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2021-02-18 20:48:05.751 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2021-02-18 20:48:05.751 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2021-02-18 20:48:05.751 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2021-02-18 20:48:05.751 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2021-02-18 20:48:05.751 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2021-02-18 20:48:05.751 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2021-02-18 20:48:05.751 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2021-02-18 20:48:05.751 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2021-02-18 20:48:05.751 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2021-02-18 20:48:05.752 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2021-02-18 20:48:05.753 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2021-02-18 20:48:05.753 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2021-02-18 20:48:05.754 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2021-02-18 20:48:05.754 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2021-02-18 20:48:05.754 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2021-02-18 20:48:05.754 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2021-02-18 20:48:05.754 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2021-02-18 20:48:05.754 | etcd-v3.3.12-linux-amd64/etcdctl 2021-02-18 20:48:05.962 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2021-02-18 20:48:05.962 | etcd-v3.3.12-linux-amd64/etcd 2021-02-18 20:48:06.218 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2021-02-18 20:48:06.253 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2021-02-18 20:48:06.283 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2021-02-18 20:48:06.285 | + ./stack.sh:main:827 : is_service_enabled tls-proxy 2021-02-18 20:48:06.301 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:48:06.303 | + ./stack.sh:main:837 : install_dstat 2021-02-18 20:48:06.305 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2021-02-18 20:48:06.321 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:48:06.323 | + ./stack.sh:main:843 : echo_summary 'Installing OpenStack project source' 2021-02-18 20:48:06.325 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 20:48:06.328 | + ./stack.sh:echo_summary:421 : echo -e Installing OpenStack project source 2021-02-18 20:48:06.330 | + ./stack.sh:main:846 : install_libs 2021-02-18 20:48:06.332 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2021-02-18 20:48:06.335 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2021-02-18 20:48:06.337 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2021-02-18 20:48:06.339 | + inc/python:use_library_from_git:263 : local name=automaton 2021-02-18 20:48:06.341 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.343 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.345 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,automaton, ]] 2021-02-18 20:48:06.348 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.350 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2021-02-18 20:48:06.352 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2021-02-18 20:48:06.354 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2021-02-18 20:48:06.356 | + inc/python:use_library_from_git:263 : local name=castellan 2021-02-18 20:48:06.359 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.361 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.363 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,castellan, ]] 2021-02-18 20:48:06.366 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.368 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2021-02-18 20:48:06.370 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2021-02-18 20:48:06.372 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2021-02-18 20:48:06.375 | + inc/python:use_library_from_git:263 : local name=cliff 2021-02-18 20:48:06.377 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.379 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.381 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,cliff, ]] 2021-02-18 20:48:06.383 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.386 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2021-02-18 20:48:06.388 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2021-02-18 20:48:06.391 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2021-02-18 20:48:06.393 | + inc/python:use_library_from_git:263 : local name=cursive 2021-02-18 20:48:06.395 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.397 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.399 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,cursive, ]] 2021-02-18 20:48:06.401 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.404 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2021-02-18 20:48:06.406 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2021-02-18 20:48:06.408 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2021-02-18 20:48:06.410 | + inc/python:use_library_from_git:263 : local name=debtcollector 2021-02-18 20:48:06.412 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.414 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.417 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,debtcollector, ]] 2021-02-18 20:48:06.419 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.422 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2021-02-18 20:48:06.424 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2021-02-18 20:48:06.426 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2021-02-18 20:48:06.428 | + inc/python:use_library_from_git:263 : local name=futurist 2021-02-18 20:48:06.430 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.433 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.435 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,futurist, ]] 2021-02-18 20:48:06.438 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.440 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2021-02-18 20:48:06.442 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2021-02-18 20:48:06.444 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2021-02-18 20:48:06.446 | + inc/python:use_library_from_git:263 : local name=openstacksdk 2021-02-18 20:48:06.448 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.450 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.453 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,openstacksdk, ]] 2021-02-18 20:48:06.455 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.457 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2021-02-18 20:48:06.459 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2021-02-18 20:48:06.461 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2021-02-18 20:48:06.463 | + inc/python:use_library_from_git:263 : local name=osc-lib 2021-02-18 20:48:06.466 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.468 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.470 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,osc-lib, ]] 2021-02-18 20:48:06.472 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.474 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2021-02-18 20:48:06.476 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2021-02-18 20:48:06.479 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2021-02-18 20:48:06.481 | + inc/python:use_library_from_git:263 : local name=osc-placement 2021-02-18 20:48:06.483 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.486 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.488 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,osc-placement, ]] 2021-02-18 20:48:06.490 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.492 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2021-02-18 20:48:06.494 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2021-02-18 20:48:06.496 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2021-02-18 20:48:06.498 | + inc/python:use_library_from_git:263 : local name=os-client-config 2021-02-18 20:48:06.501 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.503 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.505 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,os-client-config, ]] 2021-02-18 20:48:06.507 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.509 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2021-02-18 20:48:06.512 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2021-02-18 20:48:06.514 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2021-02-18 20:48:06.516 | + inc/python:use_library_from_git:263 : local name=oslo.cache 2021-02-18 20:48:06.519 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.521 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.523 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.cache, ]] 2021-02-18 20:48:06.525 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.527 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2021-02-18 20:48:06.530 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2021-02-18 20:48:06.532 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2021-02-18 20:48:06.534 | + inc/python:use_library_from_git:263 : local name=oslo.concurrency 2021-02-18 20:48:06.536 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.538 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.540 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.concurrency, ]] 2021-02-18 20:48:06.543 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.545 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2021-02-18 20:48:06.547 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2021-02-18 20:48:06.550 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2021-02-18 20:48:06.552 | + inc/python:use_library_from_git:263 : local name=oslo.config 2021-02-18 20:48:06.554 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.556 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.559 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.config, ]] 2021-02-18 20:48:06.561 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.563 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2021-02-18 20:48:06.566 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2021-02-18 20:48:06.568 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2021-02-18 20:48:06.570 | + inc/python:use_library_from_git:263 : local name=oslo.context 2021-02-18 20:48:06.572 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.574 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.576 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.context, ]] 2021-02-18 20:48:06.579 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.581 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2021-02-18 20:48:06.583 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2021-02-18 20:48:06.586 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2021-02-18 20:48:06.588 | + inc/python:use_library_from_git:263 : local name=oslo.db 2021-02-18 20:48:06.590 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.592 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.594 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.db, ]] 2021-02-18 20:48:06.597 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.599 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2021-02-18 20:48:06.601 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2021-02-18 20:48:06.603 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2021-02-18 20:48:06.606 | + inc/python:use_library_from_git:263 : local name=oslo.i18n 2021-02-18 20:48:06.608 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.610 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.612 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.i18n, ]] 2021-02-18 20:48:06.614 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.617 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2021-02-18 20:48:06.619 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2021-02-18 20:48:06.621 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2021-02-18 20:48:06.623 | + inc/python:use_library_from_git:263 : local name=oslo.log 2021-02-18 20:48:06.626 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.628 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.630 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.log, ]] 2021-02-18 20:48:06.633 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.635 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2021-02-18 20:48:06.637 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2021-02-18 20:48:06.640 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2021-02-18 20:48:06.642 | + inc/python:use_library_from_git:263 : local name=oslo.messaging 2021-02-18 20:48:06.644 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.646 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.649 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.messaging, ]] 2021-02-18 20:48:06.651 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.653 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2021-02-18 20:48:06.656 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2021-02-18 20:48:06.658 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2021-02-18 20:48:06.660 | + inc/python:use_library_from_git:263 : local name=oslo.middleware 2021-02-18 20:48:06.662 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.664 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.667 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.middleware, ]] 2021-02-18 20:48:06.669 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.672 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2021-02-18 20:48:06.674 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2021-02-18 20:48:06.676 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2021-02-18 20:48:06.679 | + inc/python:use_library_from_git:263 : local name=oslo.policy 2021-02-18 20:48:06.681 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.683 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.686 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.policy, ]] 2021-02-18 20:48:06.688 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.690 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2021-02-18 20:48:06.692 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2021-02-18 20:48:06.694 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2021-02-18 20:48:06.697 | + inc/python:use_library_from_git:263 : local name=oslo.privsep 2021-02-18 20:48:06.699 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.701 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.703 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.privsep, ]] 2021-02-18 20:48:06.706 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.708 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2021-02-18 20:48:06.710 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2021-02-18 20:48:06.712 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2021-02-18 20:48:06.714 | + inc/python:use_library_from_git:263 : local name=oslo.reports 2021-02-18 20:48:06.717 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.719 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.722 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.reports, ]] 2021-02-18 20:48:06.724 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.726 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2021-02-18 20:48:06.728 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2021-02-18 20:48:06.731 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2021-02-18 20:48:06.733 | + inc/python:use_library_from_git:263 : local name=oslo.rootwrap 2021-02-18 20:48:06.736 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.738 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.740 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.rootwrap, ]] 2021-02-18 20:48:06.742 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.745 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2021-02-18 20:48:06.747 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2021-02-18 20:48:06.749 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2021-02-18 20:48:06.751 | + inc/python:use_library_from_git:263 : local name=oslo.serialization 2021-02-18 20:48:06.754 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.756 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.758 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.serialization, ]] 2021-02-18 20:48:06.760 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.762 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2021-02-18 20:48:06.765 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2021-02-18 20:48:06.767 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2021-02-18 20:48:06.769 | + inc/python:use_library_from_git:263 : local name=oslo.service 2021-02-18 20:48:06.771 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.774 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.776 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.service, ]] 2021-02-18 20:48:06.778 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.781 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2021-02-18 20:48:06.783 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2021-02-18 20:48:06.785 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2021-02-18 20:48:06.788 | + inc/python:use_library_from_git:263 : local name=oslo.utils 2021-02-18 20:48:06.790 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.792 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.794 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.utils, ]] 2021-02-18 20:48:06.797 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.799 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2021-02-18 20:48:06.801 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2021-02-18 20:48:06.804 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2021-02-18 20:48:06.806 | + inc/python:use_library_from_git:263 : local name=oslo.versionedobjects 2021-02-18 20:48:06.808 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.810 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.813 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.versionedobjects, ]] 2021-02-18 20:48:06.815 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.817 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2021-02-18 20:48:06.819 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2021-02-18 20:48:06.821 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2021-02-18 20:48:06.824 | + inc/python:use_library_from_git:263 : local name=oslo.vmware 2021-02-18 20:48:06.826 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.828 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.830 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.vmware, ]] 2021-02-18 20:48:06.833 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.835 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2021-02-18 20:48:06.837 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2021-02-18 20:48:06.839 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2021-02-18 20:48:06.841 | + inc/python:use_library_from_git:263 : local name=osprofiler 2021-02-18 20:48:06.844 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.846 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.849 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,osprofiler, ]] 2021-02-18 20:48:06.851 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.853 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2021-02-18 20:48:06.855 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2021-02-18 20:48:06.858 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2021-02-18 20:48:06.860 | + inc/python:use_library_from_git:263 : local name=pycadf 2021-02-18 20:48:06.863 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.865 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.867 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,pycadf, ]] 2021-02-18 20:48:06.869 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.871 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2021-02-18 20:48:06.874 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2021-02-18 20:48:06.876 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2021-02-18 20:48:06.878 | + inc/python:use_library_from_git:263 : local name=stevedore 2021-02-18 20:48:06.880 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.883 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.885 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,stevedore, ]] 2021-02-18 20:48:06.887 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.889 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2021-02-18 20:48:06.892 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2021-02-18 20:48:06.894 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2021-02-18 20:48:06.896 | + inc/python:use_library_from_git:263 : local name=taskflow 2021-02-18 20:48:06.898 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.901 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.903 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,taskflow, ]] 2021-02-18 20:48:06.905 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.908 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2021-02-18 20:48:06.910 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2021-02-18 20:48:06.912 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2021-02-18 20:48:06.914 | + inc/python:use_library_from_git:263 : local name=tooz 2021-02-18 20:48:06.917 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.919 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.922 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,tooz, ]] 2021-02-18 20:48:06.924 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.926 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2021-02-18 20:48:06.928 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2021-02-18 20:48:06.930 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2021-02-18 20:48:06.933 | + inc/python:use_library_from_git:263 : local name=os-brick 2021-02-18 20:48:06.935 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.937 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.940 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,os-brick, ]] 2021-02-18 20:48:06.942 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.944 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2021-02-18 20:48:06.946 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2021-02-18 20:48:06.949 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2021-02-18 20:48:06.951 | + inc/python:use_library_from_git:263 : local name=os-traits 2021-02-18 20:48:06.953 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.955 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.958 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,os-traits, ]] 2021-02-18 20:48:06.960 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.962 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2021-02-18 20:48:06.964 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2021-02-18 20:48:06.967 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2021-02-18 20:48:06.969 | + inc/python:use_library_from_git:263 : local name=python-barbicanclient 2021-02-18 20:48:06.972 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:06.974 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:06.976 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-barbicanclient, ]] 2021-02-18 20:48:06.978 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:06.980 | + lib/libraries:install_libs:135 : pip_install etcd3 2021-02-18 20:48:06.999 | Using python 3.6 to install etcd3 because python3_enabled=True 2021-02-18 20:48:07.003 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt etcd3 2021-02-18 20:48:09.530 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:48:09.531 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.531 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.532 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.532 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.533 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.533 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.534 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.534 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.535 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.535 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.536 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.536 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.536 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.537 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.537 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.538 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.538 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.538 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.539 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.539 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.540 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.540 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.541 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.541 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.541 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.542 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.542 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.543 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.543 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.544 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.544 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.545 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.545 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.546 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.547 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.547 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.548 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.548 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.548 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.549 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.549 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.550 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.550 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.550 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.551 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.551 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.552 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.552 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.552 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.553 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.553 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.554 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.554 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.554 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.555 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.555 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.556 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.557 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.557 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.558 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.558 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.559 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.559 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.560 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.560 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.560 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.561 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.562 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.563 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.563 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.564 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.564 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.564 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.565 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.565 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.566 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.566 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.567 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.567 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.568 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.568 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.569 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.569 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.570 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.570 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.570 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.571 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.571 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.572 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.572 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.572 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.573 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.573 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.574 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.574 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.575 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.575 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.575 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.576 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.576 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.577 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.577 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.578 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.578 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.579 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.579 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.579 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.580 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.580 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.581 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.581 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.582 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.582 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.583 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.583 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.584 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.584 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.585 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.585 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.586 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.586 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.587 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.587 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.587 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.588 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.588 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.589 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.589 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.590 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.590 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.591 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.591 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.591 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.593 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.593 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.593 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.594 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.594 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.595 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.595 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.596 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.596 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.596 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.597 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.597 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.598 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.598 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.599 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.599 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.600 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.600 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.600 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.601 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.601 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.602 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.602 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.603 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.603 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.604 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.604 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.605 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.605 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.605 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.606 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.606 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.607 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.607 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.608 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.609 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.609 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.609 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.610 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.610 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.611 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.611 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.612 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.612 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.613 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.613 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.613 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.614 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.614 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.615 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.615 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.615 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.616 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.616 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.617 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.617 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.617 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.618 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.619 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.619 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.620 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.620 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.621 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.621 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.621 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.622 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.622 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.623 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.623 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.624 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.624 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.625 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.625 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.626 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.626 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.626 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.627 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.627 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.628 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.628 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.629 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.629 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.630 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.630 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.630 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.631 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.631 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.632 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.632 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.632 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.633 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.633 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.634 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.634 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.635 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.635 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.636 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.636 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.636 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.637 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.637 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.637 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.638 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.638 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.639 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.639 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.640 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.640 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.641 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.642 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.643 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.643 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.643 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.644 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.644 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.645 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.645 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.646 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.646 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.647 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.647 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.648 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.648 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.648 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.649 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.649 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.650 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.650 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.650 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.651 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.651 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.652 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.652 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.653 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.653 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.654 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.654 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.655 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.656 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.656 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.656 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.657 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.657 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.658 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.658 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.659 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.659 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.660 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.660 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.660 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.661 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.661 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.662 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.662 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.662 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.663 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.663 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.663 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.664 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.664 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.665 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.665 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.666 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.666 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.667 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.667 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.668 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.668 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.669 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.669 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.670 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.670 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.671 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.671 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.672 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.672 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.672 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.673 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.673 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.674 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.674 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.675 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.675 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.676 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.676 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.677 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.677 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.677 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.678 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.678 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.679 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.679 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.680 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.680 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.680 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.681 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.682 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.682 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.683 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.683 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.684 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.684 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.685 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.685 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.686 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.686 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.687 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.687 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.688 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.688 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.689 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.689 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.690 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.690 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.691 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.691 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.691 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.692 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.692 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.693 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.693 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.694 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.694 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.694 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.695 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.695 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.696 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.696 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.697 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.697 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.698 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.698 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.698 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.699 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.699 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.700 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.700 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.700 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.701 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.701 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.702 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.702 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.703 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.703 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.704 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.704 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.704 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.705 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.705 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.706 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.706 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.707 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.707 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.707 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.708 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.708 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.709 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.709 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.709 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.710 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.710 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.711 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.711 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.712 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.712 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.712 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.713 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.713 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.714 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.714 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.714 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.715 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.715 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.716 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.716 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.717 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.718 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.718 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.719 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.719 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.720 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:09.720 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:09.720 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:09.721 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:10.144 | Collecting etcd3===0.12.0 2021-02-18 20:48:10.152 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2021-02-18 20:48:17.987 | Collecting grpcio===1.28.1 2021-02-18 20:48:18.000 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/16e/1edb367763ea0/grpcio-1.28.1-cp36-cp36m-manylinux2010_x86_64.whl (2.8 MB) 2021-02-18 20:48:19.416 | Collecting protobuf===3.11.3 2021-02-18 20:48:19.428 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/adf/0e4d57b33881d/protobuf-3.11.3-cp36-cp36m-manylinux1_x86_64.whl (1.3 MB) 2021-02-18 20:48:19.496 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) (1.14.0) 2021-02-18 20:48:19.964 | Collecting tenacity===6.1.0 2021-02-18 20:48:19.970 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f7b/cbf5bb53875cf/tenacity-6.1.0-py2.py3-none-any.whl (24 kB) 2021-02-18 20:48:20.018 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from protobuf===3.11.3->-c /opt/stack/requirements/upper-constraints.txt (line 632)) (49.6.0) 2021-02-18 20:48:20.065 | Building wheels for collected packages: etcd3 2021-02-18 20:48:20.065 | Building wheel for etcd3 (setup.py): started 2021-02-18 20:48:20.725 | Building wheel for etcd3 (setup.py): finished with status 'done' 2021-02-18 20:48:20.726 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42857 sha256=954e768eafe966af173e8653f3457877291ae364a0b8f12d009ebd9062d1a41d 2021-02-18 20:48:20.726 | Stored in directory: /root/.cache/pip/wheels/75/25/38/ecbbf43a26553f22e22e86f19f7252d5840cbb6afdb2d5c4a9 2021-02-18 20:48:20.727 | Successfully built etcd3 2021-02-18 20:48:21.054 | Installing collected packages: grpcio, protobuf, tenacity, etcd3 2021-02-18 20:48:22.022 | Successfully installed etcd3-0.12.0 grpcio-1.28.1 protobuf-3.11.3 tenacity-6.1.0 2021-02-18 20:48:22.087 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:48:22.087 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:48:22.176 | + inc/python:pip_install:207 : result=0 2021-02-18 20:48:22.179 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:48:22.181 | + functions-common:time_stop:2331 : local name 2021-02-18 20:48:22.183 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:48:22.185 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:48:22.188 | + functions-common:time_stop:2334 : local total 2021-02-18 20:48:22.190 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:48:22.192 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:48:22.194 | + functions-common:time_stop:2338 : start_time=1613681286994 2021-02-18 20:48:22.196 | + functions-common:time_stop:2340 : [[ -z 1613681286994 ]] 2021-02-18 20:48:22.198 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:48:22.202 | + functions-common:time_stop:2343 : end_time=1613681302199 2021-02-18 20:48:22.204 | + functions-common:time_stop:2344 : elapsed_time=15205 2021-02-18 20:48:22.206 | + functions-common:time_stop:2345 : total=65962 2021-02-18 20:48:22.208 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:48:22.210 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=81167 2021-02-18 20:48:22.212 | + inc/python:pip_install:210 : return 0 2021-02-18 20:48:22.215 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2021-02-18 20:48:22.233 | Using python 3.6 to install etcd3gw because python3_enabled=True 2021-02-18 20:48:22.238 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2021-02-18 20:48:24.767 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:48:24.768 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.768 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.769 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.769 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.770 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.770 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.770 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.771 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.771 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.772 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.772 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.773 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.773 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.774 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.774 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.774 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.775 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.775 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.776 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.776 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.777 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.777 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.777 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.778 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.779 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.779 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.780 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.781 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.781 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.781 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.782 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.782 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.783 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.783 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.784 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.784 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.785 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.785 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.785 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.786 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.786 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.787 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.787 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.788 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.788 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.788 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.789 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.789 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.790 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.790 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.790 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.791 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.791 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.792 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.792 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.793 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.793 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.794 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.794 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.795 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.796 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.796 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.797 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.797 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.798 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.798 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.799 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.799 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.799 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.800 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.800 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.801 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.801 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.801 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.802 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.802 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.803 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.804 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.804 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.804 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.805 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.805 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.806 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.806 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.807 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.807 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.808 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.808 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.809 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.809 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.809 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.810 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.810 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.811 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.811 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.812 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.812 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.813 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.813 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.813 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.814 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.814 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.815 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.815 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.816 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.816 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.816 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.817 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.817 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.818 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.818 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.819 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.819 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.820 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.820 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.821 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.821 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.822 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.822 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.823 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.823 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.824 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.824 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.824 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.825 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.825 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.826 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.826 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.827 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.827 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.828 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.828 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.829 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.829 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.829 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.830 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.831 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.831 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.831 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.832 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.832 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.833 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.833 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.834 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.834 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.834 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.835 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.835 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.836 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.836 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.837 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.837 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.838 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.838 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.838 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.839 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.840 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.840 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.840 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.841 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.841 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.842 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.843 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.843 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.844 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.844 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.845 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.845 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.845 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.846 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.846 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.847 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.847 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.848 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.848 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.849 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.849 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.850 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.850 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.850 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.851 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.851 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.852 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.852 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.852 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.853 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.853 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.854 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.854 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.854 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.855 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.856 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.856 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.857 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.857 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.858 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.858 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.859 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.859 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.860 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.860 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.861 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.861 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.862 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.862 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.863 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.863 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.863 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.864 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.864 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.865 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.865 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.866 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.866 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.867 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.867 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.868 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.868 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.868 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.869 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.869 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.869 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.870 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.871 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.871 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.871 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.872 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.872 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.873 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.873 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.874 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.874 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.874 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.875 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.875 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.876 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.876 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.876 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.877 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.877 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.878 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.878 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.879 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.879 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.880 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.880 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.881 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.881 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.882 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.882 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.882 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.883 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.883 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.884 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.884 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.885 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.885 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.886 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.886 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.886 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.887 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.887 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.888 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.888 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.889 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.889 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.890 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.890 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.890 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.891 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.891 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.892 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.892 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.893 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.893 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.894 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.894 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.895 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.895 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.896 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.896 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.896 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.897 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.897 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.897 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.898 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.898 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.899 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.899 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.900 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.900 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.900 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.901 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.901 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.902 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.902 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.903 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.903 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.903 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.905 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.906 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.906 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.906 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.907 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.907 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.908 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.908 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.909 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.909 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.909 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.910 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.910 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.911 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.911 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.912 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.912 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.913 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.913 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.914 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.914 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.914 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.915 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.915 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.916 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.916 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.917 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.917 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.918 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.918 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.918 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.919 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.919 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.920 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.921 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.922 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.922 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.922 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.923 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.923 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.924 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.924 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.924 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.925 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.926 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.926 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.927 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.927 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.927 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.928 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.928 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.929 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.929 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.929 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.930 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.931 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.931 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.932 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.932 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.933 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.933 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.934 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.934 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.934 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.935 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.935 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.936 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.936 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.937 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.937 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.937 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.938 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.938 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.939 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.939 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.939 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.940 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.940 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.941 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.941 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.942 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.942 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.942 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.943 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.944 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.944 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.944 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.945 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.945 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.945 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.946 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.946 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.947 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.947 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.948 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.948 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.948 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.949 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.949 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.950 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.950 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.950 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.951 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.951 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.952 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.952 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.953 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.953 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.954 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.954 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.955 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.955 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.955 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.956 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.956 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:24.957 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:24.957 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:24.958 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:25.383 | Collecting etcd3gw===0.2.5 2021-02-18 20:48:25.391 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f33/eab0d1f4a9600/etcd3gw-0.2.5-py2.py3-none-any.whl (21 kB) 2021-02-18 20:48:26.009 | Collecting futurist===2.1.1 2021-02-18 20:48:26.017 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/894/708fc623952aa/futurist-2.1.1-py3-none-any.whl (37 kB) 2021-02-18 20:48:26.132 | Collecting urllib3===1.25.8 2021-02-18 20:48:26.139 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2f3/db8b19923a873/urllib3-1.25.8-py2.py3-none-any.whl (125 kB) 2021-02-18 20:48:26.171 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) (5.4.5) 2021-02-18 20:48:26.173 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) (1.14.0) 2021-02-18 20:48:26.293 | Collecting requests===2.23.0 2021-02-18 20:48:26.299 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58 kB) 2021-02-18 20:48:26.327 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (3.0.4) 2021-02-18 20:48:26.379 | Collecting certifi===2020.4.5.1 2021-02-18 20:48:26.388 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d9/87a998c75633c/certifi-2020.4.5.1-py2.py3-none-any.whl (157 kB) 2021-02-18 20:48:26.425 | Collecting idna===2.9 2021-02-18 20:48:26.431 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a06/8a21ceac8a4d6/idna-2.9-py2.py3-none-any.whl (58 kB) 2021-02-18 20:48:26.850 | Installing collected packages: certifi, urllib3, idna, requests, futurist, etcd3gw 2021-02-18 20:48:26.850 | Attempting uninstall: certifi 2021-02-18 20:48:26.851 | Found existing installation: certifi 2018.1.18 2021-02-18 20:48:26.853 | Uninstalling certifi-2018.1.18: 2021-02-18 20:48:26.878 | Successfully uninstalled certifi-2018.1.18 2021-02-18 20:48:26.895 | Attempting uninstall: urllib3 2021-02-18 20:48:26.895 | Found existing installation: urllib3 1.22 2021-02-18 20:48:26.899 | Uninstalling urllib3-1.22: 2021-02-18 20:48:26.922 | Successfully uninstalled urllib3-1.22 2021-02-18 20:48:27.027 | Attempting uninstall: idna 2021-02-18 20:48:27.027 | Found existing installation: idna 2.6 2021-02-18 20:48:27.030 | Uninstalling idna-2.6: 2021-02-18 20:48:27.052 | Successfully uninstalled idna-2.6 2021-02-18 20:48:27.163 | Attempting uninstall: requests 2021-02-18 20:48:27.164 | Found existing installation: requests 2.18.4 2021-02-18 20:48:27.166 | Uninstalling requests-2.18.4: 2021-02-18 20:48:27.189 | Successfully uninstalled requests-2.18.4 2021-02-18 20:48:27.337 | Successfully installed certifi-2020.4.5.1 etcd3gw-0.2.5 futurist-2.1.1 idna-2.9 requests-2.23.0 urllib3-1.25.8 2021-02-18 20:48:27.398 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:48:27.398 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:48:27.466 | + inc/python:pip_install:207 : result=0 2021-02-18 20:48:27.469 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:48:27.471 | + functions-common:time_stop:2331 : local name 2021-02-18 20:48:27.473 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:48:27.475 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:48:27.477 | + functions-common:time_stop:2334 : local total 2021-02-18 20:48:27.480 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:48:27.482 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:48:27.484 | + functions-common:time_stop:2338 : start_time=1613681302229 2021-02-18 20:48:27.486 | + functions-common:time_stop:2340 : [[ -z 1613681302229 ]] 2021-02-18 20:48:27.488 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:48:27.492 | + functions-common:time_stop:2343 : end_time=1613681307489 2021-02-18 20:48:27.494 | + functions-common:time_stop:2344 : elapsed_time=5260 2021-02-18 20:48:27.496 | + functions-common:time_stop:2345 : total=81167 2021-02-18 20:48:27.498 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:48:27.501 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=86427 2021-02-18 20:48:27.503 | + inc/python:pip_install:210 : return 0 2021-02-18 20:48:27.505 | + ./stack.sh:main:849 : install_apache_uwsgi 2021-02-18 20:48:27.507 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2021-02-18 20:48:27.510 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2021-02-18 20:48:27.512 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-02-18 20:48:27.514 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-02-18 20:48:27.517 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-02-18 20:48:27.519 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-02-18 20:48:27.521 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-02-18 20:48:27.523 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-02-18 20:48:27.525 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-02-18 20:48:27.527 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-02-18 20:48:27.530 | + lib/apache:install_apache_uwsgi:92 : python3_enabled 2021-02-18 20:48:27.533 | + inc/python:python3_enabled:467 : [[ True == \T\r\u\e ]] 2021-02-18 20:48:27.535 | + inc/python:python3_enabled:468 : return 0 2021-02-18 20:48:27.537 | + lib/apache:install_apache_uwsgi:93 : UWSGI_PYTHON_PLUGIN=python3 2021-02-18 20:48:27.539 | + lib/apache:install_apache_uwsgi:98 : is_ubuntu 2021-02-18 20:48:27.541 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:48:27.543 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:48:27.546 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-02-18 20:48:27.548 | + functions-common:install_package:1333 : update_package_repo 2021-02-18 20:48:27.550 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-02-18 20:48:27.552 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-02-18 20:48:27.554 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-02-18 20:48:27.557 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-02-18 20:48:27.559 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-02-18 20:48:27.561 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:48:27.564 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:48:27.566 | + functions-common:update_package_repo:1314 : apt_get_update 2021-02-18 20:48:27.568 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-02-18 20:48:27.570 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-02-18 20:48:27.573 | + functions-common:apt_get_update:1069 : return 2021-02-18 20:48:27.575 | + functions-common:install_package:1334 : real_install_package uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-02-18 20:48:27.578 | + functions-common:real_install_package:1319 : is_ubuntu 2021-02-18 20:48:27.580 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:48:27.582 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:48:27.584 | + functions-common:real_install_package:1320 : apt_get install uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-02-18 20:48:27.602 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-02-18 20:48:27.722 | Reading package lists... 2021-02-18 20:48:27.969 | Building dependency tree... 2021-02-18 20:48:27.971 | Reading state information... 2021-02-18 20:48:28.179 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-02-18 20:48:28.179 | The following packages were automatically installed and are no longer required: 2021-02-18 20:48:28.179 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-02-18 20:48:28.179 | python3-click python3-colorama python3-configobj python3-constantly 2021-02-18 20:48:28.179 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-02-18 20:48:28.179 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-02-18 20:48:28.179 | python3-twisted-bin python3-zope.interface 2021-02-18 20:48:28.180 | Use 'sudo apt autoremove' to remove them. 2021-02-18 20:48:28.182 | Suggested packages: 2021-02-18 20:48:28.182 | python-uwsgidecorators python3-uwsgidecorators 2021-02-18 20:48:28.229 | The following NEW packages will be installed: 2021-02-18 20:48:28.230 | uwsgi uwsgi-plugin-python uwsgi-plugin-python3 2021-02-18 20:48:28.359 | 0 upgraded, 3 newly installed, 0 to remove and 162 not upgraded. 2021-02-18 20:48:28.359 | Need to get 163 kB of archives. 2021-02-18 20:48:28.359 | After this operation, 634 kB of additional disk space will be used. 2021-02-18 20:48:28.359 | 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-02-18 20:48:28.472 | 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-02-18 20:48:28.550 | 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-02-18 20:48:29.146 | Fetched 163 kB in 0s (446 kB/s) 2021-02-18 20:48:29.204 | Selecting previously unselected package uwsgi. 2021-02-18 20:48:29.242 | (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 ... 76865 files and directories currently installed.) 2021-02-18 20:48:29.245 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-02-18 20:48:29.248 | Unpacking uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-02-18 20:48:29.341 | Selecting previously unselected package uwsgi-plugin-python. 2021-02-18 20:48:29.349 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-02-18 20:48:29.351 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2021-02-18 20:48:29.439 | Selecting previously unselected package uwsgi-plugin-python3. 2021-02-18 20:48:29.447 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-02-18 20:48:29.449 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2021-02-18 20:48:29.532 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2021-02-18 20:48:29.579 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-18 20:48:29.601 | Setting up uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-02-18 20:48:30.139 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2021-02-18 20:48:30.193 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-18 20:48:30.384 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-18 20:48:30.976 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-18 20:48:32.856 | + functions-common:apt_get:1113 : result=0 2021-02-18 20:48:32.858 | + functions-common:apt_get:1116 : time_stop apt-get 2021-02-18 20:48:32.861 | + functions-common:time_stop:2331 : local name 2021-02-18 20:48:32.863 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:48:32.865 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:48:32.867 | + functions-common:time_stop:2334 : local total 2021-02-18 20:48:32.869 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:48:32.871 | + functions-common:time_stop:2337 : name=apt-get 2021-02-18 20:48:32.874 | + functions-common:time_stop:2338 : start_time=1613681307600 2021-02-18 20:48:32.876 | + functions-common:time_stop:2340 : [[ -z 1613681307600 ]] 2021-02-18 20:48:32.879 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:48:32.882 | + functions-common:time_stop:2343 : end_time=1613681312879 2021-02-18 20:48:32.884 | + functions-common:time_stop:2344 : elapsed_time=5279 2021-02-18 20:48:32.886 | + functions-common:time_stop:2345 : total=209439 2021-02-18 20:48:32.888 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:48:32.890 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=214718 2021-02-18 20:48:32.893 | + functions-common:apt_get:1117 : return 0 2021-02-18 20:48:32.895 | + lib/apache:install_apache_uwsgi:134 : is_ubuntu 2021-02-18 20:48:32.897 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:48:32.899 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:48:32.901 | + lib/apache:install_apache_uwsgi:136 : sudo a2enmod proxy 2021-02-18 20:48:32.959 | Enabling module proxy. 2021-02-18 20:48:32.963 | To activate the new configuration, you need to run: 2021-02-18 20:48:32.963 | systemctl restart apache2 2021-02-18 20:48:32.968 | + lib/apache:install_apache_uwsgi:137 : sudo a2enmod proxy_uwsgi 2021-02-18 20:48:33.024 | Considering dependency proxy for proxy_uwsgi: 2021-02-18 20:48:33.024 | Module proxy already enabled 2021-02-18 20:48:33.024 | Enabling module proxy_uwsgi. 2021-02-18 20:48:33.029 | To activate the new configuration, you need to run: 2021-02-18 20:48:33.029 | systemctl restart apache2 2021-02-18 20:48:33.033 | + lib/apache:install_apache_uwsgi:143 : restart_apache_server 2021-02-18 20:48:33.035 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-02-18 20:48:33.038 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-02-18 20:48:33.040 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-02-18 20:48:33.179 | + ./stack.sh:main:852 : install_keystoneauth 2021-02-18 20:48:33.182 | + lib/keystone:install_keystoneauth:462 : use_library_from_git keystoneauth 2021-02-18 20:48:33.184 | + inc/python:use_library_from_git:263 : local name=keystoneauth 2021-02-18 20:48:33.187 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:33.189 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:33.191 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,keystoneauth, ]] 2021-02-18 20:48:33.194 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:33.196 | + ./stack.sh:main:853 : install_keystoneclient 2021-02-18 20:48:33.198 | + lib/keystone:install_keystoneclient:470 : use_library_from_git python-keystoneclient 2021-02-18 20:48:33.201 | + inc/python:use_library_from_git:263 : local name=python-keystoneclient 2021-02-18 20:48:33.203 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:33.205 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:33.208 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-keystoneclient, ]] 2021-02-18 20:48:33.210 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:33.212 | + ./stack.sh:main:854 : install_glanceclient 2021-02-18 20:48:33.214 | + lib/glance:install_glanceclient:349 : use_library_from_git python-glanceclient 2021-02-18 20:48:33.217 | + inc/python:use_library_from_git:263 : local name=python-glanceclient 2021-02-18 20:48:33.219 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:33.222 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:33.224 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-glanceclient, ]] 2021-02-18 20:48:33.226 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:33.229 | + ./stack.sh:main:855 : install_cinderclient 2021-02-18 20:48:33.231 | + lib/cinder:install_cinderclient:435 : use_library_from_git python-brick-cinderclient-ext 2021-02-18 20:48:33.234 | + inc/python:use_library_from_git:263 : local name=python-brick-cinderclient-ext 2021-02-18 20:48:33.236 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:33.238 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:33.240 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2021-02-18 20:48:33.243 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:33.245 | + lib/cinder:install_cinderclient:440 : use_library_from_git python-cinderclient 2021-02-18 20:48:33.247 | + inc/python:use_library_from_git:263 : local name=python-cinderclient 2021-02-18 20:48:33.250 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:33.252 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:33.254 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-cinderclient, ]] 2021-02-18 20:48:33.256 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:33.259 | + ./stack.sh:main:856 : install_novaclient 2021-02-18 20:48:33.261 | + lib/nova:install_novaclient:795 : use_library_from_git python-novaclient 2021-02-18 20:48:33.263 | + inc/python:use_library_from_git:263 : local name=python-novaclient 2021-02-18 20:48:33.266 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:33.268 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:33.270 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-novaclient, ]] 2021-02-18 20:48:33.272 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:33.275 | + ./stack.sh:main:857 : is_service_enabled swift glance horizon 2021-02-18 20:48:33.291 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:48:33.293 | + ./stack.sh:main:858 : install_swiftclient 2021-02-18 20:48:33.295 | + lib/swift:install_swiftclient:750 : use_library_from_git python-swiftclient 2021-02-18 20:48:33.298 | + inc/python:use_library_from_git:263 : local name=python-swiftclient 2021-02-18 20:48:33.300 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:33.302 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:33.304 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-swiftclient, ]] 2021-02-18 20:48:33.307 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:33.309 | + ./stack.sh:main:860 : is_service_enabled neutron nova horizon 2021-02-18 20:48:33.324 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:48:33.327 | + ./stack.sh:main:861 : install_neutronclient 2021-02-18 20:48:33.330 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2021-02-18 20:48:33.332 | + inc/python:use_library_from_git:263 : local name=python-neutronclient 2021-02-18 20:48:33.334 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:33.336 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:33.339 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-neutronclient, ]] 2021-02-18 20:48:33.341 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:33.344 | + ./stack.sh:main:865 : install_keystonemiddleware 2021-02-18 20:48:33.346 | + lib/keystone:install_keystonemiddleware:480 : use_library_from_git keystonemiddleware 2021-02-18 20:48:33.349 | + inc/python:use_library_from_git:263 : local name=keystonemiddleware 2021-02-18 20:48:33.351 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:48:33.353 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:48:33.355 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,keystonemiddleware, ]] 2021-02-18 20:48:33.358 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:48:33.360 | + lib/keystone:install_keystonemiddleware:485 : pip_install_gr keystonemiddleware 2021-02-18 20:48:33.362 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2021-02-18 20:48:33.365 | + inc/python:pip_install_gr:77 : local clean_name 2021-02-18 20:48:33.368 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2021-02-18 20:48:33.370 | ++ inc/python:get_from_global_requirements:238 : local package=keystonemiddleware 2021-02-18 20:48:33.372 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-02-18 20:48:33.376 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2021-02-18 20:48:33.376 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-02-18 20:48:33.380 | ++ inc/python:get_from_global_requirements:240 : required_pkg='keystonemiddleware ' 2021-02-18 20:48:33.382 | ++ inc/python:get_from_global_requirements:241 : [[ keystonemiddleware == '' ]] 2021-02-18 20:48:33.384 | ++ inc/python:get_from_global_requirements:244 : echo keystonemiddleware 2021-02-18 20:48:33.387 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2021-02-18 20:48:33.390 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2021-02-18 20:48:33.408 | Using python 3.6 to install keystonemiddleware because python3_enabled=True 2021-02-18 20:48:33.412 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2021-02-18 20:48:35.939 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:48:35.940 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.940 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.941 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.941 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.942 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.942 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.943 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.943 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.944 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.944 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.945 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.945 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.945 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.946 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.946 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.947 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.947 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.947 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.948 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.948 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.949 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.949 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.950 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.950 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.951 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.951 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.952 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.952 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.953 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.953 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.954 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.954 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.954 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.955 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.955 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.956 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.956 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.957 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.957 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.957 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.958 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.958 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.959 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.959 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.960 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.960 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.960 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.961 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.961 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.962 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.962 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.962 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.963 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.963 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.964 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.964 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.965 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.965 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.966 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.966 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.967 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.968 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.968 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.969 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.969 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.969 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.970 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.970 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.971 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.971 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.972 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.972 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.973 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.973 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.973 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.974 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.974 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.975 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.975 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.976 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.976 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.977 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.977 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.978 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.978 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.978 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.979 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.979 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.980 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.980 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.981 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.981 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.981 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.982 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.982 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.983 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.984 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.984 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.985 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.985 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.985 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.986 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.986 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.987 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.987 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.987 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.988 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.988 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.989 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.989 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.990 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.990 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.991 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.992 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.992 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.992 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.993 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.993 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.994 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.994 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.995 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.995 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.995 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.996 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.996 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.997 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.997 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:35.998 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:35.998 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:35.999 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.000 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.000 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.000 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.001 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.001 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.002 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.002 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.003 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.003 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.003 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.004 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.004 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.005 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.005 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.006 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.006 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.006 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.007 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.007 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.008 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.008 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.009 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.009 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.010 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.010 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.011 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.011 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.012 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.012 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.013 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.013 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.014 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.014 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.015 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.015 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.015 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.016 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.016 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.017 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.017 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.018 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.018 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.018 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.019 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.019 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.020 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.020 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.021 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.021 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.022 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.022 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.022 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.023 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.023 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.024 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.024 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.024 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.025 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.025 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.026 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.026 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.027 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.027 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.028 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.028 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.029 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.030 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.030 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.030 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.031 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.032 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.032 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.033 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.033 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.033 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.034 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.034 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.035 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.035 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.035 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.036 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.036 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.037 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.038 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.038 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.038 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.039 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.039 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.039 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.040 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.040 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.041 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.041 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.042 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.042 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.042 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.043 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.043 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.044 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.044 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.045 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.045 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.046 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.046 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.046 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.047 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.047 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.048 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.048 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.049 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.049 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.050 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.050 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.050 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.051 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.051 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.052 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.052 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.053 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.053 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.054 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.054 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.054 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.055 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.056 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.056 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.057 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.057 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.057 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.058 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.058 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.059 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.059 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.060 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.060 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.061 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.061 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.062 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.062 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.063 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.063 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.064 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.064 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.065 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.065 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.066 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.066 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.067 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.067 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.068 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.068 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.068 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.069 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.069 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.069 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.070 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.070 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.071 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.071 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.072 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.072 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.072 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.073 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.073 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.074 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.074 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.075 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.075 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.075 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.077 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.078 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.078 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.078 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.079 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.079 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.080 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.080 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.081 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.081 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.081 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.082 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.082 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.083 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.083 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.084 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.084 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.085 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.085 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.085 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.086 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.086 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.087 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.087 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.088 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.088 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.089 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.089 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.089 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.090 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.090 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.091 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.091 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.092 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.092 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.093 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.093 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.094 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.094 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.095 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.095 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.095 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.096 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.096 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.097 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.097 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.098 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.098 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.099 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.099 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.099 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.100 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.100 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.101 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.101 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.102 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.102 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.103 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.103 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.104 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.104 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.105 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.105 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.105 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.106 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.106 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.107 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.107 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.107 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.108 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.108 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.109 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.109 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.110 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.110 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.110 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.111 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.111 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.112 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.112 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.113 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.113 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.113 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.114 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.115 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.115 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.115 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.116 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.116 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.116 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.117 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.117 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.118 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.118 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.119 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.119 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.119 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.120 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.120 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.121 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.121 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.122 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.122 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.122 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.123 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.124 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.124 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.125 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.125 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.126 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.126 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.127 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.127 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.128 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.128 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.128 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:48:36.129 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:48:36.129 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:48:36.840 | Collecting keystonemiddleware===9.0.0 2021-02-18 20:48:36.849 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2ae/8388ab611a33a/keystonemiddleware-9.0.0-py3-none-any.whl (119 kB) 2021-02-18 20:48:37.640 | Collecting oslo.cache===2.3.1 2021-02-18 20:48:37.646 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/146/be00fa018a218/oslo.cache-2.3.1-py3-none-any.whl (61 kB) 2021-02-18 20:48:38.448 | Collecting oslo.config===8.0.4 2021-02-18 20:48:38.454 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e62/3fda2a10e664f/oslo.config-8.0.4-py3-none-any.whl (125 kB) 2021-02-18 20:48:38.949 | Collecting dogpile.cache===0.9.0 2021-02-18 20:48:38.957 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b34/8835825c9dcd2/dogpile.cache-0.9.0.tar.gz (325 kB) 2021-02-18 20:48:39.633 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 735)) (1.32.0) 2021-02-18 20:48:39.639 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) (1.14.0) 2021-02-18 20:48:40.044 | Collecting rfc3986===1.4.0 2021-02-18 20:48:40.050 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/147e9aceda37c/rfc3986-1.4.0-py2.py3-none-any.whl (31 kB) 2021-02-18 20:48:40.692 | Collecting keystoneauth1===4.0.0 2021-02-18 20:48:40.699 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/afa/67df303067529/keystoneauth1-4.0.0-py3-none-any.whl (310 kB) 2021-02-18 20:48:41.391 | Collecting python-keystoneclient===4.0.0 2021-02-18 20:48:41.398 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b08/1a330eab0aa7c/python_keystoneclient-4.0.0-py3-none-any.whl (397 kB) 2021-02-18 20:48:41.912 | Collecting decorator===4.4.2 2021-02-18 20:48:41.917 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/a54c2a0cc4ba6/decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 2021-02-18 20:48:42.665 | Collecting oslo.utils===4.1.2 2021-02-18 20:48:42.671 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bb7/75f22c701065f/oslo.utils-4.1.2-py3-none-any.whl (95 kB) 2021-02-18 20:48:44.263 | Collecting pytz===2019.3 2021-02-18 20:48:44.271 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1c5/57d7d0e871de1/pytz-2019.3-py2.py3-none-any.whl (509 kB) 2021-02-18 20:48:44.958 | Collecting oslo.context===3.0.2 2021-02-18 20:48:44.963 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7c9/fe7ee6f588b2e/oslo.context-3.0.2-py3-none-any.whl (19 kB) 2021-02-18 20:48:45.550 | Collecting pycadf===3.0.0 2021-02-18 20:48:45.556 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3ba/e41aa236e90ce/pycadf-3.0.0-py3-none-any.whl (43 kB) 2021-02-18 20:48:45.703 | Collecting WebOb===1.8.6 2021-02-18 20:48:45.709 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3c/89a8e9ba0aeb1/WebOb-1.8.6-py2.py3-none-any.whl (114 kB) 2021-02-18 20:48:45.791 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) (5.4.5) 2021-02-18 20:48:45.793 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (2.23.0) 2021-02-18 20:48:46.483 | Collecting oslo.log===4.1.3 2021-02-18 20:48:46.490 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/483/fc4e31129cbed/oslo.log-4.1.3-py3-none-any.whl (71 kB) 2021-02-18 20:48:46.690 | Collecting oslo.serialization===3.1.2 2021-02-18 20:48:46.695 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ddf/41357eadc66da/oslo.serialization-3.1.2-py3-none-any.whl (28 kB) 2021-02-18 20:48:47.225 | Collecting oslo.i18n===4.0.1 2021-02-18 20:48:47.231 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ec3/57b430b29d589/oslo.i18n-4.0.1-py3-none-any.whl (47 kB) 2021-02-18 20:48:47.277 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.3.1) 2021-02-18 20:48:47.360 | Collecting netaddr===0.7.19 2021-02-18 20:48:47.369 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/56b/3558bd71f3f69/netaddr-0.7.19-py2.py3-none-any.whl (1.6 MB) 2021-02-18 20:48:47.908 | Collecting debtcollector===2.0.1 2021-02-18 20:48:47.913 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/96b/de97db3de7721/debtcollector-2.0.1-py3-none-any.whl (23 kB) 2021-02-18 20:48:48.361 | Collecting iso8601===0.1.12 2021-02-18 20:48:48.366 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bbb/ae5fb4a7abfe7/iso8601-0.1.12-py3-none-any.whl (12 kB) 2021-02-18 20:48:48.791 | Collecting os-service-types===1.7.0 2021-02-18 20:48:48.797 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/050/5c72205690910/os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2021-02-18 20:48:49.286 | Collecting netifaces===0.10.9 2021-02-18 20:48:49.293 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30e/d89ab8aff715c/netifaces-0.10.9-cp36-cp36m-manylinux1_x86_64.whl (32 kB) 2021-02-18 20:48:49.298 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 716)) (2.4.7) 2021-02-18 20:48:49.301 | Requirement already satisfied: certifi===2020.4.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 74)) (2020.4.5.1) 2021-02-18 20:48:49.302 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 627)) (2.9) 2021-02-18 20:48:49.305 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (1.25.8) 2021-02-18 20:48:49.327 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (3.0.4) 2021-02-18 20:48:49.709 | Collecting pyinotify===0.9.6 2021-02-18 20:48:49.714 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c9/98a5d7606ca83/pyinotify-0.9.6.tar.gz (60 kB) 2021-02-18 20:48:50.352 | Collecting python-dateutil===2.8.1 2021-02-18 20:48:50.358 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/75b/b3f31ea686f11/python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) 2021-02-18 20:48:50.566 | Collecting msgpack===0.6.2 2021-02-18 20:48:50.573 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/76d/f51492bc6fa6c/msgpack-0.6.2-cp36-cp36m-manylinux1_x86_64.whl (249 kB) 2021-02-18 20:48:51.026 | Collecting Babel===2.8.0 2021-02-18 20:48:51.047 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d67/0ea0b10f8b723/Babel-2.8.0-py2.py3-none-any.whl (8.6 MB) 2021-02-18 20:48:51.697 | Collecting wrapt===1.12.1 2021-02-18 20:48:51.705 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b62/ffa81fb85f433/wrapt-1.12.1.tar.gz (27 kB) 2021-02-18 20:48:52.256 | Building wheels for collected packages: pyinotify, dogpile.cache, wrapt 2021-02-18 20:48:52.257 | Building wheel for pyinotify (setup.py): started 2021-02-18 20:48:52.843 | Building wheel for pyinotify (setup.py): finished with status 'done' 2021-02-18 20:48:52.844 | Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25339 sha256=c3e3570bda1aec4b7b72da76c571aa211b6053adf73f31bd059306418e8b3b94 2021-02-18 20:48:52.844 | Stored in directory: /root/.cache/pip/wheels/f3/7a/03/56564493d2862ac4c0677c91d99261394dd512a1bbb90af9a7 2021-02-18 20:48:52.846 | Building wheel for dogpile.cache (setup.py): started 2021-02-18 20:48:53.498 | Building wheel for dogpile.cache (setup.py): finished with status 'done' 2021-02-18 20:48:53.499 | Created wheel for dogpile.cache: filename=dogpile.cache-0.9.0-py2.py3-none-any.whl size=44829 sha256=62145138705452befe8e4e121aab80f5c0e0d161e58a559a017ab655364cb7d5 2021-02-18 20:48:53.499 | Stored in directory: /root/.cache/pip/wheels/f0/7f/a8/5bc9a005d1c21a1827fc4e2499017db62406f8084aa25d9ecf 2021-02-18 20:48:53.501 | Building wheel for wrapt (setup.py): started 2021-02-18 20:48:55.001 | Building wheel for wrapt (setup.py): finished with status 'done' 2021-02-18 20:48:55.003 | Created wheel for wrapt: filename=wrapt-1.12.1-cp36-cp36m-linux_x86_64.whl size=67496 sha256=add694f2ccf644b39a8a7eb3b004b2217c88019abfebcccd61134f99b616e511 2021-02-18 20:48:55.003 | Stored in directory: /root/.cache/pip/wheels/27/b0/63/c6302d953c843aa78fedbee048633aa67fa3f28a2ab130c797 2021-02-18 20:48:55.004 | Successfully built pyinotify dogpile.cache wrapt 2021-02-18 20:48:55.711 | Installing collected packages: WebOb, pytz, Babel, oslo.i18n, wrapt, debtcollector, oslo.context, rfc3986, netaddr, oslo.config, netifaces, iso8601, oslo.utils, msgpack, oslo.serialization, pycadf, pyinotify, python-dateutil, oslo.log, os-service-types, keystoneauth1, decorator, dogpile.cache, oslo.cache, python-keystoneclient, keystonemiddleware 2021-02-18 20:48:56.908 | Attempting uninstall: netaddr 2021-02-18 20:48:56.909 | Found existing installation: netaddr 0.8.0 2021-02-18 20:48:56.924 | Uninstalling netaddr-0.8.0: 2021-02-18 20:48:56.927 | Successfully uninstalled netaddr-0.8.0 2021-02-18 20:48:57.237 | Attempting uninstall: netifaces 2021-02-18 20:48:57.238 | Found existing installation: netifaces 0.10.4 2021-02-18 20:48:57.243 | Uninstalling netifaces-0.10.4: 2021-02-18 20:48:57.264 | Successfully uninstalled netifaces-0.10.4 2021-02-18 20:48:58.727 | Successfully installed Babel-2.8.0 WebOb-1.8.6 debtcollector-2.0.1 decorator-4.4.2 dogpile.cache-0.9.0 iso8601-0.1.12 keystoneauth1-4.0.0 keystonemiddleware-9.0.0 msgpack-0.6.2 netaddr-0.7.19 netifaces-0.10.9 os-service-types-1.7.0 oslo.cache-2.3.1 oslo.config-8.0.4 oslo.context-3.0.2 oslo.i18n-4.0.1 oslo.log-4.1.3 oslo.serialization-3.1.2 oslo.utils-4.1.2 pycadf-3.0.0 pyinotify-0.9.6 python-dateutil-2.8.1 python-keystoneclient-4.0.0 pytz-2019.3 rfc3986-1.4.0 wrapt-1.12.1 2021-02-18 20:48:58.799 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:48:58.800 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:48:58.905 | + inc/python:pip_install:207 : result=0 2021-02-18 20:48:58.907 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:48:58.909 | + functions-common:time_stop:2331 : local name 2021-02-18 20:48:58.911 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:48:58.914 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:48:58.916 | + functions-common:time_stop:2334 : local total 2021-02-18 20:48:58.918 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:48:58.920 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:48:58.922 | + functions-common:time_stop:2338 : start_time=1613681313403 2021-02-18 20:48:58.924 | + functions-common:time_stop:2340 : [[ -z 1613681313403 ]] 2021-02-18 20:48:58.927 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:48:58.930 | + functions-common:time_stop:2343 : end_time=1613681338928 2021-02-18 20:48:58.932 | + functions-common:time_stop:2344 : elapsed_time=25525 2021-02-18 20:48:58.935 | + functions-common:time_stop:2345 : total=86427 2021-02-18 20:48:58.937 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:48:58.939 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=111952 2021-02-18 20:48:58.941 | + inc/python:pip_install:210 : return 0 2021-02-18 20:48:58.943 | + lib/keystone:install_keystonemiddleware:489 : pip_install_gr python-memcached 2021-02-18 20:48:58.946 | + inc/python:pip_install_gr:76 : local name=python-memcached 2021-02-18 20:48:58.948 | + inc/python:pip_install_gr:77 : local clean_name 2021-02-18 20:48:58.951 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2021-02-18 20:48:58.954 | ++ inc/python:get_from_global_requirements:238 : local package=python-memcached 2021-02-18 20:48:58.956 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-02-18 20:48:58.960 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-02-18 20:48:58.960 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2021-02-18 20:48:58.964 | ++ inc/python:get_from_global_requirements:240 : required_pkg='python-memcached ' 2021-02-18 20:48:58.967 | ++ inc/python:get_from_global_requirements:241 : [[ python-memcached == '' ]] 2021-02-18 20:48:58.970 | ++ inc/python:get_from_global_requirements:244 : echo python-memcached 2021-02-18 20:48:58.972 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2021-02-18 20:48:58.975 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2021-02-18 20:48:58.993 | Using python 3.6 to install python-memcached because python3_enabled=True 2021-02-18 20:48:58.998 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2021-02-18 20:49:01.554 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:49:01.555 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.556 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.556 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.557 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.557 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.558 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.558 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.559 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.559 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.559 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.561 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.561 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.561 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.562 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.562 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.563 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.563 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.564 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.564 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.565 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.565 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.565 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.566 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.566 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.567 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.567 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.568 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.568 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.569 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.569 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.569 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.570 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.570 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.571 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.572 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.572 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.573 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.573 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.573 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.574 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.574 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.575 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.575 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.576 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.576 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.577 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.577 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.578 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.578 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.579 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.579 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.579 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.580 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.580 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.581 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.581 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.582 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.582 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.583 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.583 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.584 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.584 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.585 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.585 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.586 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.586 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.586 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.587 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.587 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.588 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.588 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.589 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.589 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.589 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.590 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.590 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.591 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.592 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.592 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.592 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.593 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.593 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.594 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.594 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.595 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.595 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.596 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.596 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.596 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.597 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.597 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.598 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.598 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.598 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.599 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.599 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.600 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.600 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.601 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.601 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.601 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.602 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.602 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.603 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.603 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.604 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.604 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.605 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.605 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.606 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.606 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.606 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.607 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.608 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.608 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.609 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.609 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.609 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.610 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.611 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.611 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.611 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.612 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.612 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.612 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.613 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.614 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.614 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.615 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.615 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.616 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.616 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.616 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.617 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.617 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.618 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.618 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.619 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.619 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.620 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.620 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.620 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.621 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.621 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.622 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.622 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.623 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.624 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.624 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.625 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.625 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.626 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.626 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.627 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.627 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.627 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.628 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.629 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.629 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.629 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.630 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.630 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.631 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.631 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.632 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.632 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.633 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.633 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.633 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.634 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.634 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.635 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.635 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.636 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.636 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.637 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.637 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.637 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.638 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.638 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.639 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.639 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.640 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.640 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.640 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.641 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.641 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.642 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.642 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.643 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.643 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.644 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.644 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.645 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.645 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.646 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.646 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.647 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.647 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.647 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.648 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.648 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.649 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.649 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.650 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.650 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.651 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.651 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.652 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.652 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.652 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.653 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.653 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.655 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.655 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.655 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.656 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.656 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.657 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.657 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.657 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.658 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.658 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.659 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.659 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.660 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.660 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.661 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.661 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.662 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.662 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.662 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.663 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.663 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.663 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.664 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.664 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.665 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.665 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.666 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.666 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.667 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.667 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.668 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.668 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.668 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.669 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.670 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.670 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.670 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.671 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.672 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.672 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.672 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.673 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.673 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.674 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.674 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.674 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.675 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.675 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.676 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.676 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.677 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.678 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.678 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.678 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.679 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.679 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.680 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.680 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.681 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.681 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.682 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.682 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.683 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.683 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.684 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.684 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.685 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.686 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.686 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.687 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.687 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.687 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.688 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.688 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.689 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.689 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.689 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.690 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.690 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.691 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.691 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.692 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.692 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.692 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.693 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.693 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.694 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.695 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.695 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.696 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.696 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.697 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.697 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.698 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.698 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.698 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.699 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.699 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.700 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.701 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.701 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.702 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.702 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.703 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.703 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.704 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.704 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.704 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.705 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.705 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.706 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.706 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.707 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.707 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.708 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.708 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.708 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.709 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.710 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.710 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.711 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.711 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.711 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.712 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.712 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.713 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.713 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.714 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.714 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.715 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.715 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.715 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.716 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.717 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.717 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.717 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.718 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.718 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.719 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.719 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.720 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.720 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.721 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.721 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.722 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.722 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.722 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.723 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.723 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.724 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.724 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.725 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.725 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.725 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.726 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.726 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.727 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.727 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.728 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.728 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.728 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.729 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.729 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.730 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.730 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.731 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.731 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.731 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.732 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.733 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.733 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.734 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.734 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.735 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.735 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.735 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.736 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.736 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.737 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.737 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.738 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.738 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.738 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.739 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.739 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.740 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.740 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.741 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.741 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.741 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.742 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.742 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.743 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.743 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.744 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.744 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.745 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.745 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.746 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.746 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.746 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:01.747 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:01.748 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:01.748 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:02.173 | Collecting python-memcached===1.59 2021-02-18 20:49:02.180 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2021-02-18 20:49:02.245 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) (1.14.0) 2021-02-18 20:49:02.869 | Installing collected packages: python-memcached 2021-02-18 20:49:02.928 | Successfully installed python-memcached-1.59 2021-02-18 20:49:03.001 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:49:03.002 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:49:03.067 | + inc/python:pip_install:207 : result=0 2021-02-18 20:49:03.070 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:49:03.072 | + functions-common:time_stop:2331 : local name 2021-02-18 20:49:03.074 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:49:03.076 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:49:03.079 | + functions-common:time_stop:2334 : local total 2021-02-18 20:49:03.081 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:49:03.083 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:49:03.086 | + functions-common:time_stop:2338 : start_time=1613681338988 2021-02-18 20:49:03.088 | + functions-common:time_stop:2340 : [[ -z 1613681338988 ]] 2021-02-18 20:49:03.090 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:49:03.094 | + functions-common:time_stop:2343 : end_time=1613681343091 2021-02-18 20:49:03.096 | + functions-common:time_stop:2344 : elapsed_time=4103 2021-02-18 20:49:03.098 | + functions-common:time_stop:2345 : total=111952 2021-02-18 20:49:03.100 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:49:03.102 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=116055 2021-02-18 20:49:03.104 | + inc/python:pip_install:210 : return 0 2021-02-18 20:49:03.108 | + ./stack.sh:main:867 : is_service_enabled keystone 2021-02-18 20:49:03.124 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:49:03.126 | + ./stack.sh:main:868 : '[' 10.222.0.41 == 10.222.0.41 ']' 2021-02-18 20:49:03.128 | + ./stack.sh:main:869 : stack_install_service keystone 2021-02-18 20:49:03.130 | + lib/stack:stack_install_service:20 : local service=keystone 2021-02-18 20:49:03.133 | + lib/stack:stack_install_service:21 : type install_keystone 2021-02-18 20:49:03.135 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-02-18 20:49:03.137 | + lib/stack:stack_install_service:32 : install_keystone 2021-02-18 20:49:03.140 | + lib/keystone:install_keystone:495 : is_service_enabled ldap 2021-02-18 20:49:03.154 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:49:03.156 | + lib/keystone:install_keystone:499 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/ussuri 2021-02-18 20:49:03.158 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/keystone.git 2021-02-18 20:49:03.160 | + functions-common:git_clone:524 : local git_dest=/opt/stack/keystone 2021-02-18 20:49:03.162 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-02-18 20:49:03.164 | + functions-common:git_clone:526 : local orig_dir 2021-02-18 20:49:03.167 | ++ functions-common:git_clone:527 : pwd 2021-02-18 20:49:03.169 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-02-18 20:49:03.171 | + functions-common:git_clone:528 : local git_clone_flags= 2021-02-18 20:49:03.174 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-02-18 20:49:03.188 | + functions-common:git_clone:530 : RECLONE=False 2021-02-18 20:49:03.190 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-02-18 20:49:03.192 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-02-18 20:49:03.195 | + functions-common:git_clone:544 : echo stable/ussuri 2021-02-18 20:49:03.195 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-02-18 20:49:03.199 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/keystone ]] 2021-02-18 20:49:03.201 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-02-18 20:49:03.203 | + functions-common:git_clone:592 : cd /opt/stack/keystone 2021-02-18 20:49:03.206 | + functions-common:git_clone:593 : git show --oneline 2021-02-18 20:49:03.206 | + functions-common:git_clone:593 : head -1 2021-02-18 20:49:03.209 | 5a7ebf53b Merge "Implement more robust connection handling for asynchronous LDAP calls" into stable/ussuri 2021-02-18 20:49:03.211 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-02-18 20:49:03.213 | + lib/keystone:install_keystone:500 : setup_develop /opt/stack/keystone 2021-02-18 20:49:03.215 | + inc/python:setup_develop:351 : local bindep 2021-02-18 20:49:03.218 | + inc/python:setup_develop:352 : [[ /opt/stack/keystone == -bindep* ]] 2021-02-18 20:49:03.220 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/keystone 2021-02-18 20:49:03.222 | + inc/python:setup_develop:357 : local extras= 2021-02-18 20:49:03.224 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2021-02-18 20:49:03.227 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-02-18 20:49:03.229 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/keystone == -bindep* ]] 2021-02-18 20:49:03.231 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/keystone 2021-02-18 20:49:03.234 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-02-18 20:49:03.236 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-02-18 20:49:03.239 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/keystone 2021-02-18 20:49:03.241 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-02-18 20:49:03.244 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/keystone 2021-02-18 20:49:03.246 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-02-18 20:49:03.249 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-02-18 20:49:03.252 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2021-02-18 20:49:03.256 | + inc/python:_setup_package_with_constraints_edit:396 : name=keystone 2021-02-18 20:49:03.259 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2021-02-18 20:49:04.250 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/keystone -e 2021-02-18 20:49:04.252 | + inc/python:setup_package:430 : local bindep=0 2021-02-18 20:49:04.254 | + inc/python:setup_package:431 : local bindep_flag= 2021-02-18 20:49:04.256 | + inc/python:setup_package:432 : local bindep_profiles= 2021-02-18 20:49:04.258 | + inc/python:setup_package:433 : [[ /opt/stack/keystone == -bindep* ]] 2021-02-18 20:49:04.261 | + inc/python:setup_package:438 : local project_dir=/opt/stack/keystone 2021-02-18 20:49:04.263 | + inc/python:setup_package:439 : local flags=-e 2021-02-18 20:49:04.265 | + inc/python:setup_package:440 : local extras= 2021-02-18 20:49:04.267 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-02-18 20:49:04.269 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-02-18 20:49:04.271 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-02-18 20:49:04.274 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-02-18 20:49:04.276 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-02-18 20:49:04.278 | + inc/python:setup_package:458 : pip_install -e /opt/stack/keystone 2021-02-18 20:49:04.295 | Using python 3.6 to install /opt/stack/keystone because python3_enabled=True 2021-02-18 20:49:04.300 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2021-02-18 20:49:06.877 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:49:06.878 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-18 20:49:06.878 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.879 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.879 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.879 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.880 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.880 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.881 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.881 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.882 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.882 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.883 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.883 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.884 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.884 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.885 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.885 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.886 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.886 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.887 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.887 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.888 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.888 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.889 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.889 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.889 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.892 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.892 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.893 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.893 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.894 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.894 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.895 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.895 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.895 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.896 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.896 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.897 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.897 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.898 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.898 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.898 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.899 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.899 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.899 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.900 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.900 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.901 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.901 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.902 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.902 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.903 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.903 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.904 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.904 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.905 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.905 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.906 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.906 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.907 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.907 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.908 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.908 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.909 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.910 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.910 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.911 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.911 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.911 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.912 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.913 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.913 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.914 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.914 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.915 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.915 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.915 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.916 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.916 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.917 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.917 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.918 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.918 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.919 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.920 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.920 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.921 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.921 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.921 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.922 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.922 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.923 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.924 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.924 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.924 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.925 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.925 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.926 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.926 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.927 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.927 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.928 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.928 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.929 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.929 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.930 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.930 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.931 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.931 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.932 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.932 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.933 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.933 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.934 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.934 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.935 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.935 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.936 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.936 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.937 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.937 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.938 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.938 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.938 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.939 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.939 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.940 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.940 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.941 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.941 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.942 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.942 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.943 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.943 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.943 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.944 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.944 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.945 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.945 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.945 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.946 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.946 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.947 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.947 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.948 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.948 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.949 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.949 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.949 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.950 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.950 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.951 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.951 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.952 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.952 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.953 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.953 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.953 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.954 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.954 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.954 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.955 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.955 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.956 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.956 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.957 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.957 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.958 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.958 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.958 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.959 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.959 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.959 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.960 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.960 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.961 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.961 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.961 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.962 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.962 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.963 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.963 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.964 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.964 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.964 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.965 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.965 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.965 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.967 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.967 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.967 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.968 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.968 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.968 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.969 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.969 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.970 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.970 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.970 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.971 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.971 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.972 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.972 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.973 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.973 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.973 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.974 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.974 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.974 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.975 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.975 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.976 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.976 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.977 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.977 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.977 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.978 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.978 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.979 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.979 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.979 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.980 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.980 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.981 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.981 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.981 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.982 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.982 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.983 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.983 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.984 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.984 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.984 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.985 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.986 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.986 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.987 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.988 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.988 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.989 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.989 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.990 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.990 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.991 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.991 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.991 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.992 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.992 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.993 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.993 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.994 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.994 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.994 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.995 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.995 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.996 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.996 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.997 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.997 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.998 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.998 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:06.998 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:06.999 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:06.999 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.000 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.000 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.000 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.001 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.001 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.002 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.002 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.003 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.003 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.003 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.004 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.004 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.005 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.005 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.006 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.006 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.006 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.007 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.007 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.008 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.008 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.009 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.009 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.009 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.010 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.010 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.011 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.011 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.011 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.012 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.012 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.013 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.014 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.014 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.015 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.015 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.016 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.016 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.016 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.017 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.017 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.018 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.018 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.019 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.019 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.020 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.020 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.020 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.021 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.021 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.022 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.022 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.022 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.023 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.023 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.024 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.024 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.025 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.025 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.025 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.026 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.026 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.027 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.027 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.028 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.028 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.030 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.030 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.031 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.031 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.031 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.032 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.032 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.033 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.033 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.034 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.034 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.034 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.035 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.035 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.036 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.036 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.037 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.037 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.037 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.038 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.038 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.039 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.039 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.039 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.040 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.040 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.041 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.041 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.042 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.042 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.043 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.043 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.043 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.044 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.044 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.045 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.045 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.046 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.046 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.047 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.047 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.048 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.048 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.048 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.049 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.049 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.050 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.050 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.051 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.051 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.051 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.052 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.052 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.053 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.053 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.054 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.054 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.055 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.055 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.056 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.056 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.057 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.057 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.058 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.058 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.058 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.059 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.059 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.060 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.060 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.060 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.061 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.061 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.062 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.062 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.063 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.063 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.063 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.064 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.065 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.065 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.065 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.066 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.067 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.067 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.067 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:49:07.068 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:49:07.068 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:49:07.069 | Obtaining file:///opt/stack/keystone 2021-02-18 20:49:08.585 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-02-18 20:49:10.567 | Collecting Flask===1.1.2 2021-02-18 20:49:10.576 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8a4/fdd8936eba251/Flask-1.1.2-py2.py3-none-any.whl (94 kB) 2021-02-18 20:49:11.269 | Collecting Flask-RESTful===0.3.8 2021-02-18 20:49:11.274 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d89/1118b951921f1/Flask_RESTful-0.3.8-py2.py3-none-any.whl (25 kB) 2021-02-18 20:49:11.730 | Collecting Jinja2===2.11.1 2021-02-18 20:49:11.736 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0e/af100007721b5/Jinja2-2.11.1-py2.py3-none-any.whl (126 kB) 2021-02-18 20:49:12.217 | Collecting MarkupSafe===1.1.1 2021-02-18 20:49:12.223 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/84d/ee80c15f1b560/MarkupSafe-1.1.1-cp36-cp36m-manylinux2010_x86_64.whl (32 kB) 2021-02-18 20:49:12.647 | Collecting PyJWT===1.7.1 2021-02-18 20:49:12.652 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5c6/eca3c2940464d/PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) 2021-02-18 20:49:13.679 | Collecting SQLAlchemy===1.3.16 2021-02-18 20:49:13.688 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e18/752cecaef6103/SQLAlchemy-1.3.16-cp36-cp36m-manylinux2010_x86_64.whl (1.2 MB) 2021-02-18 20:49:13.790 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-02-18 20:49:14.300 | Collecting Werkzeug===1.0.1 2021-02-18 20:49:14.306 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2de/2a5db0baeae7b/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB) 2021-02-18 20:49:14.845 | Collecting aniso8601===8.0.0 2021-02-18 20:49:14.851 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c03/3f63d028b9a58/aniso8601-8.0.0-py2.py3-none-any.whl (43 kB) 2021-02-18 20:49:15.692 | Collecting bcrypt===3.1.7 2021-02-18 20:49:15.699 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c94/57fa5c121e94a/bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56 kB) 2021-02-18 20:49:17.805 | Collecting cffi===1.14.0 2021-02-18 20:49:17.813 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/028/a579fc9aed3af/cffi-1.14.0-cp36-cp36m-manylinux1_x86_64.whl (399 kB) 2021-02-18 20:49:18.319 | Collecting click===7.1.1 2021-02-18 20:49:18.326 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e34/5d143d80bf5ee/click-7.1.1-py2.py3-none-any.whl (82 kB) 2021-02-18 20:49:20.751 | Collecting cryptography===2.9 2021-02-18 20:49:20.766 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/498/70684da168b90/cryptography-2.9-cp35-abi3-manylinux2010_x86_64.whl (2.7 MB) 2021-02-18 20:49:20.874 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (0.9.0) 2021-02-18 20:49:21.279 | Collecting itsdangerous===1.1.0 2021-02-18 20:49:21.287 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) 2021-02-18 20:49:21.776 | Collecting jsonschema===3.2.0 2021-02-18 20:49:21.783 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e5/b3cf8216f577b/jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) 2021-02-18 20:49:21.819 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (9.0.0) 2021-02-18 20:49:21.879 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.6.2) 2021-02-18 20:49:22.299 | Collecting oauthlib===3.1.0 2021-02-18 20:49:22.307 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147 kB) 2021-02-18 20:49:22.325 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (2.3.1) 2021-02-18 20:49:22.361 | Requirement already satisfied: oslo.config===8.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (8.0.4) 2021-02-18 20:49:22.375 | Requirement already satisfied: oslo.context===3.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (3.0.2) 2021-02-18 20:49:23.381 | Collecting oslo.db===8.1.0 2021-02-18 20:49:23.386 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8db/83454163aeafe/oslo.db-8.1.0-py3-none-any.whl (177 kB) 2021-02-18 20:49:23.489 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489)) (4.0.1) 2021-02-18 20:49:23.497 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (4.1.3) 2021-02-18 20:49:24.533 | Collecting oslo.messaging===12.1.5 2021-02-18 20:49:24.541 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a47/43fe9c79941da/oslo.messaging-12.1.5-py3-none-any.whl (240 kB) 2021-02-18 20:49:25.254 | Collecting oslo.middleware===4.0.2 2021-02-18 20:49:25.260 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef0/0d42eb8faf54f/oslo.middleware-4.0.2-py3-none-any.whl (60 kB) 2021-02-18 20:49:26.107 | Collecting oslo.policy===3.1.1 2021-02-18 20:49:26.114 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bf9/c25fed14960cf/oslo.policy-3.1.1-py3-none-any.whl (74 kB) 2021-02-18 20:49:26.176 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (3.1.2) 2021-02-18 20:49:26.833 | Collecting oslo.service===2.1.1 2021-02-18 20:49:26.840 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/be5/7ccf2f48ad732/oslo.service-2.1.1-py3-none-any.whl (77 kB) 2021-02-18 20:49:27.345 | Collecting oslo.upgradecheck===1.0.1 2021-02-18 20:49:27.352 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93c/11f7b52f0e425/oslo.upgradecheck-1.0.1-py3-none-any.whl (11 kB) 2021-02-18 20:49:27.406 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537)) (4.1.2) 2021-02-18 20:49:27.937 | Collecting osprofiler===3.1.0 2021-02-18 20:49:27.943 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fdb/2b2ea298dc335/osprofiler-3.1.0-py3-none-any.whl (89 kB) 2021-02-18 20:49:28.489 | Collecting passlib===1.7.2 2021-02-18 20:49:28.498 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/68c/35c98a7968850/passlib-1.7.2-py2.py3-none-any.whl (507 kB) 2021-02-18 20:49:28.570 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (5.4.5) 2021-02-18 20:49:28.572 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (0.7.2) 2021-02-18 20:49:28.574 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 592)) (3.0.0) 2021-02-18 20:49:28.994 | Collecting pycparser===2.20 2021-02-18 20:49:29.001 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/758/2ad22678f0fcd/pycparser-2.20-py2.py3-none-any.whl (112 kB) 2021-02-18 20:49:29.049 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 602)) (0.9.6) 2021-02-18 20:49:29.051 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 609)) (2.4.7) 2021-02-18 20:49:29.511 | Collecting pyrsistent===0.16.0 2021-02-18 20:49:29.517 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/286/69905fe725965/pyrsistent-0.16.0.tar.gz (108 kB) 2021-02-18 20:49:30.626 | Collecting pysaml2===5.0.0 2021-02-18 20:49:30.632 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/180/0ef0ab3f5b3c1/pysaml2-5.0.0-py2.py3-none-any.whl (336 kB) 2021-02-18 20:49:30.702 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 651)) (2.8.1) 2021-02-18 20:49:30.706 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 683)) (4.0.0) 2021-02-18 20:49:30.726 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 771)) (2019.3) 2021-02-18 20:49:30.729 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 786)) (2.23.0) 2021-02-18 20:49:30.753 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 798)) (1.4.0) 2021-02-18 20:49:31.645 | Collecting scrypt===0.8.13 2021-02-18 20:49:31.651 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/137/7b1adc98c4152/scrypt-0.8.13.tar.gz (53 kB) 2021-02-18 20:49:32.262 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 830)) (1.14.0) 2021-02-18 20:49:32.734 | Collecting sqlalchemy-migrate===0.13.0 2021-02-18 20:49:32.741 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e5d/2348db19a5062/sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2021-02-18 20:49:33.235 | Collecting sqlparse===0.3.1 2021-02-18 20:49:33.242 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/022/fb9c87b524d1f/sqlparse-0.3.1-py2.py3-none-any.whl (40 kB) 2021-02-18 20:49:33.719 | Collecting statsd===3.3.0 2021-02-18 20:49:33.731 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c61/0fb80347fca0e/statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2021-02-18 20:49:33.776 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 899)) (1.32.0) 2021-02-18 20:49:34.269 | Collecting testresources===2.0.1 2021-02-18 20:49:34.276 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67a/361c3a2412231/testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2021-02-18 20:49:34.717 | Collecting testscenarios===0.5.0 2021-02-18 20:49:34.723 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/480/263fa5d6e6181/testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2021-02-18 20:49:34.774 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 926)) (2.4.0) 2021-02-18 20:49:34.792 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 945)) (1.4.0) 2021-02-18 20:49:34.796 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 966)) (1.1.0) 2021-02-18 20:49:34.802 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 968)) (1.25.8) 2021-02-18 20:49:35.227 | Collecting yappi===1.2.3 2021-02-18 20:49:35.232 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8d/b9bc607610d6d/yappi-1.2.3.tar.gz (45 kB) 2021-02-18 20:49:35.888 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (4.4.2) 2021-02-18 20:49:35.891 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 325)) (49.6.0) 2021-02-18 20:49:36.317 | Collecting attrs===19.3.0 2021-02-18 20:49:36.322 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/08a/96c641c3a74e4/attrs-19.3.0-py2.py3-none-any.whl (39 kB) 2021-02-18 20:49:36.464 | Collecting importlib-metadata===1.6.0 2021-02-18 20:49:36.473 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2a6/88cbaa90e0cc5/importlib_metadata-1.6.0-py2.py3-none-any.whl (30 kB) 2021-02-18 20:49:36.495 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (4.0.0) 2021-02-18 20:49:36.564 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (0.7.19) 2021-02-18 20:49:36.567 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-02-18 20:49:36.570 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.0.1) 2021-02-18 20:49:37.278 | Collecting alembic===1.4.2 2021-02-18 20:49:37.283 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/bc3/4e2872ed689e0/alembic-1.4.2-py2.py3-none-any.whl (159 kB) 2021-02-18 20:49:37.341 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-02-18 20:49:37.801 | Collecting cachetools===4.1.0 2021-02-18 20:49:37.813 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de5/d88f877816022/cachetools-4.1.0-py3-none-any.whl (10 kB) 2021-02-18 20:49:37.858 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (2.1.1) 2021-02-18 20:49:38.437 | Collecting kombu===4.6.8 2021-02-18 20:49:38.443 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/598/e7e749d6ab54f/kombu-4.6.8-py2.py3-none-any.whl (183 kB) 2021-02-18 20:49:38.678 | Collecting amqp===2.5.2 2021-02-18 20:49:38.684 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6e6/49ca13a7df3fa/amqp-2.5.2-py2.py3-none-any.whl (49 kB) 2021-02-18 20:49:38.732 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (3.0.0) 2021-02-18 20:49:39.017 | Collecting greenlet===0.4.15 2021-02-18 20:49:39.023 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/23d/12eacffa9d0f2/greenlet-0.4.15-cp36-cp36m-manylinux1_x86_64.whl (41 kB) 2021-02-18 20:49:39.232 | Collecting Paste===3.4.0 2021-02-18 20:49:39.440 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5d2/29beb9a0efdb8/Paste-3.4.0-py2.py3-none-any.whl (593 kB) 2021-02-18 20:49:39.588 | Collecting eventlet===0.26.1 2021-02-18 20:49:39.595 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/faa/384fdd8e5797a/eventlet-0.26.1-py2.py3-none-any.whl (223 kB) 2021-02-18 20:49:40.164 | Collecting oslo.concurrency===4.0.3 2021-02-18 20:49:40.172 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/649/f5407717c5c98/oslo.concurrency-4.0.3-py3-none-any.whl (47 kB) 2021-02-18 20:49:40.301 | Collecting PasteDeploy===2.1.0 2021-02-18 20:49:40.307 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bc6/578735a32c774/PasteDeploy-2.1.0-py2.py3-none-any.whl (17 kB) 2021-02-18 20:49:40.437 | Collecting Routes===2.4.1 2021-02-18 20:49:40.444 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d64/b8ae22bef127d/Routes-2.4.1-py2.py3-none-any.whl (48 kB) 2021-02-18 20:49:40.496 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (0.1.12) 2021-02-18 20:49:40.498 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (0.10.9) 2021-02-18 20:49:40.910 | Collecting pyOpenSSL===19.1.0 2021-02-18 20:49:40.916 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/621/880965a720b8e/pyOpenSSL-19.1.0-py2.py3-none-any.whl (53 kB) 2021-02-18 20:49:40.995 | Collecting defusedxml===0.6.0 2021-02-18 20:49:41.002 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/668/7150770438374/defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) 2021-02-18 20:49:41.050 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-02-18 20:49:41.052 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.9) 2021-02-18 20:49:41.055 | Requirement already satisfied: certifi===2020.4.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2020.4.5.1) 2021-02-18 20:49:41.450 | Collecting Tempita===0.5.2 2021-02-18 20:49:41.457 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/52d/39a6dbde3c2df/Tempita-0.5.2-py3-none-any.whl (12 kB) 2021-02-18 20:49:41.501 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (1.0.0) 2021-02-18 20:49:41.503 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 699)) (1.6.0) 2021-02-18 20:49:41.505 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (1.0.0) 2021-02-18 20:49:41.507 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 966)) (1.4.0) 2021-02-18 20:49:41.570 | Collecting zipp===3.1.0 2021-02-18 20:49:41.575 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa3/6550ff0c0b7ef/zipp-3.1.0-py3-none-any.whl (4.9 kB) 2021-02-18 20:49:41.589 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) (1.7.0) 2021-02-18 20:49:41.594 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 987)) (1.12.1) 2021-02-18 20:49:42.027 | Collecting Mako===1.1.2 2021-02-18 20:49:42.033 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e8/b53c71c7e59f3/Mako-1.1.2-py2.py3-none-any.whl (75 kB) 2021-02-18 20:49:42.464 | Collecting python-editor===1.0.4 2021-02-18 20:49:42.471 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1bf/6e860a8ad52a1/python_editor-1.0.4-py3-none-any.whl (4.9 kB) 2021-02-18 20:49:42.923 | Collecting vine===1.3.0 2021-02-18 20:49:42.928 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ea4/947cc56d1fd6f/vine-1.3.0-py2.py3-none-any.whl (14 kB) 2021-02-18 20:49:43.034 | Collecting monotonic===1.5 2021-02-18 20:49:43.040 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/552/a91f381532e33/monotonic-1.5-py2.py3-none-any.whl (5.3 kB) 2021-02-18 20:49:43.146 | Collecting dnspython===1.15.0 2021-02-18 20:49:43.153 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/861/e6e58faa730f9/dnspython-1.15.0-py2.py3-none-any.whl (177 kB) 2021-02-18 20:49:43.591 | Collecting fasteners===0.14.1 2021-02-18 20:49:43.597 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/564/a115ff9698767/fasteners-0.14.1-py2.py3-none-any.whl (20 kB) 2021-02-18 20:49:43.735 | Collecting repoze.lru===0.7 2021-02-18 20:49:43.741 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f77/bf0e1096ea445/repoze.lru-0.7-py3-none-any.whl (10 kB) 2021-02-18 20:49:43.793 | Building wheels for collected packages: pyrsistent, scrypt, yappi 2021-02-18 20:49:43.794 | Building wheel for pyrsistent (setup.py): started 2021-02-18 20:49:45.224 | Building wheel for pyrsistent (setup.py): finished with status 'done' 2021-02-18 20:49:45.225 | Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=97734 sha256=31f70ef3b6ac5a0035a3c234694a7d56b486cba260cd8d5e6c8e8a1bf32c0212 2021-02-18 20:49:45.225 | Stored in directory: /root/.cache/pip/wheels/49/9f/58/af811c2fe7f106c1216dd38c4b6a25b53daf175fa87f1539b0 2021-02-18 20:49:45.227 | Building wheel for scrypt (setup.py): started 2021-02-18 20:49:47.716 | Building wheel for scrypt (setup.py): finished with status 'done' 2021-02-18 20:49:47.717 | Created wheel for scrypt: filename=scrypt-0.8.13-cp36-cp36m-linux_x86_64.whl size=73188 sha256=23f13eee00544b211a98c0e42c9db051771deae3a73fadc1f663f71eb2decd81 2021-02-18 20:49:47.717 | Stored in directory: /root/.cache/pip/wheels/0c/52/ad/29fdeb2dcf7a0cf9e289bca23d73e0ffde209047e21277a31a 2021-02-18 20:49:47.719 | Building wheel for yappi (setup.py): started 2021-02-18 20:49:49.938 | Building wheel for yappi (setup.py): finished with status 'done' 2021-02-18 20:49:49.939 | Created wheel for yappi: filename=yappi-1.2.3-cp36-cp36m-linux_x86_64.whl size=79019 sha256=9bab2264e98d66a63f2e1e20aaf91ef32a805793c038e310dccf41cf2e68d445 2021-02-18 20:49:49.939 | Stored in directory: /root/.cache/pip/wheels/2d/dc/d8/6a1a678ef4138cb1af54edbbbc977e5f093e65af658c2b9675 2021-02-18 20:49:49.940 | Successfully built pyrsistent scrypt yappi 2021-02-18 20:49:50.933 | Installing collected packages: itsdangerous, click, MarkupSafe, Jinja2, Werkzeug, Flask, aniso8601, Flask-RESTful, pycparser, cffi, cryptography, SQLAlchemy, Tempita, sqlparse, sqlalchemy-migrate, passlib, bcrypt, scrypt, cachetools, statsd, oslo.middleware, greenlet, Paste, monotonic, dnspython, eventlet, fasteners, oslo.concurrency, yappi, PasteDeploy, repoze.lru, Routes, oslo.service, zipp, importlib-metadata, vine, amqp, kombu, oslo.messaging, testresources, Mako, python-editor, alembic, testscenarios, oslo.db, oslo.policy, oslo.upgradecheck, oauthlib, pyOpenSSL, defusedxml, pysaml2, PyJWT, attrs, pyrsistent, jsonschema, osprofiler, keystone 2021-02-18 20:49:50.959 | Attempting uninstall: click 2021-02-18 20:49:50.960 | Found existing installation: click 6.7 2021-02-18 20:49:50.967 | Uninstalling click-6.7: 2021-02-18 20:49:50.990 | Successfully uninstalled click-6.7 2021-02-18 20:49:51.068 | Attempting uninstall: MarkupSafe 2021-02-18 20:49:51.069 | Found existing installation: MarkupSafe 1.0 2021-02-18 20:49:51.070 | Uninstalling MarkupSafe-1.0: 2021-02-18 20:49:51.092 | Successfully uninstalled MarkupSafe-1.0 2021-02-18 20:49:51.110 | Attempting uninstall: Jinja2 2021-02-18 20:49:51.111 | Found existing installation: Jinja2 2.10 2021-02-18 20:49:51.114 | Uninstalling Jinja2-2.10: 2021-02-18 20:49:51.135 | Successfully uninstalled Jinja2-2.10 2021-02-18 20:49:51.856 | Attempting uninstall: cryptography 2021-02-18 20:49:51.857 | Found existing installation: cryptography 2.1.4 2021-02-18 20:49:51.862 | Uninstalling cryptography-2.1.4: 2021-02-18 20:49:51.883 | Successfully uninstalled cryptography-2.1.4 2021-02-18 20:49:54.636 | Attempting uninstall: zipp 2021-02-18 20:49:54.637 | Found existing installation: zipp 3.4.0 2021-02-18 20:49:54.639 | Uninstalling zipp-3.4.0: 2021-02-18 20:49:54.762 | Successfully uninstalled zipp-3.4.0 2021-02-18 20:49:54.775 | Attempting uninstall: importlib-metadata 2021-02-18 20:49:54.776 | Found existing installation: importlib-metadata 3.4.0 2021-02-18 20:49:54.779 | Uninstalling importlib-metadata-3.4.0: 2021-02-18 20:49:54.780 | Successfully uninstalled importlib-metadata-3.4.0 2021-02-18 20:49:55.864 | Attempting uninstall: oauthlib 2021-02-18 20:49:55.865 | Found existing installation: oauthlib 2.0.6 2021-02-18 20:49:55.871 | Uninstalling oauthlib-2.0.6: 2021-02-18 20:49:55.890 | Successfully uninstalled oauthlib-2.0.6 2021-02-18 20:49:56.009 | Attempting uninstall: pyOpenSSL 2021-02-18 20:49:56.010 | Found existing installation: pyOpenSSL 17.5.0 2021-02-18 20:49:56.014 | Uninstalling pyOpenSSL-17.5.0: 2021-02-18 20:49:56.031 | Successfully uninstalled pyOpenSSL-17.5.0 2021-02-18 20:49:56.570 | Attempting uninstall: PyJWT 2021-02-18 20:49:56.570 | Found existing installation: PyJWT 1.5.3 2021-02-18 20:49:56.577 | Uninstalling PyJWT-1.5.3: 2021-02-18 20:49:56.594 | Successfully uninstalled PyJWT-1.5.3 2021-02-18 20:49:56.626 | Attempting uninstall: attrs 2021-02-18 20:49:56.627 | Found existing installation: attrs 17.4.0 2021-02-18 20:49:56.635 | Uninstalling attrs-17.4.0: 2021-02-18 20:49:56.651 | Successfully uninstalled attrs-17.4.0 2021-02-18 20:49:56.742 | Attempting uninstall: jsonschema 2021-02-18 20:49:56.743 | Found existing installation: jsonschema 2.6.0 2021-02-18 20:49:56.747 | Uninstalling jsonschema-2.6.0: 2021-02-18 20:49:56.778 | Successfully uninstalled jsonschema-2.6.0 2021-02-18 20:49:56.951 | Running setup.py develop for keystone 2021-02-18 20:49:58.704 | Successfully installed Flask-1.1.2 Flask-RESTful-0.3.8 Jinja2-2.11.1 Mako-1.1.2 MarkupSafe-1.1.1 Paste-3.4.0 PasteDeploy-2.1.0 PyJWT-1.7.1 Routes-2.4.1 SQLAlchemy-1.3.16 Tempita-0.5.2 Werkzeug-1.0.1 alembic-1.4.2 amqp-2.5.2 aniso8601-8.0.0 attrs-19.3.0 bcrypt-3.1.7 cachetools-4.1.0 cffi-1.14.0 click-7.1.1 cryptography-2.9 defusedxml-0.6.0 dnspython-1.15.0 eventlet-0.26.1 fasteners-0.14.1 greenlet-0.4.15 importlib-metadata-1.6.0 itsdangerous-1.1.0 jsonschema-3.2.0 keystone kombu-4.6.8 monotonic-1.5 oauthlib-3.1.0 oslo.concurrency-4.0.3 oslo.db-8.1.0 oslo.messaging-12.1.5 oslo.middleware-4.0.2 oslo.policy-3.1.1 oslo.service-2.1.1 oslo.upgradecheck-1.0.1 osprofiler-3.1.0 passlib-1.7.2 pyOpenSSL-19.1.0 pycparser-2.20 pyrsistent-0.16.0 pysaml2-5.0.0 python-editor-1.0.4 repoze.lru-0.7 scrypt-0.8.13 sqlalchemy-migrate-0.13.0 sqlparse-0.3.1 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-1.3.0 yappi-1.2.3 zipp-3.1.0 2021-02-18 20:49:58.796 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:49:58.796 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:49:58.945 | + inc/python:pip_install:207 : result=0 2021-02-18 20:49:58.947 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:49:58.949 | + functions-common:time_stop:2331 : local name 2021-02-18 20:49:58.951 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:49:58.953 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:49:58.955 | + functions-common:time_stop:2334 : local total 2021-02-18 20:49:58.957 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:49:58.960 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:49:58.962 | + functions-common:time_stop:2338 : start_time=1613681344291 2021-02-18 20:49:58.963 | + functions-common:time_stop:2340 : [[ -z 1613681344291 ]] 2021-02-18 20:49:58.967 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:49:58.970 | + functions-common:time_stop:2343 : end_time=1613681398968 2021-02-18 20:49:58.972 | + functions-common:time_stop:2344 : elapsed_time=54677 2021-02-18 20:49:58.974 | + functions-common:time_stop:2345 : total=116055 2021-02-18 20:49:58.976 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:49:58.978 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=170732 2021-02-18 20:49:58.980 | + inc/python:pip_install:210 : return 0 2021-02-18 20:49:58.983 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-02-18 20:49:58.985 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-02-18 20:49:58.987 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-02-18 20:49:59.003 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-02-18 20:49:59.014 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/keystone 2021-02-18 20:49:59.017 | + inc/python:use_library_from_git:263 : local name=/opt/stack/keystone 2021-02-18 20:49:59.019 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:49:59.021 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:49:59.023 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,/opt/stack/keystone, ]] 2021-02-18 20:49:59.026 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:49:59.028 | + lib/keystone:install_keystone:502 : is_service_enabled ldap 2021-02-18 20:49:59.043 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:49:59.045 | + lib/keystone:install_keystone:506 : '[' uwsgi == mod_wsgi ']' 2021-02-18 20:49:59.048 | + lib/keystone:install_keystone:508 : '[' uwsgi == uwsgi ']' 2021-02-18 20:49:59.050 | + lib/keystone:install_keystone:509 : pip_install uwsgi 2021-02-18 20:49:59.069 | Using python 3.6 to install uwsgi because python3_enabled=True 2021-02-18 20:49:59.074 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt uwsgi 2021-02-18 20:50:01.698 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:50:01.698 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-18 20:50:01.698 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.699 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.699 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.700 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.701 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.701 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.702 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.702 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.703 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.703 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.704 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.704 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.704 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.705 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.705 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.706 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.706 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.707 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.707 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.708 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.708 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.708 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.709 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.710 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.710 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.712 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.713 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.713 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.714 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.714 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.714 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.715 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.715 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.716 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.717 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.717 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.718 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.718 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.719 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.719 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.719 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.720 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.720 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.720 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.721 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.721 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.722 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.722 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.722 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.723 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.723 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.724 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.724 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.725 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.725 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.726 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.726 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.727 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.727 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.727 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.728 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.729 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.729 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.730 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.730 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.731 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.731 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.732 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.732 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.733 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.734 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.734 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.734 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.735 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.735 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.736 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.736 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.737 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.737 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.737 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.738 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.738 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.739 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.739 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.740 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.740 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.741 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.741 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.742 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.742 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.742 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.743 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.743 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.744 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.744 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.745 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.745 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.746 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.746 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.747 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.747 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.748 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.748 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.749 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.749 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.750 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.750 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.750 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.751 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.751 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.752 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.752 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.753 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.753 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.754 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.754 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.755 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.755 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.755 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.756 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.756 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.757 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.757 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.758 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.758 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.758 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.759 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.759 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.760 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.760 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.761 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.761 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.761 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.762 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.762 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.763 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.764 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.764 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.765 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.765 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.765 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.766 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.766 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.767 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.767 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.768 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.768 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.769 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.769 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.769 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.770 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.770 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.771 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.771 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.772 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.772 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.772 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.773 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.773 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.773 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.774 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.774 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.775 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.775 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.776 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.776 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.777 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.777 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.777 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.778 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.779 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.779 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.779 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.780 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.780 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.781 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.781 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.781 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.782 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.782 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.783 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.783 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.783 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.784 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.784 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.785 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.785 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.785 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.786 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.786 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.787 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.787 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.787 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.788 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.788 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.788 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.789 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.789 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.790 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.790 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.791 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.791 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.791 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.792 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.792 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.793 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.793 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.793 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.794 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.794 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.795 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.795 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.795 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.796 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.796 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.797 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.797 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.797 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.798 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.798 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.799 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.799 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.799 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.800 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.800 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.801 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.801 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.801 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.802 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.802 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.803 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.803 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.804 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.805 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.805 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.806 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.807 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.807 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.808 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.808 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.809 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.809 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.810 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.810 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.810 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.811 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.811 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.812 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.812 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.813 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.813 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.813 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.814 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.814 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.815 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.815 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.816 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.816 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.816 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.817 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.817 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.818 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.818 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.819 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.819 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.819 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.820 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.820 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.820 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.821 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.821 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.822 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.822 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.823 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.823 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.824 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.824 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.824 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.825 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.826 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.826 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.827 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.827 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.827 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.828 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.828 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.829 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.829 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.830 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.830 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.830 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.831 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.831 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.832 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.832 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.832 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.833 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.833 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.834 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.834 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.834 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.835 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.835 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.836 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.836 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.837 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.837 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.837 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.838 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.838 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.839 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.839 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.839 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.840 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.840 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.841 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.842 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.842 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.843 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.843 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.843 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.844 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.844 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.845 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.845 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.846 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.846 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.846 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.847 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.848 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.848 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.849 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.849 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.849 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.850 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.850 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.851 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.851 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.852 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.852 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.853 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.853 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.854 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.854 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.854 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.855 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.855 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.855 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.856 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.856 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.857 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.857 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.858 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.858 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.859 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.859 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.859 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.860 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.860 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.861 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.861 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.862 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.862 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.863 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.863 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.863 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.864 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.864 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.865 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.865 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.866 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.866 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.866 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.867 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.867 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.868 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.868 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.869 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.869 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.869 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.870 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.870 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.871 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.871 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.872 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.872 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.873 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.873 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.874 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.874 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.874 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.875 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.875 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.876 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.876 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.876 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.877 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.877 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.878 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.878 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.878 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.879 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.879 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.880 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.880 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.881 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.881 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.882 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.882 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.883 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.883 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.884 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.884 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.884 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:01.885 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:01.885 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:01.886 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:02.400 | Collecting uwsgi 2021-02-18 20:50:02.411 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/faa/85e053c0b1be4/uWSGI-2.0.19.1.tar.gz (803 kB) 2021-02-18 20:50:03.434 | Building wheels for collected packages: uwsgi 2021-02-18 20:50:03.435 | Building wheel for uwsgi (setup.py): started 2021-02-18 20:50:19.252 | Building wheel for uwsgi (setup.py): finished with status 'done' 2021-02-18 20:50:19.257 | Created wheel for uwsgi: filename=uWSGI-2.0.19.1-cp36-cp36m-linux_x86_64.whl size=597480 sha256=02f796141f15669a021b0b84b091a9ca804c6111f45a8705c3cff56bbf4a0209 2021-02-18 20:50:19.257 | Stored in directory: /root/.cache/pip/wheels/29/4a/94/285bc191a56d1bb891edac383decd10937b2214951580c052d 2021-02-18 20:50:19.258 | Successfully built uwsgi 2021-02-18 20:50:20.395 | Installing collected packages: uwsgi 2021-02-18 20:50:20.492 | Successfully installed uwsgi-2.0.19.1 2021-02-18 20:50:20.585 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:50:20.585 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:50:20.700 | + inc/python:pip_install:207 : result=0 2021-02-18 20:50:20.702 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:50:20.705 | + functions-common:time_stop:2331 : local name 2021-02-18 20:50:20.707 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:50:20.709 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:50:20.712 | + functions-common:time_stop:2334 : local total 2021-02-18 20:50:20.714 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:50:20.716 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:50:20.719 | + functions-common:time_stop:2338 : start_time=1613681399065 2021-02-18 20:50:20.721 | + functions-common:time_stop:2340 : [[ -z 1613681399065 ]] 2021-02-18 20:50:20.724 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:50:20.727 | + functions-common:time_stop:2343 : end_time=1613681420725 2021-02-18 20:50:20.729 | + functions-common:time_stop:2344 : elapsed_time=21660 2021-02-18 20:50:20.731 | + functions-common:time_stop:2345 : total=170732 2021-02-18 20:50:20.734 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:50:20.736 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=192392 2021-02-18 20:50:20.738 | + inc/python:pip_install:210 : return 0 2021-02-18 20:50:20.740 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-02-18 20:50:20.743 | + ./stack.sh:main:870 : configure_keystone 2021-02-18 20:50:20.745 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2021-02-18 20:50:20.757 | + 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-02-18 20:50:20.759 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2021-02-18 20:50:20.763 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2021-02-18 20:50:20.778 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:50:20.780 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2021-02-18 20:50:20.806 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2021-02-18 20:50:20.830 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2021-02-18 20:50:20.856 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2021-02-18 20:50:20.882 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2021-02-18 20:50:20.907 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2021-02-18 20:50:20.932 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2021-02-18 20:50:20.957 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2021-02-18 20:50:20.980 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2021-02-18 20:50:20.982 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2021-02-18 20:50:20.984 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2021-02-18 20:50:20.987 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2021-02-18 20:50:20.989 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-02-18 20:50:20.991 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-02-18 20:50:21.006 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:50:21.009 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-02-18 20:50:21.011 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-02-18 20:50:21.013 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-02-18 20:50:21.027 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:50:21.030 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/ 2021-02-18 20:50:21.032 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/ 2021-02-18 20:50:21.058 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-02-18 20:50:21.061 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-02-18 20:50:21.063 | + lib/keystone:configure_keystone:225 : local service_port=5000 2021-02-18 20:50:21.065 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2021-02-18 20:50:21.067 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2021-02-18 20:50:21.082 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:50:21.085 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.41/identity 2021-02-18 20:50:21.111 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.41/identity 2021-02-18 20:50:21.134 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2021-02-18 20:50:21.137 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2021-02-18 20:50:21.163 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2021-02-18 20:50:21.165 | ++ lib/database:database_connection_url:132 : local db=keystone 2021-02-18 20:50:21.167 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2021-02-18 20:50:21.170 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2021-02-18 20:50:21.173 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-02-18 20:50:21.175 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-02-18 20:50:21.201 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2021-02-18 20:50:21.203 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2021-02-18 20:50:21.206 | + functions:setup_logging:655 : local conf_file=/etc/keystone/keystone.conf 2021-02-18 20:50:21.208 | + functions:setup_logging:656 : local other_cond=False 2021-02-18 20:50:21.210 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-02-18 20:50:21.212 | + functions:setup_logging:658 : setup_systemd_logging /etc/keystone/keystone.conf 2021-02-18 20:50:21.215 | + functions:setup_systemd_logging:686 : local conf_file=/etc/keystone/keystone.conf 2021-02-18 20:50:21.217 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-02-18 20:50:21.220 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-02-18 20:50:21.235 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-02-18 20:50:21.237 | + functions:setup_systemd_logging:693 : local pidstr= 2021-02-18 20:50:21.239 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-02-18 20:50:21.242 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-02-18 20:50:21.244 | + functions:setup_systemd_logging:700 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-02-18 20:50:21.267 | + functions:setup_systemd_logging:702 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 20:50:21.291 | + functions:setup_systemd_logging:703 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 20:50:21.314 | + functions:setup_systemd_logging:704 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-02-18 20:50:21.338 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2021-02-18 20:50:21.362 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2021-02-18 20:50:21.364 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2021-02-18 20:50:21.366 | + lib/apache:write_uwsgi_config:264 : local file=/etc/keystone/keystone-uwsgi-public.ini 2021-02-18 20:50:21.368 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/keystone-wsgi-public 2021-02-18 20:50:21.371 | + lib/apache:write_uwsgi_config:266 : local url=/identity 2021-02-18 20:50:21.373 | + lib/apache:write_uwsgi_config:267 : local http= 2021-02-18 20:50:21.376 | + lib/apache:write_uwsgi_config:268 : local name= 2021-02-18 20:50:21.378 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/keystone-wsgi-public 2021-02-18 20:50:21.382 | + lib/apache:write_uwsgi_config:269 : name=keystone-wsgi-public 2021-02-18 20:50:21.384 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-02-18 20:50:21.386 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-02-18 20:50:21.398 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-02-18 20:50:21.398 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-02-18 20:50:21.405 | d /var/run/uwsgi 0755 ubuntu root 2021-02-18 20:50:21.408 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-02-18 20:50:21.422 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2021-02-18 20:50:21.424 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2021-02-18 20:50:21.427 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2021-02-18 20:50:21.452 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2021-02-18 20:50:21.475 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2021-02-18 20:50:21.499 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2021-02-18 20:50:21.522 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2021-02-18 20:50:21.545 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2021-02-18 20:50:21.569 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2021-02-18 20:50:21.592 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2021-02-18 20:50:21.615 | + lib/apache:write_uwsgi_config:298 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2021-02-18 20:50:21.639 | + lib/apache:write_uwsgi_config:300 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-02-18 20:50:21.662 | + lib/apache:write_uwsgi_config:302 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2021-02-18 20:50:21.686 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2021-02-18 20:50:21.709 | + lib/apache:write_uwsgi_config:306 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2021-02-18 20:50:21.732 | + lib/apache:write_uwsgi_config:309 : [[ -n '' ]] 2021-02-18 20:50:21.734 | + lib/apache:write_uwsgi_config:312 : local apache_conf= 2021-02-18 20:50:21.737 | ++ lib/apache:write_uwsgi_config:313 : apache_site_config_for keystone-wsgi-public 2021-02-18 20:50:21.740 | ++ lib/apache:apache_site_config_for:196 : local site=keystone-wsgi-public 2021-02-18 20:50:21.742 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-02-18 20:50:21.744 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:50:21.747 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:50:21.749 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-02-18 20:50:21.752 | + lib/apache:write_uwsgi_config:313 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2021-02-18 20:50:21.754 | + lib/apache:write_uwsgi_config:314 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2021-02-18 20:50:21.781 | + lib/apache:write_uwsgi_config:315 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2021-02-18 20:50:21.805 | + lib/apache:write_uwsgi_config:316 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 ' 2021-02-18 20:50:21.805 | + lib/apache:write_uwsgi_config:316 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-02-18 20:50:21.813 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 2021-02-18 20:50:21.816 | + lib/apache:write_uwsgi_config:317 : enable_apache_site keystone-wsgi-public 2021-02-18 20:50:21.818 | + lib/apache:enable_apache_site:213 : local site=keystone-wsgi-public 2021-02-18 20:50:21.820 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-02-18 20:50:21.822 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-02-18 20:50:21.825 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-18 20:50:21.827 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:50:21.830 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:50:21.832 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-02-18 20:50:21.834 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-02-18 20:50:21.836 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:50:21.839 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:50:21.841 | + lib/apache:enable_apache_site:217 : sudo a2ensite keystone-wsgi-public 2021-02-18 20:50:21.897 | Enabling site keystone-wsgi-public. 2021-02-18 20:50:21.902 | To activate the new configuration, you need to run: 2021-02-18 20:50:21.902 | systemctl reload apache2 2021-02-18 20:50:21.906 | + lib/apache:write_uwsgi_config:318 : restart_apache_server 2021-02-18 20:50:21.909 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-02-18 20:50:21.911 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-02-18 20:50:21.913 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-02-18 20:50:22.056 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2021-02-18 20:50:22.059 | + lib/apache:write_uwsgi_config:264 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2021-02-18 20:50:22.061 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2021-02-18 20:50:22.063 | + lib/apache:write_uwsgi_config:266 : local url=/identity_admin 2021-02-18 20:50:22.066 | + lib/apache:write_uwsgi_config:267 : local http= 2021-02-18 20:50:22.068 | + lib/apache:write_uwsgi_config:268 : local name= 2021-02-18 20:50:22.071 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/keystone-wsgi-admin 2021-02-18 20:50:22.075 | + lib/apache:write_uwsgi_config:269 : name=keystone-wsgi-admin 2021-02-18 20:50:22.077 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-02-18 20:50:22.079 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-02-18 20:50:22.091 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-02-18 20:50:22.091 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-02-18 20:50:22.098 | d /var/run/uwsgi 0755 ubuntu root 2021-02-18 20:50:22.101 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-02-18 20:50:22.115 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2021-02-18 20:50:22.117 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2021-02-18 20:50:22.121 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2021-02-18 20:50:22.147 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2021-02-18 20:50:22.171 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2021-02-18 20:50:22.194 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2021-02-18 20:50:22.218 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2021-02-18 20:50:22.241 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2021-02-18 20:50:22.265 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2021-02-18 20:50:22.288 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2021-02-18 20:50:22.313 | + lib/apache:write_uwsgi_config:298 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2021-02-18 20:50:22.336 | + lib/apache:write_uwsgi_config:300 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-02-18 20:50:22.360 | + lib/apache:write_uwsgi_config:302 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2021-02-18 20:50:22.383 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2021-02-18 20:50:22.407 | + lib/apache:write_uwsgi_config:306 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2021-02-18 20:50:22.431 | + lib/apache:write_uwsgi_config:309 : [[ -n '' ]] 2021-02-18 20:50:22.433 | + lib/apache:write_uwsgi_config:312 : local apache_conf= 2021-02-18 20:50:22.436 | ++ lib/apache:write_uwsgi_config:313 : apache_site_config_for keystone-wsgi-admin 2021-02-18 20:50:22.438 | ++ lib/apache:apache_site_config_for:196 : local site=keystone-wsgi-admin 2021-02-18 20:50:22.440 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-02-18 20:50:22.443 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:50:22.445 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:50:22.447 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-02-18 20:50:22.450 | + lib/apache:write_uwsgi_config:313 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-02-18 20:50:22.452 | + lib/apache:write_uwsgi_config:314 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2021-02-18 20:50:22.476 | + lib/apache:write_uwsgi_config:315 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2021-02-18 20:50:22.500 | + lib/apache:write_uwsgi_config:316 : echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 ' 2021-02-18 20:50:22.500 | + lib/apache:write_uwsgi_config:316 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-02-18 20:50:22.507 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 2021-02-18 20:50:22.510 | + lib/apache:write_uwsgi_config:317 : enable_apache_site keystone-wsgi-admin 2021-02-18 20:50:22.513 | + lib/apache:enable_apache_site:213 : local site=keystone-wsgi-admin 2021-02-18 20:50:22.515 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-02-18 20:50:22.517 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-02-18 20:50:22.519 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-18 20:50:22.522 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:50:22.524 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:50:22.526 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-02-18 20:50:22.529 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-02-18 20:50:22.531 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:50:22.533 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:50:22.535 | + lib/apache:enable_apache_site:217 : sudo a2ensite keystone-wsgi-admin 2021-02-18 20:50:22.593 | Enabling site keystone-wsgi-admin. 2021-02-18 20:50:22.598 | To activate the new configuration, you need to run: 2021-02-18 20:50:22.598 | systemctl reload apache2 2021-02-18 20:50:22.602 | + lib/apache:write_uwsgi_config:318 : restart_apache_server 2021-02-18 20:50:22.604 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-02-18 20:50:22.606 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-02-18 20:50:22.609 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-02-18 20:50:22.740 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2021-02-18 20:50:22.766 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2021-02-18 20:50:22.792 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2021-02-18 20:50:22.818 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2021-02-18 20:50:22.820 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2021-02-18 20:50:22.846 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2021-02-18 20:50:22.870 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2021-02-18 20:50:22.894 | + ./stack.sh:main:874 : is_service_enabled swift 2021-02-18 20:50:22.909 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:50:22.912 | + ./stack.sh:main:875 : is_service_enabled ceilometer 2021-02-18 20:50:22.927 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:50:22.929 | + ./stack.sh:main:878 : stack_install_service swift 2021-02-18 20:50:22.932 | + lib/stack:stack_install_service:20 : local service=swift 2021-02-18 20:50:22.935 | + lib/stack:stack_install_service:21 : type install_swift 2021-02-18 20:50:22.937 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-02-18 20:50:22.939 | + lib/stack:stack_install_service:32 : install_swift 2021-02-18 20:50:22.942 | + lib/swift:install_swift:740 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift stable/ussuri 2021-02-18 20:50:22.944 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/swift.git 2021-02-18 20:50:22.946 | + functions-common:git_clone:524 : local git_dest=/opt/stack/swift 2021-02-18 20:50:22.948 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-02-18 20:50:22.950 | + functions-common:git_clone:526 : local orig_dir 2021-02-18 20:50:22.953 | ++ functions-common:git_clone:527 : pwd 2021-02-18 20:50:22.956 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-02-18 20:50:22.958 | + functions-common:git_clone:528 : local git_clone_flags= 2021-02-18 20:50:22.961 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-02-18 20:50:22.975 | + functions-common:git_clone:530 : RECLONE=False 2021-02-18 20:50:22.977 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-02-18 20:50:22.979 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-02-18 20:50:22.982 | + functions-common:git_clone:544 : echo stable/ussuri 2021-02-18 20:50:22.983 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-02-18 20:50:22.987 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/swift ]] 2021-02-18 20:50:22.989 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-02-18 20:50:22.991 | + functions-common:git_clone:592 : cd /opt/stack/swift 2021-02-18 20:50:22.994 | + functions-common:git_clone:593 : git show --oneline 2021-02-18 20:50:22.994 | + functions-common:git_clone:593 : head -1 2021-02-18 20:50:22.997 | 8d255c0ae Merge "Bump up timeouts for DSVM and probe test jobs" into stable/ussuri 2021-02-18 20:50:22.999 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-02-18 20:50:23.002 | + lib/swift:install_swift:743 : setup_develop /opt/stack/swift keystone 2021-02-18 20:50:23.004 | + inc/python:setup_develop:351 : local bindep 2021-02-18 20:50:23.006 | + inc/python:setup_develop:352 : [[ /opt/stack/swift == -bindep* ]] 2021-02-18 20:50:23.009 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/swift 2021-02-18 20:50:23.011 | + inc/python:setup_develop:357 : local extras=keystone 2021-02-18 20:50:23.014 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2021-02-18 20:50:23.016 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-02-18 20:50:23.019 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/swift == -bindep* ]] 2021-02-18 20:50:23.021 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/swift 2021-02-18 20:50:23.023 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-02-18 20:50:23.026 | + inc/python:_setup_package_with_constraints_edit:384 : local extras=keystone 2021-02-18 20:50:23.029 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/swift 2021-02-18 20:50:23.031 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-02-18 20:50:23.034 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/swift 2021-02-18 20:50:23.036 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-02-18 20:50:23.039 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-02-18 20:50:23.042 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2021-02-18 20:50:23.046 | + inc/python:_setup_package_with_constraints_edit:396 : name=swift 2021-02-18 20:50:23.049 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift '-e file:///opt/stack/swift#egg=swift' 2021-02-18 20:50:24.060 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/swift -e keystone 2021-02-18 20:50:24.063 | + inc/python:setup_package:430 : local bindep=0 2021-02-18 20:50:24.065 | + inc/python:setup_package:431 : local bindep_flag= 2021-02-18 20:50:24.067 | + inc/python:setup_package:432 : local bindep_profiles= 2021-02-18 20:50:24.069 | + inc/python:setup_package:433 : [[ /opt/stack/swift == -bindep* ]] 2021-02-18 20:50:24.072 | + inc/python:setup_package:438 : local project_dir=/opt/stack/swift 2021-02-18 20:50:24.074 | + inc/python:setup_package:439 : local flags=-e 2021-02-18 20:50:24.077 | + inc/python:setup_package:440 : local extras=keystone 2021-02-18 20:50:24.079 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-02-18 20:50:24.081 | + inc/python:setup_package:444 : [[ -z keystone ]] 2021-02-18 20:50:24.083 | + inc/python:setup_package:449 : [[ ! -z keystone ]] 2021-02-18 20:50:24.085 | + inc/python:setup_package:450 : extras='[keystone]' 2021-02-18 20:50:24.088 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-02-18 20:50:24.090 | + inc/python:setup_package:458 : pip_install -e '/opt/stack/swift[keystone]' 2021-02-18 20:50:24.107 | Using python 3.6 to install /opt/stack/swift because python3_enabled=True 2021-02-18 20:50:24.112 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2021-02-18 20:50:26.776 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:50:26.776 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-18 20:50:26.777 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.777 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.778 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.778 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.779 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.779 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.779 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.780 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.780 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.781 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.781 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.782 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.782 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.783 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.783 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.783 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.784 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.784 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.785 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.785 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.786 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.786 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.786 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.787 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.787 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.790 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.790 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.790 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.791 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.792 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.792 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.793 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.794 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.794 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.794 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.795 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.795 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.796 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.796 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.796 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.797 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.797 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.797 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.798 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.798 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.799 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.799 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.800 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.800 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.801 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.801 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.801 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.802 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.802 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.803 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.803 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.804 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.804 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.805 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.805 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.806 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.807 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.807 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.808 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.809 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.809 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.810 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.810 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.811 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.812 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.812 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.813 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.813 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.814 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.814 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.814 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.815 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.815 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.815 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.816 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.817 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.817 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.818 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.818 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.819 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.819 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.819 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.820 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.820 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.821 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.821 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.822 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.822 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.823 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.823 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.824 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.824 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.825 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.825 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.826 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.826 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.827 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.827 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.828 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.828 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.829 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.829 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.829 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.830 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.830 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.831 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.831 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.832 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.832 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.833 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.833 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.834 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.834 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.835 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.835 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.835 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.836 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.836 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.837 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.837 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.838 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.838 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.839 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.839 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.839 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.841 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.841 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.841 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.842 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.842 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.843 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.843 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.844 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.844 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.844 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.845 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.845 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.846 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.846 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.847 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.847 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.847 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.848 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.848 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.849 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.849 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.850 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.850 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.850 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.851 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.851 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.852 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.852 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.852 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.853 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.853 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.854 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.854 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.855 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.855 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.856 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.857 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.857 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.857 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.858 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.858 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.858 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.859 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.859 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.860 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.860 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.861 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.861 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.861 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.862 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.862 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.863 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.863 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.863 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.864 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.864 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.864 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.865 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.865 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.866 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.866 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.867 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.867 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.867 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.868 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.868 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.869 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.869 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.869 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.870 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.870 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.870 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.871 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.871 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.872 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.872 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.873 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.873 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.873 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.874 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.874 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.875 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.875 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.875 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.876 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.876 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.877 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.877 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.877 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.878 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.878 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.879 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.879 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.880 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.880 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.880 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.881 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.881 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.881 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.882 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.882 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.883 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.884 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.884 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.885 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.886 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.887 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.887 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.887 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.888 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.888 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.889 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.889 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.890 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.890 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.891 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.891 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.892 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.892 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.892 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.893 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.893 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.894 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.894 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.895 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.895 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.896 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.897 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.897 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.897 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.898 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.898 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.899 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.900 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.900 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.901 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.902 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.902 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.903 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.904 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.904 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.904 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.905 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.906 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.906 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.907 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.907 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.908 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.909 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.909 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.909 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.910 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.910 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.911 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.911 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.912 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.912 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.913 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.913 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.914 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.914 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.915 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.915 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.916 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.916 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.916 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.917 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.918 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.919 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.919 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.920 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.920 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.921 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.921 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.922 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.922 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.923 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.923 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.924 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.925 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.925 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.926 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.926 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.927 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.927 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.928 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.928 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.929 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.929 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.930 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.930 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.931 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.932 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.932 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.933 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.933 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.934 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.935 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.935 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.936 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.937 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.937 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.938 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.938 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.939 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.940 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.940 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.941 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.941 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.944 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.944 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.944 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.945 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.945 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.945 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.946 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.946 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.946 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.947 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.948 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.948 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.949 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.949 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.949 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.950 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.950 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.951 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.951 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.952 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.952 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.953 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.953 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.953 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.954 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.954 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.955 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.955 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.956 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.956 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.957 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.957 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.957 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.958 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.958 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.959 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.959 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.960 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.960 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.960 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.961 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.961 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.962 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.962 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.963 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.963 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.964 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.964 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.965 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.966 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.966 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.967 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.967 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.967 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.968 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.968 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.969 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.969 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.969 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.970 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.970 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.971 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.971 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.972 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.972 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.973 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.973 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.973 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.974 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.974 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.975 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.975 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.976 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.977 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.977 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.977 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:26.978 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:26.978 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:26.979 | Obtaining file:///opt/stack/swift 2021-02-18 20:50:28.245 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-02-18 20:50:29.490 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-02-18 20:50:29.499 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (2.9) 2021-02-18 20:50:29.539 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (0.26.1) 2021-02-18 20:50:29.549 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (0.4.15) 2021-02-18 20:50:29.552 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (9.0.0) 2021-02-18 20:50:30.464 | Collecting lxml===4.5.0 2021-02-18 20:50:30.481 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ebe/c08091a22c2be/lxml-4.5.0-cp36-cp36m-manylinux1_x86_64.whl (5.8 MB) 2021-02-18 20:50:30.694 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (1.5) 2021-02-18 20:50:30.696 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (0.10.9) 2021-02-18 20:50:30.699 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (2.3.1) 2021-02-18 20:50:30.735 | Requirement already satisfied: oslo.config===8.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) (8.0.4) 2021-02-18 20:50:30.750 | Requirement already satisfied: oslo.context===3.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.0.2) 2021-02-18 20:50:30.756 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (4.0.1) 2021-02-18 20:50:30.764 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (4.1.3) 2021-02-18 20:50:30.809 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526)) (3.1.2) 2021-02-18 20:50:30.822 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (4.1.2) 2021-02-18 20:50:30.839 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (5.4.5) 2021-02-18 20:50:30.842 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 593)) (3.0.0) 2021-02-18 20:50:31.276 | Collecting pyeclib===1.6.0 2021-02-18 20:50:31.295 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2021-02-18 20:50:32.298 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 603)) (0.9.6) 2021-02-18 20:50:32.301 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) (2.4.7) 2021-02-18 20:50:32.304 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 652)) (2.8.1) 2021-02-18 20:50:32.310 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 684)) (4.0.0) 2021-02-18 20:50:32.330 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 772)) (2019.3) 2021-02-18 20:50:32.334 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 787)) (2.23.0) 2021-02-18 20:50:32.357 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 799)) (1.4.0) 2021-02-18 20:50:32.391 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 831)) (1.14.0) 2021-02-18 20:50:32.394 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 900)) (1.32.0) 2021-02-18 20:50:32.400 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.25.8) 2021-02-18 20:50:32.869 | Collecting xattr===0.9.7 2021-02-18 20:50:32.876 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2021-02-18 20:50:33.619 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-02-18 20:50:33.623 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (1.15.0) 2021-02-18 20:50:33.626 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-02-18 20:50:33.641 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (4.0.0) 2021-02-18 20:50:33.710 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (0.9.0) 2021-02-18 20:50:33.714 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-02-18 20:50:33.717 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (0.7.19) 2021-02-18 20:50:33.720 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.0.1) 2021-02-18 20:50:33.728 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-02-18 20:50:33.733 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (0.6.2) 2021-02-18 20:50:33.736 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (0.1.12) 2021-02-18 20:50:33.739 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-02-18 20:50:33.741 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.9) 2021-02-18 20:50:33.745 | Requirement already satisfied: certifi===2020.4.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2020.4.5.1) 2021-02-18 20:50:33.748 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (2.20) 2021-02-18 20:50:33.750 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (1.7.0) 2021-02-18 20:50:33.755 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (4.4.2) 2021-02-18 20:50:33.758 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 988)) (1.12.1) 2021-02-18 20:50:33.761 | Building wheels for collected packages: pyeclib, xattr 2021-02-18 20:50:33.762 | Building wheel for pyeclib (setup.py): started 2021-02-18 20:50:34.897 | Building wheel for pyeclib (setup.py): finished with status 'done' 2021-02-18 20:50:34.898 | Created wheel for pyeclib: filename=pyeclib-1.6.0-cp36-cp36m-linux_x86_64.whl size=53041 sha256=45cf588a101e2452f801b77577ae7df208b6a8be37e37261fcd6272673340a23 2021-02-18 20:50:34.898 | Stored in directory: /root/.cache/pip/wheels/d1/e7/5c/187cdc036d5d2f2d7173a0c15ffdcd6a80b739475f849c4829 2021-02-18 20:50:34.900 | Building wheel for xattr (setup.py): started 2021-02-18 20:50:36.133 | Building wheel for xattr (setup.py): finished with status 'done' 2021-02-18 20:50:36.134 | Created wheel for xattr: filename=xattr-0.9.7-cp36-cp36m-linux_x86_64.whl size=30931 sha256=1c8efd41a263021e27338ccd56c2f65e54d100321056b2b1fbd7eb7aef561abd 2021-02-18 20:50:36.134 | Stored in directory: /root/.cache/pip/wheels/6f/e1/5d/b2a3587e1783702a1ae6ae1c99d9d21d246d5a189b4b1a2038 2021-02-18 20:50:36.135 | Successfully built pyeclib xattr 2021-02-18 20:50:36.979 | Installing collected packages: lxml, xattr, pyeclib, swift 2021-02-18 20:50:37.317 | Running setup.py develop for swift 2021-02-18 20:50:38.818 | Successfully installed lxml-4.5.0 pyeclib-1.6.0 swift xattr-0.9.7 2021-02-18 20:50:38.916 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:50:38.917 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:50:39.014 | + inc/python:pip_install:207 : result=0 2021-02-18 20:50:39.017 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:50:39.019 | + functions-common:time_stop:2331 : local name 2021-02-18 20:50:39.021 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:50:39.023 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:50:39.025 | + functions-common:time_stop:2334 : local total 2021-02-18 20:50:39.028 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:50:39.030 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:50:39.032 | + functions-common:time_stop:2338 : start_time=1613681424103 2021-02-18 20:50:39.034 | + functions-common:time_stop:2340 : [[ -z 1613681424103 ]] 2021-02-18 20:50:39.037 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:50:39.040 | + functions-common:time_stop:2343 : end_time=1613681439038 2021-02-18 20:50:39.042 | + functions-common:time_stop:2344 : elapsed_time=14935 2021-02-18 20:50:39.045 | + functions-common:time_stop:2345 : total=192392 2021-02-18 20:50:39.047 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:50:39.049 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=207327 2021-02-18 20:50:39.051 | + inc/python:pip_install:210 : return 0 2021-02-18 20:50:39.053 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-02-18 20:50:39.056 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-02-18 20:50:39.058 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-02-18 20:50:39.075 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-02-18 20:50:39.086 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/swift 2021-02-18 20:50:39.088 | + inc/python:use_library_from_git:263 : local name=/opt/stack/swift 2021-02-18 20:50:39.091 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:50:39.093 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:50:39.095 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,/opt/stack/swift, ]] 2021-02-18 20:50:39.098 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:50:39.100 | + lib/swift:install_swift:744 : '[' False == True ']' 2021-02-18 20:50:39.102 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-02-18 20:50:39.104 | + ./stack.sh:main:879 : configure_swift 2021-02-18 20:50:39.107 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2021-02-18 20:50:39.109 | + lib/swift:configure_swift:335 : local node_number 2021-02-18 20:50:39.111 | + lib/swift:configure_swift:336 : local swift_node_config 2021-02-18 20:50:39.113 | + lib/swift:configure_swift:337 : local swift_log_dir 2021-02-18 20:50:39.115 | + lib/swift:configure_swift:338 : local user_group 2021-02-18 20:50:39.117 | + lib/swift:configure_swift:341 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-02-18 20:50:39.879 | No proxy-server running 2021-02-18 20:50:39.879 | No account-auditor running 2021-02-18 20:50:39.879 | No object-reconstructor running 2021-02-18 20:50:39.879 | No container-auditor running 2021-02-18 20:50:39.879 | No account-reaper running 2021-02-18 20:50:39.879 | No container-replicator running 2021-02-18 20:50:39.879 | No container-updater running 2021-02-18 20:50:39.879 | No container-reconciler running 2021-02-18 20:50:39.879 | No object-auditor running 2021-02-18 20:50:39.879 | No object-updater running 2021-02-18 20:50:39.879 | No account-server running 2021-02-18 20:50:39.879 | No account-replicator running 2021-02-18 20:50:39.879 | No container-server running 2021-02-18 20:50:39.879 | No object-server running 2021-02-18 20:50:39.879 | No container-sharder running 2021-02-18 20:50:39.879 | No object-replicator running 2021-02-18 20:50:39.880 | No container-sync running 2021-02-18 20:50:39.880 | No object-expirer running 2021-02-18 20:50:39.925 | + lib/swift:configure_swift:341 : true 2021-02-18 20:50:39.927 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift 2021-02-18 20:50:39.939 | + lib/swift:configure_swift:344 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2021-02-18 20:50:39.950 | + lib/swift:configure_swift:346 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2021-02-18 20:50:39.953 | + lib/swift:configure_swift:355 : sed -e ' 2021-02-18 20:50:39.953 | s/%GROUP%//; 2021-02-18 20:50:39.953 | s/%USER%/ubuntu/; 2021-02-18 20:50:39.953 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2021-02-18 20:50:39.953 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2021-02-18 20:50:39.953 | + lib/swift:configure_swift:359 : sudo tee /etc/rsyncd.conf 2021-02-18 20:50:39.960 | uid = ubuntu 2021-02-18 20:50:39.960 | gid = 2021-02-18 20:50:39.960 | log file = /opt/stack/data/swift/logs/rsyncd.log 2021-02-18 20:50:39.960 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2021-02-18 20:50:39.960 | address = 127.0.0.1 2021-02-18 20:50:39.960 | 2021-02-18 20:50:39.960 | [account6612] 2021-02-18 20:50:39.960 | max connections = 25 2021-02-18 20:50:39.960 | path = /opt/stack/data/swift/1/node/ 2021-02-18 20:50:39.960 | read only = false 2021-02-18 20:50:39.960 | lock file = /opt/stack/data/swift/run/account6612.lock 2021-02-18 20:50:39.960 | 2021-02-18 20:50:39.960 | [account6622] 2021-02-18 20:50:39.960 | max connections = 25 2021-02-18 20:50:39.960 | path = /opt/stack/data/swift/2/node/ 2021-02-18 20:50:39.960 | read only = false 2021-02-18 20:50:39.960 | lock file = /opt/stack/data/swift/run/account6622.lock 2021-02-18 20:50:39.960 | 2021-02-18 20:50:39.960 | [account6632] 2021-02-18 20:50:39.960 | max connections = 25 2021-02-18 20:50:39.960 | path = /opt/stack/data/swift/3/node/ 2021-02-18 20:50:39.960 | read only = false 2021-02-18 20:50:39.960 | lock file = /opt/stack/data/swift/run/account6632.lock 2021-02-18 20:50:39.960 | 2021-02-18 20:50:39.961 | [account6642] 2021-02-18 20:50:39.961 | max connections = 25 2021-02-18 20:50:39.961 | path = /opt/stack/data/swift/4/node/ 2021-02-18 20:50:39.961 | read only = false 2021-02-18 20:50:39.961 | lock file = /opt/stack/data/swift/run/account6642.lock 2021-02-18 20:50:39.961 | 2021-02-18 20:50:39.961 | 2021-02-18 20:50:39.961 | [container6611] 2021-02-18 20:50:39.961 | max connections = 25 2021-02-18 20:50:39.961 | path = /opt/stack/data/swift/1/node/ 2021-02-18 20:50:39.961 | read only = false 2021-02-18 20:50:39.961 | lock file = /opt/stack/data/swift/run/container6611.lock 2021-02-18 20:50:39.961 | 2021-02-18 20:50:39.961 | [container6621] 2021-02-18 20:50:39.961 | max connections = 25 2021-02-18 20:50:39.961 | path = /opt/stack/data/swift/2/node/ 2021-02-18 20:50:39.961 | read only = false 2021-02-18 20:50:39.961 | lock file = /opt/stack/data/swift/run/container6621.lock 2021-02-18 20:50:39.961 | 2021-02-18 20:50:39.961 | [container6631] 2021-02-18 20:50:39.961 | max connections = 25 2021-02-18 20:50:39.961 | path = /opt/stack/data/swift/3/node/ 2021-02-18 20:50:39.961 | read only = false 2021-02-18 20:50:39.961 | lock file = /opt/stack/data/swift/run/container6631.lock 2021-02-18 20:50:39.961 | 2021-02-18 20:50:39.961 | [container6641] 2021-02-18 20:50:39.961 | max connections = 25 2021-02-18 20:50:39.961 | path = /opt/stack/data/swift/4/node/ 2021-02-18 20:50:39.961 | read only = false 2021-02-18 20:50:39.961 | lock file = /opt/stack/data/swift/run/container6641.lock 2021-02-18 20:50:39.961 | 2021-02-18 20:50:39.961 | 2021-02-18 20:50:39.961 | [object6613] 2021-02-18 20:50:39.961 | max connections = 25 2021-02-18 20:50:39.961 | path = /opt/stack/data/swift/1/node/ 2021-02-18 20:50:39.961 | read only = false 2021-02-18 20:50:39.962 | lock file = /opt/stack/data/swift/run/object6613.lock 2021-02-18 20:50:39.962 | 2021-02-18 20:50:39.962 | [object6623] 2021-02-18 20:50:39.962 | max connections = 25 2021-02-18 20:50:39.962 | path = /opt/stack/data/swift/2/node/ 2021-02-18 20:50:39.962 | read only = false 2021-02-18 20:50:39.962 | lock file = /opt/stack/data/swift/run/object6623.lock 2021-02-18 20:50:39.962 | 2021-02-18 20:50:39.962 | [object6633] 2021-02-18 20:50:39.962 | max connections = 25 2021-02-18 20:50:39.962 | path = /opt/stack/data/swift/3/node/ 2021-02-18 20:50:39.962 | read only = false 2021-02-18 20:50:39.962 | lock file = /opt/stack/data/swift/run/object6633.lock 2021-02-18 20:50:39.962 | 2021-02-18 20:50:39.962 | [object6643] 2021-02-18 20:50:39.962 | max connections = 25 2021-02-18 20:50:39.962 | path = /opt/stack/data/swift/4/node/ 2021-02-18 20:50:39.962 | read only = false 2021-02-18 20:50:39.962 | lock file = /opt/stack/data/swift/run/object6643.lock 2021-02-18 20:50:39.963 | + lib/swift:configure_swift:361 : is_ubuntu 2021-02-18 20:50:39.966 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:50:39.968 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:50:39.970 | + lib/swift:configure_swift:362 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2021-02-18 20:50:39.981 | + lib/swift:configure_swift:367 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2021-02-18 20:50:39.983 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2021-02-18 20:50:39.987 | + lib/swift:configure_swift:369 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2021-02-18 20:50:39.991 | + lib/swift:configure_swift:373 : local csyncfile=/etc/swift/container-sync-realms.conf 2021-02-18 20:50:39.993 | + lib/swift:configure_swift:374 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2021-02-18 20:50:39.996 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2021-02-18 20:50:40.020 | + lib/swift:configure_swift:376 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.41:8080/v1/ 2021-02-18 20:50:40.041 | + lib/swift:configure_swift:378 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2021-02-18 20:50:40.061 | + lib/swift:configure_swift:379 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2021-02-18 20:50:40.088 | + lib/swift:configure_swift:381 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2021-02-18 20:50:40.108 | + lib/swift:configure_swift:382 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2021-02-18 20:50:40.135 | + lib/swift:configure_swift:384 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2021-02-18 20:50:40.154 | + lib/swift:configure_swift:385 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2021-02-18 20:50:40.182 | + lib/swift:configure_swift:387 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2021-02-18 20:50:40.201 | + lib/swift:configure_swift:388 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2021-02-18 20:50:40.228 | + lib/swift:configure_swift:390 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2021-02-18 20:50:40.248 | + lib/swift:configure_swift:391 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2021-02-18 20:50:40.275 | + lib/swift:configure_swift:393 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2021-02-18 20:50:40.294 | + lib/swift:configure_swift:394 : is_service_enabled tls-proxy 2021-02-18 20:50:40.308 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:50:40.310 | + lib/swift:configure_swift:397 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2021-02-18 20:50:40.337 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2021-02-18 20:50:40.364 | + lib/swift:configure_swift:404 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2021-02-18 20:50:40.390 | + lib/swift:configure_swift:407 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2021-02-18 20:50:40.416 | + lib/swift:configure_swift:410 : is_service_enabled ceilometer 2021-02-18 20:50:40.429 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:50:40.431 | + lib/swift:configure_swift:421 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2021-02-18 20:50:40.458 | + lib/swift:configure_swift:427 : is_service_enabled s3api 2021-02-18 20:50:40.472 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:50:40.474 | + lib/swift:configure_swift:430 : is_service_enabled keystone 2021-02-18 20:50:40.487 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:50:40.489 | + lib/swift:configure_swift:431 : is_service_enabled s3api 2021-02-18 20:50:40.503 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:50:40.505 | + lib/swift:configure_swift:434 : swift_pipeline+=' authtoken keystoneauth' 2021-02-18 20:50:40.507 | + lib/swift:configure_swift:437 : swift_pipeline+=' tempauth ' 2021-02-18 20:50:40.509 | + lib/swift:configure_swift:439 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2021-02-18 20:50:40.517 | + lib/swift:configure_swift:440 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2021-02-18 20:50:40.524 | + lib/swift:configure_swift:442 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2021-02-18 20:50:40.551 | + lib/swift:configure_swift:443 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2021-02-18 20:50:40.578 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2021-02-18 20:50:40.606 | + lib/swift:configure_swift:451 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2021-02-18 20:50:40.634 | + lib/swift:configure_swift:453 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2021-02-18 20:50:40.660 | + lib/swift:configure_swift:454 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2021-02-18 20:50:40.662 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/swift/proxy-server.conf 2021-02-18 20:50:40.665 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=swift 2021-02-18 20:50:40.667 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=filter:authtoken 2021-02-18 20:50:40.669 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2021-02-18 20:50:40.695 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2021-02-18 20:50:40.722 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.41/identity 2021-02-18 20:50:40.749 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2021-02-18 20:50:40.776 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2021-02-18 20:50:40.802 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2021-02-18 20:50:40.829 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2021-02-18 20:50:40.856 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2021-02-18 20:50:40.882 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2021-02-18 20:50:40.909 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2021-02-18 20:50:40.935 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2021-02-18 20:50:40.962 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2021-02-18 20:50:40.989 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2021-02-18 20:50:41.015 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2021-02-18 20:50:41.044 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2021-02-18 20:50:41.071 | + lib/swift:configure_swift:465 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2021-02-18 20:50:41.091 | + lib/swift:configure_swift:466 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2021-02-18 20:50:41.117 | + lib/swift:configure_swift:469 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2021-02-18 20:50:41.143 | + lib/swift:configure_swift:471 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2021-02-18 20:50:41.147 | + lib/swift:configure_swift:472 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2021-02-18 20:50:41.172 | + lib/swift:configure_swift:473 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2021-02-18 20:50:41.195 | + lib/swift:configure_swift:474 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2021-02-18 20:50:41.218 | + lib/swift:configure_swift:476 : local node_number 2021-02-18 20:50:41.220 | + lib/swift:configure_swift:477 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-02-18 20:50:41.222 | + lib/swift:configure_swift:478 : local swift_node_config=/etc/swift/object-server/1.conf 2021-02-18 20:50:41.224 | + lib/swift:configure_swift:479 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2021-02-18 20:50:41.228 | + lib/swift:configure_swift:480 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2021-02-18 20:50:41.230 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2021-02-18 20:50:41.233 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-02-18 20:50:41.235 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2021-02-18 20:50:41.237 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2021-02-18 20:50:41.239 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-02-18 20:50:41.241 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-02-18 20:50:41.243 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2021-02-18 20:50:41.260 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2021-02-18 20:50:41.285 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2021-02-18 20:50:41.303 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2021-02-18 20:50:41.329 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2021-02-18 20:50:41.346 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2021-02-18 20:50:41.371 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2021-02-18 20:50:41.390 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-02-18 20:50:41.415 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2021-02-18 20:50:41.433 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-02-18 20:50:41.458 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2021-02-18 20:50:41.475 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2021-02-18 20:50:41.501 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2021-02-18 20:50:41.519 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2021-02-18 20:50:41.545 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2021-02-18 20:50:41.565 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2021-02-18 20:50:41.590 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2021-02-18 20:50:41.608 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2021-02-18 20:50:41.633 | + 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-02-18 20:50:41.639 | + lib/swift:configure_swift:481 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2021-02-18 20:50:41.656 | + lib/swift:configure_swift:482 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-02-18 20:50:41.682 | + lib/swift:configure_swift:483 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2021-02-18 20:50:41.708 | + lib/swift:configure_swift:485 : swift_node_config=/etc/swift/container-server/1.conf 2021-02-18 20:50:41.710 | + lib/swift:configure_swift:486 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2021-02-18 20:50:41.714 | + lib/swift:configure_swift:487 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2021-02-18 20:50:41.716 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2021-02-18 20:50:41.718 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-02-18 20:50:41.720 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2021-02-18 20:50:41.722 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2021-02-18 20:50:41.724 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-02-18 20:50:41.726 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-02-18 20:50:41.729 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2021-02-18 20:50:41.746 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2021-02-18 20:50:41.771 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2021-02-18 20:50:41.789 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2021-02-18 20:50:41.815 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2021-02-18 20:50:41.832 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2021-02-18 20:50:41.858 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2021-02-18 20:50:41.875 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-02-18 20:50:41.900 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2021-02-18 20:50:41.918 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-02-18 20:50:41.944 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2021-02-18 20:50:41.962 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2021-02-18 20:50:41.987 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2021-02-18 20:50:42.004 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2021-02-18 20:50:42.030 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2021-02-18 20:50:42.047 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2021-02-18 20:50:42.073 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2021-02-18 20:50:42.090 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2021-02-18 20:50:42.115 | + 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-02-18 20:50:42.121 | + lib/swift:configure_swift:488 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2021-02-18 20:50:42.138 | + lib/swift:configure_swift:489 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-02-18 20:50:42.163 | + lib/swift:configure_swift:491 : swift_node_config=/etc/swift/account-server/1.conf 2021-02-18 20:50:42.165 | + lib/swift:configure_swift:492 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2021-02-18 20:50:42.169 | + lib/swift:configure_swift:493 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2021-02-18 20:50:42.171 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2021-02-18 20:50:42.173 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-02-18 20:50:42.175 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2021-02-18 20:50:42.177 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2021-02-18 20:50:42.179 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-02-18 20:50:42.182 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-02-18 20:50:42.184 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2021-02-18 20:50:42.201 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2021-02-18 20:50:42.226 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2021-02-18 20:50:42.243 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2021-02-18 20:50:42.268 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2021-02-18 20:50:42.285 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2021-02-18 20:50:42.309 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2021-02-18 20:50:42.327 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-02-18 20:50:42.352 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2021-02-18 20:50:42.368 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-02-18 20:50:42.394 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2021-02-18 20:50:42.411 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2021-02-18 20:50:42.436 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2021-02-18 20:50:42.453 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2021-02-18 20:50:42.478 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2021-02-18 20:50:42.494 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2021-02-18 20:50:42.520 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2021-02-18 20:50:42.536 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2021-02-18 20:50:42.560 | + 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-02-18 20:50:42.566 | + lib/swift:configure_swift:494 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2021-02-18 20:50:42.583 | + lib/swift:configure_swift:495 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-02-18 20:50:42.607 | + lib/swift:configure_swift:499 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2021-02-18 20:50:42.634 | + lib/swift:configure_swift:500 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2021-02-18 20:50:42.661 | + lib/swift:configure_swift:501 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2021-02-18 20:50:42.688 | + lib/swift:configure_swift:503 : testfile=/etc/swift/test.conf 2021-02-18 20:50:42.690 | + lib/swift:configure_swift:504 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2021-02-18 20:50:42.694 | + lib/swift:configure_swift:507 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2021-02-18 20:50:42.719 | + lib/swift:configure_swift:508 : iniset /etc/swift/test.conf func_test username swiftusertest1 2021-02-18 20:50:42.743 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2021-02-18 20:50:42.767 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2021-02-18 20:50:42.791 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2021-02-18 20:50:42.816 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2021-02-18 20:50:42.840 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2021-02-18 20:50:42.863 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test password4 testing4 2021-02-18 20:50:42.887 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test domain4 swift_test 2021-02-18 20:50:42.910 | + lib/swift:configure_swift:517 : is_service_enabled keystone 2021-02-18 20:50:42.925 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:50:42.927 | + lib/swift:configure_swift:518 : iniuncomment /etc/swift/test.conf func_test auth_version 2021-02-18 20:50:42.945 | + lib/swift:configure_swift:519 : local auth_vers 2021-02-18 20:50:42.948 | ++ lib/swift:configure_swift:520 : iniget /etc/swift/test.conf func_test auth_version 2021-02-18 20:50:42.965 | + lib/swift:configure_swift:520 : auth_vers=3 2021-02-18 20:50:42.967 | + lib/swift:configure_swift:521 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.41 2021-02-18 20:50:42.991 | + lib/swift:configure_swift:522 : [[ http == \h\t\t\p\s ]] 2021-02-18 20:50:42.993 | + lib/swift:configure_swift:525 : iniset /etc/swift/test.conf func_test auth_port 80 2021-02-18 20:50:43.017 | + lib/swift:configure_swift:527 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.41/identity 2021-02-18 20:50:43.041 | + lib/swift:configure_swift:528 : [[ 3 == \3 ]] 2021-02-18 20:50:43.043 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2021-02-18 20:50:43.067 | + lib/swift:configure_swift:533 : is_service_enabled tls-proxy 2021-02-18 20:50:43.082 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:50:43.084 | + lib/swift:configure_swift:539 : local user_group 2021-02-18 20:50:43.087 | ++ lib/swift:configure_swift:540 : id -g ubuntu 2021-02-18 20:50:43.091 | + lib/swift:configure_swift:540 : user_group=1000 2021-02-18 20:50:43.094 | + lib/swift:configure_swift:541 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2021-02-18 20:50:43.105 | + lib/swift:configure_swift:543 : local swift_log_dir=/opt/stack/data/swift/logs 2021-02-18 20:50:43.107 | + lib/swift:configure_swift:544 : sudo rm -rf /opt/stack/data/swift/logs 2021-02-18 20:50:43.117 | + lib/swift:configure_swift:545 : local swift_log_group=adm 2021-02-18 20:50:43.119 | + lib/swift:configure_swift:546 : is_suse 2021-02-18 20:50:43.122 | + functions-common:is_suse:462 : is_opensuse 2021-02-18 20:50:43.124 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-02-18 20:50:43.126 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-18 20:50:43.128 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-02-18 20:50:43.130 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-02-18 20:50:43.132 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-18 20:50:43.135 | + lib/swift:configure_swift:549 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2021-02-18 20:50:43.146 | + lib/swift:configure_swift:551 : [[ False != \F\a\l\s\e ]] 2021-02-18 20:50:43.148 | + lib/swift:configure_swift:559 : '[' False == True ']' 2021-02-18 20:50:43.151 | + ./stack.sh:main:882 : is_service_enabled s3api 2021-02-18 20:50:43.166 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:50:43.168 | + ./stack.sh:main:888 : is_service_enabled g-api n-api 2021-02-18 20:50:43.185 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:50:43.187 | + ./stack.sh:main:890 : stack_install_service glance 2021-02-18 20:50:43.190 | + lib/stack:stack_install_service:20 : local service=glance 2021-02-18 20:50:43.192 | + lib/stack:stack_install_service:21 : type install_glance 2021-02-18 20:50:43.194 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-02-18 20:50:43.197 | + lib/stack:stack_install_service:32 : install_glance 2021-02-18 20:50:43.199 | + lib/glance:install_glance:358 : glance_store_extras=() 2021-02-18 20:50:43.202 | + lib/glance:install_glance:358 : local glance_store_extras 2021-02-18 20:50:43.204 | + lib/glance:install_glance:360 : is_service_enabled cinder 2021-02-18 20:50:43.219 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:50:43.222 | + lib/glance:install_glance:361 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2021-02-18 20:50:43.224 | + lib/glance:install_glance:364 : is_service_enabled swift 2021-02-18 20:50:43.240 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:50:43.243 | + lib/glance:install_glance:365 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2021-02-18 20:50:43.245 | + lib/glance:install_glance:370 : use_library_from_git glance_store 2021-02-18 20:50:43.248 | + inc/python:use_library_from_git:263 : local name=glance_store 2021-02-18 20:50:43.250 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:50:43.253 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:50:43.255 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,glance_store, ]] 2021-02-18 20:50:43.258 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:50:43.261 | ++ lib/glance:install_glance:375 : join_extras swift cinder 2021-02-18 20:50:43.264 | ++ inc/python:join_extras:29 : local IFS=, 2021-02-18 20:50:43.266 | ++ inc/python:join_extras:30 : echo swift,cinder 2021-02-18 20:50:43.269 | + lib/glance:install_glance:375 : pip_install_gr_extras glance-store swift,cinder 2021-02-18 20:50:43.272 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2021-02-18 20:50:43.274 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2021-02-18 20:50:43.277 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2021-02-18 20:50:43.280 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2021-02-18 20:50:43.283 | ++ inc/python:get_version_constraints_from_global_requirements:250 : local package=glance-store 2021-02-18 20:50:43.285 | ++ inc/python:get_version_constraints_from_global_requirements:251 : local required_pkg_version_constraint 2021-02-18 20:50:43.289 | +++ inc/python:get_version_constraints_from_global_requirements:253 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2021-02-18 20:50:43.289 | +++ inc/python:get_version_constraints_from_global_requirements:253 : cut -d# -f1 2021-02-18 20:50:43.293 | ++ inc/python:get_version_constraints_from_global_requirements:253 : required_pkg_version_constraint='!=0.29.0 ' 2021-02-18 20:50:43.296 | ++ inc/python:get_version_constraints_from_global_requirements:254 : [[ !=0.29.0 == '' ]] 2021-02-18 20:50:43.299 | ++ inc/python:get_version_constraints_from_global_requirements:257 : echo '!=0.29.0' 2021-02-18 20:50:43.302 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2021-02-18 20:50:43.304 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2021-02-18 20:50:43.323 | Using python 3.6 to install glance-store[swift,cinder]!=0.29.0 because python3_enabled=True 2021-02-18 20:50:43.328 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2021-02-18 20:50:46.007 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:50:46.008 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-18 20:50:46.008 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.009 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.009 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.010 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.010 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.010 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.011 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.011 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.012 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.012 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.013 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.013 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.014 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.014 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.015 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.015 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.016 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.016 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.016 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.017 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.017 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.018 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.018 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.018 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.019 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.021 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.022 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.022 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.023 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.024 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.025 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.026 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.026 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.027 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.027 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.028 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.028 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.029 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.029 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.030 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.030 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.030 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.031 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.031 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.031 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.032 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.032 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.033 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.033 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.034 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.034 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.035 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.035 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.035 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.036 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.036 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.037 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.037 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.038 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.038 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.039 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.039 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.040 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.041 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.041 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.042 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.042 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.043 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.043 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.045 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.046 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.047 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.047 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.049 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.049 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.050 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.050 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.051 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.051 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.051 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.052 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.053 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.053 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.053 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.054 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.054 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.055 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.055 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.056 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.056 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.057 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.057 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.058 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.058 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.059 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.059 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.060 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.061 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.061 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.062 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.062 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.063 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.064 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.064 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.064 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.065 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.065 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.066 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.066 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.067 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.067 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.068 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.068 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.068 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.069 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.069 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.070 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.070 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.071 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.071 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.072 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.072 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.073 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.073 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.074 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.075 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.075 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.075 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.076 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.076 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.077 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.077 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.077 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.078 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.078 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.079 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.079 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.080 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.080 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.080 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.081 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.081 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.082 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.082 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.083 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.084 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.084 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.084 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.085 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.085 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.086 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.086 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.087 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.087 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.087 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.088 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.088 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.089 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.089 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.089 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.090 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.090 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.091 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.091 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.092 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.092 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.093 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.093 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.093 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.094 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.094 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.095 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.095 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.095 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.096 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.096 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.097 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.097 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.097 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.098 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.098 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.099 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.099 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.099 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.100 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.100 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.101 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.101 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.101 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.102 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.102 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.103 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.103 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.103 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.104 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.104 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.105 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.105 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.105 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.106 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.107 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.107 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.108 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.108 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.108 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.109 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.109 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.110 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.110 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.110 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.111 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.111 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.112 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.112 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.113 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.113 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.113 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.114 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.114 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.114 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.115 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.115 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.116 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.116 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.117 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.117 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.117 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.118 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.118 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.119 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.119 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.119 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.121 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.121 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.122 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.123 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.124 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.124 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.125 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.125 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.125 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.126 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.127 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.127 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.128 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.128 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.128 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.129 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.129 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.130 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.130 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.131 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.131 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.131 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.132 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.132 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.133 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.133 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.134 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.134 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.134 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.135 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.135 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.136 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.136 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.136 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.137 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.137 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.138 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.138 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.139 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.139 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.140 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.140 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.140 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.141 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.141 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.142 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.142 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.143 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.143 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.144 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.144 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.144 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.145 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.145 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.145 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.146 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.146 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.147 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.147 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.148 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.148 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.148 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.149 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.149 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.150 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.150 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.151 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.151 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.151 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.152 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.152 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.153 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.153 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.154 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.154 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.154 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.155 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.155 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.156 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.156 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.156 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.157 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.157 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.158 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.158 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.159 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.159 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.159 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.160 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.160 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.161 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.161 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.162 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.162 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.162 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.163 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.163 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.164 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.165 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.165 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.166 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.166 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.167 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.167 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.167 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.168 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.168 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.169 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.170 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.170 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.171 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.171 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.172 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.172 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.172 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.173 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.173 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.174 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.174 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.175 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.175 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.176 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.176 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.176 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.177 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.177 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.178 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.178 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.179 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.179 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.180 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.180 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.181 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.181 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.181 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.182 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.182 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.183 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.183 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.184 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.184 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.185 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.185 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.186 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.186 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.187 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.187 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.188 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.188 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.189 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.189 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.190 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.190 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.191 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.191 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.192 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.192 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.192 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.193 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.193 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.193 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.194 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.194 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.195 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.195 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.196 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.196 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.196 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.197 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.197 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.198 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.198 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.199 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.199 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.199 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.200 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.201 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.201 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.201 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.202 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.203 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.203 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.203 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:46.204 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:46.204 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:46.737 | Collecting glance-store===2.0.0 2021-02-18 20:50:46.744 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a13/d8f5553d36027/glance_store-2.0.0-py2.py3-none-any.whl (201 kB) 2021-02-18 20:50:47.007 | Collecting httplib2===0.17.2 2021-02-18 20:50:47.014 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/396/ef66a170f76d5/httplib2-0.17.2-py3-none-any.whl (95 kB) 2021-02-18 20:50:47.081 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.2.0) 2021-02-18 20:50:47.112 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (4.0.0) 2021-02-18 20:50:47.348 | Collecting os-brick===3.0.4 2021-02-18 20:50:47.355 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/785/68db76fc44c0e/os_brick-3.0.4-py3-none-any.whl (247 kB) 2021-02-18 20:50:47.451 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (1.7.0) 2021-02-18 20:50:47.573 | Collecting os-win===5.0.2 2021-02-18 20:50:47.581 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/386/361690099f797/os_win-5.0.2-py3-none-any.whl (273 kB) 2021-02-18 20:50:47.671 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) (4.0.3) 2021-02-18 20:50:47.684 | Requirement already satisfied: oslo.config===8.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) (8.0.4) 2021-02-18 20:50:47.698 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (4.0.1) 2021-02-18 20:50:47.707 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (4.1.3) 2021-02-18 20:50:47.883 | Collecting oslo.privsep===2.1.2 2021-02-18 20:50:47.889 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f9/fd7d33a506b7e/oslo.privsep-2.1.2-py3-none-any.whl (33 kB) 2021-02-18 20:50:48.096 | Collecting oslo.rootwrap===6.0.2 2021-02-18 20:50:48.102 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5c4/7fe94b65836c1/oslo.rootwrap-6.0.2-py3-none-any.whl (38 kB) 2021-02-18 20:50:48.165 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526)) (3.1.2) 2021-02-18 20:50:48.178 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (2.1.1) 2021-02-18 20:50:48.205 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (4.1.2) 2021-02-18 20:50:48.223 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (5.4.5) 2021-02-18 20:50:48.226 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 603)) (0.9.6) 2021-02-18 20:50:48.228 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) (2.4.7) 2021-02-18 20:50:48.231 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 614)) (0.16.0) 2021-02-18 20:50:48.741 | Collecting python-cinderclient===7.0.0 2021-02-18 20:50:48.746 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/161/fb6ac22db606d/python_cinderclient-7.0.0-py3-none-any.whl (275 kB) 2021-02-18 20:50:48.854 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 652)) (2.8.1) 2021-02-18 20:50:48.859 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 684)) (4.0.0) 2021-02-18 20:50:48.985 | Collecting python-swiftclient===3.9.0 2021-02-18 20:50:48.992 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cba/38ac00a69bcea/python_swiftclient-3.9.0-py2.py3-none-any.whl (84 kB) 2021-02-18 20:50:49.077 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 772)) (2019.3) 2021-02-18 20:50:49.081 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 787)) (2.23.0) 2021-02-18 20:50:49.176 | Collecting retrying===1.3.3 2021-02-18 20:50:49.182 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2021-02-18 20:50:49.245 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 799)) (1.4.0) 2021-02-18 20:50:49.478 | Collecting simplejson===3.17.0 2021-02-18 20:50:49.485 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2b4/b2b738b3b9981/simplejson-3.17.0.tar.gz (83 kB) 2021-02-18 20:50:50.192 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 831)) (1.14.0) 2021-02-18 20:50:50.195 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 900)) (1.32.0) 2021-02-18 20:50:50.202 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.25.8) 2021-02-18 20:50:50.225 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 994)) (1.2.3) 2021-02-18 20:50:50.227 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (0.26.1) 2021-02-18 20:50:50.237 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (1.6.0) 2021-02-18 20:50:50.256 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 325)) (49.6.0) 2021-02-18 20:50:50.302 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-02-18 20:50:50.345 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (0.1.12) 2021-02-18 20:50:50.348 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-02-18 20:50:50.352 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.14.1) 2021-02-18 20:50:50.358 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (0.7.19) 2021-02-18 20:50:50.361 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.0.1) 2021-02-18 20:50:50.368 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-02-18 20:50:50.371 | Requirement already satisfied: oslo.context===3.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.0.2) 2021-02-18 20:50:50.378 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (0.6.2) 2021-02-18 20:50:50.381 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-02-18 20:50:50.385 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (0.4.15) 2021-02-18 20:50:50.387 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (3.0.0) 2021-02-18 20:50:50.398 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-02-18 20:50:50.412 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-02-18 20:50:50.421 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-02-18 20:50:50.428 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-02-18 20:50:50.437 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (0.10.9) 2021-02-18 20:50:50.440 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (0.7.2) 2021-02-18 20:50:50.442 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.9) 2021-02-18 20:50:50.446 | Requirement already satisfied: certifi===2020.4.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2020.4.5.1) 2021-02-18 20:50:50.448 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-02-18 20:50:50.451 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (1.5) 2021-02-18 20:50:50.453 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (1.15.0) 2021-02-18 20:50:50.455 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1004)) (3.1.0) 2021-02-18 20:50:50.466 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 988)) (1.12.1) 2021-02-18 20:50:50.469 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (2.20) 2021-02-18 20:50:50.472 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 927)) (2.4.0) 2021-02-18 20:50:50.491 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 786)) (0.7) 2021-02-18 20:50:50.498 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 946)) (1.4.0) 2021-02-18 20:50:50.501 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 700)) (1.6.0) 2021-02-18 20:50:50.504 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 967)) (1.1.0) 2021-02-18 20:50:50.511 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (1.0.0) 2021-02-18 20:50:50.514 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (1.0.0) 2021-02-18 20:50:50.516 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 967)) (1.4.0) 2021-02-18 20:50:50.519 | Building wheels for collected packages: simplejson 2021-02-18 20:50:50.520 | Building wheel for simplejson (setup.py): started 2021-02-18 20:50:52.632 | Building wheel for simplejson (setup.py): finished with status 'done' 2021-02-18 20:50:52.633 | Created wheel for simplejson: filename=simplejson-3.17.0-cp36-cp36m-linux_x86_64.whl size=114208 sha256=194c7e8e64c2e470fd428b2ceb376b3d387b9a768a87ebd3cb4b860975c2cf8c 2021-02-18 20:50:52.634 | Stored in directory: /root/.cache/pip/wheels/5e/4e/39/e8307e9e964dfc1ba3a1e12d1678d8d40a9b4393f04e11ddde 2021-02-18 20:50:52.635 | Successfully built simplejson 2021-02-18 20:50:53.580 | Installing collected packages: oslo.privsep, simplejson, python-cinderclient, oslo.rootwrap, retrying, os-win, os-brick, httplib2, python-swiftclient, glance-store 2021-02-18 20:50:55.005 | Successfully installed glance-store-2.0.0 httplib2-0.17.2 os-brick-3.0.4 os-win-5.0.2 oslo.privsep-2.1.2 oslo.rootwrap-6.0.2 python-cinderclient-7.0.0 python-swiftclient-3.9.0 retrying-1.3.3 simplejson-3.17.0 2021-02-18 20:50:55.105 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:50:55.105 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:50:55.194 | + inc/python:pip_install:207 : result=0 2021-02-18 20:50:55.196 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:50:55.199 | + functions-common:time_stop:2331 : local name 2021-02-18 20:50:55.201 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:50:55.204 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:50:55.206 | + functions-common:time_stop:2334 : local total 2021-02-18 20:50:55.208 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:50:55.210 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:50:55.213 | + functions-common:time_stop:2338 : start_time=1613681443318 2021-02-18 20:50:55.215 | + functions-common:time_stop:2340 : [[ -z 1613681443318 ]] 2021-02-18 20:50:55.218 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:50:55.222 | + functions-common:time_stop:2343 : end_time=1613681455219 2021-02-18 20:50:55.224 | + functions-common:time_stop:2344 : elapsed_time=11901 2021-02-18 20:50:55.226 | + functions-common:time_stop:2345 : total=207327 2021-02-18 20:50:55.228 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:50:55.231 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=219228 2021-02-18 20:50:55.233 | + inc/python:pip_install:210 : return 0 2021-02-18 20:50:55.236 | + lib/glance:install_glance:378 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance stable/ussuri 2021-02-18 20:50:55.238 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/glance.git 2021-02-18 20:50:55.240 | + functions-common:git_clone:524 : local git_dest=/opt/stack/glance 2021-02-18 20:50:55.242 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-02-18 20:50:55.245 | + functions-common:git_clone:526 : local orig_dir 2021-02-18 20:50:55.248 | ++ functions-common:git_clone:527 : pwd 2021-02-18 20:50:55.251 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-02-18 20:50:55.253 | + functions-common:git_clone:528 : local git_clone_flags= 2021-02-18 20:50:55.256 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-02-18 20:50:55.272 | + functions-common:git_clone:530 : RECLONE=False 2021-02-18 20:50:55.274 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-02-18 20:50:55.277 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-02-18 20:50:55.280 | + functions-common:git_clone:544 : echo stable/ussuri 2021-02-18 20:50:55.280 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-02-18 20:50:55.285 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/glance ]] 2021-02-18 20:50:55.287 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-02-18 20:50:55.289 | + functions-common:git_clone:592 : cd /opt/stack/glance 2021-02-18 20:50:55.292 | + functions-common:git_clone:593 : git show --oneline 2021-02-18 20:50:55.292 | + functions-common:git_clone:593 : head -1 2021-02-18 20:50:55.296 | c40bf01b Merge "Fix metadefs for compute-watchdog" into stable/ussuri 2021-02-18 20:50:55.298 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-02-18 20:50:55.301 | + lib/glance:install_glance:380 : setup_develop /opt/stack/glance 2021-02-18 20:50:55.303 | + inc/python:setup_develop:351 : local bindep 2021-02-18 20:50:55.306 | + inc/python:setup_develop:352 : [[ /opt/stack/glance == -bindep* ]] 2021-02-18 20:50:55.309 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/glance 2021-02-18 20:50:55.311 | + inc/python:setup_develop:357 : local extras= 2021-02-18 20:50:55.314 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/glance -e 2021-02-18 20:50:55.316 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-02-18 20:50:55.319 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/glance == -bindep* ]] 2021-02-18 20:50:55.321 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/glance 2021-02-18 20:50:55.323 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-02-18 20:50:55.326 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-02-18 20:50:55.329 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/glance 2021-02-18 20:50:55.331 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-02-18 20:50:55.334 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/glance 2021-02-18 20:50:55.337 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-02-18 20:50:55.339 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-02-18 20:50:55.343 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2021-02-18 20:50:55.347 | + inc/python:_setup_package_with_constraints_edit:396 : name=glance 2021-02-18 20:50:55.350 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance' 2021-02-18 20:50:56.365 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/glance -e 2021-02-18 20:50:56.368 | + inc/python:setup_package:430 : local bindep=0 2021-02-18 20:50:56.370 | + inc/python:setup_package:431 : local bindep_flag= 2021-02-18 20:50:56.373 | + inc/python:setup_package:432 : local bindep_profiles= 2021-02-18 20:50:56.375 | + inc/python:setup_package:433 : [[ /opt/stack/glance == -bindep* ]] 2021-02-18 20:50:56.377 | + inc/python:setup_package:438 : local project_dir=/opt/stack/glance 2021-02-18 20:50:56.379 | + inc/python:setup_package:439 : local flags=-e 2021-02-18 20:50:56.382 | + inc/python:setup_package:440 : local extras= 2021-02-18 20:50:56.384 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-02-18 20:50:56.386 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-02-18 20:50:56.389 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-02-18 20:50:56.392 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-02-18 20:50:56.394 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-02-18 20:50:56.396 | + inc/python:setup_package:458 : pip_install -e /opt/stack/glance 2021-02-18 20:50:56.415 | Using python 3.6 to install /opt/stack/glance because python3_enabled=True 2021-02-18 20:50:56.420 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2021-02-18 20:50:59.071 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:50:59.071 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-18 20:50:59.072 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.073 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.073 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.073 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.074 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.074 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.075 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.075 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.075 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.076 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.077 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.077 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.078 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.078 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.078 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.079 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.079 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.080 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.080 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.081 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.081 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.082 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.082 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.082 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.083 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.085 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.085 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.086 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.086 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.087 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.087 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.088 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.088 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.089 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.089 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.089 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.090 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.091 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.091 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.091 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.092 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.092 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.093 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.093 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.093 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.094 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.094 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.095 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.095 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.096 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.096 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.096 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.097 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.097 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.098 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.098 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.099 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.099 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.100 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.100 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.101 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.101 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.102 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.103 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.103 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.103 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.104 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.104 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.105 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.107 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.107 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.107 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.108 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.108 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.108 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.109 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.109 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.110 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.110 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.111 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.111 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.112 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.112 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.113 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.113 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.113 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.114 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.114 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.115 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.115 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.116 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.116 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.117 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.117 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.118 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.118 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.119 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.119 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.120 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.120 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.120 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.121 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.122 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.122 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.123 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.123 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.123 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.124 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.124 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.125 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.125 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.126 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.126 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.126 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.127 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.127 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.128 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.128 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.129 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.129 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.130 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.130 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.131 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.131 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.131 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.132 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.132 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.133 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.133 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.134 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.134 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.135 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.135 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.135 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.136 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.136 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.137 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.137 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.138 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.138 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.138 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.139 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.139 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.140 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.140 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.141 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.141 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.142 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.142 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.142 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.143 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.143 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.144 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.144 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.145 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.145 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.145 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.146 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.146 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.146 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.147 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.147 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.148 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.148 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.149 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.149 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.149 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.150 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.150 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.151 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.151 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.151 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.152 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.152 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.153 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.154 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.154 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.154 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.155 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.155 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.156 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.156 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.156 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.157 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.157 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.158 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.158 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.158 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.159 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.159 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.160 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.160 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.160 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.161 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.161 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.162 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.162 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.162 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.163 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.163 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.164 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.164 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.164 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.165 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.165 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.166 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.166 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.166 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.167 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.167 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.167 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.168 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.168 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.169 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.169 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.170 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.170 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.170 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.171 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.171 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.172 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.172 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.172 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.173 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.173 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.173 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.174 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.174 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.175 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.175 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.176 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.176 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.177 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.178 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.178 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.179 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.180 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.180 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.181 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.181 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.182 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.182 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.183 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.183 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.183 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.184 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.185 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.185 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.186 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.186 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.186 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.187 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.187 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.188 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.188 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.189 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.189 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.190 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.190 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.190 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.191 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.191 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.191 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.192 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.192 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.193 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.194 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.194 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.194 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.195 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.195 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.196 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.196 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.197 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.197 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.198 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.198 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.198 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.199 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.200 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.200 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.201 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.201 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.202 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.202 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.203 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.203 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.203 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.204 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.204 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.205 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.205 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.205 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.206 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.206 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.207 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.207 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.208 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.208 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.209 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.209 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.209 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.210 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.210 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.211 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.211 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.211 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.212 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.212 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.213 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.213 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.214 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.214 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.214 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.215 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.215 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.216 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.216 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.217 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.217 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.217 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.218 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.218 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.219 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.219 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.220 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.220 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.221 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.221 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.222 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.222 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.223 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.223 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.224 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.224 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.224 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.225 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.226 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.226 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.226 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.227 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.227 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.228 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.228 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.228 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.229 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.229 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.230 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.230 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.231 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.231 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.232 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.232 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.233 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.233 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.234 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.234 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.235 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.235 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.235 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.236 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.236 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.237 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.237 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.238 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.238 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.238 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.239 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.239 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.240 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.240 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.240 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.241 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.241 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.242 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.242 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.243 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.243 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.243 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.244 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.244 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.245 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.246 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.246 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.247 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.248 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.248 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.249 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.249 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.249 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.250 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.250 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.251 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.251 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.251 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.252 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.252 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.253 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.253 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.253 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.254 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.254 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.255 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.255 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.256 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.256 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.256 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.257 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.257 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.258 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.258 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.259 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.260 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.260 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.260 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:50:59.261 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:50:59.261 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:50:59.262 | Obtaining file:///opt/stack/glance 2021-02-18 20:51:00.547 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-02-18 20:51:01.832 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-02-18 20:51:01.841 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-02-18 20:51:01.849 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-02-18 20:51:01.857 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-02-18 20:51:02.327 | Collecting WSME===0.10.0 2021-02-18 20:51:02.334 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0e1/2c01e2820134f/WSME-0.10.0-py3-none-any.whl (60 kB) 2021-02-18 20:51:02.409 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-02-18 20:51:02.424 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-02-18 20:51:02.556 | Collecting castellan===3.0.3 2021-02-18 20:51:02.563 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/236/852de48348169/castellan-3.0.3-py3-none-any.whl (90 kB) 2021-02-18 20:51:02.652 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (2.9) 2021-02-18 20:51:02.770 | Collecting cursive===0.2.2 2021-02-18 20:51:02.776 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2021-02-18 20:51:02.853 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.0.1) 2021-02-18 20:51:02.861 | Requirement already satisfied: defusedxml===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (0.6.0) 2021-02-18 20:51:02.867 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (0.26.1) 2021-02-18 20:51:02.877 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (2.1.1) 2021-02-18 20:51:02.883 | Requirement already satisfied: glance-store===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 268)) (2.0.0) 2021-02-18 20:51:02.971 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (0.4.15) 2021-02-18 20:51:02.974 | Requirement already satisfied: httplib2===0.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) (0.17.2) 2021-02-18 20:51:02.976 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (0.1.12) 2021-02-18 20:51:02.979 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.2.0) 2021-02-18 20:51:03.010 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (4.0.0) 2021-02-18 20:51:03.079 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (9.0.0) 2021-02-18 20:51:03.139 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (1.5) 2021-02-18 20:51:03.142 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (0.7.19) 2021-02-18 20:51:03.145 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (1.7.0) 2021-02-18 20:51:03.149 | Requirement already satisfied: os-win===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 463)) (5.0.2) 2021-02-18 20:51:03.172 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (2.3.1) 2021-02-18 20:51:03.208 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) (4.0.3) 2021-02-18 20:51:03.221 | Requirement already satisfied: oslo.config===8.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) (8.0.4) 2021-02-18 20:51:03.235 | Requirement already satisfied: oslo.context===3.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.0.2) 2021-02-18 20:51:03.241 | Requirement already satisfied: oslo.db===8.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486)) (8.1.0) 2021-02-18 20:51:03.295 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (4.0.1) 2021-02-18 20:51:03.303 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (4.1.3) 2021-02-18 20:51:03.348 | Requirement already satisfied: oslo.messaging===12.1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (12.1.5) 2021-02-18 20:51:03.414 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 506)) (4.0.2) 2021-02-18 20:51:03.436 | Requirement already satisfied: oslo.policy===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (3.1.1) 2021-02-18 20:51:03.602 | Collecting oslo.reports===2.0.1 2021-02-18 20:51:03.609 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa4/6c36ac5cf7bf7/oslo.reports-2.0.1-py3-none-any.whl (53 kB) 2021-02-18 20:51:03.688 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526)) (3.1.2) 2021-02-18 20:51:03.702 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (2.1.1) 2021-02-18 20:51:03.730 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (1.0.1) 2021-02-18 20:51:03.739 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (4.1.2) 2021-02-18 20:51:03.757 | Requirement already satisfied: osprofiler===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (3.1.0) 2021-02-18 20:51:03.803 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (5.4.5) 2021-02-18 20:51:03.806 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (0.7.2) 2021-02-18 20:51:04.341 | Collecting psutil===5.7.0 2021-02-18 20:51:04.348 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/685/ec16ca14d0794/psutil-5.7.0.tar.gz (449 kB) 2021-02-18 20:51:05.207 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 588)) (19.1.0) 2021-02-18 20:51:05.222 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 593)) (3.0.0) 2021-02-18 20:51:05.233 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 603)) (0.9.6) 2021-02-18 20:51:05.236 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) (2.4.7) 2021-02-18 20:51:05.239 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 614)) (0.16.0) 2021-02-18 20:51:05.349 | Collecting python-barbicanclient===4.10.0 2021-02-18 20:51:05.356 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/db4/5b44e5682dc6d/python_barbicanclient-4.10.0-py3-none-any.whl (82 kB) 2021-02-18 20:51:05.437 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 652)) (2.8.1) 2021-02-18 20:51:05.442 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 657)) (1.0.4) 2021-02-18 20:51:05.445 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 684)) (4.0.0) 2021-02-18 20:51:05.465 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 772)) (2019.3) 2021-02-18 20:51:05.469 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 786)) (0.7) 2021-02-18 20:51:05.477 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 787)) (2.23.0) 2021-02-18 20:51:05.499 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 797)) (1.3.3) 2021-02-18 20:51:05.504 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 799)) (1.4.0) 2021-02-18 20:51:05.904 | Collecting simplegeneric===0.8.1 2021-02-18 20:51:05.911 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2021-02-18 20:51:06.588 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 831)) (1.14.0) 2021-02-18 20:51:06.591 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 893)) (0.13.0) 2021-02-18 20:51:06.603 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 894)) (0.3.1) 2021-02-18 20:51:06.606 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 895)) (3.3.0) 2021-02-18 20:51:06.609 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 900)) (1.32.0) 2021-02-18 20:51:06.769 | Collecting taskflow===4.1.0 2021-02-18 20:51:06.776 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/92b/5da73d9bdbc5d/taskflow-4.1.0-py3-none-any.whl (490 kB) 2021-02-18 20:51:06.917 | Requirement already satisfied: tenacity===6.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 923)) (6.1.0) 2021-02-18 20:51:06.930 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 926)) (2.0.1) 2021-02-18 20:51:06.940 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 927)) (0.5.0) 2021-02-18 20:51:06.946 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 928)) (2.4.0) 2021-02-18 20:51:06.965 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 947)) (1.4.0) 2021-02-18 20:51:06.969 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 968)) (1.1.0) 2021-02-18 20:51:06.976 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 970)) (1.25.8) 2021-02-18 20:51:06.999 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 989)) (1.12.1) 2021-02-18 20:51:07.001 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 995)) (1.2.3) 2021-02-18 20:51:07.004 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-02-18 20:51:07.042 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-02-18 20:51:07.047 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-02-18 20:51:07.051 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (1.15.0) 2021-02-18 20:51:07.053 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 325)) (49.6.0) 2021-02-18 20:51:07.099 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-02-18 20:51:07.143 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (1.6.0) 2021-02-18 20:51:07.162 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (0.9.0) 2021-02-18 20:51:07.166 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.14.1) 2021-02-18 20:51:07.172 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-02-18 20:51:07.175 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2.5.2) 2021-02-18 20:51:07.180 | Requirement already satisfied: kombu===4.6.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.6.8) 2021-02-18 20:51:07.227 | Requirement already satisfied: cachetools===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (4.1.0) 2021-02-18 20:51:07.230 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-02-18 20:51:07.237 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (0.6.2) 2021-02-18 20:51:07.241 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (3.0.0) 2021-02-18 20:51:07.253 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (0.10.9) 2021-02-18 20:51:07.255 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (3.1.0) 2021-02-18 20:51:07.271 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-02-18 20:51:07.273 | Requirement already satisfied: certifi===2020.4.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2020.4.5.1) 2021-02-18 20:51:07.275 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.9) 2021-02-18 20:51:07.280 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (4.4.2) 2021-02-18 20:51:07.283 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-02-18 20:51:07.391 | Collecting automaton===2.0.1 2021-02-18 20:51:07.397 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/869/0800a16118ebf/automaton-2.0.1-py3-none-any.whl (22 kB) 2021-02-18 20:51:07.610 | Collecting networkx===2.4 2021-02-18 20:51:07.619 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cdf/bf698749a5014/networkx-2.4-py3-none-any.whl (1.6 MB) 2021-02-18 20:51:07.850 | Collecting pydot===1.4.1 2021-02-18 20:51:07.861 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67b/e714300c78fda/pydot-1.4.1-py2.py3-none-any.whl (19 kB) 2021-02-18 20:51:07.927 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (1.0.0) 2021-02-18 20:51:07.929 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 700)) (1.6.0) 2021-02-18 20:51:07.931 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (1.0.0) 2021-02-18 20:51:07.934 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 968)) (1.4.0) 2021-02-18 20:51:07.937 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-02-18 20:51:07.940 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (2.20) 2021-02-18 20:51:07.943 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1005)) (3.1.0) 2021-02-18 20:51:07.954 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 972)) (1.3.0) 2021-02-18 20:51:07.957 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (0.8.9) 2021-02-18 20:51:07.973 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 980)) (0.1.9) 2021-02-18 20:51:07.976 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 611)) (1.8.0) 2021-02-18 20:51:07.979 | Building wheels for collected packages: psutil, simplegeneric 2021-02-18 20:51:07.980 | Building wheel for psutil (setup.py): started 2021-02-18 20:51:10.120 | Building wheel for psutil (setup.py): finished with status 'done' 2021-02-18 20:51:10.123 | Created wheel for psutil: filename=psutil-5.7.0-cp36-cp36m-linux_x86_64.whl size=272674 sha256=31af98f1893c6d9387481ec2b88a7c6ab1e597de3db8c7153766b659e0581308 2021-02-18 20:51:10.123 | Stored in directory: /root/.cache/pip/wheels/66/3d/51/1fef0285a1f2c68b68a8c456d6d934644f1ef416949de49379 2021-02-18 20:51:10.125 | Building wheel for simplegeneric (setup.py): started 2021-02-18 20:51:10.801 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2021-02-18 20:51:10.802 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5074 sha256=f4cd32b6be2541b6d1799a49b403b27cca3ee7ea753b6a38cf7a8e95cdad665b 2021-02-18 20:51:10.802 | Stored in directory: /root/.cache/pip/wheels/17/b5/18/7c8e3ef2ac5cd764f26ea6ec4bfd228353d17b72c30045fad4 2021-02-18 20:51:10.803 | Successfully built psutil simplegeneric 2021-02-18 20:51:11.411 | Installing collected packages: automaton, networkx, pydot, taskflow, simplegeneric, WSME, psutil, oslo.reports, python-barbicanclient, castellan, cursive, glance 2021-02-18 20:51:13.942 | Running setup.py develop for glance 2021-02-18 20:51:15.424 | Successfully installed WSME-0.10.0 automaton-2.0.1 castellan-3.0.3 cursive-0.2.2 glance networkx-2.4 oslo.reports-2.0.1 psutil-5.7.0 pydot-1.4.1 python-barbicanclient-4.10.0 simplegeneric-0.8.1 taskflow-4.1.0 2021-02-18 20:51:15.531 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:51:15.531 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:51:15.636 | + inc/python:pip_install:207 : result=0 2021-02-18 20:51:15.639 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:51:15.641 | + functions-common:time_stop:2331 : local name 2021-02-18 20:51:15.643 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:51:15.645 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:51:15.648 | + functions-common:time_stop:2334 : local total 2021-02-18 20:51:15.650 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:51:15.653 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:51:15.655 | + functions-common:time_stop:2338 : start_time=1613681456410 2021-02-18 20:51:15.657 | + functions-common:time_stop:2340 : [[ -z 1613681456410 ]] 2021-02-18 20:51:15.660 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:51:15.663 | + functions-common:time_stop:2343 : end_time=1613681475661 2021-02-18 20:51:15.665 | + functions-common:time_stop:2344 : elapsed_time=19251 2021-02-18 20:51:15.668 | + functions-common:time_stop:2345 : total=219228 2021-02-18 20:51:15.670 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:51:15.672 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=238479 2021-02-18 20:51:15.675 | + inc/python:pip_install:210 : return 0 2021-02-18 20:51:15.677 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-02-18 20:51:15.679 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-02-18 20:51:15.682 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-02-18 20:51:15.699 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-02-18 20:51:15.710 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/glance 2021-02-18 20:51:15.712 | + inc/python:use_library_from_git:263 : local name=/opt/stack/glance 2021-02-18 20:51:15.715 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:51:15.718 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:51:15.720 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,/opt/stack/glance, ]] 2021-02-18 20:51:15.722 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:51:15.725 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-02-18 20:51:15.727 | + ./stack.sh:main:891 : configure_glance 2021-02-18 20:51:15.729 | + lib/glance:configure_glance:136 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2021-02-18 20:51:15.741 | + lib/glance:configure_glance:139 : iniset /etc/glance/glance-registry.conf DEFAULT debug True 2021-02-18 20:51:15.765 | + lib/glance:configure_glance:140 : iniset /etc/glance/glance-registry.conf DEFAULT bind_host 0.0.0.0 2021-02-18 20:51:15.788 | + lib/glance:configure_glance:141 : iniset /etc/glance/glance-registry.conf DEFAULT workers 2 2021-02-18 20:51:15.812 | + lib/glance:configure_glance:142 : local dburl 2021-02-18 20:51:15.815 | ++ lib/glance:configure_glance:143 : database_connection_url glance 2021-02-18 20:51:15.817 | ++ lib/database:database_connection_url:132 : local db=glance 2021-02-18 20:51:15.819 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2021-02-18 20:51:15.822 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2021-02-18 20:51:15.824 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-02-18 20:51:15.826 | + lib/glance:configure_glance:143 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-02-18 20:51:15.829 | + lib/glance:configure_glance:144 : iniset /etc/glance/glance-registry.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-02-18 20:51:15.854 | + lib/glance:configure_glance:145 : iniset /etc/glance/glance-registry.conf DEFAULT use_syslog False 2021-02-18 20:51:15.877 | + lib/glance:configure_glance:146 : iniset /etc/glance/glance-registry.conf paste_deploy flavor keystone 2021-02-18 20:51:15.903 | + lib/glance:configure_glance:147 : configure_keystone_authtoken_middleware /etc/glance/glance-registry.conf glance 2021-02-18 20:51:15.905 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-registry.conf 2021-02-18 20:51:15.907 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2021-02-18 20:51:15.909 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-02-18 20:51:15.912 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-registry.conf keystone_authtoken auth_type password 2021-02-18 20:51:15.936 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-registry.conf keystone_authtoken interface public 2021-02-18 20:51:15.960 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-registry.conf keystone_authtoken auth_url http://10.222.0.41/identity 2021-02-18 20:51:15.984 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-registry.conf keystone_authtoken username glance 2021-02-18 20:51:16.008 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-registry.conf keystone_authtoken password Passw0rd 2021-02-18 20:51:16.031 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-registry.conf keystone_authtoken user_domain_name Default 2021-02-18 20:51:16.055 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-registry.conf keystone_authtoken project_name service 2021-02-18 20:51:16.079 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-registry.conf keystone_authtoken project_domain_name Default 2021-02-18 20:51:16.102 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-registry.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-02-18 20:51:16.126 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-registry.conf keystone_authtoken memcached_servers localhost:11211 2021-02-18 20:51:16.150 | + lib/glance:configure_glance:148 : iniset /etc/glance/glance-registry.conf oslo_messaging_notifications driver messagingv2 2021-02-18 20:51:16.176 | + lib/glance:configure_glance:149 : iniset_rpc_backend glance /etc/glance/glance-registry.conf 2021-02-18 20:51:16.178 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2021-02-18 20:51:16.181 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-registry.conf 2021-02-18 20:51:16.183 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-02-18 20:51:16.185 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-02-18 20:51:16.188 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-02-18 20:51:16.203 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:51:16.206 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-02-18 20:51:16.208 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-02-18 20:51:16.210 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-02-18 20:51:16.225 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:51:16.227 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/ 2021-02-18 20:51:16.231 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-registry.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/ 2021-02-18 20:51:16.254 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-02-18 20:51:16.256 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-02-18 20:51:16.258 | + lib/glance:configure_glance:150 : iniset /etc/glance/glance-registry.conf DEFAULT graceful_shutdown_timeout 5 2021-02-18 20:51:16.282 | + lib/glance:configure_glance:153 : [[ False == \T\r\u\e ]] 2021-02-18 20:51:16.284 | + lib/glance:configure_glance:163 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2021-02-18 20:51:16.310 | + lib/glance:configure_glance:164 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-02-18 20:51:16.335 | + lib/glance:configure_glance:165 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2021-02-18 20:51:16.360 | + lib/glance:configure_glance:166 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-02-18 20:51:16.383 | + lib/glance:configure_glance:167 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2021-02-18 20:51:16.409 | + lib/glance:configure_glance:168 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2021-02-18 20:51:16.436 | + lib/glance:configure_glance:169 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2021-02-18 20:51:16.438 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-api.conf 2021-02-18 20:51:16.440 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2021-02-18 20:51:16.443 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-02-18 20:51:16.445 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2021-02-18 20:51:16.471 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2021-02-18 20:51:16.495 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.41/identity 2021-02-18 20:51:16.519 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2021-02-18 20:51:16.543 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2021-02-18 20:51:16.567 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2021-02-18 20:51:16.592 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2021-02-18 20:51:16.615 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2021-02-18 20:51:16.640 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-02-18 20:51:16.663 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2021-02-18 20:51:16.688 | + lib/glance:configure_glance:170 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2021-02-18 20:51:16.714 | + lib/glance:configure_glance:171 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2021-02-18 20:51:16.716 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2021-02-18 20:51:16.719 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2021-02-18 20:51:16.721 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-02-18 20:51:16.723 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-02-18 20:51:16.725 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-02-18 20:51:16.740 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:51:16.743 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-02-18 20:51:16.745 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-02-18 20:51:16.748 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-02-18 20:51:16.763 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:51:16.765 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/ 2021-02-18 20:51:16.768 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/ 2021-02-18 20:51:16.792 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-02-18 20:51:16.794 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-02-18 20:51:16.796 | + lib/glance:configure_glance:172 : '[' libvirt = xenserver ']' 2021-02-18 20:51:16.799 | + lib/glance:configure_glance:176 : '[' libvirt = libvirt ']' 2021-02-18 20:51:16.801 | + lib/glance:configure_glance:176 : '[' kvm = parallels ']' 2021-02-18 20:51:16.803 | + lib/glance:configure_glance:182 : '[' False '!=' True ']' 2021-02-18 20:51:16.805 | + lib/glance:configure_glance:183 : iniset /etc/glance/glance-api.conf DEFAULT enable_v1_api False 2021-02-18 20:51:16.830 | + lib/glance:configure_glance:187 : [[ False == \T\r\u\e ]] 2021-02-18 20:51:16.832 | + lib/glance:configure_glance:199 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-02-18 20:51:16.859 | ++ lib/glance:configure_glance:201 : ipv6_unquote 10.222.0.41 2021-02-18 20:51:16.862 | ++ functions-common:ipv6_unquote:2129 : echo 10.222.0.41 2021-02-18 20:51:16.862 | ++ functions-common:ipv6_unquote:2129 : tr -d '[]' 2021-02-18 20:51:16.866 | + lib/glance:configure_glance:201 : iniset /etc/glance/glance-api.conf DEFAULT registry_host 10.222.0.41 2021-02-18 20:51:16.890 | + lib/glance:configure_glance:204 : '[' -n '' ']' 2021-02-18 20:51:16.892 | + lib/glance:configure_glance:207 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.41 2021-02-18 20:51:16.918 | + lib/glance:configure_glance:212 : is_service_enabled s-proxy 2021-02-18 20:51:16.933 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:51:16.935 | + lib/glance:configure_glance:213 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2021-02-18 20:51:16.959 | + lib/glance:configure_glance:214 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2021-02-18 20:51:16.985 | + lib/glance:configure_glance:215 : python3_enabled 2021-02-18 20:51:16.987 | + inc/python:python3_enabled:467 : [[ True == \T\r\u\e ]] 2021-02-18 20:51:16.989 | + inc/python:python3_enabled:468 : return 0 2021-02-18 20:51:16.992 | + lib/glance:configure_glance:216 : iniset /etc/glance/glance-api.conf glance_store swift_store_auth_insecure True 2021-02-18 20:51:17.016 | + lib/glance:configure_glance:219 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2021-02-18 20:51:17.040 | + lib/glance:configure_glance:220 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2021-02-18 20:51:17.065 | + lib/glance:configure_glance:221 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2021-02-18 20:51:17.088 | + lib/glance:configure_glance:222 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2021-02-18 20:51:17.113 | + lib/glance:configure_glance:224 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2021-02-18 20:51:17.140 | + lib/glance:configure_glance:226 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2021-02-18 20:51:17.164 | + lib/glance:configure_glance:227 : python3_enabled 2021-02-18 20:51:17.166 | + inc/python:python3_enabled:467 : [[ True == \T\r\u\e ]] 2021-02-18 20:51:17.169 | + inc/python:python3_enabled:468 : return 0 2021-02-18 20:51:17.171 | + lib/glance:configure_glance:230 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.41/identity/v3 2021-02-18 20:51:17.194 | + lib/glance:configure_glance:234 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2021-02-18 20:51:17.218 | + lib/glance:configure_glance:239 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.41/image 2021-02-18 20:51:17.242 | + lib/glance:configure_glance:241 : is_service_enabled tls-proxy 2021-02-18 20:51:17.257 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:51:17.259 | + lib/glance:configure_glance:249 : is_service_enabled tls-proxy 2021-02-18 20:51:17.273 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:51:17.276 | + lib/glance:configure_glance:254 : setup_logging /etc/glance/glance-api.conf 2021-02-18 20:51:17.278 | + functions:setup_logging:655 : local conf_file=/etc/glance/glance-api.conf 2021-02-18 20:51:17.281 | + functions:setup_logging:656 : local other_cond=False 2021-02-18 20:51:17.283 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-02-18 20:51:17.285 | + functions:setup_logging:658 : setup_systemd_logging /etc/glance/glance-api.conf 2021-02-18 20:51:17.287 | + functions:setup_systemd_logging:686 : local conf_file=/etc/glance/glance-api.conf 2021-02-18 20:51:17.290 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-02-18 20:51:17.293 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-02-18 20:51:17.308 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-02-18 20:51:17.310 | + functions:setup_systemd_logging:693 : local pidstr= 2021-02-18 20:51:17.313 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-02-18 20:51:17.315 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-02-18 20:51:17.317 | + functions:setup_systemd_logging:700 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-02-18 20:51:17.341 | + functions:setup_systemd_logging:702 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 20:51:17.365 | + functions:setup_systemd_logging:703 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 20:51:17.389 | + functions:setup_systemd_logging:704 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-02-18 20:51:17.412 | + lib/glance:configure_glance:255 : setup_logging /etc/glance/glance-registry.conf 2021-02-18 20:51:17.415 | + functions:setup_logging:655 : local conf_file=/etc/glance/glance-registry.conf 2021-02-18 20:51:17.417 | + functions:setup_logging:656 : local other_cond=False 2021-02-18 20:51:17.420 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-02-18 20:51:17.422 | + functions:setup_logging:658 : setup_systemd_logging /etc/glance/glance-registry.conf 2021-02-18 20:51:17.424 | + functions:setup_systemd_logging:686 : local conf_file=/etc/glance/glance-registry.conf 2021-02-18 20:51:17.426 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-02-18 20:51:17.429 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-02-18 20:51:17.445 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-02-18 20:51:17.447 | + functions:setup_systemd_logging:693 : local pidstr= 2021-02-18 20:51:17.450 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-02-18 20:51:17.452 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-02-18 20:51:17.454 | + functions:setup_systemd_logging:700 : iniset /etc/glance/glance-registry.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-02-18 20:51:17.477 | + functions:setup_systemd_logging:702 : iniset /etc/glance/glance-registry.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 20:51:17.502 | + functions:setup_systemd_logging:703 : iniset /etc/glance/glance-registry.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 20:51:17.525 | + functions:setup_systemd_logging:704 : iniset /etc/glance/glance-registry.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-02-18 20:51:17.549 | + lib/glance:configure_glance:257 : cp -p /opt/stack/glance/etc/glance-registry-paste.ini /etc/glance/glance-registry-paste.ini 2021-02-18 20:51:17.554 | + lib/glance:configure_glance:258 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2021-02-18 20:51:17.558 | + lib/glance:configure_glance:261 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2021-02-18 20:51:17.584 | + lib/glance:configure_glance:262 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2021-02-18 20:51:17.608 | + lib/glance:configure_glance:263 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-02-18 20:51:17.631 | + lib/glance:configure_glance:264 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.41/identity 2021-02-18 20:51:17.656 | + lib/glance:configure_glance:265 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2021-02-18 20:51:17.679 | + lib/glance:configure_glance:266 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2021-02-18 20:51:17.704 | + lib/glance:configure_glance:267 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2021-02-18 20:51:17.728 | ++ lib/glance:configure_glance:268 : ipv6_unquote 10.222.0.41 2021-02-18 20:51:17.731 | ++ functions-common:ipv6_unquote:2129 : echo 10.222.0.41 2021-02-18 20:51:17.731 | ++ functions-common:ipv6_unquote:2129 : tr -d '[]' 2021-02-18 20:51:17.735 | + lib/glance:configure_glance:268 : iniset /etc/glance/glance-cache.conf DEFAULT registry_host 10.222.0.41 2021-02-18 20:51:17.759 | + lib/glance:configure_glance:271 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-02-18 20:51:17.785 | + lib/glance:configure_glance:274 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2021-02-18 20:51:17.811 | + lib/glance:configure_glance:275 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2021-02-18 20:51:17.837 | + lib/glance:configure_glance:276 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2021-02-18 20:51:17.860 | + lib/glance:configure_glance:278 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2021-02-18 20:51:17.865 | + lib/glance:configure_glance:280 : cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2021-02-18 20:51:17.871 | + lib/glance:configure_glance:282 : is_service_enabled tls-proxy 2021-02-18 20:51:17.885 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:51:17.888 | + lib/glance:configure_glance:290 : [[ uwsgi == \u\w\s\g\i ]] 2021-02-18 20:51:17.890 | + lib/glance:configure_glance:291 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2021-02-18 20:51:17.893 | + lib/apache:write_local_uwsgi_http_config:329 : local file=/etc/glance/glance-uwsgi.ini 2021-02-18 20:51:17.895 | + lib/apache:write_local_uwsgi_http_config:330 : local wsgi=/usr/local/bin/glance-wsgi-api 2021-02-18 20:51:17.897 | + lib/apache:write_local_uwsgi_http_config:331 : local url=/image 2021-02-18 20:51:17.900 | ++ lib/apache:write_local_uwsgi_http_config:332 : basename /usr/local/bin/glance-wsgi-api 2021-02-18 20:51:17.903 | + lib/apache:write_local_uwsgi_http_config:332 : name=glance-wsgi-api 2021-02-18 20:51:17.905 | + lib/apache:write_local_uwsgi_http_config:338 : rm -rf /etc/glance/glance-uwsgi.ini 2021-02-18 20:51:17.908 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2021-02-18 20:51:17.933 | ++ lib/apache:write_local_uwsgi_http_config:340 : get_random_port 2021-02-18 20:51:17.936 | ++ functions:get_random_port:815 : read lower_port upper_port 2021-02-18 20:51:17.938 | ++ functions:get_random_port:816 : true 2021-02-18 20:51:17.940 | ++ functions:get_random_port:817 : (( port = upper_port )) 2021-02-18 20:51:17.942 | ++ functions:get_random_port:817 : (( port >= lower_port )) 2021-02-18 20:51:17.944 | ++ functions:get_random_port:818 : sudo lsof -i :60999 2021-02-18 20:51:17.999 | ++ functions:get_random_port:819 : [[ 1 > 0 ]] 2021-02-18 20:51:18.001 | ++ functions:get_random_port:820 : break 2 2021-02-18 20:51:18.003 | ++ functions:get_random_port:824 : echo 60999 2021-02-18 20:51:18.006 | + lib/apache:write_local_uwsgi_http_config:340 : port=60999 2021-02-18 20:51:18.008 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2021-02-18 20:51:18.031 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2021-02-18 20:51:18.054 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2021-02-18 20:51:18.079 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2021-02-18 20:51:18.101 | + lib/apache:write_local_uwsgi_http_config:347 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2021-02-18 20:51:18.125 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2021-02-18 20:51:18.148 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2021-02-18 20:51:18.172 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2021-02-18 20:51:18.196 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-02-18 20:51:18.219 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2021-02-18 20:51:18.243 | + lib/apache:write_local_uwsgi_http_config:358 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2021-02-18 20:51:18.266 | + lib/apache:write_local_uwsgi_http_config:360 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2021-02-18 20:51:18.289 | + lib/apache:write_local_uwsgi_http_config:362 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2021-02-18 20:51:18.313 | + lib/apache:write_local_uwsgi_http_config:363 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2021-02-18 20:51:18.337 | + lib/apache:write_local_uwsgi_http_config:364 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2021-02-18 20:51:18.360 | + lib/apache:write_local_uwsgi_http_config:365 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2021-02-18 20:51:18.384 | + lib/apache:write_local_uwsgi_http_config:366 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2021-02-18 20:51:18.407 | + lib/apache:write_local_uwsgi_http_config:367 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2021-02-18 20:51:18.431 | + lib/apache:write_local_uwsgi_http_config:369 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2021-02-18 20:51:18.454 | + lib/apache:write_local_uwsgi_http_config:371 : enable_apache_mod proxy 2021-02-18 20:51:18.457 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2021-02-18 20:51:18.459 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-18 20:51:18.461 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:51:18.463 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:51:18.466 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2021-02-18 20:51:18.468 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2021-02-18 20:51:18.518 | proxy (enabled by site administrator) 2021-02-18 20:51:18.520 | + lib/apache:write_local_uwsgi_http_config:372 : enable_apache_mod proxy_http 2021-02-18 20:51:18.523 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2021-02-18 20:51:18.525 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-18 20:51:18.528 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:51:18.530 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:51:18.532 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2021-02-18 20:51:18.534 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2021-02-18 20:51:18.584 | No module matches proxy_http 2021-02-18 20:51:18.586 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2021-02-18 20:51:18.644 | Considering dependency proxy for proxy_http: 2021-02-18 20:51:18.645 | Module proxy already enabled 2021-02-18 20:51:18.645 | Enabling module proxy_http. 2021-02-18 20:51:18.649 | To activate the new configuration, you need to run: 2021-02-18 20:51:18.649 | systemctl restart apache2 2021-02-18 20:51:18.654 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2021-02-18 20:51:18.656 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-02-18 20:51:18.658 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-02-18 20:51:18.661 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-02-18 20:51:18.805 | + lib/apache:write_local_uwsgi_http_config:373 : local apache_conf= 2021-02-18 20:51:18.808 | ++ lib/apache:write_local_uwsgi_http_config:374 : apache_site_config_for glance-wsgi-api 2021-02-18 20:51:18.811 | ++ lib/apache:apache_site_config_for:196 : local site=glance-wsgi-api 2021-02-18 20:51:18.813 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-02-18 20:51:18.815 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:51:18.818 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:51:18.821 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2021-02-18 20:51:18.823 | + lib/apache:write_local_uwsgi_http_config:374 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2021-02-18 20:51:18.826 | + lib/apache:write_local_uwsgi_http_config:375 : echo 'KeepAlive Off' 2021-02-18 20:51:18.826 | + lib/apache:write_local_uwsgi_http_config:375 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2021-02-18 20:51:18.834 | KeepAlive Off 2021-02-18 20:51:18.837 | + lib/apache:write_local_uwsgi_http_config:376 : echo 'SetEnv proxy-sendchunked 1' 2021-02-18 20:51:18.838 | + lib/apache:write_local_uwsgi_http_config:376 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-02-18 20:51:18.845 | SetEnv proxy-sendchunked 1 2021-02-18 20:51:18.849 | + lib/apache:write_local_uwsgi_http_config:377 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-02-18 20:51:18.849 | + lib/apache:write_local_uwsgi_http_config:377 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2021-02-18 20:51:18.857 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2021-02-18 20:51:18.860 | + lib/apache:write_local_uwsgi_http_config:378 : enable_apache_site glance-wsgi-api 2021-02-18 20:51:18.862 | + lib/apache:enable_apache_site:213 : local site=glance-wsgi-api 2021-02-18 20:51:18.864 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-02-18 20:51:18.867 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-02-18 20:51:18.869 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-18 20:51:18.871 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:51:18.873 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:51:18.875 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-02-18 20:51:18.878 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-02-18 20:51:18.880 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:51:18.882 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:51:18.884 | + lib/apache:enable_apache_site:217 : sudo a2ensite glance-wsgi-api 2021-02-18 20:51:18.942 | Enabling site glance-wsgi-api. 2021-02-18 20:51:18.946 | To activate the new configuration, you need to run: 2021-02-18 20:51:18.946 | systemctl reload apache2 2021-02-18 20:51:18.951 | + lib/apache:write_local_uwsgi_http_config:379 : restart_apache_server 2021-02-18 20:51:18.953 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-02-18 20:51:18.956 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-02-18 20:51:18.958 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-02-18 20:51:19.094 | + ./stack.sh:main:894 : is_service_enabled cinder 2021-02-18 20:51:19.110 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:51:19.113 | + ./stack.sh:main:896 : stack_install_service cinder 2021-02-18 20:51:19.115 | + lib/stack:stack_install_service:20 : local service=cinder 2021-02-18 20:51:19.117 | + lib/stack:stack_install_service:21 : type install_cinder 2021-02-18 20:51:19.120 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-02-18 20:51:19.122 | + lib/stack:stack_install_service:32 : install_cinder 2021-02-18 20:51:19.125 | + lib/cinder:install_cinder:417 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder stable/ussuri 2021-02-18 20:51:19.127 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/cinder.git 2021-02-18 20:51:19.130 | + functions-common:git_clone:524 : local git_dest=/opt/stack/cinder 2021-02-18 20:51:19.132 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-02-18 20:51:19.134 | + functions-common:git_clone:526 : local orig_dir 2021-02-18 20:51:19.138 | ++ functions-common:git_clone:527 : pwd 2021-02-18 20:51:19.140 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-02-18 20:51:19.142 | + functions-common:git_clone:528 : local git_clone_flags= 2021-02-18 20:51:19.146 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-02-18 20:51:19.161 | + functions-common:git_clone:530 : RECLONE=False 2021-02-18 20:51:19.163 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-02-18 20:51:19.166 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-02-18 20:51:19.169 | + functions-common:git_clone:544 : echo stable/ussuri 2021-02-18 20:51:19.169 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-02-18 20:51:19.173 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/cinder ]] 2021-02-18 20:51:19.175 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-02-18 20:51:19.178 | + functions-common:git_clone:592 : cd /opt/stack/cinder 2021-02-18 20:51:19.181 | + functions-common:git_clone:593 : git show --oneline 2021-02-18 20:51:19.181 | + functions-common:git_clone:593 : head -1 2021-02-18 20:51:19.185 | d34e4d12f Merge "Fixed an issue with creating a backup from snapshot with NFS volume driver." into stable/ussuri 2021-02-18 20:51:19.188 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-02-18 20:51:19.190 | + lib/cinder:install_cinder:418 : setup_develop /opt/stack/cinder 2021-02-18 20:51:19.193 | + inc/python:setup_develop:351 : local bindep 2021-02-18 20:51:19.195 | + inc/python:setup_develop:352 : [[ /opt/stack/cinder == -bindep* ]] 2021-02-18 20:51:19.198 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/cinder 2021-02-18 20:51:19.201 | + inc/python:setup_develop:357 : local extras= 2021-02-18 20:51:19.203 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2021-02-18 20:51:19.205 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-02-18 20:51:19.208 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/cinder == -bindep* ]] 2021-02-18 20:51:19.210 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/cinder 2021-02-18 20:51:19.213 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-02-18 20:51:19.216 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-02-18 20:51:19.219 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/cinder 2021-02-18 20:51:19.221 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-02-18 20:51:19.224 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/cinder 2021-02-18 20:51:19.227 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-02-18 20:51:19.229 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-02-18 20:51:19.232 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2021-02-18 20:51:19.237 | + inc/python:_setup_package_with_constraints_edit:396 : name=cinder 2021-02-18 20:51:19.240 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder '-e file:///opt/stack/cinder#egg=cinder' 2021-02-18 20:51:20.227 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/cinder -e 2021-02-18 20:51:20.230 | + inc/python:setup_package:430 : local bindep=0 2021-02-18 20:51:20.233 | + inc/python:setup_package:431 : local bindep_flag= 2021-02-18 20:51:20.235 | + inc/python:setup_package:432 : local bindep_profiles= 2021-02-18 20:51:20.237 | + inc/python:setup_package:433 : [[ /opt/stack/cinder == -bindep* ]] 2021-02-18 20:51:20.240 | + inc/python:setup_package:438 : local project_dir=/opt/stack/cinder 2021-02-18 20:51:20.242 | + inc/python:setup_package:439 : local flags=-e 2021-02-18 20:51:20.244 | + inc/python:setup_package:440 : local extras= 2021-02-18 20:51:20.247 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-02-18 20:51:20.249 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-02-18 20:51:20.251 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-02-18 20:51:20.254 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-02-18 20:51:20.256 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-02-18 20:51:20.258 | + inc/python:setup_package:458 : pip_install -e /opt/stack/cinder 2021-02-18 20:51:20.276 | Using python 3.6 to install /opt/stack/cinder because python3_enabled=True 2021-02-18 20:51:20.282 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2021-02-18 20:51:22.957 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:51:22.957 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-18 20:51:22.957 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.958 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.958 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.959 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.959 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.960 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.960 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.961 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.961 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.961 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.962 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.962 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.963 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.963 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.964 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.965 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.965 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.965 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.966 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.966 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.967 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.967 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.967 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.968 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.968 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.970 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.971 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.971 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.972 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.972 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.973 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.973 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.974 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.974 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.974 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.975 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.975 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.975 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.976 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.976 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.977 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.977 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.977 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.978 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.978 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.978 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.979 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.980 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.981 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.981 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.982 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.982 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.983 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.983 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.984 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.984 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.985 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.985 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.985 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.986 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.987 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.987 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.988 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.989 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.989 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.989 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.990 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.990 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.991 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.992 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.992 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.993 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.993 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.993 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.994 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.994 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.995 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.995 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.996 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.996 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.997 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.998 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.998 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:22.998 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:22.999 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:22.999 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.000 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.000 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.001 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.001 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.001 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.002 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.002 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.003 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.003 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.004 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.004 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.005 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.005 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.006 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.006 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.007 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.007 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.008 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.008 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.009 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.009 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.009 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.010 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.010 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.011 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.012 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.012 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.012 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.013 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.013 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.014 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.014 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.015 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.015 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.016 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.016 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.016 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.017 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.017 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.018 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.018 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.019 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.019 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.020 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.020 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.020 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.021 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.021 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.022 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.022 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.023 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.023 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.023 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.024 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.024 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.024 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.025 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.025 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.026 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.027 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.027 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.028 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.028 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.029 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.029 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.029 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.030 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.030 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.031 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.031 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.031 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.032 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.032 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.033 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.033 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.033 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.034 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.034 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.035 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.035 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.036 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.036 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.036 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.037 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.037 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.037 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.038 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.038 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.039 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.039 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.039 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.040 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.040 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.041 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.041 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.041 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.042 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.042 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.043 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.043 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.043 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.044 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.044 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.045 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.045 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.045 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.046 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.046 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.047 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.047 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.048 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.048 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.048 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.049 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.049 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.049 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.050 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.050 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.051 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.051 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.051 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.052 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.052 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.053 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.053 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.053 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.054 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.054 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.055 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.055 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.056 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.056 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.056 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.057 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.057 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.058 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.059 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.059 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.059 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.060 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.060 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.061 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.061 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.062 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.062 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.063 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.064 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.064 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.065 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.066 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.066 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.067 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.067 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.068 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.068 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.068 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.069 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.069 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.070 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.070 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.071 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.071 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.071 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.072 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.072 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.073 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.073 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.074 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.074 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.074 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.075 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.075 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.076 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.076 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.077 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.077 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.077 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.078 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.078 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.079 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.079 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.079 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.080 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.080 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.081 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.081 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.082 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.082 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.082 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.083 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.083 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.084 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.084 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.085 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.085 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.085 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.086 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.086 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.087 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.087 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.087 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.088 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.088 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.089 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.090 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.090 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.090 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.091 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.091 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.092 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.092 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.093 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.093 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.094 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.094 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.094 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.095 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.095 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.095 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.096 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.096 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.097 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.097 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.098 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.098 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.098 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.099 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.099 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.100 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.100 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.100 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.101 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.101 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.102 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.102 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.103 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.103 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.103 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.104 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.104 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.105 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.105 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.106 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.107 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.107 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.108 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.108 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.108 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.109 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.109 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.110 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.110 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.111 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.111 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.112 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.112 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.112 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.113 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.113 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.114 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.114 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.114 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.115 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.115 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.116 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.116 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.116 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.117 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.117 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.118 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.118 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.119 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.119 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.135 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.135 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.135 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.136 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.136 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.137 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.137 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.138 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.138 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.139 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.139 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.140 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.140 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.141 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.141 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.141 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.142 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.142 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.143 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.143 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.144 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.144 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.144 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.145 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.146 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.146 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.147 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.147 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.148 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.148 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.148 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.149 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.149 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.149 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.150 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.150 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.151 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.151 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.152 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.153 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.153 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.153 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.154 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.154 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.155 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.155 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.156 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.156 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.157 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.157 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.158 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.158 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.159 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.159 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.160 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.160 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:23.161 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:23.161 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:23.162 | Obtaining file:///opt/stack/cinder 2021-02-18 20:51:25.219 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-02-18 20:51:27.276 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-02-18 20:51:27.285 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-02-18 20:51:27.294 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-02-18 20:51:27.302 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-02-18 20:51:27.326 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-02-18 20:51:27.340 | Requirement already satisfied: castellan===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.3) 2021-02-18 20:51:27.364 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (2.9) 2021-02-18 20:51:27.405 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (0.2.2) 2021-02-18 20:51:27.420 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (4.4.2) 2021-02-18 20:51:27.423 | Requirement already satisfied: defusedxml===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (0.6.0) 2021-02-18 20:51:27.429 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (0.26.1) 2021-02-18 20:51:27.628 | Collecting google-api-python-client===1.8.0 2021-02-18 20:51:27.636 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/503/2ad1af5046889/google_api_python_client-1.8.0-py3-none-any.whl (57 kB) 2021-02-18 20:51:27.876 | Collecting google-auth===1.13.1 2021-02-18 20:51:27.884 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cab/6c707e6ee20e5/google_auth-1.13.1-py2.py3-none-any.whl (87 kB) 2021-02-18 20:51:28.043 | Collecting google-auth-httplib2===0.0.3 2021-02-18 20:51:28.054 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f1c/437842155680c/google_auth_httplib2-0.0.3-py2.py3-none-any.whl (6.3 kB) 2021-02-18 20:51:28.125 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) (0.4.15) 2021-02-18 20:51:28.128 | Requirement already satisfied: httplib2===0.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (0.17.2) 2021-02-18 20:51:28.130 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (0.1.12) 2021-02-18 20:51:28.133 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (3.2.0) 2021-02-18 20:51:28.165 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (4.0.0) 2021-02-18 20:51:28.234 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (9.0.0) 2021-02-18 20:51:28.295 | Requirement already satisfied: lxml===4.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (4.5.0) 2021-02-18 20:51:28.307 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (1.5) 2021-02-18 20:51:28.455 | Collecting oauth2client===4.1.3 2021-02-18 20:51:28.462 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2021-02-18 20:51:28.543 | Requirement already satisfied: os-brick===3.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) (3.0.4) 2021-02-18 20:51:28.572 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) (1.7.0) 2021-02-18 20:51:28.577 | Requirement already satisfied: os-win===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 464)) (5.0.2) 2021-02-18 20:51:28.599 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) (2.3.1) 2021-02-18 20:51:28.635 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (4.0.3) 2021-02-18 20:51:28.649 | Requirement already satisfied: oslo.config===8.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (8.0.4) 2021-02-18 20:51:28.664 | Requirement already satisfied: oslo.context===3.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (3.0.2) 2021-02-18 20:51:28.671 | Requirement already satisfied: oslo.db===8.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (8.1.0) 2021-02-18 20:51:28.724 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 491)) (4.0.1) 2021-02-18 20:51:28.734 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (4.1.3) 2021-02-18 20:51:28.777 | Requirement already satisfied: oslo.messaging===12.1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (12.1.5) 2021-02-18 20:51:28.845 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 507)) (4.0.2) 2021-02-18 20:51:28.867 | Requirement already satisfied: oslo.policy===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (3.1.1) 2021-02-18 20:51:28.886 | Requirement already satisfied: oslo.privsep===2.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (2.1.2) 2021-02-18 20:51:28.903 | Requirement already satisfied: oslo.reports===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (2.0.1) 2021-02-18 20:51:28.918 | Requirement already satisfied: oslo.rootwrap===6.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (6.0.2) 2021-02-18 20:51:28.923 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (3.1.2) 2021-02-18 20:51:28.936 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (2.1.1) 2021-02-18 20:51:28.965 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (1.0.1) 2021-02-18 20:51:28.974 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (4.1.2) 2021-02-18 20:51:29.146 | Collecting oslo.versionedobjects===2.0.2 2021-02-18 20:51:29.154 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/360/74234bde8d118/oslo.versionedobjects-2.0.2-py3-none-any.whl (86 kB) 2021-02-18 20:51:29.406 | Collecting oslo.vmware===3.3.1 2021-02-18 20:51:29.413 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/423/621a2e77be165/oslo.vmware-3.3.1-py3-none-any.whl (358 kB) 2021-02-18 20:51:29.518 | Requirement already satisfied: osprofiler===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (3.1.0) 2021-02-18 20:51:29.732 | Collecting paramiko===2.7.1 2021-02-18 20:51:29.739 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c9/80875fa4d2cb7/paramiko-2.7.1-py2.py3-none-any.whl (206 kB) 2021-02-18 20:51:29.850 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (5.4.5) 2021-02-18 20:51:29.852 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (0.7.2) 2021-02-18 20:51:29.854 | Requirement already satisfied: psutil===5.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 583)) (5.7.0) 2021-02-18 20:51:30.028 | Collecting pyasn1===0.4.8 2021-02-18 20:51:30.035 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2021-02-18 20:51:30.223 | Collecting pyasn1-modules===0.2.8 2021-02-18 20:51:30.231 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2021-02-18 20:51:30.308 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 594)) (3.0.0) 2021-02-18 20:51:30.319 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 604)) (0.9.6) 2021-02-18 20:51:30.322 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 611)) (2.4.7) 2021-02-18 20:51:30.326 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 615)) (0.16.0) 2021-02-18 20:51:30.331 | Requirement already satisfied: python-barbicanclient===4.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 633)) (4.10.0) 2021-02-18 20:51:30.349 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 653)) (2.8.1) 2021-02-18 20:51:30.496 | Collecting python-glanceclient===3.1.2 2021-02-18 20:51:30.503 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/33f/c23354e421374/python_glanceclient-3.1.2-py3-none-any.whl (191 kB) 2021-02-18 20:51:30.598 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 685)) (4.0.0) 2021-02-18 20:51:30.782 | Collecting python-novaclient===17.0.0 2021-02-18 20:51:30.789 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f4/bea680e0a5ecb/python_novaclient-17.0.0-py3-none-any.whl (331 kB) 2021-02-18 20:51:30.886 | Requirement already satisfied: python-swiftclient===3.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 754)) (3.9.0) 2021-02-18 20:51:30.909 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 773)) (2019.3) 2021-02-18 20:51:30.913 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 787)) (0.7) 2021-02-18 20:51:30.921 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 788)) (2.23.0) 2021-02-18 20:51:30.944 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 798)) (1.3.3) 2021-02-18 20:51:30.949 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 800)) (1.4.0) 2021-02-18 20:51:31.062 | Collecting rsa===4.0 2021-02-18 20:51:31.069 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/14b/a45700ff1ec9e/rsa-4.0-py2.py3-none-any.whl (38 kB) 2021-02-18 20:51:31.231 | Collecting rtslib-fb===2.1.71 2021-02-18 20:51:31.237 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d0b/a9368b6dc11c8/rtslib-fb-2.1.71.tar.gz (72 kB) 2021-02-18 20:51:31.977 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 830)) (3.17.0) 2021-02-18 20:51:31.980 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 832)) (1.14.0) 2021-02-18 20:51:31.983 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 894)) (0.13.0) 2021-02-18 20:51:31.995 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 895)) (0.3.1) 2021-02-18 20:51:31.998 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 896)) (3.3.0) 2021-02-18 20:51:32.000 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 901)) (1.32.0) 2021-02-18 20:51:32.096 | Collecting suds-jurko===0.6 2021-02-18 20:51:32.102 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454 kB) 2021-02-18 20:51:32.273 | Collecting tabulate===0.8.7 2021-02-18 20:51:32.279 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ac6/4cb76d53b1231/tabulate-0.8.7-py3-none-any.whl (24 kB) 2021-02-18 20:51:32.351 | Requirement already satisfied: taskflow===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 920)) (4.1.0) 2021-02-18 20:51:32.413 | Requirement already satisfied: tenacity===6.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 924)) (6.1.0) 2021-02-18 20:51:32.427 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 927)) (2.0.1) 2021-02-18 20:51:32.437 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 928)) (0.5.0) 2021-02-18 20:51:32.443 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 929)) (2.4.0) 2021-02-18 20:51:32.646 | Collecting tooz===2.3.1 2021-02-18 20:51:32.653 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0fa/045f50becd2d5/tooz-2.3.1-py3-none-any.whl (89 kB) 2021-02-18 20:51:32.787 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 948)) (1.4.0) 2021-02-18 20:51:32.790 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.1.0) 2021-02-18 20:51:32.879 | Collecting uritemplate===3.0.1 2021-02-18 20:51:32.886 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl (15 kB) 2021-02-18 20:51:32.956 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.25.8) 2021-02-18 20:51:32.978 | Requirement already satisfied: voluptuous===0.11.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 977)) (0.11.7) 2021-02-18 20:51:33.069 | Collecting warlock===1.3.3 2021-02-18 20:51:33.075 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB) 2021-02-18 20:51:33.149 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 990)) (1.12.1) 2021-02-18 20:51:33.151 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 996)) (1.2.3) 2021-02-18 20:51:33.155 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-02-18 20:51:33.159 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-02-18 20:51:33.162 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (1.15.0) 2021-02-18 20:51:33.297 | Collecting google-api-core===1.16.0 2021-02-18 20:51:33.304 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/859/f7392676761f2/google_api_core-1.16.0-py2.py3-none-any.whl (70 kB) 2021-02-18 20:51:33.397 | Requirement already satisfied: cachetools===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (4.1.0) 2021-02-18 20:51:33.400 | Requirement already satisfied: setuptools>=40.3.0 in /usr/local/lib/python3.6/dist-packages (from google-auth===1.13.1->-c /opt/stack/requirements/upper-constraints.txt (line 273)) (49.6.0) 2021-02-18 20:51:33.446 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-02-18 20:51:33.519 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (1.6.0) 2021-02-18 20:51:33.538 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (0.9.0) 2021-02-18 20:51:33.542 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.14.1) 2021-02-18 20:51:33.547 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-02-18 20:51:33.551 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (0.7.19) 2021-02-18 20:51:33.555 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.0.1) 2021-02-18 20:51:33.564 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-02-18 20:51:33.573 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2.5.2) 2021-02-18 20:51:33.579 | Requirement already satisfied: kombu===4.6.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (4.6.8) 2021-02-18 20:51:33.626 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (2.1.1) 2021-02-18 20:51:33.633 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-02-18 20:51:33.640 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375)) (0.6.2) 2021-02-18 20:51:33.643 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (3.0.0) 2021-02-18 20:51:33.656 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.10.9) 2021-02-18 20:51:33.817 | Collecting PyNaCl===1.3.0 2021-02-18 20:51:33.824 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/b0c5232910a20/PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl (759 kB) 2021-02-18 20:51:33.925 | Requirement already satisfied: bcrypt===3.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (3.1.7) 2021-02-18 20:51:33.935 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (3.1.0) 2021-02-18 20:51:33.951 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 589)) (19.1.0) 2021-02-18 20:51:33.966 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (2.9) 2021-02-18 20:51:33.969 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-02-18 20:51:33.972 | Requirement already satisfied: certifi===2020.4.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2020.4.5.1) 2021-02-18 20:51:34.061 | Collecting pyudev===0.22.0 2021-02-18 20:51:34.068 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB) 2021-02-18 20:51:34.140 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-02-18 20:51:34.142 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 600)) (1.4.1) 2021-02-18 20:51:34.147 | Requirement already satisfied: automaton===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (2.0.1) 2021-02-18 20:51:34.156 | Requirement already satisfied: networkx===2.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) (2.4) 2021-02-18 20:51:34.198 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (1.0.0) 2021-02-18 20:51:34.201 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 701)) (1.6.0) 2021-02-18 20:51:34.203 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (1.0.0) 2021-02-18 20:51:34.205 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.4.0) 2021-02-18 20:51:34.248 | Collecting jsonpatch===1.25 2021-02-18 20:51:34.255 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cc3/a7241010a1fd3/jsonpatch-1.25-py2.py3-none-any.whl (11 kB) 2021-02-18 20:51:34.263 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 597)) (2.20) 2021-02-18 20:51:34.266 | Requirement already satisfied: protobuf===3.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 582)) (3.11.3) 2021-02-18 20:51:34.364 | Collecting googleapis-common-protos===1.51.0 2021-02-18 20:51:34.371 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/013/c917042791191/googleapis-common-protos-1.51.0.tar.gz (35 kB) 2021-02-18 20:51:35.129 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1006)) (3.1.0) 2021-02-18 20:51:35.142 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 658)) (1.0.4) 2021-02-18 20:51:35.144 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-02-18 20:51:35.152 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 973)) (1.3.0) 2021-02-18 20:51:35.155 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-02-18 20:51:35.159 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (0.8.9) 2021-02-18 20:51:35.206 | Collecting jsonpointer===2.0 2021-02-18 20:51:35.212 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ff3/79fa021d1b81a/jsonpointer-2.0-py2.py3-none-any.whl (7.6 kB) 2021-02-18 20:51:35.220 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 981)) (0.1.9) 2021-02-18 20:51:35.223 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 612)) (1.8.0) 2021-02-18 20:51:35.226 | Building wheels for collected packages: googleapis-common-protos, rtslib-fb 2021-02-18 20:51:35.227 | Building wheel for googleapis-common-protos (setup.py): started 2021-02-18 20:51:36.028 | Building wheel for googleapis-common-protos (setup.py): finished with status 'done' 2021-02-18 20:51:36.029 | Created wheel for googleapis-common-protos: filename=googleapis_common_protos-1.51.0-py3-none-any.whl size=77594 sha256=935aefcdba0092d8296fa2b5a96d79b43bac6310dfce99ce0718f0b1f0a95f75 2021-02-18 20:51:36.030 | Stored in directory: /root/.cache/pip/wheels/67/e9/f7/4ea74a2d6503c8f2f0c8de74b582abfd78da45243ce576382e 2021-02-18 20:51:36.031 | Building wheel for rtslib-fb (setup.py): started 2021-02-18 20:51:36.772 | Building wheel for rtslib-fb (setup.py): finished with status 'done' 2021-02-18 20:51:36.774 | Created wheel for rtslib-fb: filename=rtslib_fb-2.1.71-py3-none-any.whl size=84474 sha256=c32e180ef13d2b95cd810540a2a34265b28e38ace1caa8bb4248a28f6f26a862 2021-02-18 20:51:36.774 | Stored in directory: /root/.cache/pip/wheels/62/74/68/a9f5b076eea345c7800bdfe3996a4cfde2d665eb1c7d31cbb1 2021-02-18 20:51:36.775 | Successfully built googleapis-common-protos rtslib-fb 2021-02-18 20:51:37.571 | Installing collected packages: pyasn1, rsa, pyasn1-modules, oauth2client, oslo.versionedobjects, PyNaCl, paramiko, jsonpointer, jsonpatch, warlock, python-glanceclient, python-novaclient, pyudev, rtslib-fb, tabulate, suds-jurko, oslo.vmware, tooz, google-auth, google-auth-httplib2, uritemplate, googleapis-common-protos, google-api-core, google-api-python-client, cinder 2021-02-18 20:51:37.571 | Attempting uninstall: pyasn1 2021-02-18 20:51:37.573 | Found existing installation: pyasn1 0.4.2 2021-02-18 20:51:37.582 | Uninstalling pyasn1-0.4.2: 2021-02-18 20:51:37.599 | Successfully uninstalled pyasn1-0.4.2 2021-02-18 20:51:38.373 | Attempting uninstall: jsonpointer 2021-02-18 20:51:38.375 | Found existing installation: jsonpointer 1.10 2021-02-18 20:51:38.377 | Uninstalling jsonpointer-1.10: 2021-02-18 20:51:38.392 | Successfully uninstalled jsonpointer-1.10 2021-02-18 20:51:38.404 | Attempting uninstall: jsonpatch 2021-02-18 20:51:38.406 | Found existing installation: jsonpatch 1.16 2021-02-18 20:51:38.408 | Uninstalling jsonpatch-1.16: 2021-02-18 20:51:38.422 | Successfully uninstalled jsonpatch-1.16 2021-02-18 20:51:39.951 | Running setup.py develop for cinder 2021-02-18 20:51:42.172 | Successfully installed PyNaCl-1.3.0 cinder google-api-core-1.16.0 google-api-python-client-1.8.0 google-auth-1.13.1 google-auth-httplib2-0.0.3 googleapis-common-protos-1.51.0 jsonpatch-1.25 jsonpointer-2.0 oauth2client-4.1.3 oslo.versionedobjects-2.0.2 oslo.vmware-3.3.1 paramiko-2.7.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 python-glanceclient-3.1.2 python-novaclient-17.0.0 pyudev-0.22.0 rsa-4.0 rtslib-fb-2.1.71 suds-jurko-0.6 tabulate-0.8.7 tooz-2.3.1 uritemplate-3.0.1 warlock-1.3.3 2021-02-18 20:51:42.288 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:51:42.288 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:51:42.406 | + inc/python:pip_install:207 : result=0 2021-02-18 20:51:42.408 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:51:42.410 | + functions-common:time_stop:2331 : local name 2021-02-18 20:51:42.412 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:51:42.415 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:51:42.417 | + functions-common:time_stop:2334 : local total 2021-02-18 20:51:42.420 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:51:42.422 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:51:42.424 | + functions-common:time_stop:2338 : start_time=1613681480272 2021-02-18 20:51:42.426 | + functions-common:time_stop:2340 : [[ -z 1613681480272 ]] 2021-02-18 20:51:42.429 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:51:42.433 | + functions-common:time_stop:2343 : end_time=1613681502430 2021-02-18 20:51:42.435 | + functions-common:time_stop:2344 : elapsed_time=22158 2021-02-18 20:51:42.437 | + functions-common:time_stop:2345 : total=238479 2021-02-18 20:51:42.440 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:51:42.442 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=260637 2021-02-18 20:51:42.444 | + inc/python:pip_install:210 : return 0 2021-02-18 20:51:42.446 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-02-18 20:51:42.449 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-02-18 20:51:42.451 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-02-18 20:51:42.468 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-02-18 20:51:42.480 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/cinder 2021-02-18 20:51:42.482 | + inc/python:use_library_from_git:263 : local name=/opt/stack/cinder 2021-02-18 20:51:42.485 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:51:42.487 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:51:42.490 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,/opt/stack/cinder, ]] 2021-02-18 20:51:42.492 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:51:42.495 | + lib/cinder:install_cinder:419 : [[ tgtadm == \t\g\t\a\d\m ]] 2021-02-18 20:51:42.498 | + lib/cinder:install_cinder:420 : install_package tgt 2021-02-18 20:51:42.500 | + functions-common:install_package:1333 : update_package_repo 2021-02-18 20:51:42.502 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-02-18 20:51:42.505 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-02-18 20:51:42.507 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-02-18 20:51:42.510 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-02-18 20:51:42.512 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-02-18 20:51:42.514 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:51:42.517 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:51:42.519 | + functions-common:update_package_repo:1314 : apt_get_update 2021-02-18 20:51:42.522 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-02-18 20:51:42.524 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-02-18 20:51:42.527 | + functions-common:apt_get_update:1069 : return 2021-02-18 20:51:42.529 | + functions-common:install_package:1334 : real_install_package tgt 2021-02-18 20:51:42.532 | + functions-common:real_install_package:1319 : is_ubuntu 2021-02-18 20:51:42.534 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:51:42.537 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:51:42.539 | + functions-common:real_install_package:1320 : apt_get install tgt 2021-02-18 20:51:42.559 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install tgt 2021-02-18 20:51:42.678 | Reading package lists... 2021-02-18 20:51:42.924 | Building dependency tree... 2021-02-18 20:51:42.925 | Reading state information... 2021-02-18 20:51:43.129 | The following packages were automatically installed and are no longer required: 2021-02-18 20:51:43.130 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-02-18 20:51:43.130 | python3-click python3-colorama python3-configobj python3-constantly 2021-02-18 20:51:43.130 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-02-18 20:51:43.130 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-02-18 20:51:43.130 | python3-twisted-bin python3-zope.interface 2021-02-18 20:51:43.130 | Use 'sudo apt autoremove' to remove them. 2021-02-18 20:51:43.131 | The following additional packages will be installed: 2021-02-18 20:51:43.131 | ibverbs-providers libconfig-general-perl libibverbs1 librdmacm1 2021-02-18 20:51:43.131 | libsgutils2-2 sg3-utils 2021-02-18 20:51:43.132 | Suggested packages: 2021-02-18 20:51:43.132 | tgt-rbd 2021-02-18 20:51:43.184 | The following NEW packages will be installed: 2021-02-18 20:51:43.184 | libconfig-general-perl librdmacm1 libsgutils2-2 sg3-utils tgt 2021-02-18 20:51:43.185 | The following packages will be upgraded: 2021-02-18 20:51:43.185 | ibverbs-providers libibverbs1 2021-02-18 20:51:43.467 | 2 upgraded, 5 newly installed, 0 to remove and 160 not upgraded. 2021-02-18 20:51:43.467 | Need to get 1,406 kB of archives. 2021-02-18 20:51:43.467 | After this operation, 3,551 kB of additional disk space will be used. 2021-02-18 20:51:43.467 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 ibverbs-providers amd64 24.0-2~cloud0 [220 kB] 2021-02-18 20:51:43.469 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libconfig-general-perl all 2.63-1 [53.9 kB] 2021-02-18 20:51:43.873 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsgutils2-2 amd64 1.42-2ubuntu1.18.04.2 [59.8 kB] 2021-02-18 20:51:43.957 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sg3-utils amd64 1.42-2ubuntu1.18.04.2 [749 kB] 2021-02-18 20:51:44.126 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 libibverbs1 amd64 24.0-2~cloud0 [50.8 kB] 2021-02-18 20:51:44.148 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 librdmacm1 amd64 24.0-2~cloud0 [58.4 kB] 2021-02-18 20:51:44.387 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 tgt amd64 1:1.0.72-1ubuntu1 [214 kB] 2021-02-18 20:51:44.972 | Fetched 1,406 kB in 1s (1,150 kB/s) 2021-02-18 20:51:45.063 | (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 ... 76912 files and directories currently installed.) 2021-02-18 20:51:45.066 | Preparing to unpack .../0-ibverbs-providers_24.0-2~cloud0_amd64.deb ... 2021-02-18 20:51:45.096 | Unpacking ibverbs-providers:amd64 (24.0-2~cloud0) over (17.1-1ubuntu0.2) ... 2021-02-18 20:51:45.233 | Preparing to unpack .../1-libibverbs1_24.0-2~cloud0_amd64.deb ... 2021-02-18 20:51:45.254 | Unpacking libibverbs1:amd64 (24.0-2~cloud0) over (17.1-1ubuntu0.2) ... 2021-02-18 20:51:45.324 | Selecting previously unselected package libconfig-general-perl. 2021-02-18 20:51:45.332 | Preparing to unpack .../2-libconfig-general-perl_2.63-1_all.deb ... 2021-02-18 20:51:45.334 | Unpacking libconfig-general-perl (2.63-1) ... 2021-02-18 20:51:45.427 | Selecting previously unselected package librdmacm1:amd64. 2021-02-18 20:51:45.435 | Preparing to unpack .../3-librdmacm1_24.0-2~cloud0_amd64.deb ... 2021-02-18 20:51:45.437 | Unpacking librdmacm1:amd64 (24.0-2~cloud0) ... 2021-02-18 20:51:45.524 | Selecting previously unselected package libsgutils2-2. 2021-02-18 20:51:45.532 | Preparing to unpack .../4-libsgutils2-2_1.42-2ubuntu1.18.04.2_amd64.deb ... 2021-02-18 20:51:45.534 | Unpacking libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2021-02-18 20:51:45.596 | Selecting previously unselected package sg3-utils. 2021-02-18 20:51:45.604 | Preparing to unpack .../5-sg3-utils_1.42-2ubuntu1.18.04.2_amd64.deb ... 2021-02-18 20:51:45.606 | Unpacking sg3-utils (1.42-2ubuntu1.18.04.2) ... 2021-02-18 20:51:45.811 | Selecting previously unselected package tgt. 2021-02-18 20:51:45.819 | Preparing to unpack .../6-tgt_1%3a1.0.72-1ubuntu1_amd64.deb ... 2021-02-18 20:51:45.821 | Unpacking tgt (1:1.0.72-1ubuntu1) ... 2021-02-18 20:51:45.938 | Setting up libibverbs1:amd64 (24.0-2~cloud0) ... 2021-02-18 20:51:45.959 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-18 20:51:45.981 | Setting up librdmacm1:amd64 (24.0-2~cloud0) ... 2021-02-18 20:51:46.008 | Setting up libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2021-02-18 20:51:46.035 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-02-18 20:51:46.064 | Setting up ibverbs-providers:amd64 (24.0-2~cloud0) ... 2021-02-18 20:51:46.247 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-18 20:51:46.456 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-18 20:51:48.183 | Setting up sg3-utils (1.42-2ubuntu1.18.04.2) ... 2021-02-18 20:51:48.211 | Setting up libconfig-general-perl (2.63-1) ... 2021-02-18 20:51:48.238 | Setting up tgt (1:1.0.72-1ubuntu1) ... 2021-02-18 20:51:48.531 | Created symlink /etc/systemd/system/multi-user.target.wants/tgt.service → /lib/systemd/system/tgt.service. 2021-02-18 20:51:49.211 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-02-18 20:51:49.239 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-18 20:51:49.443 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-18 20:51:51.339 | + functions-common:apt_get:1113 : result=0 2021-02-18 20:51:51.342 | + functions-common:apt_get:1116 : time_stop apt-get 2021-02-18 20:51:51.344 | + functions-common:time_stop:2331 : local name 2021-02-18 20:51:51.347 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:51:51.349 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:51:51.351 | + functions-common:time_stop:2334 : local total 2021-02-18 20:51:51.354 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:51:51.356 | + functions-common:time_stop:2337 : name=apt-get 2021-02-18 20:51:51.359 | + functions-common:time_stop:2338 : start_time=1613681502556 2021-02-18 20:51:51.361 | + functions-common:time_stop:2340 : [[ -z 1613681502556 ]] 2021-02-18 20:51:51.364 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:51:51.367 | + functions-common:time_stop:2343 : end_time=1613681511365 2021-02-18 20:51:51.370 | + functions-common:time_stop:2344 : elapsed_time=8809 2021-02-18 20:51:51.372 | + functions-common:time_stop:2345 : total=214718 2021-02-18 20:51:51.375 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:51:51.377 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=223527 2021-02-18 20:51:51.379 | + functions-common:apt_get:1117 : return 0 2021-02-18 20:51:51.382 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-02-18 20:51:51.384 | + ./stack.sh:main:897 : configure_cinder 2021-02-18 20:51:51.387 | + lib/cinder:configure_cinder:198 : sudo install -d -o ubuntu -m 755 /etc/cinder 2021-02-18 20:51:51.399 | + lib/cinder:configure_cinder:200 : rm -f /etc/cinder/cinder.conf 2021-02-18 20:51:51.403 | + lib/cinder:configure_cinder:202 : configure_rootwrap cinder 2021-02-18 20:51:51.405 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2021-02-18 20:51:51.408 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-02-18 20:51:51.411 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2021-02-18 20:51:51.411 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-02-18 20:51:51.414 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2021-02-18 20:51:51.417 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2021-02-18 20:51:51.419 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-02-18 20:51:51.421 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2021-02-18 20:51:51.423 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2021-02-18 20:51:51.426 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2021-02-18 20:51:51.428 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2021-02-18 20:51:51.430 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2021-02-18 20:51:51.441 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2021-02-18 20:51:51.451 | + 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-02-18 20:51:51.462 | + 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-02-18 20:51:51.473 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2021-02-18 20:51:51.485 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-02-18 20:51:51.488 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-02-18 20:51:51.491 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.TvhQ1GyPHT 2021-02-18 20:51:51.493 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-02-18 20:51:51.495 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-02-18 20:51:51.497 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2021-02-18 20:51:51.500 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.TvhQ1GyPHT 2021-02-18 20:51:51.503 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.TvhQ1GyPHT 2021-02-18 20:51:51.513 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.TvhQ1GyPHT /etc/sudoers.d/cinder-rootwrap 2021-02-18 20:51:51.524 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2021-02-18 20:51:51.528 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-02-18 20:51:51.530 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-02-18 20:51:51.532 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-02-18 20:51:51.534 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-02-18 20:51:51.537 | + 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-02-18 20:51:51.539 | + 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-02-18 20:51:51.541 | + lib/cinder:configure_cinder:204 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2021-02-18 20:51:51.543 | + lib/cinder:configure_cinder:205 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2021-02-18 20:51:51.547 | + lib/cinder:configure_cinder:208 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2021-02-18 20:51:51.551 | + lib/cinder:configure_cinder:210 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2021-02-18 20:51:51.570 | + lib/cinder:configure_cinder:211 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2021-02-18 20:51:51.587 | + lib/cinder:configure_cinder:212 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2021-02-18 20:51:51.605 | + lib/cinder:configure_cinder:213 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2021-02-18 20:51:51.622 | + lib/cinder:configure_cinder:214 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2021-02-18 20:51:51.639 | + lib/cinder:configure_cinder:215 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2021-02-18 20:51:51.657 | + lib/cinder:configure_cinder:216 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2021-02-18 20:51:51.674 | + lib/cinder:configure_cinder:217 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2021-02-18 20:51:51.692 | + lib/cinder:configure_cinder:219 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2021-02-18 20:51:51.694 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2021-02-18 20:51:51.696 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=cinder 2021-02-18 20:51:51.699 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-02-18 20:51:51.701 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2021-02-18 20:51:51.726 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2021-02-18 20:51:51.750 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.41/identity 2021-02-18 20:51:51.773 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2021-02-18 20:51:51.797 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2021-02-18 20:51:51.822 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2021-02-18 20:51:51.846 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2021-02-18 20:51:51.869 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2021-02-18 20:51:51.894 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-02-18 20:51:51.918 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2021-02-18 20:51:51.942 | + lib/cinder:configure_cinder:221 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2021-02-18 20:51:51.967 | + lib/cinder:configure_cinder:223 : iniset /etc/cinder/cinder.conf DEFAULT target_helper tgtadm 2021-02-18 20:51:51.992 | ++ lib/cinder:configure_cinder:224 : database_connection_url cinder 2021-02-18 20:51:51.994 | ++ lib/database:database_connection_url:132 : local db=cinder 2021-02-18 20:51:51.997 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2021-02-18 20:51:51.999 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=cinder 2021-02-18 20:51:52.001 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-02-18 20:51:52.004 | + lib/cinder:configure_cinder:224 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-02-18 20:51:52.030 | + lib/cinder:configure_cinder:225 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2021-02-18 20:51:52.054 | + lib/cinder:configure_cinder:226 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2021-02-18 20:51:52.078 | + lib/cinder:configure_cinder:227 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2021-02-18 20:51:52.102 | + lib/cinder:configure_cinder:228 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2021-02-18 20:51:52.126 | + lib/cinder:configure_cinder:229 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2021-02-18 20:51:52.150 | + lib/cinder:configure_cinder:230 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2021-02-18 20:51:52.176 | + lib/cinder:configure_cinder:231 : [[ 4 == 6 ]] 2021-02-18 20:51:52.178 | + lib/cinder:configure_cinder:234 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.41 2021-02-18 20:51:52.203 | + lib/cinder:configure_cinder:236 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2021-02-18 20:51:52.229 | ++ lib/cinder:configure_cinder:237 : openssl rand -hex 16 2021-02-18 20:51:52.236 | + lib/cinder:configure_cinder:237 : iniset /etc/cinder/cinder.conf key_manager fixed_key c5db04272054b88d3f05517937b8edcc 2021-02-18 20:51:52.259 | + lib/cinder:configure_cinder:239 : is_service_enabled c-vol 2021-02-18 20:51:52.274 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:51:52.277 | + lib/cinder:configure_cinder:264 : is_service_enabled c-bak 2021-02-18 20:51:52.292 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:51:52.295 | + lib/cinder:configure_cinder:273 : is_service_enabled ceilometer 2021-02-18 20:51:52.310 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:51:52.313 | + lib/cinder:configure_cinder:277 : is_service_enabled tls-proxy 2021-02-18 20:51:52.328 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:51:52.330 | + lib/cinder:configure_cinder:291 : '[' False '!=' False ']' 2021-02-18 20:51:52.332 | + lib/cinder:configure_cinder:295 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2021-02-18 20:51:52.335 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2021-02-18 20:51:52.337 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2021-02-18 20:51:52.339 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-02-18 20:51:52.342 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-02-18 20:51:52.344 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-02-18 20:51:52.359 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:51:52.362 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-02-18 20:51:52.364 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-02-18 20:51:52.366 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-02-18 20:51:52.382 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:51:52.384 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/ 2021-02-18 20:51:52.387 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/ 2021-02-18 20:51:52.411 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-02-18 20:51:52.414 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-02-18 20:51:52.416 | + lib/cinder:configure_cinder:298 : setup_logging /etc/cinder/cinder.conf True 2021-02-18 20:51:52.418 | + functions:setup_logging:655 : local conf_file=/etc/cinder/cinder.conf 2021-02-18 20:51:52.421 | + functions:setup_logging:656 : local other_cond=True 2021-02-18 20:51:52.423 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-02-18 20:51:52.425 | + functions:setup_logging:658 : setup_systemd_logging /etc/cinder/cinder.conf 2021-02-18 20:51:52.427 | + functions:setup_systemd_logging:686 : local conf_file=/etc/cinder/cinder.conf 2021-02-18 20:51:52.430 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-02-18 20:51:52.434 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-02-18 20:51:52.449 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-02-18 20:51:52.452 | + functions:setup_systemd_logging:693 : local pidstr= 2021-02-18 20:51:52.454 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-02-18 20:51:52.456 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-02-18 20:51:52.459 | + functions:setup_systemd_logging:700 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-02-18 20:51:52.483 | + functions:setup_systemd_logging:702 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 20:51:52.507 | + functions:setup_systemd_logging:703 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 20:51:52.531 | + functions:setup_systemd_logging:704 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-02-18 20:51:52.556 | + lib/cinder:configure_cinder:300 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2021-02-18 20:51:52.558 | + lib/apache:write_uwsgi_config:264 : local file=/etc/cinder/cinder-api-uwsgi.ini 2021-02-18 20:51:52.561 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/cinder-wsgi 2021-02-18 20:51:52.564 | + lib/apache:write_uwsgi_config:266 : local url=/volume 2021-02-18 20:51:52.566 | + lib/apache:write_uwsgi_config:267 : local http= 2021-02-18 20:51:52.569 | + lib/apache:write_uwsgi_config:268 : local name= 2021-02-18 20:51:52.572 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/cinder-wsgi 2021-02-18 20:51:52.575 | + lib/apache:write_uwsgi_config:269 : name=cinder-wsgi 2021-02-18 20:51:52.577 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-02-18 20:51:52.580 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-02-18 20:51:52.591 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-02-18 20:51:52.591 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-02-18 20:51:52.598 | d /var/run/uwsgi 0755 ubuntu root 2021-02-18 20:51:52.601 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-02-18 20:51:52.615 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2021-02-18 20:51:52.617 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2021-02-18 20:51:52.621 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2021-02-18 20:51:52.646 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2021-02-18 20:51:52.670 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2021-02-18 20:51:52.695 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2021-02-18 20:51:52.718 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2021-02-18 20:51:52.742 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-02-18 20:51:52.766 | + lib/apache:write_uwsgi_config:295 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2021-02-18 20:51:52.789 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2021-02-18 20:51:52.814 | + lib/apache:write_uwsgi_config:298 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2021-02-18 20:51:52.838 | + lib/apache:write_uwsgi_config:300 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-02-18 20:51:52.861 | + lib/apache:write_uwsgi_config:302 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2021-02-18 20:51:52.885 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-02-18 20:51:52.909 | + lib/apache:write_uwsgi_config:306 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2021-02-18 20:51:52.933 | + lib/apache:write_uwsgi_config:309 : [[ -n '' ]] 2021-02-18 20:51:52.935 | + lib/apache:write_uwsgi_config:312 : local apache_conf= 2021-02-18 20:51:52.938 | ++ lib/apache:write_uwsgi_config:313 : apache_site_config_for cinder-wsgi 2021-02-18 20:51:52.940 | ++ lib/apache:apache_site_config_for:196 : local site=cinder-wsgi 2021-02-18 20:51:52.943 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-02-18 20:51:52.945 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:51:52.947 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:51:52.950 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2021-02-18 20:51:52.953 | + lib/apache:write_uwsgi_config:313 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2021-02-18 20:51:52.955 | + lib/apache:write_uwsgi_config:314 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2021-02-18 20:51:52.979 | + lib/apache:write_uwsgi_config:315 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2021-02-18 20:51:53.004 | + lib/apache:write_uwsgi_config:316 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 ' 2021-02-18 20:51:53.004 | + lib/apache:write_uwsgi_config:316 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2021-02-18 20:51:53.011 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 2021-02-18 20:51:53.014 | + lib/apache:write_uwsgi_config:317 : enable_apache_site cinder-wsgi 2021-02-18 20:51:53.017 | + lib/apache:enable_apache_site:213 : local site=cinder-wsgi 2021-02-18 20:51:53.019 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-02-18 20:51:53.021 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-02-18 20:51:53.023 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-18 20:51:53.026 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:51:53.029 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:51:53.031 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-02-18 20:51:53.034 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-02-18 20:51:53.036 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:51:53.038 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:51:53.040 | + lib/apache:enable_apache_site:217 : sudo a2ensite cinder-wsgi 2021-02-18 20:51:53.097 | Enabling site cinder-wsgi. 2021-02-18 20:51:53.102 | To activate the new configuration, you need to run: 2021-02-18 20:51:53.102 | systemctl reload apache2 2021-02-18 20:51:53.107 | + lib/apache:write_uwsgi_config:318 : restart_apache_server 2021-02-18 20:51:53.109 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-02-18 20:51:53.112 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-02-18 20:51:53.114 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-02-18 20:51:53.256 | + lib/cinder:configure_cinder:302 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2021-02-18 20:51:53.258 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2021-02-18 20:51:53.286 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.41/image 2021-02-18 20:51:53.310 | + lib/cinder:configure_cinder:309 : is_service_enabled tls-proxy 2021-02-18 20:51:53.325 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:51:53.328 | + lib/cinder:configure_cinder:314 : '[' False '!=' True ']' 2021-02-18 20:51:53.330 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_version 2 2021-02-18 20:51:53.355 | + lib/cinder:configure_cinder:319 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2021-02-18 20:51:53.358 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2021-02-18 20:51:53.360 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-02-18 20:51:53.362 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2021-02-18 20:51:53.364 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf nova auth_type password 2021-02-18 20:51:53.391 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf nova interface public 2021-02-18 20:51:53.416 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.41/identity 2021-02-18 20:51:53.440 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf nova username nova 2021-02-18 20:51:53.465 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2021-02-18 20:51:53.489 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2021-02-18 20:51:53.513 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova project_name service 2021-02-18 20:51:53.538 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2021-02-18 20:51:53.563 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-02-18 20:51:53.587 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2021-02-18 20:51:53.612 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2021-02-18 20:51:53.638 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2021-02-18 20:51:53.663 | + lib/cinder:configure_cinder:323 : [[ ! -z '' ]] 2021-02-18 20:51:53.665 | + lib/cinder:configure_cinder:325 : is_service_enabled etcd3 2021-02-18 20:51:53.680 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:51:53.683 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.41:2379 2021-02-18 20:51:53.710 | + ./stack.sh:main:900 : is_service_enabled neutron 2021-02-18 20:51:53.726 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:51:53.728 | + ./stack.sh:main:902 : stack_install_service neutron 2021-02-18 20:51:53.730 | + lib/stack:stack_install_service:20 : local service=neutron 2021-02-18 20:51:53.733 | + lib/stack:stack_install_service:21 : type install_neutron 2021-02-18 20:51:53.735 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-02-18 20:51:53.737 | + lib/stack:stack_install_service:32 : install_neutron 2021-02-18 20:51:53.740 | + lib/neutron:install_neutron:657 : is_neutron_legacy_enabled 2021-02-18 20:51:53.743 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-18 20:51:53.746 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-02-18 20:51:53.749 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-18 20:51:53.751 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-02-18 20:51:53.754 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-02-18 20:51:53.756 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-02-18 20:51:53.759 | + lib/neutron:install_neutron:659 : install_mutnauq 2021-02-18 20:51:53.762 | + lib/neutron-legacy:install_mutnauq:436 : use_library_from_git neutron-lib 2021-02-18 20:51:53.764 | + inc/python:use_library_from_git:263 : local name=neutron-lib 2021-02-18 20:51:53.767 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:51:53.769 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:51:53.772 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,neutron-lib, ]] 2021-02-18 20:51:53.774 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:51:53.777 | + lib/neutron-legacy:install_mutnauq:441 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron stable/ussuri 2021-02-18 20:51:53.779 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/neutron.git 2021-02-18 20:51:53.781 | + functions-common:git_clone:524 : local git_dest=/opt/stack/neutron 2021-02-18 20:51:53.784 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-02-18 20:51:53.786 | + functions-common:git_clone:526 : local orig_dir 2021-02-18 20:51:53.789 | ++ functions-common:git_clone:527 : pwd 2021-02-18 20:51:53.791 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-02-18 20:51:53.793 | + functions-common:git_clone:528 : local git_clone_flags= 2021-02-18 20:51:53.796 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-02-18 20:51:53.812 | + functions-common:git_clone:530 : RECLONE=False 2021-02-18 20:51:53.814 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-02-18 20:51:53.816 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-02-18 20:51:53.819 | + functions-common:git_clone:544 : echo stable/ussuri 2021-02-18 20:51:53.819 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-02-18 20:51:53.824 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/neutron ]] 2021-02-18 20:51:53.826 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-02-18 20:51:53.828 | + functions-common:git_clone:592 : cd /opt/stack/neutron 2021-02-18 20:51:53.831 | + functions-common:git_clone:593 : git show --oneline 2021-02-18 20:51:53.831 | + functions-common:git_clone:593 : head -1 2021-02-18 20:51:53.834 | f39230d5e5 Fix update of trunk subports during live migration 2021-02-18 20:51:53.837 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-02-18 20:51:53.840 | + lib/neutron-legacy:install_mutnauq:442 : setup_develop /opt/stack/neutron 2021-02-18 20:51:53.842 | + inc/python:setup_develop:351 : local bindep 2021-02-18 20:51:53.845 | + inc/python:setup_develop:352 : [[ /opt/stack/neutron == -bindep* ]] 2021-02-18 20:51:53.847 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/neutron 2021-02-18 20:51:53.849 | + inc/python:setup_develop:357 : local extras= 2021-02-18 20:51:53.852 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2021-02-18 20:51:53.855 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-02-18 20:51:53.857 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/neutron == -bindep* ]] 2021-02-18 20:51:53.859 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/neutron 2021-02-18 20:51:53.862 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-02-18 20:51:53.864 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-02-18 20:51:53.867 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/neutron 2021-02-18 20:51:53.870 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-02-18 20:51:53.873 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/neutron 2021-02-18 20:51:53.875 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-02-18 20:51:53.877 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-02-18 20:51:53.880 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2021-02-18 20:51:53.885 | + inc/python:_setup_package_with_constraints_edit:396 : name=neutron 2021-02-18 20:51:53.888 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron '-e file:///opt/stack/neutron#egg=neutron' 2021-02-18 20:51:54.877 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/neutron -e 2021-02-18 20:51:54.880 | + inc/python:setup_package:430 : local bindep=0 2021-02-18 20:51:54.882 | + inc/python:setup_package:431 : local bindep_flag= 2021-02-18 20:51:54.884 | + inc/python:setup_package:432 : local bindep_profiles= 2021-02-18 20:51:54.887 | + inc/python:setup_package:433 : [[ /opt/stack/neutron == -bindep* ]] 2021-02-18 20:51:54.889 | + inc/python:setup_package:438 : local project_dir=/opt/stack/neutron 2021-02-18 20:51:54.892 | + inc/python:setup_package:439 : local flags=-e 2021-02-18 20:51:54.894 | + inc/python:setup_package:440 : local extras= 2021-02-18 20:51:54.896 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-02-18 20:51:54.898 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-02-18 20:51:54.901 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-02-18 20:51:54.903 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-02-18 20:51:54.905 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-02-18 20:51:54.908 | + inc/python:setup_package:458 : pip_install -e /opt/stack/neutron 2021-02-18 20:51:54.926 | Using python 3.6 to install /opt/stack/neutron because python3_enabled=True 2021-02-18 20:51:54.931 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2021-02-18 20:51:57.630 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:51:57.631 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-18 20:51:57.631 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.632 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.632 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.632 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.633 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.633 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.634 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.634 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.635 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.635 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.636 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.636 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.637 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.637 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.638 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.638 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.638 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.639 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.639 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.640 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.640 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.641 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.641 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.642 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.642 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.644 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.645 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.645 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.645 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.646 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.646 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.647 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.647 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.648 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.648 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.649 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.649 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.649 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.650 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.650 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.651 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.652 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.652 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.652 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.653 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.653 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.654 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.654 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.655 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.655 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.656 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.656 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.656 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.657 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.657 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.658 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.658 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.659 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.659 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.660 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.661 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.661 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.661 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.663 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.663 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.663 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.664 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.665 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.665 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.666 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.667 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.668 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.668 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.668 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.669 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.669 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.670 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.670 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.670 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.671 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.671 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.672 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.673 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.673 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.673 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.674 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.674 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.675 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.675 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.676 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.676 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.677 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.677 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.677 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.678 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.678 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.679 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.679 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.680 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.681 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.681 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.682 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.682 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.683 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.683 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.684 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.684 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.685 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.685 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.685 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.686 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.686 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.687 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.687 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.688 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.688 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.689 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.689 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.690 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.690 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.690 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.691 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.691 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.692 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.692 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.693 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.693 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.694 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.694 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.694 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.695 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.695 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.696 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.696 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.697 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.697 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.698 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.698 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.698 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.699 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.699 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.700 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.700 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.700 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.701 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.701 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.702 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.702 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.703 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.703 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.704 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.704 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.704 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.705 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.705 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.706 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.706 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.706 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.707 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.707 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.708 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.708 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.708 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.709 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.709 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.710 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.710 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.711 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.711 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.711 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.712 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.712 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.713 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.713 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.714 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.715 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.715 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.715 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.716 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.716 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.717 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.717 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.717 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.718 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.718 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.719 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.719 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.719 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.720 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.720 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.721 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.721 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.721 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.722 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.722 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.737 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.738 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.738 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.739 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.739 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.740 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.740 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.741 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.741 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.741 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.742 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.742 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.743 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.743 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.743 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.744 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.744 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.746 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.746 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.747 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.747 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.747 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.748 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.748 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.748 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.749 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.749 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.750 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.750 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.751 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.751 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.751 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.752 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.752 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.753 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.753 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.754 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.755 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.755 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.756 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.757 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.757 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.758 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.758 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.759 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.759 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.759 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.760 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.760 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.761 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.762 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.762 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.762 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.763 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.763 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.764 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.764 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.764 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.765 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.765 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.766 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.766 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.767 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.767 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.767 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.768 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.768 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.769 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.769 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.770 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.770 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.771 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.771 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.771 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.772 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.772 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.773 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.773 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.774 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.774 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.775 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.775 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.775 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.776 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.777 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.777 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.778 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.778 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.779 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.779 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.779 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.780 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.780 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.781 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.781 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.782 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.782 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.782 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.783 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.783 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.783 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.784 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.784 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.785 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.785 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.786 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.786 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.787 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.787 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.787 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.788 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.788 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.789 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.789 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.789 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.790 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.790 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.791 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.791 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.793 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.793 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.793 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.794 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.794 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.795 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.795 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.795 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.796 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.796 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.797 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.797 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.798 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.798 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.799 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.800 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.800 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.801 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.801 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.801 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.802 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.802 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.803 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.803 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.803 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.804 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.804 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.805 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.806 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.806 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.806 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.807 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.807 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.808 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.808 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.808 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.809 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.809 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.810 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.810 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.811 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.811 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.811 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.812 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.812 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.813 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.813 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.814 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.814 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.815 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.815 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.816 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.816 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.816 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.817 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.817 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.818 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.818 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.819 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.819 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.819 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.820 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.820 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.821 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.821 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.822 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.822 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.822 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.823 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.824 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.824 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.825 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.825 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.826 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.826 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.826 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.827 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.827 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.827 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.828 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.828 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.829 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.829 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.830 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.830 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.830 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.831 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.831 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.832 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.832 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.833 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.833 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.833 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.834 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.834 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.835 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.835 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.836 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.837 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.837 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.837 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:51:57.838 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:51:57.839 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:51:57.840 | Obtaining file:///opt/stack/neutron 2021-02-18 20:52:00.045 | Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-02-18 20:52:02.261 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-02-18 20:52:02.269 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-02-18 20:52:02.272 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-02-18 20:52:02.281 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-02-18 20:52:02.289 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-02-18 20:52:02.297 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-02-18 20:52:02.320 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-02-18 20:52:02.337 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-02-18 20:52:02.346 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.1) 2021-02-18 20:52:02.354 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.4.2) 2021-02-18 20:52:02.358 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) (0.26.1) 2021-02-18 20:52:02.367 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (2.1.1) 2021-02-18 20:52:02.375 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) (0.4.15) 2021-02-18 20:52:02.377 | Requirement already satisfied: httplib2===0.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (0.17.2) 2021-02-18 20:52:02.380 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.0.0) 2021-02-18 20:52:02.449 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (9.0.0) 2021-02-18 20:52:02.509 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (1.5) 2021-02-18 20:52:02.512 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.7.19) 2021-02-18 20:52:02.516 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-02-18 20:52:02.684 | Collecting neutron-lib===2.3.0 2021-02-18 20:52:02.692 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/caa/bf3f73f3ffa23/neutron_lib-2.3.0-py3-none-any.whl (502 kB) 2021-02-18 20:52:03.414 | Collecting openstacksdk===0.46.0 2021-02-18 20:52:03.422 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e16/09423bfe676d9/openstacksdk-0.46.0-py3-none-any.whl (1.3 MB) 2021-02-18 20:52:04.002 | Collecting os-ken===1.0.0 2021-02-18 20:52:04.011 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/43a/58de42c2bdb99/os_ken-1.0.0-py3-none-any.whl (2.1 MB) 2021-02-18 20:52:04.176 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) (1.7.0) 2021-02-18 20:52:04.643 | Collecting os-traits===2.3.0 2021-02-18 20:52:04.649 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/870/2635419f01b28/os_traits-2.3.0-py3-none-any.whl (34 kB) 2021-02-18 20:52:05.202 | Collecting os-vif===2.0.0 2021-02-18 20:52:05.208 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/243/b177adc2cbfbf/os_vif-2.0.0-py3-none-any.whl (103 kB) 2021-02-18 20:52:05.728 | Collecting os-xenapi===0.3.4 2021-02-18 20:52:05.735 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b4d/9a2c858018977/os_xenapi-0.3.4-py2.py3-none-any.whl (137 kB) 2021-02-18 20:52:05.832 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) (2.3.1) 2021-02-18 20:52:05.867 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (4.0.3) 2021-02-18 20:52:05.881 | Requirement already satisfied: oslo.config===8.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (8.0.4) 2021-02-18 20:52:05.895 | Requirement already satisfied: oslo.context===3.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (3.0.2) 2021-02-18 20:52:05.903 | Requirement already satisfied: oslo.db===8.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (8.1.0) 2021-02-18 20:52:05.956 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 491)) (4.0.1) 2021-02-18 20:52:05.965 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (4.1.3) 2021-02-18 20:52:06.032 | Requirement already satisfied: oslo.messaging===12.1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (12.1.5) 2021-02-18 20:52:06.100 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 507)) (4.0.2) 2021-02-18 20:52:06.122 | Requirement already satisfied: oslo.policy===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (3.1.1) 2021-02-18 20:52:06.140 | Requirement already satisfied: oslo.privsep===2.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (2.1.2) 2021-02-18 20:52:06.156 | Requirement already satisfied: oslo.reports===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (2.0.1) 2021-02-18 20:52:06.172 | Requirement already satisfied: oslo.rootwrap===6.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (6.0.2) 2021-02-18 20:52:06.177 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (3.1.2) 2021-02-18 20:52:06.190 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (2.1.1) 2021-02-18 20:52:06.219 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (1.0.1) 2021-02-18 20:52:06.229 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (4.1.2) 2021-02-18 20:52:06.247 | Requirement already satisfied: oslo.versionedobjects===2.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (2.0.2) 2021-02-18 20:52:06.269 | Requirement already satisfied: osprofiler===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (3.1.0) 2021-02-18 20:52:06.339 | Collecting ovs===2.11.0 2021-02-18 20:52:06.345 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/849/258c1367e3878/ovs-2.11.0.tar.gz (98 kB) 2021-02-18 20:52:07.566 | Collecting ovsdbapp===1.2.2 2021-02-18 20:52:07.573 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/aadaec76ea539/ovsdbapp-1.2.2-py3-none-any.whl (100 kB) 2021-02-18 20:52:07.661 | Requirement already satisfied: paramiko===2.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (2.7.1) 2021-02-18 20:52:07.698 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (5.4.5) 2021-02-18 20:52:08.181 | Collecting pecan===1.3.3 2021-02-18 20:52:08.187 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d95/927cd140c5839/pecan-1.3.3-py3-none-any.whl (146 kB) 2021-02-18 20:52:08.274 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (0.7.2) 2021-02-18 20:52:08.277 | Requirement already satisfied: psutil===5.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 583)) (5.7.0) 2021-02-18 20:52:08.282 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 589)) (19.1.0) 2021-02-18 20:52:08.297 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 594)) (3.0.0) 2021-02-18 20:52:08.309 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 604)) (0.9.6) 2021-02-18 20:52:08.311 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 611)) (2.4.7) 2021-02-18 20:52:08.883 | Collecting pyroute2===0.5.11 2021-02-18 20:52:08.890 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/05e/959f1a89d7151/pyroute2-0.5.11.tar.gz (767 kB) 2021-02-18 20:52:09.874 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 653)) (2.8.1) 2021-02-18 20:52:10.372 | Collecting python-designateclient===4.0.0 2021-02-18 20:52:10.379 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7cc/41ff24966f165/python_designateclient-4.0.0-py3-none-any.whl (84 kB) 2021-02-18 20:52:10.477 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 658)) (1.0.4) 2021-02-18 20:52:10.480 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 685)) (4.0.0) 2021-02-18 20:52:11.016 | Collecting python-neutronclient===7.1.1 2021-02-18 20:52:11.021 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/55f/1f40e48c46e52/python_neutronclient-7.1.1-py3-none-any.whl (436 kB) 2021-02-18 20:52:11.143 | Requirement already satisfied: python-novaclient===17.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 719)) (17.0.0) 2021-02-18 20:52:11.162 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 773)) (2019.3) 2021-02-18 20:52:11.167 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 787)) (0.7) 2021-02-18 20:52:11.175 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 788)) (2.23.0) 2021-02-18 20:52:11.617 | Collecting requestsexceptions===1.4.0 2021-02-18 20:52:11.623 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/308/3d872b6e07dc5/requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2021-02-18 20:52:11.699 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 800)) (1.4.0) 2021-02-18 20:52:12.158 | Collecting setproctitle===1.1.10 2021-02-18 20:52:12.164 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6a0/35eddac628987/setproctitle-1.1.10.zip (34 kB) 2021-02-18 20:52:12.855 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 830)) (3.17.0) 2021-02-18 20:52:12.858 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 832)) (1.14.0) 2021-02-18 20:52:12.905 | Collecting sortedcontainers===2.1.0 2021-02-18 20:52:12.912 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d9e/96492dd51fae3/sortedcontainers-2.1.0-py2.py3-none-any.whl (28 kB) 2021-02-18 20:52:12.920 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 894)) (0.13.0) 2021-02-18 20:52:12.931 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 895)) (0.3.1) 2021-02-18 20:52:12.934 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 896)) (3.3.0) 2021-02-18 20:52:12.937 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 901)) (1.32.0) 2021-02-18 20:52:12.943 | Requirement already satisfied: tenacity===6.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 924)) (6.1.0) 2021-02-18 20:52:12.957 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 927)) (2.0.1) 2021-02-18 20:52:12.967 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 928)) (0.5.0) 2021-02-18 20:52:12.974 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 929)) (2.4.0) 2021-02-18 20:52:13.516 | Collecting tinyrpc===1.0.4 2021-02-18 20:52:13.522 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/4e7/2714bf0a16e74/tinyrpc-1.0.4-py3-none-any.whl (35 kB) 2021-02-18 20:52:13.618 | Requirement already satisfied: tooz===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 937)) (2.3.1) 2021-02-18 20:52:13.685 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 948)) (1.4.0) 2021-02-18 20:52:13.689 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.1.0) 2021-02-18 20:52:13.696 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.25.8) 2021-02-18 20:52:13.720 | Requirement already satisfied: voluptuous===0.11.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 977)) (0.11.7) 2021-02-18 20:52:13.724 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 990)) (1.12.1) 2021-02-18 20:52:13.727 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 996)) (1.2.3) 2021-02-18 20:52:13.731 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-02-18 20:52:13.739 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (1.15.0) 2021-02-18 20:52:13.742 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.1.12) 2021-02-18 20:52:13.745 | Requirement already satisfied: jsonpatch===1.25 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (1.25) 2021-02-18 20:52:13.767 | Collecting appdirs===1.4.3 2021-02-18 20:52:13.774 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d8b/24664561d0d34/appdirs-1.4.3-py2.py3-none-any.whl (12 kB) 2021-02-18 20:52:14.221 | Collecting munch===2.5.0 2021-02-18 20:52:14.227 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f4/4af89a2ce4ed0/munch-2.5.0-py2.py3-none-any.whl (10 kB) 2021-02-18 20:52:14.325 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (2.9) 2021-02-18 20:52:14.367 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-02-18 20:52:14.371 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (0.9.0) 2021-02-18 20:52:14.472 | Collecting jmespath===0.9.5 2021-02-18 20:52:14.478 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/695/cb76fa78a1066/jmespath-0.9.5-py2.py3-none-any.whl (24 kB) 2021-02-18 20:52:14.555 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (0.6.2) 2021-02-18 20:52:14.558 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-02-18 20:52:14.564 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (0.14.1) 2021-02-18 20:52:14.569 | Requirement already satisfied: cachetools===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (4.1.0) 2021-02-18 20:52:14.572 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2.5.2) 2021-02-18 20:52:14.578 | Requirement already satisfied: kombu===4.6.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (4.6.8) 2021-02-18 20:52:14.626 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-02-18 20:52:14.630 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.0.0) 2021-02-18 20:52:14.641 | Requirement already satisfied: PyNaCl===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 40)) (1.3.0) 2021-02-18 20:52:14.656 | Requirement already satisfied: bcrypt===3.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (3.1.7) 2021-02-18 20:52:15.157 | Collecting WebTest===2.0.34 2021-02-18 20:52:15.162 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/da9/cf14c103ff51a/WebTest-2.0.34-py2.py3-none-any.whl (32 kB) 2021-02-18 20:52:15.343 | Collecting logutils===0.3.5 2021-02-18 20:52:15.349 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/330/91b324881269f/logutils-0.3.5-py2.py3-none-any.whl (20 kB) 2021-02-18 20:52:15.424 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (3.2.0) 2021-02-18 20:52:15.456 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (3.1.0) 2021-02-18 20:52:15.953 | Collecting osc-lib===2.0.0 2021-02-18 20:52:15.959 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93b/8e83b61daebd7/osc_lib-2.0.0-py2.py3-none-any.whl (89 kB) 2021-02-18 20:52:16.603 | Collecting os-client-config===2.1.0 2021-02-18 20:52:16.609 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/27b/dc338f8a87281/os_client_config-2.1.0-py3-none-any.whl (31 kB) 2021-02-18 20:52:16.687 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.9) 2021-02-18 20:52:16.691 | Requirement already satisfied: certifi===2020.4.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2020.4.5.1) 2021-02-18 20:52:16.694 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-02-18 20:52:16.696 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-02-18 20:52:16.699 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 701)) (1.6.0) 2021-02-18 20:52:16.702 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (1.0.0) 2021-02-18 20:52:16.704 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (1.0.0) 2021-02-18 20:52:16.707 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.4.0) 2021-02-18 20:52:16.710 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.0) 2021-02-18 20:52:16.713 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 973)) (1.3.0) 2021-02-18 20:52:16.716 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (1.6.0) 2021-02-18 20:52:16.737 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 597)) (2.20) 2021-02-18 20:52:17.234 | Collecting beautifulsoup4===4.9.0 2021-02-18 20:52:17.241 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d4e/96ac9b0c3a6d3/beautifulsoup4-4.9.0-py3-none-any.whl (109 kB) 2021-02-18 20:52:17.442 | Collecting waitress===1.4.3 2021-02-18 20:52:17.449 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/77f/f3f3226931a1d/waitress-1.4.3-py2.py3-none-any.whl (148 kB) 2021-02-18 20:52:17.538 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 615)) (0.16.0) 2021-02-18 20:52:17.544 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 327)) (49.6.0) 2021-02-18 20:52:17.590 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-02-18 20:52:17.634 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) (0.8.9) 2021-02-18 20:52:17.650 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1006)) (3.1.0) 2021-02-18 20:52:18.149 | Collecting soupsieve===2.0 2021-02-18 20:52:18.155 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fcd/71e08c0aee99a/soupsieve-2.0-py2.py3-none-any.whl (32 kB) 2021-02-18 20:52:18.233 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 612)) (1.8.0) 2021-02-18 20:52:18.236 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 981)) (0.1.9) 2021-02-18 20:52:18.240 | Building wheels for collected packages: ovs, pyroute2, setproctitle 2021-02-18 20:52:18.240 | Building wheel for ovs (setup.py): started 2021-02-18 20:52:19.182 | Building wheel for ovs (setup.py): finished with status 'done' 2021-02-18 20:52:19.184 | Created wheel for ovs: filename=ovs-2.11.0-py3-none-any.whl size=117168 sha256=03ea66411cf2a06addf4c62a03ebf2bd8ccccadcf267852b441b960acbb826dc 2021-02-18 20:52:19.184 | Stored in directory: /root/.cache/pip/wheels/60/f3/fc/6b46e144016552b27186e77c44ee655f3c6ff4f503102f40b1 2021-02-18 20:52:19.186 | Building wheel for pyroute2 (setup.py): started 2021-02-18 20:52:20.202 | Building wheel for pyroute2 (setup.py): finished with status 'done' 2021-02-18 20:52:20.205 | Created wheel for pyroute2: filename=pyroute2-0.5.11-py3-none-any.whl size=374040 sha256=9efb54afbd42014a53306c802dc0706e6ad812b8390e4bef3b56f87cb3d2d709 2021-02-18 20:52:20.205 | Stored in directory: /root/.cache/pip/wheels/73/16/a8/b77352a777eb1aa9bdda41af274a1e8592fc75e14660e09184 2021-02-18 20:52:20.207 | Building wheel for setproctitle (setup.py): started 2021-02-18 20:52:21.569 | Building wheel for setproctitle (setup.py): finished with status 'done' 2021-02-18 20:52:21.570 | Created wheel for setproctitle: filename=setproctitle-1.1.10-cp36-cp36m-linux_x86_64.whl size=33906 sha256=4d664c4ec96e72f1fe7599498056c7080b7f4f70b1fa3cf49a7d0012b559da2d 2021-02-18 20:52:21.570 | Stored in directory: /root/.cache/pip/wheels/5c/fb/ef/c065d6acf0900d6e6f7aa147de64068a6dac9116d2bd59c13a 2021-02-18 20:52:21.571 | Successfully built ovs pyroute2 setproctitle 2021-02-18 20:52:22.751 | Installing collected packages: soupsieve, beautifulsoup4, waitress, WebTest, logutils, pecan, setproctitle, os-traits, tinyrpc, sortedcontainers, ovs, os-ken, neutron-lib, requestsexceptions, appdirs, munch, jmespath, openstacksdk, os-client-config, osc-lib, python-neutronclient, ovsdbapp, pyroute2, python-designateclient, os-xenapi, os-vif, neutron 2021-02-18 20:52:23.382 | Attempting uninstall: sortedcontainers 2021-02-18 20:52:23.384 | Found existing installation: sortedcontainers 1.5.7 2021-02-18 20:52:23.386 | Uninstalling sortedcontainers-1.5.7: 2021-02-18 20:52:23.400 | Successfully uninstalled sortedcontainers-1.5.7 2021-02-18 20:52:23.431 | Attempting uninstall: ovs 2021-02-18 20:52:23.433 | Found existing installation: ovs 2.12.1 2021-02-18 20:52:23.434 | Uninstalling ovs-2.12.1: 2021-02-18 20:52:23.448 | Successfully uninstalled ovs-2.12.1 2021-02-18 20:52:26.101 | Attempting uninstall: appdirs 2021-02-18 20:52:26.103 | Found existing installation: appdirs 1.4.4 2021-02-18 20:52:26.105 | Uninstalling appdirs-1.4.4: 2021-02-18 20:52:26.359 | Successfully uninstalled appdirs-1.4.4 2021-02-18 20:52:29.611 | Running setup.py develop for neutron 2021-02-18 20:52:32.079 | Successfully installed WebTest-2.0.34 appdirs-1.4.3 beautifulsoup4-4.9.0 jmespath-0.9.5 logutils-0.3.5 munch-2.5.0 neutron neutron-lib-2.3.0 openstacksdk-0.46.0 os-client-config-2.1.0 os-ken-1.0.0 os-traits-2.3.0 os-vif-2.0.0 os-xenapi-0.3.4 osc-lib-2.0.0 ovs-2.11.0 ovsdbapp-1.2.2 pecan-1.3.3 pyroute2-0.5.11 python-designateclient-4.0.0 python-neutronclient-7.1.1 requestsexceptions-1.4.0 setproctitle-1.1.10 sortedcontainers-2.1.0 soupsieve-2.0 tinyrpc-1.0.4 waitress-1.4.3 2021-02-18 20:52:32.207 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:52:32.207 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:52:32.346 | + inc/python:pip_install:207 : result=0 2021-02-18 20:52:32.348 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:52:32.351 | + functions-common:time_stop:2331 : local name 2021-02-18 20:52:32.353 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:52:32.356 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:52:32.358 | + functions-common:time_stop:2334 : local total 2021-02-18 20:52:32.360 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:52:32.362 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:52:32.364 | + functions-common:time_stop:2338 : start_time=1613681514922 2021-02-18 20:52:32.366 | + functions-common:time_stop:2340 : [[ -z 1613681514922 ]] 2021-02-18 20:52:32.369 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:52:32.372 | + functions-common:time_stop:2343 : end_time=1613681552370 2021-02-18 20:52:32.375 | + functions-common:time_stop:2344 : elapsed_time=37448 2021-02-18 20:52:32.377 | + functions-common:time_stop:2345 : total=260637 2021-02-18 20:52:32.379 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:52:32.381 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=298085 2021-02-18 20:52:32.383 | + inc/python:pip_install:210 : return 0 2021-02-18 20:52:32.386 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-02-18 20:52:32.389 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-02-18 20:52:32.391 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-02-18 20:52:32.408 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-02-18 20:52:32.419 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/neutron 2021-02-18 20:52:32.422 | + inc/python:use_library_from_git:263 : local name=/opt/stack/neutron 2021-02-18 20:52:32.424 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:52:32.426 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:52:32.429 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,/opt/stack/neutron, ]] 2021-02-18 20:52:32.431 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:52:32.434 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-02-18 20:52:32.436 | + ./stack.sh:main:905 : is_service_enabled nova 2021-02-18 20:52:32.452 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:52:32.455 | + ./stack.sh:main:907 : stack_install_service nova 2021-02-18 20:52:32.457 | + lib/stack:stack_install_service:20 : local service=nova 2021-02-18 20:52:32.459 | + lib/stack:stack_install_service:21 : type install_nova 2021-02-18 20:52:32.462 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-02-18 20:52:32.464 | + lib/stack:stack_install_service:32 : install_nova 2021-02-18 20:52:32.467 | + lib/nova:install_nova:806 : use_library_from_git os-vif 2021-02-18 20:52:32.469 | + inc/python:use_library_from_git:263 : local name=os-vif 2021-02-18 20:52:32.472 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:52:32.474 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:52:32.476 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,os-vif, ]] 2021-02-18 20:52:32.479 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:52:32.482 | + lib/nova:install_nova:811 : is_service_enabled n-cpu 2021-02-18 20:52:32.497 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:52:32.499 | + lib/nova:install_nova:815 : is_service_enabled n-novnc 2021-02-18 20:52:32.514 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:52:32.517 | + lib/nova:install_nova:827 : is_service_enabled n-spice 2021-02-18 20:52:32.531 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:52:32.534 | + lib/nova:install_nova:839 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova stable/ussuri 2021-02-18 20:52:32.536 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/nova.git 2021-02-18 20:52:32.538 | + functions-common:git_clone:524 : local git_dest=/opt/stack/nova 2021-02-18 20:52:32.541 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-02-18 20:52:32.543 | + functions-common:git_clone:526 : local orig_dir 2021-02-18 20:52:32.546 | ++ functions-common:git_clone:527 : pwd 2021-02-18 20:52:32.549 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-02-18 20:52:32.551 | + functions-common:git_clone:528 : local git_clone_flags= 2021-02-18 20:52:32.553 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-02-18 20:52:32.569 | + functions-common:git_clone:530 : RECLONE=False 2021-02-18 20:52:32.571 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-02-18 20:52:32.573 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-02-18 20:52:32.576 | + functions-common:git_clone:544 : echo stable/ussuri 2021-02-18 20:52:32.577 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-02-18 20:52:32.581 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/nova ]] 2021-02-18 20:52:32.583 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-02-18 20:52:32.585 | + functions-common:git_clone:592 : cd /opt/stack/nova 2021-02-18 20:52:32.588 | + functions-common:git_clone:593 : git show --oneline 2021-02-18 20:52:32.588 | + functions-common:git_clone:593 : head -1 2021-02-18 20:52:32.623 | 337ee4fc0b Merge "Set migrate_data.vifs only when using multiple port bindings" into stable/ussuri 2021-02-18 20:52:32.627 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-02-18 20:52:32.630 | + lib/nova:install_nova:840 : setup_develop /opt/stack/nova 2021-02-18 20:52:32.632 | + inc/python:setup_develop:351 : local bindep 2021-02-18 20:52:32.634 | + inc/python:setup_develop:352 : [[ /opt/stack/nova == -bindep* ]] 2021-02-18 20:52:32.637 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/nova 2021-02-18 20:52:32.639 | + inc/python:setup_develop:357 : local extras= 2021-02-18 20:52:32.642 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/nova -e 2021-02-18 20:52:32.644 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-02-18 20:52:32.646 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/nova == -bindep* ]] 2021-02-18 20:52:32.649 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/nova 2021-02-18 20:52:32.651 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-02-18 20:52:32.654 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-02-18 20:52:32.657 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/nova 2021-02-18 20:52:32.659 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-02-18 20:52:32.662 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/nova 2021-02-18 20:52:32.664 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-02-18 20:52:32.667 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-02-18 20:52:32.670 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2021-02-18 20:52:32.675 | + inc/python:_setup_package_with_constraints_edit:396 : name=nova 2021-02-18 20:52:32.678 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova '-e file:///opt/stack/nova#egg=nova' 2021-02-18 20:52:33.710 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/nova -e 2021-02-18 20:52:33.713 | + inc/python:setup_package:430 : local bindep=0 2021-02-18 20:52:33.716 | + inc/python:setup_package:431 : local bindep_flag= 2021-02-18 20:52:33.718 | + inc/python:setup_package:432 : local bindep_profiles= 2021-02-18 20:52:33.720 | + inc/python:setup_package:433 : [[ /opt/stack/nova == -bindep* ]] 2021-02-18 20:52:33.722 | + inc/python:setup_package:438 : local project_dir=/opt/stack/nova 2021-02-18 20:52:33.725 | + inc/python:setup_package:439 : local flags=-e 2021-02-18 20:52:33.727 | + inc/python:setup_package:440 : local extras= 2021-02-18 20:52:33.730 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-02-18 20:52:33.732 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-02-18 20:52:33.734 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-02-18 20:52:33.738 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-02-18 20:52:33.740 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-02-18 20:52:33.743 | + inc/python:setup_package:458 : pip_install -e /opt/stack/nova 2021-02-18 20:52:33.760 | Using python 3.6 to install /opt/stack/nova because python3_enabled=True 2021-02-18 20:52:33.765 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2021-02-18 20:52:36.523 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:52:36.524 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-18 20:52:36.524 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.525 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.525 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.526 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.527 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.527 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.528 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.528 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.529 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.529 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.530 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.530 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.530 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.531 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.531 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.532 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.532 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.533 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.533 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.534 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.534 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.535 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.535 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.535 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.536 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.538 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.539 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.539 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.539 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.540 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.540 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.542 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.542 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.543 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.543 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.544 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.544 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.544 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.545 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.545 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.546 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.546 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.546 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.547 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.547 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.548 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.548 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.549 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.549 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.549 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.550 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.550 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.551 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.551 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.552 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.552 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.553 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.553 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.554 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.554 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.555 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.556 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.556 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.557 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.558 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.558 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.559 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.559 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.560 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.561 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.561 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.562 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.562 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.563 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.563 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.564 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.564 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.565 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.565 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.566 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.566 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.567 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.567 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.568 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.568 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.568 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.569 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.569 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.570 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.570 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.571 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.572 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.572 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.572 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.573 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.573 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.574 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.574 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.575 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.576 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.576 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.577 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.577 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.578 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.578 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.579 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.579 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.579 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.580 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.580 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.581 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.581 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.582 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.582 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.583 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.583 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.584 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.584 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.585 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.585 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.585 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.586 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.586 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.587 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.587 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.588 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.589 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.589 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.590 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.590 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.591 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.591 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.591 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.592 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.592 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.593 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.593 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.594 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.594 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.595 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.595 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.595 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.596 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.596 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.597 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.597 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.598 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.598 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.599 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.599 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.600 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.600 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.600 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.601 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.601 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.602 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.602 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.603 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.603 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.603 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.605 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.605 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.605 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.606 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.606 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.607 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.607 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.608 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.608 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.608 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.609 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.609 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.610 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.610 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.610 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.611 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.611 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.612 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.612 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.613 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.613 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.613 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.614 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.614 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.615 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.615 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.615 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.616 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.616 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.617 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.617 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.618 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.618 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.618 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.619 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.619 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.620 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.620 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.621 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.621 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.622 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.622 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.622 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.623 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.623 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.624 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.624 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.624 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.625 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.625 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.626 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.626 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.627 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.627 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.627 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.628 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.628 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.629 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.629 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.629 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.630 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.630 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.631 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.631 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.632 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.632 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.633 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.633 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.633 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.634 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.634 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.635 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.636 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.636 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.637 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.638 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.639 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.639 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.639 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.640 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.640 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.641 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.641 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.642 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.642 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.643 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.643 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.643 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.644 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.644 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.645 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.645 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.645 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.646 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.647 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.647 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.647 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.648 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.648 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.649 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.649 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.650 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.650 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.651 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.651 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.652 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.652 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.653 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.653 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.654 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.654 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.655 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.655 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.655 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.656 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.657 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.657 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.657 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.658 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.658 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.659 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.659 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.659 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.660 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.660 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.661 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.661 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.662 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.662 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.662 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.663 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.663 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.664 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.664 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.665 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.665 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.666 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.666 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.667 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.668 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.668 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.669 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.669 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.670 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.670 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.671 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.671 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.671 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.672 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.672 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.673 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.673 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.673 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.674 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.674 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.675 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.675 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.676 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.676 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.676 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.677 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.677 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.678 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.678 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.679 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.679 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.680 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.680 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.681 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.682 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.682 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.683 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.683 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.684 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.684 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.685 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.685 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.686 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.686 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.687 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.687 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.687 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.688 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.688 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.689 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.689 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.690 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.690 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.691 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.691 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.692 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.692 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.692 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.693 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.693 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.694 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.694 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.695 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.695 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.696 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.696 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.696 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.697 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.697 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.698 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.698 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.699 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.699 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.700 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.700 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.701 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.701 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.702 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.702 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.702 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.703 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.703 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.704 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.704 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.705 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.705 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.705 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.706 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.707 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.707 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.708 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.708 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.709 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.709 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.709 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.710 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.710 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.711 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.711 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.712 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.712 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.713 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.713 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.714 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.714 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.715 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.715 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.716 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.716 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.717 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.717 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.718 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.718 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.719 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.719 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.720 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.720 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.721 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.721 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.722 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:52:36.722 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:52:36.723 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:52:36.723 | Obtaining file:///opt/stack/nova 2021-02-18 20:52:40.170 | Obtaining nova from file:///opt/stack/nova#egg=nova (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-02-18 20:52:43.569 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-02-18 20:52:43.574 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-02-18 20:52:43.582 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-02-18 20:52:43.585 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-02-18 20:52:43.594 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-02-18 20:52:43.603 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-02-18 20:52:43.612 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-02-18 20:52:43.635 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-02-18 20:52:43.650 | Requirement already satisfied: castellan===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.3) 2021-02-18 20:52:43.674 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (2.9) 2021-02-18 20:52:43.716 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) (0.2.2) 2021-02-18 20:52:44.194 | Collecting dataclasses===0.7 2021-02-18 20:52:44.200 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/345/9118f7ede7c8b/dataclasses-0.7-py3-none-any.whl (18 kB) 2021-02-18 20:52:44.289 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.4.2) 2021-02-18 20:52:44.292 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) (0.26.1) 2021-02-18 20:52:44.302 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (2.1.1) 2021-02-18 20:52:44.310 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) (0.4.15) 2021-02-18 20:52:44.313 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.1.12) 2021-02-18 20:52:44.316 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (3.2.0) 2021-02-18 20:52:44.349 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.0.0) 2021-02-18 20:52:44.419 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (9.0.0) 2021-02-18 20:52:44.482 | Requirement already satisfied: lxml===4.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (4.5.0) 2021-02-18 20:52:44.597 | Collecting microversion-parse===1.0.1 2021-02-18 20:52:44.603 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2021-02-18 20:52:44.693 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (1.5) 2021-02-18 20:52:44.696 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.7.19) 2021-02-18 20:52:44.700 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-02-18 20:52:44.704 | Requirement already satisfied: openstacksdk===0.46.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (0.46.0) 2021-02-18 20:52:44.733 | Requirement already satisfied: os-brick===3.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (3.0.4) 2021-02-18 20:52:44.860 | Collecting os-resource-classes===1.0.0 2021-02-18 20:52:44.867 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3a/6c732391350de/os_resource_classes-1.0.0-py3-none-any.whl (10 kB) 2021-02-18 20:52:44.956 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.7.0) 2021-02-18 20:52:44.961 | Requirement already satisfied: os-traits===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 457)) (2.3.0) 2021-02-18 20:52:44.967 | Requirement already satisfied: os-vif===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 461)) (2.0.0) 2021-02-18 20:52:44.996 | Requirement already satisfied: os-win===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 465)) (5.0.2) 2021-02-18 20:52:45.020 | Requirement already satisfied: os-xenapi===0.3.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (0.3.4) 2021-02-18 20:52:45.039 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 472)) (2.3.1) 2021-02-18 20:52:45.077 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (4.0.3) 2021-02-18 20:52:45.091 | Requirement already satisfied: oslo.config===8.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (8.0.4) 2021-02-18 20:52:45.105 | Requirement already satisfied: oslo.context===3.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 484)) (3.0.2) 2021-02-18 20:52:45.112 | Requirement already satisfied: oslo.db===8.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 488)) (8.1.0) 2021-02-18 20:52:45.171 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 492)) (4.0.1) 2021-02-18 20:52:45.179 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 500)) (4.1.3) 2021-02-18 20:52:45.226 | Requirement already satisfied: oslo.messaging===12.1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 504)) (12.1.5) 2021-02-18 20:52:45.296 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 508)) (4.0.2) 2021-02-18 20:52:45.318 | Requirement already satisfied: oslo.policy===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 512)) (3.1.1) 2021-02-18 20:52:45.337 | Requirement already satisfied: oslo.privsep===2.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (2.1.2) 2021-02-18 20:52:45.354 | Requirement already satisfied: oslo.reports===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (2.0.1) 2021-02-18 20:52:45.372 | Requirement already satisfied: oslo.rootwrap===6.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (6.0.2) 2021-02-18 20:52:45.377 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (3.1.2) 2021-02-18 20:52:45.390 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) (2.1.1) 2021-02-18 20:52:45.443 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.0.1) 2021-02-18 20:52:45.454 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (4.1.2) 2021-02-18 20:52:45.472 | Requirement already satisfied: oslo.versionedobjects===2.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) (2.0.2) 2021-02-18 20:52:45.495 | Requirement already satisfied: ovsdbapp===1.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.2.2) 2021-02-18 20:52:45.507 | Requirement already satisfied: paramiko===2.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 567)) (2.7.1) 2021-02-18 20:52:45.545 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (5.4.5) 2021-02-18 20:52:45.548 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (0.7.2) 2021-02-18 20:52:45.550 | Requirement already satisfied: psutil===5.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 584)) (5.7.0) 2021-02-18 20:52:45.556 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 595)) (3.0.0) 2021-02-18 20:52:45.569 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 605)) (0.9.6) 2021-02-18 20:52:45.572 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 612)) (2.4.7) 2021-02-18 20:52:45.703 | Collecting pypowervm===1.1.24 2021-02-18 20:52:45.712 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b3b/12598607ad9d3/pypowervm-1.1.24-py2.py3-none-any.whl (1.1 MB) 2021-02-18 20:52:45.864 | Requirement already satisfied: pyroute2===0.5.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 615)) (0.5.11) 2021-02-18 20:52:45.871 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 616)) (0.16.0) 2021-02-18 20:52:45.878 | Requirement already satisfied: python-barbicanclient===4.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 634)) (4.10.0) 2021-02-18 20:52:45.896 | Requirement already satisfied: python-cinderclient===7.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 641)) (7.0.0) 2021-02-18 20:52:45.918 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 654)) (2.8.1) 2021-02-18 20:52:45.923 | Requirement already satisfied: python-glanceclient===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 666)) (3.1.2) 2021-02-18 20:52:45.945 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 686)) (4.0.0) 2021-02-18 20:52:45.967 | Requirement already satisfied: python-neutronclient===7.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 716)) (7.1.1) 2021-02-18 20:52:46.001 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 774)) (2019.3) 2021-02-18 20:52:46.005 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 788)) (0.7) 2021-02-18 20:52:46.014 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 789)) (2.23.0) 2021-02-18 20:52:46.038 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 797)) (1.4.0) 2021-02-18 20:52:46.041 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 799)) (1.3.3) 2021-02-18 20:52:46.046 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 801)) (1.4.0) 2021-02-18 20:52:46.052 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 831)) (3.17.0) 2021-02-18 20:52:46.055 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 833)) (1.14.0) 2021-02-18 20:52:46.059 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 895)) (0.13.0) 2021-02-18 20:52:46.071 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 896)) (0.3.1) 2021-02-18 20:52:46.075 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 897)) (3.3.0) 2021-02-18 20:52:46.078 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 902)) (1.32.0) 2021-02-18 20:52:46.084 | Requirement already satisfied: taskflow===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 921)) (4.1.0) 2021-02-18 20:52:46.148 | Requirement already satisfied: tenacity===6.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 925)) (6.1.0) 2021-02-18 20:52:46.162 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 928)) (2.0.1) 2021-02-18 20:52:46.173 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 929)) (0.5.0) 2021-02-18 20:52:46.179 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 930)) (2.4.0) 2021-02-18 20:52:46.200 | Requirement already satisfied: tooz===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 938)) (2.3.1) 2021-02-18 20:52:46.270 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 949)) (1.4.0) 2021-02-18 20:52:46.274 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 970)) (1.1.0) 2021-02-18 20:52:46.282 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 972)) (1.25.8) 2021-02-18 20:52:46.314 | Requirement already satisfied: voluptuous===0.11.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 978)) (0.11.7) 2021-02-18 20:52:46.319 | Requirement already satisfied: warlock===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 981)) (1.3.3) 2021-02-18 20:52:46.430 | Collecting websockify===0.9.0 2021-02-18 20:52:46.437 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/427/91706b55e301d/websockify-0.9.0-py3-none-any.whl (35 kB) 2021-02-18 20:52:46.543 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 991)) (1.12.1) 2021-02-18 20:52:46.546 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 997)) (1.2.3) 2021-02-18 20:52:46.668 | Collecting zVMCloudConnector===1.4.1 2021-02-18 20:52:46.676 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f24/a37d5a0206e79/zVMCloudConnector-1.4.1.tar.gz (238 kB) 2021-02-18 20:52:47.601 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-02-18 20:52:47.606 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (1.15.0) 2021-02-18 20:52:47.608 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-02-18 20:52:47.653 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (1.6.0) 2021-02-18 20:52:47.673 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 327)) (49.6.0) 2021-02-18 20:52:47.720 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377)) (2.5.0) 2021-02-18 20:52:47.744 | Requirement already satisfied: jmespath===0.9.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (0.9.5) 2021-02-18 20:52:47.748 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) (1.4.3) 2021-02-18 20:52:47.751 | Requirement already satisfied: jsonpatch===1.25 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (1.25) 2021-02-18 20:52:47.757 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-02-18 20:52:47.760 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (0.9.0) 2021-02-18 20:52:47.765 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.1) 2021-02-18 20:52:47.773 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (0.14.1) 2021-02-18 20:52:47.779 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-02-18 20:52:47.789 | Requirement already satisfied: kombu===4.6.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (4.6.8) 2021-02-18 20:52:47.837 | Requirement already satisfied: cachetools===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (4.1.0) 2021-02-18 20:52:47.841 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2.5.2) 2021-02-18 20:52:47.847 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (0.6.2) 2021-02-18 20:52:47.851 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.0.0) 2021-02-18 20:52:47.863 | Requirement already satisfied: ovs===2.11.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 560)) (2.11.0) 2021-02-18 20:52:47.867 | Requirement already satisfied: bcrypt===3.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (3.1.7) 2021-02-18 20:52:47.877 | Requirement already satisfied: PyNaCl===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 40)) (1.3.0) 2021-02-18 20:52:47.891 | Requirement already satisfied: pyasn1-modules===0.2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 593)) (0.2.8) 2021-02-18 20:52:47.896 | Requirement already satisfied: pyasn1===0.4.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 592)) (0.4.8) 2021-02-18 20:52:47.899 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (3.1.0) 2021-02-18 20:52:47.915 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (19.1.0) 2021-02-18 20:52:47.930 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) (2.1.0) 2021-02-18 20:52:47.936 | Requirement already satisfied: osc-lib===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (2.0.0) 2021-02-18 20:52:47.958 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-02-18 20:52:47.961 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.9) 2021-02-18 20:52:47.965 | Requirement already satisfied: certifi===2020.4.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2020.4.5.1) 2021-02-18 20:52:47.968 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-02-18 20:52:47.970 | Requirement already satisfied: networkx===2.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (2.4) 2021-02-18 20:52:48.014 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 601)) (1.4.1) 2021-02-18 20:52:48.020 | Requirement already satisfied: automaton===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (2.0.1) 2021-02-18 20:52:48.029 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (1.0.0) 2021-02-18 20:52:48.032 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 702)) (1.6.0) 2021-02-18 20:52:48.034 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (1.0.0) 2021-02-18 20:52:48.037 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 970)) (1.4.0) 2021-02-18 20:52:49.062 | Collecting numpy===1.18.2 2021-02-18 20:52:49.139 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6d2/05249a0293e62/numpy-1.18.2-cp36-cp36m-manylinux1_x86_64.whl (20.2 MB) 2021-02-18 20:52:49.715 | Requirement already satisfied: PyJWT===1.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 37)) (1.7.1) 2021-02-18 20:52:49.732 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 598)) (2.20) 2021-02-18 20:52:49.735 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1007)) (3.1.0) 2021-02-18 20:52:49.747 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.0) 2021-02-18 20:52:49.751 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-02-18 20:52:49.759 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 659)) (1.0.4) 2021-02-18 20:52:49.763 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 974)) (1.3.0) 2021-02-18 20:52:49.766 | Requirement already satisfied: sortedcontainers===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 838)) (2.1.0) 2021-02-18 20:52:49.770 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) (0.8.9) 2021-02-18 20:52:49.786 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (1.8.0) 2021-02-18 20:52:49.789 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 982)) (0.1.9) 2021-02-18 20:52:49.793 | Building wheels for collected packages: zVMCloudConnector 2021-02-18 20:52:49.794 | Building wheel for zVMCloudConnector (setup.py): started 2021-02-18 20:52:50.766 | Building wheel for zVMCloudConnector (setup.py): finished with status 'done' 2021-02-18 20:52:50.769 | Created wheel for zVMCloudConnector: filename=zVMCloudConnector-1.4.1-py3-none-any.whl size=303899 sha256=554202f87da0ecf24c6c0f86d41148f1b45d4d388472f7bff60adbf3debd50f8 2021-02-18 20:52:50.769 | Stored in directory: /root/.cache/pip/wheels/77/e9/f7/60f0d1ed62c86db5498c1a2c54e062ef948abfc58230673f10 2021-02-18 20:52:50.770 | Successfully built zVMCloudConnector 2021-02-18 20:52:51.730 | Installing collected packages: numpy, websockify, os-resource-classes, microversion-parse, pypowervm, zVMCloudConnector, dataclasses, nova 2021-02-18 20:52:55.414 | Running setup.py develop for nova 2021-02-18 20:52:58.992 | Successfully installed dataclasses-0.7 microversion-parse-1.0.1 nova numpy-1.18.2 os-resource-classes-1.0.0 pypowervm-1.1.24 websockify-0.9.0 zVMCloudConnector-1.4.1 2021-02-18 20:52:59.130 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:52:59.130 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:52:59.248 | + inc/python:pip_install:207 : result=0 2021-02-18 20:52:59.250 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:52:59.252 | + functions-common:time_stop:2331 : local name 2021-02-18 20:52:59.254 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:52:59.257 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:52:59.259 | + functions-common:time_stop:2334 : local total 2021-02-18 20:52:59.261 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:52:59.263 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:52:59.266 | + functions-common:time_stop:2338 : start_time=1613681553756 2021-02-18 20:52:59.268 | + functions-common:time_stop:2340 : [[ -z 1613681553756 ]] 2021-02-18 20:52:59.270 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:52:59.274 | + functions-common:time_stop:2343 : end_time=1613681579271 2021-02-18 20:52:59.276 | + functions-common:time_stop:2344 : elapsed_time=25515 2021-02-18 20:52:59.278 | + functions-common:time_stop:2345 : total=298085 2021-02-18 20:52:59.280 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:52:59.282 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=323600 2021-02-18 20:52:59.284 | + inc/python:pip_install:210 : return 0 2021-02-18 20:52:59.287 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-02-18 20:52:59.289 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-02-18 20:52:59.291 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-02-18 20:52:59.309 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-02-18 20:52:59.319 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/nova 2021-02-18 20:52:59.322 | + inc/python:use_library_from_git:263 : local name=/opt/stack/nova 2021-02-18 20:52:59.325 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:52:59.327 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:52:59.329 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,/opt/stack/nova, ]] 2021-02-18 20:52:59.332 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:52:59.334 | + lib/nova:install_nova:841 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2021-02-18 20:52:59.346 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-02-18 20:52:59.348 | + ./stack.sh:main:908 : configure_nova 2021-02-18 20:52:59.350 | + lib/nova:configure_nova:240 : sudo install -d -o ubuntu /etc/nova 2021-02-18 20:52:59.361 | + lib/nova:configure_nova:242 : configure_rootwrap nova 2021-02-18 20:52:59.364 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2021-02-18 20:52:59.366 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-02-18 20:52:59.370 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2021-02-18 20:52:59.371 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-02-18 20:52:59.375 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2021-02-18 20:52:59.377 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2021-02-18 20:52:59.379 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-02-18 20:52:59.382 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2021-02-18 20:52:59.384 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2021-02-18 20:52:59.386 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2021-02-18 20:52:59.389 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2021-02-18 20:52:59.391 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2021-02-18 20:52:59.401 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2021-02-18 20:52:59.413 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2021-02-18 20:52:59.425 | + 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-02-18 20:52:59.436 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2021-02-18 20:52:59.447 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-02-18 20:52:59.450 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-02-18 20:52:59.454 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.mpAw05cLQi 2021-02-18 20:52:59.456 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-02-18 20:52:59.458 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-02-18 20:52:59.461 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2021-02-18 20:52:59.463 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-02-18 20:52:59.466 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-02-18 20:52:59.468 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.mpAw05cLQi 2021-02-18 20:52:59.471 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.mpAw05cLQi 2021-02-18 20:52:59.482 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.mpAw05cLQi /etc/sudoers.d/nova-rootwrap 2021-02-18 20:52:59.494 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2021-02-18 20:52:59.497 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-02-18 20:52:59.500 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-02-18 20:52:59.502 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-02-18 20:52:59.505 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-02-18 20:52:59.507 | + 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-02-18 20:52:59.509 | + 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-02-18 20:52:59.512 | + lib/nova:configure_nova:244 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2021-02-18 20:52:59.514 | + lib/nova:configure_nova:246 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2021-02-18 20:52:59.518 | + lib/nova:configure_nova:249 : is_service_enabled n-cpu 2021-02-18 20:52:59.534 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:52:59.536 | + lib/nova:configure_nova:324 : create_nova_conf 2021-02-18 20:52:59.539 | + lib/nova:create_nova_conf:391 : rm -f /opt/stack/nova/bin/nova.conf 2021-02-18 20:52:59.542 | + lib/nova:create_nova_conf:394 : rm -f /etc/nova/nova.conf 2021-02-18 20:52:59.545 | + lib/nova:create_nova_conf:395 : iniset /etc/nova/nova.conf DEFAULT debug True 2021-02-18 20:52:59.570 | + lib/nova:create_nova_conf:396 : '[' True == True ']' 2021-02-18 20:52:59.572 | + lib/nova:create_nova_conf:397 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2021-02-18 20:52:59.595 | + lib/nova:create_nova_conf:399 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2021-02-18 20:52:59.620 | + lib/nova:create_nova_conf:400 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2021-02-18 20:52:59.642 | + lib/nova:create_nova_conf:401 : iniset /etc/nova/nova.conf scheduler driver filter_scheduler 2021-02-18 20:52:59.667 | + lib/nova:create_nova_conf:402 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2021-02-18 20:52:59.692 | + lib/nova:create_nova_conf:403 : [[ filter_scheduler == \f\i\l\t\e\r\_\s\c\h\e\d\u\l\e\r ]] 2021-02-18 20:52:59.694 | + lib/nova:create_nova_conf:404 : iniset /etc/nova/nova.conf scheduler workers 2 2021-02-18 20:52:59.717 | + lib/nova:create_nova_conf:406 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2021-02-18 20:52:59.741 | + lib/nova:create_nova_conf:407 : [[ 4 == 6 ]] 2021-02-18 20:52:59.743 | + lib/nova:create_nova_conf:410 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.41 2021-02-18 20:52:59.766 | + lib/nova:create_nova_conf:412 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2021-02-18 20:52:59.789 | + lib/nova:create_nova_conf:413 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2021-02-18 20:52:59.813 | + lib/nova:create_nova_conf:414 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2021-02-18 20:52:59.835 | + lib/nova:create_nova_conf:415 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2021-02-18 20:52:59.859 | + lib/nova:create_nova_conf:417 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2021-02-18 20:52:59.884 | + lib/nova:create_nova_conf:419 : is_fedora 2021-02-18 20:52:59.886 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-02-18 20:52:59.889 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-02-18 20:52:59.891 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-02-18 20:52:59.893 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-02-18 20:52:59.895 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-02-18 20:52:59.897 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-02-18 20:52:59.899 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-02-18 20:52:59.901 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-02-18 20:52:59.903 | + lib/nova:create_nova_conf:419 : is_suse 2021-02-18 20:52:59.906 | + functions-common:is_suse:462 : is_opensuse 2021-02-18 20:52:59.908 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-02-18 20:52:59.910 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-18 20:52:59.912 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-02-18 20:52:59.914 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-02-18 20:52:59.916 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-18 20:52:59.919 | + lib/nova:create_nova_conf:428 : is_service_enabled n-api n-cond n-sched 2021-02-18 20:52:59.934 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:52:59.936 | + lib/nova:create_nova_conf:432 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-02-18 20:52:59.938 | + lib/nova:create_nova_conf:435 : local db=nova_cell0 2021-02-18 20:52:59.940 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2021-02-18 20:52:59.965 | ++ lib/nova:create_nova_conf:441 : database_connection_url nova_cell0 2021-02-18 20:52:59.967 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-02-18 20:52:59.969 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-02-18 20:52:59.971 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2021-02-18 20:52:59.973 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-02-18 20:52:59.976 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-02-18 20:53:00.001 | ++ lib/nova:create_nova_conf:442 : database_connection_url nova_api 2021-02-18 20:53:00.004 | ++ lib/database:database_connection_url:132 : local db=nova_api 2021-02-18 20:53:00.006 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2021-02-18 20:53:00.008 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_api 2021-02-18 20:53:00.011 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2021-02-18 20:53:00.013 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2021-02-18 20:53:00.039 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf cache enabled True 2021-02-18 20:53:00.064 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2021-02-18 20:53:00.089 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2021-02-18 20:53:00.112 | + lib/nova:create_nova_conf:452 : is_service_enabled n-api 2021-02-18 20:53:00.127 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:53:00.129 | + lib/nova:create_nova_conf:453 : is_service_enabled n-api-meta 2021-02-18 20:53:00.144 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:53:00.147 | ++ lib/nova:create_nova_conf:455 : echo osapi_compute,metadata 2021-02-18 20:53:00.148 | ++ lib/nova:create_nova_conf:455 : sed s/,metadata// 2021-02-18 20:53:00.152 | + lib/nova:create_nova_conf:455 : NOVA_ENABLED_APIS=osapi_compute 2021-02-18 20:53:00.154 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2021-02-18 20:53:00.177 | + lib/nova:create_nova_conf:458 : is_service_enabled tls-proxy 2021-02-18 20:53:00.193 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:53:00.195 | + lib/nova:create_nova_conf:464 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2021-02-18 20:53:00.198 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/nova/nova.conf 2021-02-18 20:53:00.200 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-02-18 20:53:00.202 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-02-18 20:53:00.204 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2021-02-18 20:53:00.229 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2021-02-18 20:53:00.252 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.41/identity 2021-02-18 20:53:00.276 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2021-02-18 20:53:00.299 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2021-02-18 20:53:00.324 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2021-02-18 20:53:00.347 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2021-02-18 20:53:00.371 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2021-02-18 20:53:00.394 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-02-18 20:53:00.418 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2021-02-18 20:53:00.442 | + lib/nova:create_nova_conf:467 : is_service_enabled cinder 2021-02-18 20:53:00.456 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:53:00.458 | + lib/nova:create_nova_conf:468 : configure_cinder_access 2021-02-18 20:53:00.461 | + lib/nova:configure_cinder_access:589 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2021-02-18 20:53:00.486 | + lib/nova:configure_cinder_access:590 : iniset /etc/nova/nova.conf cinder auth_type password 2021-02-18 20:53:00.517 | + lib/nova:configure_cinder_access:591 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.41/identity 2021-02-18 20:53:00.543 | + lib/nova:configure_cinder_access:598 : iniset /etc/nova/nova.conf cinder username nova 2021-02-18 20:53:00.568 | + lib/nova:configure_cinder_access:599 : iniset /etc/nova/nova.conf cinder password Passw0rd 2021-02-18 20:53:00.592 | + lib/nova:configure_cinder_access:600 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2021-02-18 20:53:00.616 | + lib/nova:configure_cinder_access:601 : iniset /etc/nova/nova.conf cinder project_name service 2021-02-18 20:53:00.639 | + lib/nova:configure_cinder_access:602 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2021-02-18 20:53:00.663 | + lib/nova:configure_cinder_access:603 : is_service_enabled tls-proxy 2021-02-18 20:53:00.677 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:53:00.680 | + lib/nova:create_nova_conf:471 : '[' -n /opt/stack/data/nova ']' 2021-02-18 20:53:00.682 | + lib/nova:create_nova_conf:472 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2021-02-18 20:53:00.705 | + lib/nova:create_nova_conf:473 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2021-02-18 20:53:00.731 | + lib/nova:create_nova_conf:475 : '[' -n /opt/stack/data/nova/instances ']' 2021-02-18 20:53:00.733 | + lib/nova:create_nova_conf:476 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2021-02-18 20:53:00.756 | + lib/nova:create_nova_conf:478 : '[' False '!=' False ']' 2021-02-18 20:53:00.758 | + lib/nova:create_nova_conf:481 : '[' False '!=' False ']' 2021-02-18 20:53:00.761 | + lib/nova:create_nova_conf:486 : is_suse 2021-02-18 20:53:00.763 | + functions-common:is_suse:462 : is_opensuse 2021-02-18 20:53:00.765 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-02-18 20:53:00.767 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-18 20:53:00.769 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-02-18 20:53:00.771 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-02-18 20:53:00.774 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-18 20:53:00.776 | + lib/nova:create_nova_conf:491 : setup_logging /etc/nova/nova.conf 2021-02-18 20:53:00.779 | + functions:setup_logging:655 : local conf_file=/etc/nova/nova.conf 2021-02-18 20:53:00.781 | + functions:setup_logging:656 : local other_cond=False 2021-02-18 20:53:00.783 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-02-18 20:53:00.785 | + functions:setup_logging:658 : setup_systemd_logging /etc/nova/nova.conf 2021-02-18 20:53:00.787 | + functions:setup_systemd_logging:686 : local conf_file=/etc/nova/nova.conf 2021-02-18 20:53:00.789 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-02-18 20:53:00.793 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-02-18 20:53:00.808 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-02-18 20:53:00.810 | + functions:setup_systemd_logging:693 : local pidstr= 2021-02-18 20:53:00.812 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-02-18 20:53:00.814 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-02-18 20:53:00.816 | + functions:setup_systemd_logging:700 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-02-18 20:53:00.840 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 20:53:00.864 | + functions:setup_systemd_logging:703 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 20:53:00.889 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-02-18 20:53:00.912 | + lib/nova:create_nova_conf:493 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2021-02-18 20:53:00.938 | + lib/nova:create_nova_conf:495 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2021-02-18 20:53:00.941 | + lib/apache:write_uwsgi_config:264 : local file=/etc/nova/nova-api-uwsgi.ini 2021-02-18 20:53:00.943 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/nova-api-wsgi 2021-02-18 20:53:00.945 | + lib/apache:write_uwsgi_config:266 : local url=/compute 2021-02-18 20:53:00.947 | + lib/apache:write_uwsgi_config:267 : local http= 2021-02-18 20:53:00.949 | + lib/apache:write_uwsgi_config:268 : local name= 2021-02-18 20:53:00.952 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/nova-api-wsgi 2021-02-18 20:53:00.955 | + lib/apache:write_uwsgi_config:269 : name=nova-api-wsgi 2021-02-18 20:53:00.957 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-02-18 20:53:00.960 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-02-18 20:53:00.971 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-02-18 20:53:00.971 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-02-18 20:53:00.978 | d /var/run/uwsgi 0755 ubuntu root 2021-02-18 20:53:00.981 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-02-18 20:53:00.995 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2021-02-18 20:53:00.997 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/nova/nova-api-uwsgi.ini 2021-02-18 20:53:01.001 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2021-02-18 20:53:01.026 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2021-02-18 20:53:01.049 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2021-02-18 20:53:01.073 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2021-02-18 20:53:01.096 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2021-02-18 20:53:01.119 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-02-18 20:53:01.142 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2021-02-18 20:53:01.166 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2021-02-18 20:53:01.190 | + lib/apache:write_uwsgi_config:298 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2021-02-18 20:53:01.213 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-02-18 20:53:01.236 | + lib/apache:write_uwsgi_config:302 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2021-02-18 20:53:01.260 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-02-18 20:53:01.283 | + lib/apache:write_uwsgi_config:306 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2021-02-18 20:53:01.307 | + lib/apache:write_uwsgi_config:309 : [[ -n '' ]] 2021-02-18 20:53:01.309 | + lib/apache:write_uwsgi_config:312 : local apache_conf= 2021-02-18 20:53:01.312 | ++ lib/apache:write_uwsgi_config:313 : apache_site_config_for nova-api-wsgi 2021-02-18 20:53:01.315 | ++ lib/apache:apache_site_config_for:196 : local site=nova-api-wsgi 2021-02-18 20:53:01.317 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-02-18 20:53:01.319 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:53:01.321 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:53:01.324 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2021-02-18 20:53:01.327 | + lib/apache:write_uwsgi_config:313 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2021-02-18 20:53:01.329 | + lib/apache:write_uwsgi_config:314 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2021-02-18 20:53:01.352 | + lib/apache:write_uwsgi_config:315 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2021-02-18 20:53:01.376 | + lib/apache:write_uwsgi_config:316 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 ' 2021-02-18 20:53:01.376 | + lib/apache:write_uwsgi_config:316 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2021-02-18 20:53:01.383 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 2021-02-18 20:53:01.387 | + lib/apache:write_uwsgi_config:317 : enable_apache_site nova-api-wsgi 2021-02-18 20:53:01.390 | + lib/apache:enable_apache_site:213 : local site=nova-api-wsgi 2021-02-18 20:53:01.392 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-02-18 20:53:01.394 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-02-18 20:53:01.396 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-18 20:53:01.399 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:53:01.401 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:53:01.403 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-02-18 20:53:01.405 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-02-18 20:53:01.408 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:53:01.410 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:53:01.412 | + lib/apache:enable_apache_site:217 : sudo a2ensite nova-api-wsgi 2021-02-18 20:53:01.469 | Enabling site nova-api-wsgi. 2021-02-18 20:53:01.474 | To activate the new configuration, you need to run: 2021-02-18 20:53:01.474 | systemctl reload apache2 2021-02-18 20:53:01.478 | + lib/apache:write_uwsgi_config:318 : restart_apache_server 2021-02-18 20:53:01.480 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-02-18 20:53:01.482 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-02-18 20:53:01.484 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-02-18 20:53:01.625 | + lib/nova:create_nova_conf:496 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2021-02-18 20:53:01.627 | + lib/apache:write_uwsgi_config:264 : local file=/etc/nova/nova-metadata-uwsgi.ini 2021-02-18 20:53:01.630 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2021-02-18 20:53:01.633 | + lib/apache:write_uwsgi_config:266 : local url= 2021-02-18 20:53:01.635 | + lib/apache:write_uwsgi_config:267 : local http=0.0.0.0:8775 2021-02-18 20:53:01.637 | + lib/apache:write_uwsgi_config:268 : local name= 2021-02-18 20:53:01.640 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/nova-metadata-wsgi 2021-02-18 20:53:01.643 | + lib/apache:write_uwsgi_config:269 : name=nova-metadata-wsgi 2021-02-18 20:53:01.646 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-02-18 20:53:01.648 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-02-18 20:53:01.659 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-02-18 20:53:01.660 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-02-18 20:53:01.667 | d /var/run/uwsgi 0755 ubuntu root 2021-02-18 20:53:01.670 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-02-18 20:53:01.684 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2021-02-18 20:53:01.686 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2021-02-18 20:53:01.689 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2021-02-18 20:53:01.716 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2021-02-18 20:53:01.739 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2021-02-18 20:53:01.763 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2021-02-18 20:53:01.786 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2021-02-18 20:53:01.810 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2021-02-18 20:53:01.834 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2021-02-18 20:53:01.858 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2021-02-18 20:53:01.881 | + lib/apache:write_uwsgi_config:298 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2021-02-18 20:53:01.905 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-02-18 20:53:01.928 | + lib/apache:write_uwsgi_config:302 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2021-02-18 20:53:01.952 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2021-02-18 20:53:01.975 | + lib/apache:write_uwsgi_config:306 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2021-02-18 20:53:01.999 | + lib/apache:write_uwsgi_config:309 : [[ -n 0.0.0.0:8775 ]] 2021-02-18 20:53:02.001 | + lib/apache:write_uwsgi_config:310 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2021-02-18 20:53:02.025 | + lib/nova:create_nova_conf:498 : is_service_enabled ceilometer 2021-02-18 20:53:02.039 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:53:02.042 | + lib/nova:create_nova_conf:506 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2021-02-18 20:53:02.069 | ++ lib/nova:create_nova_conf:507 : get_notification_url 2021-02-18 20:53:02.071 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2021-02-18 20:53:02.073 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2021-02-18 20:53:02.089 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:53:02.091 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/ 2021-02-18 20:53:02.094 | + lib/nova:create_nova_conf:507 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/ 2021-02-18 20:53:02.117 | + lib/nova:create_nova_conf:508 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2021-02-18 20:53:02.144 | + lib/nova:create_nova_conf:509 : iniset_rpc_backend nova /etc/nova/nova.conf 2021-02-18 20:53:02.146 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-02-18 20:53:02.148 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2021-02-18 20:53:02.150 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-02-18 20:53:02.153 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-02-18 20:53:02.155 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-02-18 20:53:02.170 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:53:02.173 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-02-18 20:53:02.175 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-02-18 20:53:02.178 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-02-18 20:53:02.193 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:53:02.195 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/ 2021-02-18 20:53:02.198 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/ 2021-02-18 20:53:02.222 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-02-18 20:53:02.225 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-02-18 20:53:02.227 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2021-02-18 20:53:02.251 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2021-02-18 20:53:02.276 | + lib/nova:create_nova_conf:514 : iniset /etc/nova/nova.conf conductor workers 2 2021-02-18 20:53:02.301 | + lib/nova:create_nova_conf:516 : is_service_enabled tls-proxy 2021-02-18 20:53:02.317 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:53:02.319 | + lib/nova:create_nova_conf:521 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2021-02-18 20:53:02.344 | + lib/nova:create_nova_conf:523 : '[' False == True ']' 2021-02-18 20:53:02.346 | + lib/nova:create_nova_conf:527 : is_service_enabled n-cond 2021-02-18 20:53:02.361 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:53:02.364 | ++ lib/nova:create_nova_conf:528 : seq 1 1 2021-02-18 20:53:02.368 | + lib/nova:create_nova_conf:528 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-18 20:53:02.370 | + lib/nova:create_nova_conf:529 : local conf 2021-02-18 20:53:02.372 | + lib/nova:create_nova_conf:530 : local vhost 2021-02-18 20:53:02.375 | ++ lib/nova:create_nova_conf:531 : conductor_conf 1 2021-02-18 20:53:02.377 | ++ lib/nova:conductor_conf:741 : local cell=1 2021-02-18 20:53:02.379 | ++ lib/nova:conductor_conf:742 : echo /etc/nova/nova_cell1.conf 2021-02-18 20:53:02.382 | + lib/nova:create_nova_conf:531 : conf=/etc/nova/nova_cell1.conf 2021-02-18 20:53:02.384 | + lib/nova:create_nova_conf:532 : vhost=nova_cell1 2021-02-18 20:53:02.387 | + lib/nova:create_nova_conf:534 : rm -f /etc/nova/nova_cell1.conf 2021-02-18 20:53:02.391 | ++ lib/nova:create_nova_conf:535 : database_connection_url nova_cell1 2021-02-18 20:53:02.393 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2021-02-18 20:53:02.396 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2021-02-18 20:53:02.398 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell1 2021-02-18 20:53:02.400 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-02-18 20:53:02.403 | + lib/nova:create_nova_conf:535 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-02-18 20:53:02.429 | + lib/nova:create_nova_conf:536 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2021-02-18 20:53:02.455 | + lib/nova:create_nova_conf:537 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2021-02-18 20:53:02.482 | + lib/nova:create_nova_conf:539 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-02-18 20:53:02.484 | + lib/nova:create_nova_conf:542 : rpc_backend_add_vhost nova_cell1 2021-02-18 20:53:02.486 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2021-02-18 20:53:02.488 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2021-02-18 20:53:02.503 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:53:02.506 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2021-02-18 20:53:02.507 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2021-02-18 20:53:03.516 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2021-02-18 20:53:03.518 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2021-02-18 20:53:04.533 | Creating vhost "nova_cell1" 2021-02-18 20:53:04.590 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2021-02-18 20:53:05.598 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" 2021-02-18 20:53:05.623 | + lib/nova:create_nova_conf:543 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2021-02-18 20:53:05.626 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-02-18 20:53:05.628 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2021-02-18 20:53:05.630 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-02-18 20:53:05.633 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2021-02-18 20:53:05.635 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-02-18 20:53:05.650 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:53:05.653 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2021-02-18 20:53:05.655 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2021-02-18 20:53:05.658 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-02-18 20:53:05.672 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:53:05.675 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/nova_cell1 2021-02-18 20:53:05.677 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/nova_cell1 2021-02-18 20:53:05.702 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-02-18 20:53:05.704 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-02-18 20:53:05.706 | + lib/nova:create_nova_conf:547 : is_service_enabled placement placement-client 2021-02-18 20:53:05.722 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:53:05.724 | + lib/nova:create_nova_conf:548 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2021-02-18 20:53:05.726 | + lib/nova:configure_placement_nova_compute:576 : local conf=/etc/nova/nova_cell1.conf 2021-02-18 20:53:05.729 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2021-02-18 20:53:05.754 | + lib/nova:configure_placement_nova_compute:578 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.41/identity 2021-02-18 20:53:05.779 | + lib/nova:configure_placement_nova_compute:579 : iniset /etc/nova/nova_cell1.conf placement username placement 2021-02-18 20:53:05.802 | + lib/nova:configure_placement_nova_compute:580 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2021-02-18 20:53:05.827 | + lib/nova:configure_placement_nova_compute:581 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2021-02-18 20:53:05.851 | + lib/nova:configure_placement_nova_compute:582 : iniset /etc/nova/nova_cell1.conf placement project_name service 2021-02-18 20:53:05.876 | + lib/nova:configure_placement_nova_compute:583 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2021-02-18 20:53:05.899 | + lib/nova:configure_placement_nova_compute:584 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2021-02-18 20:53:05.924 | + lib/nova:create_nova_conf:552 : setup_logging /etc/nova/nova_cell1.conf 2021-02-18 20:53:05.926 | + functions:setup_logging:655 : local conf_file=/etc/nova/nova_cell1.conf 2021-02-18 20:53:05.928 | + functions:setup_logging:656 : local other_cond=False 2021-02-18 20:53:05.931 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-02-18 20:53:05.933 | + functions:setup_logging:658 : setup_systemd_logging /etc/nova/nova_cell1.conf 2021-02-18 20:53:05.935 | + functions:setup_systemd_logging:686 : local conf_file=/etc/nova/nova_cell1.conf 2021-02-18 20:53:05.938 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-02-18 20:53:05.940 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-02-18 20:53:05.955 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-02-18 20:53:05.958 | + functions:setup_systemd_logging:693 : local pidstr= 2021-02-18 20:53:05.960 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-02-18 20:53:05.962 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-02-18 20:53:05.965 | + functions:setup_systemd_logging:700 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-02-18 20:53:05.988 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 20:53:06.014 | + functions:setup_systemd_logging:703 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 20:53:06.038 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-02-18 20:53:06.062 | + lib/nova:create_nova_conf:559 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-02-18 20:53:06.064 | ++ lib/nova:create_nova_conf:562 : seq 1 1 2021-02-18 20:53:06.068 | + lib/nova:create_nova_conf:562 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-18 20:53:06.070 | + lib/nova:create_nova_conf:563 : local conf 2021-02-18 20:53:06.072 | + lib/nova:create_nova_conf:564 : local offset 2021-02-18 20:53:06.076 | ++ lib/nova:create_nova_conf:565 : conductor_conf 1 2021-02-18 20:53:06.078 | ++ lib/nova:conductor_conf:741 : local cell=1 2021-02-18 20:53:06.080 | ++ lib/nova:conductor_conf:742 : echo /etc/nova/nova_cell1.conf 2021-02-18 20:53:06.083 | + lib/nova:create_nova_conf:565 : conf=/etc/nova/nova_cell1.conf 2021-02-18 20:53:06.085 | + lib/nova:create_nova_conf:566 : offset=0 2021-02-18 20:53:06.087 | + lib/nova:create_nova_conf:567 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2021-02-18 20:53:06.090 | + lib/nova:configure_console_proxies:676 : local conf=/etc/nova/nova_cell1.conf 2021-02-18 20:53:06.092 | + lib/nova:configure_console_proxies:677 : local offset=0 2021-02-18 20:53:06.094 | + lib/nova:configure_console_proxies:681 : offset=0 2021-02-18 20:53:06.096 | + lib/nova:configure_console_proxies:683 : is_service_enabled n-novnc 2021-02-18 20:53:06.111 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:53:06.113 | + lib/nova:configure_console_proxies:683 : is_service_enabled n-xvnc 2021-02-18 20:53:06.128 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:53:06.130 | + lib/nova:configure_console_proxies:683 : '[' False '!=' False ']' 2021-02-18 20:53:06.132 | + lib/nova:configure_console_proxies:717 : is_service_enabled n-spice 2021-02-18 20:53:06.147 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:53:06.150 | + lib/nova:configure_console_proxies:722 : is_service_enabled n-sproxy 2021-02-18 20:53:06.164 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:53:06.166 | + lib/nova:configure_nova:326 : is_service_enabled n-cpu 2021-02-18 20:53:06.182 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:53:06.185 | + ./stack.sh:main:911 : is_service_enabled placement 2021-02-18 20:53:06.201 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:53:06.203 | + ./stack.sh:main:913 : stack_install_service placement 2021-02-18 20:53:06.206 | + lib/stack:stack_install_service:20 : local service=placement 2021-02-18 20:53:06.208 | + lib/stack:stack_install_service:21 : type install_placement 2021-02-18 20:53:06.210 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-02-18 20:53:06.213 | + lib/stack:stack_install_service:32 : install_placement 2021-02-18 20:53:06.215 | + lib/placement:install_placement:137 : install_apache_wsgi 2021-02-18 20:53:06.218 | + lib/apache:install_apache_wsgi:149 : is_ubuntu 2021-02-18 20:53:06.220 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:53:06.223 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:53:06.225 | + lib/apache:install_apache_wsgi:151 : install_package apache2 2021-02-18 20:53:06.228 | + functions-common:install_package:1333 : update_package_repo 2021-02-18 20:53:06.231 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-02-18 20:53:06.233 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-02-18 20:53:06.235 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-02-18 20:53:06.238 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-02-18 20:53:06.240 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-02-18 20:53:06.242 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:53:06.245 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:53:06.248 | + functions-common:update_package_repo:1314 : apt_get_update 2021-02-18 20:53:06.250 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-02-18 20:53:06.253 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-02-18 20:53:06.255 | + functions-common:apt_get_update:1069 : return 2021-02-18 20:53:06.257 | + functions-common:install_package:1334 : real_install_package apache2 2021-02-18 20:53:06.260 | + functions-common:real_install_package:1319 : is_ubuntu 2021-02-18 20:53:06.262 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:53:06.265 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:53:06.267 | + functions-common:real_install_package:1320 : apt_get install apache2 2021-02-18 20:53:06.286 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2021-02-18 20:53:06.405 | Reading package lists... 2021-02-18 20:53:06.653 | Building dependency tree... 2021-02-18 20:53:06.654 | Reading state information... 2021-02-18 20:53:06.864 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-02-18 20:53:06.864 | The following packages were automatically installed and are no longer required: 2021-02-18 20:53:06.864 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-02-18 20:53:06.864 | python3-click python3-colorama python3-configobj python3-constantly 2021-02-18 20:53:06.864 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-02-18 20:53:06.864 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-02-18 20:53:06.864 | python3-twisted-bin python3-zope.interface 2021-02-18 20:53:06.864 | Use 'sudo apt autoremove' to remove them. 2021-02-18 20:53:06.930 | 0 upgraded, 0 newly installed, 0 to remove and 160 not upgraded. 2021-02-18 20:53:06.935 | + functions-common:apt_get:1113 : result=0 2021-02-18 20:53:06.937 | + functions-common:apt_get:1116 : time_stop apt-get 2021-02-18 20:53:06.939 | + functions-common:time_stop:2331 : local name 2021-02-18 20:53:06.942 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:53:06.944 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:53:06.946 | + functions-common:time_stop:2334 : local total 2021-02-18 20:53:06.949 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:53:06.951 | + functions-common:time_stop:2337 : name=apt-get 2021-02-18 20:53:06.954 | + functions-common:time_stop:2338 : start_time=1613681586283 2021-02-18 20:53:06.956 | + functions-common:time_stop:2340 : [[ -z 1613681586283 ]] 2021-02-18 20:53:06.959 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:53:06.962 | + functions-common:time_stop:2343 : end_time=1613681586959 2021-02-18 20:53:06.965 | + functions-common:time_stop:2344 : elapsed_time=676 2021-02-18 20:53:06.967 | + functions-common:time_stop:2345 : total=223527 2021-02-18 20:53:06.969 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:53:06.971 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=224203 2021-02-18 20:53:06.974 | + functions-common:apt_get:1117 : return 0 2021-02-18 20:53:06.976 | + lib/apache:install_apache_wsgi:152 : python3_enabled 2021-02-18 20:53:06.979 | + inc/python:python3_enabled:467 : [[ True == \T\r\u\e ]] 2021-02-18 20:53:06.981 | + inc/python:python3_enabled:468 : return 0 2021-02-18 20:53:06.983 | + lib/apache:install_apache_wsgi:153 : is_package_installed libapache2-mod-wsgi 2021-02-18 20:53:06.986 | + functions-common:is_package_installed:1342 : [[ -z libapache2-mod-wsgi ]] 2021-02-18 20:53:06.988 | + functions-common:is_package_installed:1346 : [[ -z deb ]] 2021-02-18 20:53:06.991 | + functions-common:is_package_installed:1350 : [[ deb = \d\e\b ]] 2021-02-18 20:53:06.993 | + functions-common:is_package_installed:1351 : dpkg -s libapache2-mod-wsgi 2021-02-18 20:53:07.018 | + lib/apache:install_apache_wsgi:156 : install_package libapache2-mod-wsgi-py3 2021-02-18 20:53:07.020 | + functions-common:install_package:1333 : update_package_repo 2021-02-18 20:53:07.023 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-02-18 20:53:07.025 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-02-18 20:53:07.028 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-02-18 20:53:07.030 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-02-18 20:53:07.033 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-02-18 20:53:07.035 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:53:07.038 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:53:07.040 | + functions-common:update_package_repo:1314 : apt_get_update 2021-02-18 20:53:07.043 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-02-18 20:53:07.045 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-02-18 20:53:07.047 | + functions-common:apt_get_update:1069 : return 2021-02-18 20:53:07.050 | + functions-common:install_package:1334 : real_install_package libapache2-mod-wsgi-py3 2021-02-18 20:53:07.052 | + functions-common:real_install_package:1319 : is_ubuntu 2021-02-18 20:53:07.055 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:53:07.057 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:53:07.060 | + functions-common:real_install_package:1320 : apt_get install libapache2-mod-wsgi-py3 2021-02-18 20:53:07.079 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2021-02-18 20:53:07.199 | Reading package lists... 2021-02-18 20:53:07.446 | Building dependency tree... 2021-02-18 20:53:07.447 | Reading state information... 2021-02-18 20:53:07.659 | The following packages were automatically installed and are no longer required: 2021-02-18 20:53:07.659 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-02-18 20:53:07.659 | python3-click python3-colorama python3-configobj python3-constantly 2021-02-18 20:53:07.659 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-02-18 20:53:07.659 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-02-18 20:53:07.659 | python3-twisted-bin python3-zope.interface 2021-02-18 20:53:07.659 | Use 'sudo apt autoremove' to remove them. 2021-02-18 20:53:07.703 | The following NEW packages will be installed: 2021-02-18 20:53:07.703 | libapache2-mod-wsgi-py3 2021-02-18 20:53:07.840 | 0 upgraded, 1 newly installed, 0 to remove and 160 not upgraded. 2021-02-18 20:53:07.840 | Need to get 88.3 kB of archives. 2021-02-18 20:53:07.840 | After this operation, 278 kB of additional disk space will be used. 2021-02-18 20:53:07.840 | 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-02-18 20:53:08.533 | Fetched 88.3 kB in 0s (316 kB/s) 2021-02-18 20:53:08.592 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2021-02-18 20:53:08.632 | (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 ... 77186 files and directories currently installed.) 2021-02-18 20:53:08.636 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.5.17-1ubuntu1_amd64.deb ... 2021-02-18 20:53:08.638 | Unpacking libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2021-02-18 20:53:08.729 | Setting up libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2021-02-18 20:53:08.910 | apache2_invoke: Enable module wsgi 2021-02-18 20:53:11.194 | + functions-common:apt_get:1113 : result=0 2021-02-18 20:53:11.197 | + functions-common:apt_get:1116 : time_stop apt-get 2021-02-18 20:53:11.199 | + functions-common:time_stop:2331 : local name 2021-02-18 20:53:11.202 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:53:11.204 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:53:11.206 | + functions-common:time_stop:2334 : local total 2021-02-18 20:53:11.209 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:53:11.211 | + functions-common:time_stop:2337 : name=apt-get 2021-02-18 20:53:11.213 | + functions-common:time_stop:2338 : start_time=1613681587077 2021-02-18 20:53:11.216 | + functions-common:time_stop:2340 : [[ -z 1613681587077 ]] 2021-02-18 20:53:11.219 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:53:11.222 | + functions-common:time_stop:2343 : end_time=1613681591220 2021-02-18 20:53:11.225 | + functions-common:time_stop:2344 : elapsed_time=4143 2021-02-18 20:53:11.227 | + functions-common:time_stop:2345 : total=224203 2021-02-18 20:53:11.229 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:53:11.232 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=228346 2021-02-18 20:53:11.235 | + functions-common:apt_get:1117 : return 0 2021-02-18 20:53:11.237 | + lib/apache:install_apache_wsgi:174 : enable_apache_mod wsgi 2021-02-18 20:53:11.240 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2021-02-18 20:53:11.242 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-18 20:53:11.244 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:53:11.247 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:53:11.249 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2021-02-18 20:53:11.252 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2021-02-18 20:53:11.302 | wsgi (enabled by maintainer script) 2021-02-18 20:53:11.305 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2021-02-18 20:53:11.308 | + inc/python:pip_install_gr:76 : local name=osc-placement 2021-02-18 20:53:11.311 | + inc/python:pip_install_gr:77 : local clean_name 2021-02-18 20:53:11.314 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2021-02-18 20:53:11.317 | ++ inc/python:get_from_global_requirements:238 : local package=osc-placement 2021-02-18 20:53:11.319 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-02-18 20:53:11.323 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2021-02-18 20:53:11.323 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-02-18 20:53:11.328 | ++ inc/python:get_from_global_requirements:240 : required_pkg='osc-placement ' 2021-02-18 20:53:11.330 | ++ inc/python:get_from_global_requirements:241 : [[ osc-placement == '' ]] 2021-02-18 20:53:11.333 | ++ inc/python:get_from_global_requirements:244 : echo osc-placement 2021-02-18 20:53:11.335 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2021-02-18 20:53:11.338 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2021-02-18 20:53:11.358 | Using python 3.6 to install osc-placement because python3_enabled=True 2021-02-18 20:53:11.363 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2021-02-18 20:53:14.141 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:53:14.141 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-18 20:53:14.142 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.142 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.142 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.143 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.143 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.144 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.144 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.145 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.145 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.145 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.146 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.147 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.147 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.147 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.148 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.148 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.149 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.149 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.149 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.150 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.150 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.151 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.151 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.152 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.152 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.155 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.155 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.156 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.156 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.157 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.157 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.158 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.158 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.158 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.159 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.159 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.159 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.160 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.160 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.161 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.161 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.161 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.162 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.162 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.163 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.163 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.163 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.164 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.164 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.165 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.165 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.166 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.166 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.167 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.167 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.167 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.168 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.168 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.170 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.170 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.171 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.171 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.172 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.173 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.173 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.173 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.174 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.174 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.175 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.176 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.176 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.177 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.177 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.177 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.178 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.178 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.179 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.179 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.179 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.180 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.180 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.181 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.182 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.182 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.183 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.183 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.183 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.184 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.185 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.185 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.186 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.186 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.186 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.187 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.187 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.188 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.188 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.189 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.189 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.190 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.190 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.191 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.191 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.192 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.192 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.193 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.193 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.194 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.194 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.194 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.195 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.196 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.196 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.196 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.197 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.197 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.198 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.198 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.199 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.199 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.199 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.200 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.200 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.201 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.201 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.202 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.202 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.203 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.203 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.204 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.204 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.204 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.205 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.205 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.206 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.206 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.207 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.207 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.207 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.208 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.208 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.209 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.209 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.209 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.210 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.210 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.211 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.211 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.212 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.212 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.213 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.213 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.213 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.214 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.214 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.215 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.215 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.216 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.216 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.217 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.217 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.218 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.218 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.219 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.219 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.219 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.220 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.220 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.220 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.221 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.221 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.222 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.222 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.222 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.223 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.223 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.224 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.224 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.225 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.225 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.225 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.226 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.226 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.226 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.227 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.227 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.228 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.228 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.228 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.229 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.229 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.230 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.230 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.230 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.231 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.231 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.232 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.232 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.233 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.233 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.233 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.234 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.234 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.235 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.235 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.235 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.236 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.236 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.237 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.237 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.237 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.238 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.238 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.239 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.239 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.239 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.240 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.240 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.241 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.241 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.241 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.242 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.242 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.243 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.243 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.243 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.244 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.244 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.245 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.245 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.245 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.246 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.248 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.248 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.248 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.250 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.250 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.250 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.251 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.251 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.252 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.252 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.253 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.253 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.253 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.254 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.254 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.255 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.255 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.255 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.256 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.256 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.257 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.257 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.258 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.258 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.258 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.259 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.259 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.260 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.260 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.261 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.261 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.262 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.262 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.263 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.263 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.264 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.264 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.265 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.265 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.265 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.266 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.266 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.267 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.267 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.268 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.268 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.269 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.269 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.269 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.270 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.270 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.271 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.271 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.271 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.272 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.272 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.273 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.273 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.274 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.274 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.274 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.275 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.275 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.276 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.276 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.276 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.277 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.277 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.278 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.278 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.279 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.279 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.280 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.280 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.280 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.281 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.281 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.282 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.282 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.283 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.283 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.283 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.284 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.284 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.285 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.285 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.285 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.286 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.286 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.287 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.287 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.288 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.288 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.289 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.289 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.289 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.290 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.291 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.291 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.292 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.292 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.292 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.293 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.293 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.294 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.295 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.295 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.296 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.296 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.297 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.297 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.298 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.298 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.298 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.299 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.299 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.300 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.300 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.301 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.301 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.301 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.302 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.302 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.303 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.303 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.304 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.304 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.305 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.305 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.305 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.306 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.306 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.307 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.307 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.308 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.308 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.309 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.309 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.310 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.310 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.311 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.311 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.311 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.312 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.312 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.313 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.313 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.314 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.314 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.314 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.315 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.316 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.316 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.317 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.317 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.318 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.318 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.318 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.319 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.319 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.319 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.320 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.320 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.321 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.321 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.322 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.322 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.322 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.323 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.323 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.324 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.324 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.325 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.326 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.326 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.327 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.327 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.328 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.328 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.329 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.329 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.330 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.330 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:14.330 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:14.331 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:14.817 | Collecting osc-placement===2.0.0 2021-02-18 20:53:14.826 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4b6/d1519a04ac4be/osc_placement-2.0.0-py3-none-any.whl (57 kB) 2021-02-18 20:53:14.925 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (4.1.2) 2021-02-18 20:53:14.943 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (5.4.5) 2021-02-18 20:53:14.946 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 612)) (2.4.7) 2021-02-18 20:53:14.950 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 774)) (2019.3) 2021-02-18 20:53:14.955 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 831)) (3.17.0) 2021-02-18 20:53:14.958 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 833)) (1.14.0) 2021-02-18 20:53:14.961 | Requirement already satisfied: osc-lib===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (2.0.0) 2021-02-18 20:53:14.982 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.0.0) 2021-02-18 20:53:15.050 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.1) 2021-02-18 20:53:15.059 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-02-18 20:53:15.062 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.1.12) 2021-02-18 20:53:15.065 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.7.19) 2021-02-18 20:53:15.069 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 492)) (4.0.1) 2021-02-18 20:53:15.078 | Requirement already satisfied: openstacksdk===0.46.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (0.46.0) 2021-02-18 20:53:15.107 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 902)) (1.32.0) 2021-02-18 20:53:15.113 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (3.1.0) 2021-02-18 20:53:15.130 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-02-18 20:53:15.136 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 789)) (2.23.0) 2021-02-18 20:53:15.159 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.7.0) 2021-02-18 20:53:15.164 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 991)) (1.12.1) 2021-02-18 20:53:15.167 | Requirement already satisfied: jsonpatch===1.25 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (1.25) 2021-02-18 20:53:15.173 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.4.2) 2021-02-18 20:53:15.176 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377)) (2.5.0) 2021-02-18 20:53:15.201 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-02-18 20:53:15.205 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (0.9.0) 2021-02-18 20:53:15.209 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (2.9) 2021-02-18 20:53:15.250 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 797)) (1.4.0) 2021-02-18 20:53:15.253 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) (1.4.3) 2021-02-18 20:53:15.256 | Requirement already satisfied: jmespath===0.9.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (0.9.5) 2021-02-18 20:53:15.259 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (0.7.2) 2021-02-18 20:53:15.262 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) (0.8.9) 2021-02-18 20:53:15.279 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.9) 2021-02-18 20:53:15.283 | Requirement already satisfied: certifi===2020.4.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2020.4.5.1) 2021-02-18 20:53:15.286 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-02-18 20:53:15.289 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 972)) (1.25.8) 2021-02-18 20:53:15.311 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.0) 2021-02-18 20:53:15.315 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-02-18 20:53:15.318 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (1.8.0) 2021-02-18 20:53:15.322 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 982)) (0.1.9) 2021-02-18 20:53:15.326 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 598)) (2.20) 2021-02-18 20:53:17.180 | Installing collected packages: osc-placement 2021-02-18 20:53:17.358 | Successfully installed osc-placement-2.0.0 2021-02-18 20:53:17.493 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:53:17.493 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:53:17.578 | + inc/python:pip_install:207 : result=0 2021-02-18 20:53:17.580 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:53:17.583 | + functions-common:time_stop:2331 : local name 2021-02-18 20:53:17.585 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:53:17.588 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:53:17.590 | + functions-common:time_stop:2334 : local total 2021-02-18 20:53:17.593 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:53:17.595 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:53:17.598 | + functions-common:time_stop:2338 : start_time=1613681591353 2021-02-18 20:53:17.600 | + functions-common:time_stop:2340 : [[ -z 1613681591353 ]] 2021-02-18 20:53:17.603 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:53:17.607 | + functions-common:time_stop:2343 : end_time=1613681597604 2021-02-18 20:53:17.609 | + functions-common:time_stop:2344 : elapsed_time=6251 2021-02-18 20:53:17.612 | + functions-common:time_stop:2345 : total=323600 2021-02-18 20:53:17.614 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:53:17.616 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=329851 2021-02-18 20:53:17.619 | + inc/python:pip_install:210 : return 0 2021-02-18 20:53:17.622 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement stable/ussuri 2021-02-18 20:53:17.624 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/placement.git 2021-02-18 20:53:17.626 | + functions-common:git_clone:524 : local git_dest=/opt/stack/placement 2021-02-18 20:53:17.629 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-02-18 20:53:17.631 | + functions-common:git_clone:526 : local orig_dir 2021-02-18 20:53:17.634 | ++ functions-common:git_clone:527 : pwd 2021-02-18 20:53:17.637 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-02-18 20:53:17.640 | + functions-common:git_clone:528 : local git_clone_flags= 2021-02-18 20:53:17.643 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-02-18 20:53:17.659 | + functions-common:git_clone:530 : RECLONE=False 2021-02-18 20:53:17.661 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-02-18 20:53:17.664 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-02-18 20:53:17.667 | + functions-common:git_clone:544 : echo stable/ussuri 2021-02-18 20:53:17.667 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-02-18 20:53:17.672 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/placement ]] 2021-02-18 20:53:17.674 | + functions-common:git_clone:559 : [[ False = \T\r\u\e ]] 2021-02-18 20:53:17.676 | + functions-common:git_clone:565 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/ussuri 2021-02-18 20:53:17.679 | + functions-common:git_timed:617 : local count=0 2021-02-18 20:53:17.681 | + functions-common:git_timed:618 : local timeout=0 2021-02-18 20:53:17.684 | + functions-common:git_timed:620 : [[ -n 0 ]] 2021-02-18 20:53:17.686 | + functions-common:git_timed:621 : timeout=0 2021-02-18 20:53:17.689 | + functions-common:git_timed:624 : time_start git_timed 2021-02-18 20:53:17.691 | + functions-common:time_start:2317 : local name=git_timed 2021-02-18 20:53:17.693 | + functions-common:time_start:2318 : local start_time= 2021-02-18 20:53:17.695 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 20:53:17.698 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 20:53:17.702 | + functions-common:time_start:2322 : _TIME_START[$name]=1613681597699 2021-02-18 20:53:17.704 | + functions-common:git_timed:625 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/ussuri 2021-02-18 20:53:17.707 | Cloning into '/opt/stack/placement'... 2021-02-18 20:53:25.173 | + functions-common:git_timed:639 : time_stop git_timed 2021-02-18 20:53:25.176 | + functions-common:time_stop:2331 : local name 2021-02-18 20:53:25.178 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:53:25.180 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:53:25.183 | + functions-common:time_stop:2334 : local total 2021-02-18 20:53:25.185 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:53:25.188 | + functions-common:time_stop:2337 : name=git_timed 2021-02-18 20:53:25.190 | + functions-common:time_stop:2338 : start_time=1613681597699 2021-02-18 20:53:25.192 | + functions-common:time_stop:2340 : [[ -z 1613681597699 ]] 2021-02-18 20:53:25.195 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:53:25.199 | + functions-common:time_stop:2343 : end_time=1613681605196 2021-02-18 20:53:25.201 | + functions-common:time_stop:2344 : elapsed_time=7497 2021-02-18 20:53:25.203 | + functions-common:time_stop:2345 : total=0 2021-02-18 20:53:25.205 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:53:25.208 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=7497 2021-02-18 20:53:25.210 | + functions-common:git_clone:592 : cd /opt/stack/placement 2021-02-18 20:53:25.213 | + functions-common:git_clone:593 : git show --oneline 2021-02-18 20:53:25.213 | + functions-common:git_clone:593 : head -1 2021-02-18 20:53:25.216 | de030ef7 Fix Placement Doc 2021-02-18 20:53:25.219 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-02-18 20:53:25.222 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2021-02-18 20:53:25.224 | + inc/python:setup_develop:351 : local bindep 2021-02-18 20:53:25.227 | + inc/python:setup_develop:352 : [[ /opt/stack/placement == -bindep* ]] 2021-02-18 20:53:25.229 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/placement 2021-02-18 20:53:25.231 | + inc/python:setup_develop:357 : local extras= 2021-02-18 20:53:25.234 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/placement -e 2021-02-18 20:53:25.237 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-02-18 20:53:25.239 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/placement == -bindep* ]] 2021-02-18 20:53:25.242 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/placement 2021-02-18 20:53:25.244 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-02-18 20:53:25.247 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-02-18 20:53:25.250 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/placement 2021-02-18 20:53:25.252 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-02-18 20:53:25.255 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/placement 2021-02-18 20:53:25.258 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-02-18 20:53:25.260 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-02-18 20:53:25.263 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2021-02-18 20:53:25.268 | + inc/python:_setup_package_with_constraints_edit:396 : name=openstack-placement 2021-02-18 20:53:25.270 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement '-e file:///opt/stack/placement#egg=openstack-placement' 2021-02-18 20:53:26.270 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/placement -e 2021-02-18 20:53:26.273 | + inc/python:setup_package:430 : local bindep=0 2021-02-18 20:53:26.275 | + inc/python:setup_package:431 : local bindep_flag= 2021-02-18 20:53:26.278 | + inc/python:setup_package:432 : local bindep_profiles= 2021-02-18 20:53:26.280 | + inc/python:setup_package:433 : [[ /opt/stack/placement == -bindep* ]] 2021-02-18 20:53:26.282 | + inc/python:setup_package:438 : local project_dir=/opt/stack/placement 2021-02-18 20:53:26.285 | + inc/python:setup_package:439 : local flags=-e 2021-02-18 20:53:26.287 | + inc/python:setup_package:440 : local extras= 2021-02-18 20:53:26.290 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-02-18 20:53:26.292 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-02-18 20:53:26.295 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-02-18 20:53:26.298 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-02-18 20:53:26.300 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-02-18 20:53:26.302 | + inc/python:setup_package:458 : pip_install -e /opt/stack/placement 2021-02-18 20:53:26.322 | Using python 3.6 to install /opt/stack/placement because python3_enabled=True 2021-02-18 20:53:26.327 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2021-02-18 20:53:29.122 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:53:29.123 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-18 20:53:29.124 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.124 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.125 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.125 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.126 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.126 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.127 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.127 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.127 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.128 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.128 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.129 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.129 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.130 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.130 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.130 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.131 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.131 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.132 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.132 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.133 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.133 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.133 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.134 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.134 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.137 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.137 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.137 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.138 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.139 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.139 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.140 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.140 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.140 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.141 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.141 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.142 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.142 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.142 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.143 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.143 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.143 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.144 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.144 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.145 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.145 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.145 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.146 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.146 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.147 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.147 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.148 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.148 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.149 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.149 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.150 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.150 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.150 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.151 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.151 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.152 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.153 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.153 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.155 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.155 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.156 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.156 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.156 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.157 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.158 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.158 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.159 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.159 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.160 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.160 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.160 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.161 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.161 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.162 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.162 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.163 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.163 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.164 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.164 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.165 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.165 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.165 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.166 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.167 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.167 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.167 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.168 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.168 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.169 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.170 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.170 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.171 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.171 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.172 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.173 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.173 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.174 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.174 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.174 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.175 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.176 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.176 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.176 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.177 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.177 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.178 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.178 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.179 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.179 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.179 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.180 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.180 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.181 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.181 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.182 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.182 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.183 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.183 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.184 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.184 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.185 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.186 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.186 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.186 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.187 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.187 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.188 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.188 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.189 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.189 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.189 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.190 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.190 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.191 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.191 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.192 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.192 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.192 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.193 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.193 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.194 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.194 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.195 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.195 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.196 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.196 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.197 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.197 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.197 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.198 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.198 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.198 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.199 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.199 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.200 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.200 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.201 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.201 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.202 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.202 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.202 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.203 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.203 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.203 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.204 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.204 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.205 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.205 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.206 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.206 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.206 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.207 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.207 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.208 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.208 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.208 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.209 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.209 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.210 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.210 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.210 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.211 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.211 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.212 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.212 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.212 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.213 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.213 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.214 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.214 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.214 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.215 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.215 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.216 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.217 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.217 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.217 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.218 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.218 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.219 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.219 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.220 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.220 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.220 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.221 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.221 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.222 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.222 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.222 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.223 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.223 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.224 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.224 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.224 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.225 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.225 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.226 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.226 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.227 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.227 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.227 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.228 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.228 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.228 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.229 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.229 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.230 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.231 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.231 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.232 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.233 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.234 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.234 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.234 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.235 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.235 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.236 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.236 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.237 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.237 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.237 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.238 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.238 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.239 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.239 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.239 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.240 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.240 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.241 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.241 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.242 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.242 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.243 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.243 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.243 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.244 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.244 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.245 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.245 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.245 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.246 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.246 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.247 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.247 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.249 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.249 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.249 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.250 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.250 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.251 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.251 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.252 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.252 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.252 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.253 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.253 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.254 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.254 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.255 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.255 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.256 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.256 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.256 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.257 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.257 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.258 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.258 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.258 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.259 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.259 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.260 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.260 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.261 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.261 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.262 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.262 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.262 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.264 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.264 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.264 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.265 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.265 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.266 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.266 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.267 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.267 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.267 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.268 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.268 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.269 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.269 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.270 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.270 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.271 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.271 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.271 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.272 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.272 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.273 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.273 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.274 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.274 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.275 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.275 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.276 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.276 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.277 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.277 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.278 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.278 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.279 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.279 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.280 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.280 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.281 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.281 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.281 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.282 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.282 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.283 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.283 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.284 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.284 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.285 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.285 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.285 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.286 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.286 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.287 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.287 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.288 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.288 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.289 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.289 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.289 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.290 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.290 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.291 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.291 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.292 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.292 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.292 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.293 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.293 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.294 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.295 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.295 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.296 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.296 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.296 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.297 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.297 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.298 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.298 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.299 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.299 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.299 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.300 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.301 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.301 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.302 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.302 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.303 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.303 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.303 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.304 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.304 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.305 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.305 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.305 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.306 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.306 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.307 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.307 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.308 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.308 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.309 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.309 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.309 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.311 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.311 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.311 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.312 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.313 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.313 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.313 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.314 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.315 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.315 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.315 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:29.316 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:29.316 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:29.317 | Obtaining file:///opt/stack/placement 2021-02-18 20:53:30.696 | Obtaining openstack-placement from file:///opt/stack/placement#egg=openstack-placement (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-02-18 20:53:32.078 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-02-18 20:53:32.087 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-02-18 20:53:32.111 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-02-18 20:53:32.126 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (3.2.0) 2021-02-18 20:53:32.159 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (9.0.0) 2021-02-18 20:53:32.221 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (1.0.1) 2021-02-18 20:53:32.226 | Requirement already satisfied: os-resource-classes===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (1.0.0) 2021-02-18 20:53:32.231 | Requirement already satisfied: os-traits===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458)) (2.3.0) 2021-02-18 20:53:32.237 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473)) (2.3.1) 2021-02-18 20:53:32.274 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (4.0.3) 2021-02-18 20:53:32.288 | Requirement already satisfied: oslo.config===8.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (8.0.4) 2021-02-18 20:53:32.302 | Requirement already satisfied: oslo.context===3.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 485)) (3.0.2) 2021-02-18 20:53:32.309 | Requirement already satisfied: oslo.db===8.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489)) (8.1.0) 2021-02-18 20:53:32.364 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493)) (4.0.1) 2021-02-18 20:53:32.373 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (4.1.3) 2021-02-18 20:53:32.419 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509)) (4.0.2) 2021-02-18 20:53:32.441 | Requirement already satisfied: oslo.policy===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 513)) (3.1.1) 2021-02-18 20:53:32.460 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (3.1.2) 2021-02-18 20:53:32.474 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537)) (1.0.1) 2021-02-18 20:53:32.485 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (4.1.2) 2021-02-18 20:53:32.503 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (5.4.5) 2021-02-18 20:53:32.506 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 581)) (0.7.2) 2021-02-18 20:53:32.509 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (3.0.0) 2021-02-18 20:53:32.522 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 606)) (0.9.6) 2021-02-18 20:53:32.525 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (2.4.7) 2021-02-18 20:53:32.528 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 617)) (0.16.0) 2021-02-18 20:53:32.534 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 655)) (2.8.1) 2021-02-18 20:53:32.540 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 687)) (4.0.0) 2021-02-18 20:53:32.562 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 775)) (2019.3) 2021-02-18 20:53:32.567 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 789)) (0.7) 2021-02-18 20:53:32.574 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 790)) (2.23.0) 2021-02-18 20:53:32.598 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 802)) (1.4.0) 2021-02-18 20:53:32.604 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 834)) (1.14.0) 2021-02-18 20:53:32.608 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 896)) (0.13.0) 2021-02-18 20:53:32.619 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 897)) (0.3.1) 2021-02-18 20:53:32.623 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 898)) (3.3.0) 2021-02-18 20:53:32.626 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 903)) (1.32.0) 2021-02-18 20:53:32.632 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 929)) (2.0.1) 2021-02-18 20:53:32.643 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 930)) (0.5.0) 2021-02-18 20:53:32.650 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 931)) (2.4.0) 2021-02-18 20:53:32.669 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 950)) (1.4.0) 2021-02-18 20:53:32.673 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.1.0) 2021-02-18 20:53:32.680 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 973)) (1.25.8) 2021-02-18 20:53:32.706 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/local/lib/python3.6/dist-packages (from openstack-placement==3.0.1.dev5) (49.6.0) 2021-02-18 20:53:32.753 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-02-18 20:53:32.797 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (1.6.0) 2021-02-18 20:53:32.817 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.0.0) 2021-02-18 20:53:32.888 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (0.9.0) 2021-02-18 20:53:32.892 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (0.14.1) 2021-02-18 20:53:32.898 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.1) 2021-02-18 20:53:32.907 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.7.19) 2021-02-18 20:53:32.911 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-02-18 20:53:32.914 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-02-18 20:53:32.924 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-02-18 20:53:32.929 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-02-18 20:53:32.937 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (0.6.2) 2021-02-18 20:53:32.941 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.1.12) 2021-02-18 20:53:32.944 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-02-18 20:53:32.948 | Requirement already satisfied: certifi===2020.4.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2020.4.5.1) 2021-02-18 20:53:32.951 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.9) 2021-02-18 20:53:32.955 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-02-18 20:53:32.958 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.4.2) 2021-02-18 20:53:32.961 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-02-18 20:53:32.964 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 703)) (1.6.0) 2021-02-18 20:53:32.968 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (1.0.0) 2021-02-18 20:53:32.970 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.0.0) 2021-02-18 20:53:32.982 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (1.0.0) 2021-02-18 20:53:32.985 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.4.0) 2021-02-18 20:53:32.988 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1008)) (3.1.0) 2021-02-18 20:53:33.000 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 452)) (1.7.0) 2021-02-18 20:53:33.005 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (1.5) 2021-02-18 20:53:33.008 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 992)) (1.12.1) 2021-02-18 20:53:33.011 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 660)) (1.0.4) 2021-02-18 20:53:33.015 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-02-18 20:53:33.023 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-02-18 20:53:34.599 | Installing collected packages: openstack-placement 2021-02-18 20:53:34.600 | Running setup.py develop for openstack-placement 2021-02-18 20:53:36.266 | Successfully installed openstack-placement 2021-02-18 20:53:36.405 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:53:36.405 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:53:36.493 | + inc/python:pip_install:207 : result=0 2021-02-18 20:53:36.496 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:53:36.498 | + functions-common:time_stop:2331 : local name 2021-02-18 20:53:36.500 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:53:36.503 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:53:36.505 | + functions-common:time_stop:2334 : local total 2021-02-18 20:53:36.507 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:53:36.509 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:53:36.511 | + functions-common:time_stop:2338 : start_time=1613681606317 2021-02-18 20:53:36.514 | + functions-common:time_stop:2340 : [[ -z 1613681606317 ]] 2021-02-18 20:53:36.517 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:53:36.520 | + functions-common:time_stop:2343 : end_time=1613681616518 2021-02-18 20:53:36.522 | + functions-common:time_stop:2344 : elapsed_time=10201 2021-02-18 20:53:36.525 | + functions-common:time_stop:2345 : total=329851 2021-02-18 20:53:36.527 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:53:36.530 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=340052 2021-02-18 20:53:36.532 | + inc/python:pip_install:210 : return 0 2021-02-18 20:53:36.535 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-02-18 20:53:36.537 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-02-18 20:53:36.540 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-02-18 20:53:36.557 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-02-18 20:53:36.569 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/placement 2021-02-18 20:53:36.572 | + inc/python:use_library_from_git:263 : local name=/opt/stack/placement 2021-02-18 20:53:36.574 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:53:36.576 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:53:36.579 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,/opt/stack/placement, ]] 2021-02-18 20:53:36.581 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:53:36.584 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-02-18 20:53:36.586 | + ./stack.sh:main:914 : configure_placement 2021-02-18 20:53:36.588 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2021-02-18 20:53:36.600 | + lib/placement:configure_placement:107 : create_placement_conf 2021-02-18 20:53:36.603 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2021-02-18 20:53:36.607 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2021-02-18 20:53:36.610 | ++ lib/database:database_connection_url:132 : local db=placement 2021-02-18 20:53:36.612 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql placement 2021-02-18 20:53:36.615 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=placement 2021-02-18 20:53:36.617 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2021-02-18 20:53:36.620 | + 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-02-18 20:53:36.646 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2021-02-18 20:53:36.673 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2021-02-18 20:53:36.700 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2021-02-18 20:53:36.702 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/placement/placement.conf 2021-02-18 20:53:36.705 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=placement 2021-02-18 20:53:36.707 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-02-18 20:53:36.709 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2021-02-18 20:53:36.737 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2021-02-18 20:53:36.762 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.41/identity 2021-02-18 20:53:36.788 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2021-02-18 20:53:36.814 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2021-02-18 20:53:36.839 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2021-02-18 20:53:36.864 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2021-02-18 20:53:36.890 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2021-02-18 20:53:36.915 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-02-18 20:53:36.941 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2021-02-18 20:53:36.966 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2021-02-18 20:53:36.968 | + functions:setup_logging:655 : local conf_file=/etc/placement/placement.conf 2021-02-18 20:53:36.971 | + functions:setup_logging:656 : local other_cond=False 2021-02-18 20:53:36.973 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-02-18 20:53:36.975 | + functions:setup_logging:658 : setup_systemd_logging /etc/placement/placement.conf 2021-02-18 20:53:36.978 | + functions:setup_systemd_logging:686 : local conf_file=/etc/placement/placement.conf 2021-02-18 20:53:36.980 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-02-18 20:53:36.984 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-02-18 20:53:37.000 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-02-18 20:53:37.003 | + functions:setup_systemd_logging:693 : local pidstr= 2021-02-18 20:53:37.005 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-02-18 20:53:37.007 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-02-18 20:53:37.010 | + functions:setup_systemd_logging:700 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-02-18 20:53:37.036 | + functions:setup_systemd_logging:702 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 20:53:37.060 | + functions:setup_systemd_logging:703 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 20:53:37.086 | + functions:setup_systemd_logging:704 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-02-18 20:53:37.111 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2021-02-18 20:53:37.114 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2021-02-18 20:53:37.116 | + lib/apache:write_uwsgi_config:264 : local file=/etc/placement/placement-uwsgi.ini 2021-02-18 20:53:37.118 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/placement-api 2021-02-18 20:53:37.121 | + lib/apache:write_uwsgi_config:266 : local url=/placement 2021-02-18 20:53:37.124 | + lib/apache:write_uwsgi_config:267 : local http= 2021-02-18 20:53:37.126 | + lib/apache:write_uwsgi_config:268 : local name= 2021-02-18 20:53:37.129 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/placement-api 2021-02-18 20:53:37.132 | + lib/apache:write_uwsgi_config:269 : name=placement-api 2021-02-18 20:53:37.135 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-02-18 20:53:37.137 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-02-18 20:53:37.149 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-02-18 20:53:37.149 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-02-18 20:53:37.157 | d /var/run/uwsgi 0755 ubuntu root 2021-02-18 20:53:37.160 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-02-18 20:53:37.174 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/placement-api.socket 2021-02-18 20:53:37.176 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/placement/placement-uwsgi.ini 2021-02-18 20:53:37.180 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2021-02-18 20:53:37.208 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2021-02-18 20:53:37.233 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2021-02-18 20:53:37.257 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2021-02-18 20:53:37.282 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2021-02-18 20:53:37.306 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2021-02-18 20:53:37.332 | + lib/apache:write_uwsgi_config:295 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2021-02-18 20:53:37.356 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2021-02-18 20:53:37.381 | + lib/apache:write_uwsgi_config:298 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2021-02-18 20:53:37.406 | + lib/apache:write_uwsgi_config:300 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-02-18 20:53:37.430 | + lib/apache:write_uwsgi_config:302 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2021-02-18 20:53:37.455 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2021-02-18 20:53:37.480 | + lib/apache:write_uwsgi_config:306 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2021-02-18 20:53:37.505 | + lib/apache:write_uwsgi_config:309 : [[ -n '' ]] 2021-02-18 20:53:37.507 | + lib/apache:write_uwsgi_config:312 : local apache_conf= 2021-02-18 20:53:37.510 | ++ lib/apache:write_uwsgi_config:313 : apache_site_config_for placement-api 2021-02-18 20:53:37.513 | ++ lib/apache:apache_site_config_for:196 : local site=placement-api 2021-02-18 20:53:37.516 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-02-18 20:53:37.518 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:53:37.521 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:53:37.523 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/placement-api.conf 2021-02-18 20:53:37.526 | + lib/apache:write_uwsgi_config:313 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2021-02-18 20:53:37.528 | + lib/apache:write_uwsgi_config:314 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2021-02-18 20:53:37.553 | + lib/apache:write_uwsgi_config:315 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2021-02-18 20:53:37.579 | + lib/apache:write_uwsgi_config:316 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 ' 2021-02-18 20:53:37.579 | + lib/apache:write_uwsgi_config:316 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2021-02-18 20:53:37.587 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 2021-02-18 20:53:37.590 | + lib/apache:write_uwsgi_config:317 : enable_apache_site placement-api 2021-02-18 20:53:37.593 | + lib/apache:enable_apache_site:213 : local site=placement-api 2021-02-18 20:53:37.595 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-02-18 20:53:37.598 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-02-18 20:53:37.600 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-18 20:53:37.603 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:53:37.605 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:53:37.608 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-02-18 20:53:37.610 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-02-18 20:53:37.612 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:53:37.615 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:53:37.617 | + lib/apache:enable_apache_site:217 : sudo a2ensite placement-api 2021-02-18 20:53:37.674 | Enabling site placement-api. 2021-02-18 20:53:37.679 | To activate the new configuration, you need to run: 2021-02-18 20:53:37.679 | systemctl reload apache2 2021-02-18 20:53:37.683 | + lib/apache:write_uwsgi_config:318 : restart_apache_server 2021-02-18 20:53:37.686 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-02-18 20:53:37.688 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-02-18 20:53:37.691 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-02-18 20:53:37.856 | + ./stack.sh:main:921 : is_service_enabled placement placement-client 2021-02-18 20:53:37.881 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:53:37.884 | + ./stack.sh:main:922 : is_service_enabled n-cpu 2021-02-18 20:53:37.905 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:53:37.907 | + ./stack.sh:main:922 : is_service_enabled n-sch 2021-02-18 20:53:37.926 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:53:37.928 | + ./stack.sh:main:923 : configure_placement_nova_compute 2021-02-18 20:53:37.931 | + lib/nova:configure_placement_nova_compute:576 : local conf=/etc/nova/nova.conf 2021-02-18 20:53:37.933 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova.conf placement auth_type password 2021-02-18 20:53:37.961 | + lib/nova:configure_placement_nova_compute:578 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.41/identity 2021-02-18 20:53:37.987 | + lib/nova:configure_placement_nova_compute:579 : iniset /etc/nova/nova.conf placement username placement 2021-02-18 20:53:38.012 | + lib/nova:configure_placement_nova_compute:580 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-02-18 20:53:38.037 | + lib/nova:configure_placement_nova_compute:581 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-02-18 20:53:38.063 | + lib/nova:configure_placement_nova_compute:582 : iniset /etc/nova/nova.conf placement project_name service 2021-02-18 20:53:38.088 | + lib/nova:configure_placement_nova_compute:583 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-02-18 20:53:38.115 | + lib/nova:configure_placement_nova_compute:584 : iniset /etc/nova/nova.conf placement region_name RegionOne 2021-02-18 20:53:38.140 | + ./stack.sh:main:927 : is_service_enabled horizon 2021-02-18 20:53:38.156 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:53:38.159 | + ./stack.sh:main:932 : is_service_enabled tls-proxy 2021-02-18 20:53:38.175 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:53:38.177 | + ./stack.sh:main:940 : run_phase stack install 2021-02-18 20:53:38.180 | + functions-common:run_phase:1759 : local mode=stack 2021-02-18 20:53:38.182 | + functions-common:run_phase:1760 : local phase=install 2021-02-18 20:53:38.185 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-02-18 20:53:38.187 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-02-18 20:53:38.190 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-02-18 20:53:38.192 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-02-18 20:53:38.195 | + functions-common:run_phase:1769 : local extra 2021-02-18 20:53:38.198 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-02-18 20:53:38.201 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-02-18 20:53:38.204 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-02-18 20:53:38.206 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-02-18 20:53:38.209 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2021-02-18 20:53:38.211 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-02-18 20:53:38.226 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:53:38.229 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-02-18 20:53:38.231 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-02-18 20:53:38.233 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2021-02-18 20:53:38.235 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2021-02-18 20:53:38.238 | ++ ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 20:53:38.240 | ++ ./stack.sh:echo_summary:421 : echo -e Installing Tempest 2021-02-18 20:53:38.242 | ++ extras.d/80-tempest.sh:source:9 : install_tempest 2021-02-18 20:53:38.244 | ++ lib/tempest:install_tempest:736 : git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest master 2021-02-18 20:53:38.247 | ++ functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/tempest.git 2021-02-18 20:53:38.249 | ++ functions-common:git_clone:524 : local git_dest=/opt/stack/tempest 2021-02-18 20:53:38.251 | ++ functions-common:git_clone:525 : local git_ref=master 2021-02-18 20:53:38.254 | ++ functions-common:git_clone:526 : local orig_dir 2021-02-18 20:53:38.256 | +++ functions-common:git_clone:527 : pwd 2021-02-18 20:53:38.259 | ++ functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-02-18 20:53:38.261 | ++ functions-common:git_clone:528 : local git_clone_flags= 2021-02-18 20:53:38.264 | +++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-02-18 20:53:38.278 | ++ functions-common:git_clone:530 : RECLONE=False 2021-02-18 20:53:38.281 | ++ functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-02-18 20:53:38.283 | ++ functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-02-18 20:53:38.285 | ++ functions-common:git_clone:544 : echo master 2021-02-18 20:53:38.286 | ++ functions-common:git_clone:544 : egrep -q '^refs' 2021-02-18 20:53:38.290 | ++ functions-common:git_clone:558 : [[ ! -d /opt/stack/tempest ]] 2021-02-18 20:53:38.292 | ++ functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-02-18 20:53:38.295 | ++ functions-common:git_clone:592 : cd /opt/stack/tempest 2021-02-18 20:53:38.297 | ++ functions-common:git_clone:593 : git show --oneline 2021-02-18 20:53:38.298 | ++ functions-common:git_clone:593 : head -1 2021-02-18 20:53:38.302 | 1ae5f7275 Merge "Enable swift in tempest-full-py3" 2021-02-18 20:53:38.305 | ++ functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-02-18 20:53:38.307 | ++ lib/tempest:install_tempest:737 : pip_install 'tox!=2.8.0' 2021-02-18 20:53:38.327 | Using python 3.6 to install tox!=2.8.0 because python3_enabled=True 2021-02-18 20:53:38.332 | ++ inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt 'tox!=2.8.0' 2021-02-18 20:53:41.130 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:53:41.130 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-18 20:53:41.130 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.131 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.132 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.132 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.133 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.133 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.133 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.134 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.134 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.135 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.135 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.136 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.136 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.137 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.137 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.137 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.138 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.138 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.139 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.139 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.140 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.140 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.140 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.141 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.141 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.143 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.144 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.145 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.145 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.146 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.146 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.147 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.147 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.147 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.148 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.148 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.149 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.149 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.150 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.150 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.150 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.151 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.151 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.151 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.152 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.152 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.153 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.154 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.154 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.155 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.155 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.155 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.156 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.156 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.157 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.157 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.158 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.158 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.159 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.159 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.160 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.160 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.161 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.162 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.162 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.163 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.163 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.163 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.164 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.165 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.165 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.166 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.166 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.167 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.167 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.167 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.168 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.168 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.169 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.170 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.170 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.171 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.172 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.172 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.172 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.173 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.173 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.173 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.174 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.175 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.175 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.176 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.176 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.176 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.177 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.177 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.178 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.178 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.179 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.179 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.180 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.181 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.181 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.181 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.182 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.183 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.183 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.183 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.184 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.184 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.185 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.185 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.186 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.186 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.187 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.187 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.188 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.188 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.189 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.189 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.189 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.190 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.190 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.191 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.191 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.192 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.192 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.193 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.193 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.194 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.194 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.195 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.195 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.195 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.196 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.196 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.197 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.197 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.197 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.198 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.198 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.199 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.199 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.200 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.200 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.201 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.201 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.201 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.202 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.202 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.203 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.203 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.204 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.204 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.205 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.205 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.205 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.206 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.206 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.206 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.207 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.207 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.208 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.208 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.209 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.209 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.210 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.210 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.210 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.211 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.211 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.211 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.212 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.212 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.213 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.213 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.214 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.214 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.214 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.215 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.215 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.216 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.217 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.217 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.218 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.218 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.218 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.219 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.219 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.219 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.220 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.220 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.221 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.221 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.222 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.222 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.222 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.223 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.223 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.224 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.224 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.224 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.225 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.225 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.226 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.226 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.226 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.227 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.227 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.228 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.228 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.229 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.229 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.229 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.230 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.230 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.230 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.231 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.232 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.232 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.233 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.233 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.233 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.234 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.234 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.235 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.235 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.235 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.236 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.236 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.237 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.237 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.238 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.239 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.239 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.240 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.241 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.241 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.242 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.242 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.243 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.243 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.244 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.244 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.244 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.245 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.245 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.246 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.246 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.246 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.247 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.248 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.248 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.249 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.249 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.250 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.250 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.251 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.251 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.251 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.252 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.252 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.253 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.253 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.253 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.254 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.254 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.255 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.255 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.256 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.256 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.256 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.257 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.257 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.258 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.258 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.259 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.259 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.260 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.260 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.260 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.261 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.261 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.262 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.262 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.262 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.263 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.263 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.264 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.264 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.265 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.265 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.265 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.266 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.266 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.267 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.267 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.267 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.268 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.268 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.269 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.269 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.270 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.270 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.270 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.271 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.271 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.272 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.272 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.273 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.273 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.273 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.274 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.274 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.275 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.275 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.275 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.276 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.276 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.277 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.277 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.278 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.278 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.279 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.279 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.279 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.280 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.280 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.281 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.282 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.282 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.283 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.283 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.283 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.284 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.284 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.285 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.285 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.286 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.286 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.287 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.287 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.288 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.288 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.288 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.289 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.289 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.290 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.290 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.290 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.291 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.291 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.292 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.292 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.293 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.293 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.294 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.295 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.295 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.296 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.296 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.296 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.297 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.297 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.298 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.298 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.298 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.299 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.299 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.300 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.300 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.301 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.301 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.301 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.302 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.302 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.303 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.303 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.304 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.304 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.305 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.305 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.306 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.306 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.307 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.307 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.308 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.308 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.309 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.309 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.310 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.310 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.310 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.311 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.311 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.312 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.312 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.313 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.313 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.313 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.314 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.314 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.315 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.315 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.316 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.316 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.316 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.317 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.318 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.318 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.318 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.319 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.320 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.320 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:41.320 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:53:41.321 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:53:41.321 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:53:42.018 | Collecting tox!=2.8.0 2021-02-18 20:53:42.026 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/fa9c59c04beb5/tox-3.22.0-py2.py3-none-any.whl (84 kB) 2021-02-18 20:53:42.170 | Requirement already satisfied: filelock===3.0.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (3.0.12) 2021-02-18 20:53:42.173 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (1.6.0) 2021-02-18 20:53:42.697 | Collecting py===1.8.1 2021-02-18 20:53:42.703 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c20/fdd83a5dbc0af/py-1.8.1-py2.py3-none-any.whl (83 kB) 2021-02-18 20:53:42.797 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 834)) (1.14.0) 2021-02-18 20:53:43.253 | Collecting pluggy===0.13.1 2021-02-18 20:53:43.259 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/966/c145cd83c9650/pluggy-0.13.1-py2.py3-none-any.whl (18 kB) 2021-02-18 20:53:43.796 | Collecting toml>=0.9.4 2021-02-18 20:53:43.802 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/806/143ae5bfb6a3c/toml-0.10.2-py2.py3-none-any.whl (16 kB) 2021-02-18 20:53:44.054 | Collecting virtualenv===20.0.17 2021-02-18 20:53:44.067 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/00c/fe8605fb97f5a/virtualenv-20.0.17-py2.py3-none-any.whl (4.6 MB) 2021-02-18 20:53:44.365 | Collecting packaging===20.3 2021-02-18 20:53:44.371 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/82f/77b9bee21c1ba/packaging-20.3-py2.py3-none-any.whl (37 kB) 2021-02-18 20:53:44.465 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1008)) (3.1.0) 2021-02-18 20:53:44.518 | Collecting importlib-resources===1.4.0 2021-02-18 20:53:44.524 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dd9/8ceeef3f5ad2e/importlib_resources-1.4.0-py2.py3-none-any.whl (20 kB) 2021-02-18 20:53:44.573 | Collecting distlib===0.3.0 2021-02-18 20:53:44.580 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e1/66e231a26b36d/distlib-0.3.0.zip (571 kB) 2021-02-18 20:53:45.390 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) (1.4.3) 2021-02-18 20:53:45.394 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (2.4.7) 2021-02-18 20:53:45.398 | Building wheels for collected packages: distlib 2021-02-18 20:53:45.399 | Building wheel for distlib (setup.py): started 2021-02-18 20:53:46.277 | Building wheel for distlib (setup.py): finished with status 'done' 2021-02-18 20:53:46.280 | Created wheel for distlib: filename=distlib-0.3.0-py3-none-any.whl size=340428 sha256=520442c7e0dfbba4c3b99227c4584d8405ded6ca1368d7db433d54d545954a9d 2021-02-18 20:53:46.280 | Stored in directory: /root/.cache/pip/wheels/14/b6/e6/549abf820f04713b7183dfe13dac6b2ac3aa12ccf9f1efa0e2 2021-02-18 20:53:46.281 | Successfully built distlib 2021-02-18 20:53:48.639 | Installing collected packages: distlib, importlib-resources, packaging, pluggy, py, virtualenv, toml, tox 2021-02-18 20:53:48.639 | Attempting uninstall: distlib 2021-02-18 20:53:48.641 | Found existing installation: distlib 0.3.1 2021-02-18 20:53:48.655 | Uninstalling distlib-0.3.1: 2021-02-18 20:53:48.656 | Successfully uninstalled distlib-0.3.1 2021-02-18 20:53:48.806 | Attempting uninstall: importlib-resources 2021-02-18 20:53:48.808 | Found existing installation: importlib-resources 5.1.0 2021-02-18 20:53:48.826 | Uninstalling importlib-resources-5.1.0: 2021-02-18 20:53:48.828 | Successfully uninstalled importlib-resources-5.1.0 2021-02-18 20:53:49.030 | Attempting uninstall: virtualenv 2021-02-18 20:53:49.031 | Found existing installation: virtualenv 20.4.2 2021-02-18 20:53:49.101 | Uninstalling virtualenv-20.4.2: 2021-02-18 20:53:49.109 | Successfully uninstalled virtualenv-20.4.2 2021-02-18 20:53:49.559 | Successfully installed distlib-0.3.0 importlib-resources-1.4.0 packaging-20.3 pluggy-0.13.1 py-1.8.1 toml-0.10.2 tox-3.22.0 virtualenv-20.0.17 2021-02-18 20:53:49.698 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:53:49.698 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:53:49.802 | ++ inc/python:pip_install:207 : result=0 2021-02-18 20:53:49.804 | ++ inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:53:49.806 | ++ functions-common:time_stop:2331 : local name 2021-02-18 20:53:49.809 | ++ functions-common:time_stop:2332 : local end_time 2021-02-18 20:53:49.811 | ++ functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:53:49.814 | ++ functions-common:time_stop:2334 : local total 2021-02-18 20:53:49.816 | ++ functions-common:time_stop:2335 : local start_time 2021-02-18 20:53:49.818 | ++ functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:53:49.821 | ++ functions-common:time_stop:2338 : start_time=1613681618322 2021-02-18 20:53:49.823 | ++ functions-common:time_stop:2340 : [[ -z 1613681618322 ]] 2021-02-18 20:53:49.826 | +++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:53:49.830 | ++ functions-common:time_stop:2343 : end_time=1613681629827 2021-02-18 20:53:49.832 | ++ functions-common:time_stop:2344 : elapsed_time=11505 2021-02-18 20:53:49.834 | ++ functions-common:time_stop:2345 : total=340052 2021-02-18 20:53:49.837 | ++ functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:53:49.839 | ++ functions-common:time_stop:2348 : _TIME_TOTAL[$name]=351557 2021-02-18 20:53:49.842 | ++ inc/python:pip_install:210 : return 0 2021-02-18 20:53:49.844 | ++ lib/tempest:install_tempest:738 : pushd /opt/stack/tempest 2021-02-18 20:53:49.844 | /opt/stack/tempest ~/devstack 2021-02-18 20:53:49.846 | ++ lib/tempest:install_tempest:742 : git checkout master 2021-02-18 20:53:49.870 | M .coveragerc 2021-02-18 20:53:49.870 | M .gitignore 2021-02-18 20:53:49.870 | M .gitreview 2021-02-18 20:53:49.870 | M .mailmap 2021-02-18 20:53:49.870 | M .stestr.conf 2021-02-18 20:53:49.870 | M CONTRIBUTING.rst 2021-02-18 20:53:49.870 | M HACKING.rst 2021-02-18 20:53:49.870 | M LICENSE 2021-02-18 20:53:49.870 | M README.rst 2021-02-18 20:53:49.870 | M REVIEWING.rst 2021-02-18 20:53:49.870 | M bindep.txt 2021-02-18 20:53:49.870 | M doc/requirements.txt 2021-02-18 20:53:49.870 | M doc/source/_extra/.htaccess 2021-02-18 20:53:49.870 | M doc/source/_static/.keep 2021-02-18 20:53:49.870 | M doc/source/account_generator.rst 2021-02-18 20:53:49.870 | M doc/source/cleanup.rst 2021-02-18 20:53:49.870 | M doc/source/conf.py 2021-02-18 20:53:49.870 | M doc/source/configuration.rst 2021-02-18 20:53:49.870 | M doc/source/contributor/contributing.rst 2021-02-18 20:53:49.870 | M doc/source/data/tempest-non-active-plugins-registry.header 2021-02-18 20:53:49.870 | M doc/source/data/tempest-plugins-registry.header 2021-02-18 20:53:49.870 | M doc/source/index.rst 2021-02-18 20:53:49.870 | M doc/source/library.rst 2021-02-18 20:53:49.870 | M doc/source/library/api_microversion_testing.rst 2021-02-18 20:53:49.870 | M doc/source/library/auth.rst 2021-02-18 20:53:49.870 | M doc/source/library/cli.rst 2021-02-18 20:53:49.871 | M doc/source/library/clients.rst 2021-02-18 20:53:49.871 | M doc/source/library/credential_providers.rst 2021-02-18 20:53:49.871 | M doc/source/library/decorators.rst 2021-02-18 20:53:49.871 | M doc/source/library/rest_client.rst 2021-02-18 20:53:49.871 | M doc/source/library/service_clients/compute_clients.rst 2021-02-18 20:53:49.871 | M doc/source/library/utils.rst 2021-02-18 20:53:49.871 | M doc/source/library/validation_resources.rst 2021-02-18 20:53:49.871 | M doc/source/microversion_testing.rst 2021-02-18 20:53:49.871 | M doc/source/overview.rst 2021-02-18 20:53:49.871 | M doc/source/plugins/index.rst 2021-02-18 20:53:49.871 | M doc/source/plugins/plugin.rst 2021-02-18 20:53:49.871 | M doc/source/requirement_upper_constraint_for_tempest.rst 2021-02-18 20:53:49.871 | M doc/source/run.rst 2021-02-18 20:53:49.871 | M doc/source/sampleconf.rst 2021-02-18 20:53:49.871 | M doc/source/stable_branch_support_policy.rst 2021-02-18 20:53:49.871 | M doc/source/stable_branch_testing_policy.rst 2021-02-18 20:53:49.871 | M doc/source/subunit_describe_calls.rst 2021-02-18 20:53:49.871 | M doc/source/supported_version.rst 2021-02-18 20:53:49.871 | M doc/source/tempest_and_plugins_compatible_version_policy.rst 2021-02-18 20:53:49.871 | M doc/source/test_removal.rst 2021-02-18 20:53:49.871 | M doc/source/tests/modules.rst 2021-02-18 20:53:49.871 | M doc/source/workspace.rst 2021-02-18 20:53:49.871 | M doc/source/write_tests.rst 2021-02-18 20:53:49.871 | M etc/accounts.yaml.sample 2021-02-18 20:53:49.871 | M etc/allow-list.yaml 2021-02-18 20:53:49.871 | M etc/logging.conf.sample 2021-02-18 20:53:49.871 | M etc/rbac-persona-accounts.yaml.sample 2021-02-18 20:53:49.871 | M playbooks/devstack-tempest-ipv6.yaml 2021-02-18 20:53:49.871 | M playbooks/devstack-tempest.yaml 2021-02-18 20:53:49.871 | M playbooks/post-tempest.yaml 2021-02-18 20:53:49.871 | M releasenotes/notes/10/10.0-supported-openstack-releases-b88db468695348f6.yaml 2021-02-18 20:53:49.871 | M releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml 2021-02-18 20:53:49.871 | M releasenotes/notes/10/10.0.0-start-using-reno-ed9518126fd0e1a3.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/11/11.0.0-api-microversion-testing-support-2ceddd2255670932.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/11/11.0.0-compute-microversion-support-e0b23f960f894b9b.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/11/11.0.0-supported-openstack-releases-1e5d7295d939d439.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.0.0-supported-openstack-releases-f10aac381d933dd1.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-add-network-versions-client-d90e8334e1443f5c.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-add-tempest-run-3d0aaf69c2ca4115.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-add-tempest-workspaces-228a2ba4690b5589.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-bug-1486834-7ebca15836ae27a9.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-identity-clients-as-library-e663c6132fcac6c2.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-image-clients-as-library-86d17caa26ce3961.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-new-test-utils-module-adf34468c4d52719.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-remove-input-scenarios-functionality-01308e6d4307f580.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-remove-integrated-horizon-bb57551c1e5f5be3.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-remove-legacy-credential-providers-3d653ac3ba1ada2b.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-remove-trove-tests-666522e9113549f9.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-routers-client-as-library-25a363379da351f6.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-support-chunked-encoding-d71f53225f68edf3.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.2.0-add-new-identity-clients-3c3afd674a395bde.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.2.0-clients_module-16f3025f515bf9ec.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.2.0-nova_cert_default-90eb7c1e3cde624a.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.2.0-remove-javelin-276f62d04f7e4a1d.yaml 2021-02-18 20:53:49.872 | M releasenotes/notes/12/12.2.0-service_client_config-8a1d7b4de769c633.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/12/12.2.0-volume-clients-as-library-9a3444dd63c134b3.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/13/13.0.0-add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/13/13.0.0-add-volume-clients-as-a-library-d05b6bc35e66c6ef.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/13/13.0.0-deprecate-get_ipv6_addr_by_EUI64-4673f07677289cf6.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/13/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/13/13.0.0-start-of-newton-support-3ebb274f300f28eb.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/13/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/13/13.0.0-volume-clients-as-library-660811011be29d1a.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-add-cred-provider-abstract-class-to-lib-70ff513221f8a871.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-add-cred_client-to-tempest.lib-4d4af33f969c576f.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-add-image-clients-af94564fb34ddca6.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-add-role-assignments-client-as-a-library-d34b4fdf376984ad.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-add-service-provider-client-cbba77d424a30dd3.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-add-ssh-port-parameter-to-client-6d16c374ac4456c1.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-deprecate-nova-api-extensions-df16b02485dae203.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-move-cinder-v3-to-lib-service-be3ba0c20753b594.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-new-volume-limit-client-517c17d9090f4df4.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-remo-stress-tests-81052b211ad95d2e.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-remove-baremetal-tests-65186d9e15d5b8fb.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-remove-bootable-option-024f8944c056a3e0.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-remove-negative-test-generator-1653f4c0f86ccf75.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-remove-sahara-tests-1532c47c7df80e3a.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/14/14.0.0-volume-clients-as-library-309030c7a16e62ab.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/15/15.0.0-add-identity-v3-clients-as-a-library-d34b4fdf376984ad.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/15/15.0.0-add-image-clients-tests-49dbc0a0a4281a77.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/15/15.0.0-add-implied-roles-to-roles-client-library-edf96408ad9ba82e.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/15/15.0.0-add-snapshot-manage-client-as-library-a76ffdba9d8d01cb.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/15/15.0.0-deprecate-allow_port_security_disabled-option-2d3d87f6bd11d03a.yaml 2021-02-18 20:53:49.873 | M releasenotes/notes/15/15.0.0-deprecate-identity-feature-enabled.reseller-84800a8232fe217f.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/15/15.0.0-deprecate-volume_feature_enabled.volume_services-dbe024ea067d5ab2.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/15/15.0.0-jsonschema-validator-2377ba131e12d3c7.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-microversion-config-options-eaee6a7d2f8390a8.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/15/15.0.0-remove-deprecated-input-scenario-config-options-414e0c5442e967e9.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/15/15.0.0-remove-deprecated-network-config-options-f9ce276231578fe6.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-add-OAUTH-Consumer-Client-tempest-tests-db1df7aae4a9fd4e.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-add-additional-methods-to-roles-client-library-178d4a6000dec72d.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-add-cascade-parameter-to-volumes-client-ff4f7f12795003a4.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-add-compute-server-evaculate-client-as-a-library-ed76baf25f02c3ca.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-add-list-auth-project-client-5905076d914a3943.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-add-list-security-groups-by-servers-to-servers-client-library-088df48f6d81f4be.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-add-list-version-to-identity-client-944cb7396088a575.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-add-quota-sets-detail-kwarg-74b72183295b3ce7.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-add-tempest-lib-remote-client-adbeb3f42a36910b.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-add-tempest-run-combine-option-e94c1049ba8985d5.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-add-update-encryption-type-to-encryption-types-client-f3093532a0bcf9a1.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-create-server-tags-client-8c0042a77e859af6.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-deprecate-deactivate_image-config-7a282c471937bbcb.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_attr-decorator-450a1ed727494724.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-dreprecate_client_parameters-cb8d069e62957f7e.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml 2021-02-18 20:53:49.874 | M releasenotes/notes/16/16.0.0-mitaka-eol-88ff8355fff81b55.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/16/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/16/16.0.0-remove-cinder-v1-api-tests-71e266b8d55d475f.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/16/16.0.0-remove-deprecated-allow_port_security_disabled-option-d0ffaeb2e7817707.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/16/16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/16/16.0.0-remove-deprecated-dvr_extra_resources-option-e8c441c38eab7ddd.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/16/16.0.0-remove-deprecated-identity-reseller-option-4411c7e3951f1094.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/16/16.0.0-remove-sahara-service-available-44a642aa9c634ab4.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/16/16.0.0-remove-volume_feature_enabled.volume_services-c6aa142cc1021297.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/16/16.0.0-use-keystone-v3-api-935860d30ddbb8e9.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/16/16.0.0-volume-transfers-client-e5ed3f5464c0cdc0.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/25/subunt-describe-call-verbose-arg-fix.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/Add-keystone-v3-OS_FEDERATION-APIs-as-tempest-clients-fe9e10a0fe5f09d4.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/Extend-cleanup-CLI-to-delete-regions-9f1dbda2c8de12e2.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/Fix-KeyError-bug-in-v3-volumes_client-ff5d9b894f2257c8.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/Inclusive-jargon-17621346744f0cf4.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/Placement-client-for-placement-based-minimum-bw-allocation-27ed0938118752b6.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/Remove-manager-2e0b0af48f01294a.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/Remove-test_reboot_server_soft-48fa786f38cd94dc.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/Set-default-of-operator_role-to-member-f9c3abd2ebde23b7.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/account_generator-6eb03f664a448c35.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/add-OAUTH-Token-Client-tempest-tests-6351eda451b95a86.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/add-additional-methods-to-policy-client-library-b8279c18335588c9.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/add-can-migrate-between-any-hosts-config-option-x8ah4f9737a28e9b.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/add-compute-feature-serial-console-45583c4341e34fc9.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/add-compute-feature-shelve-migrate-fdbd3633abe65c4e.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/add-consistency-group-exceptions-01cbb792cd710231.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/add-create-group-from-src-tempest-tests-9eb8b0b4b5c52055.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/add-domain-configuration-client-tempest-tests-e383efabdbb9ad03.yaml 2021-02-18 20:53:49.875 | M releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-extra-apis-to-volume-v3-services-client-bf9b235cf5a611fe.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-force-detach-volume-to-volumes-client-library-b2071f2954f8e8b1.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-group-type-specs-apis-to-v3-group-types-client-10390b52dedede54.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-identity-roles-system-methods-519dc144231993a3.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-endpoint-groups-3518a90bbb731d0f.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-extensions-9cfd217fd2c6a61f.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-image-alt-ssh-user-config-option-1b775af2f468aa5b.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-immutable-user-source-support-dd17772a997075e0.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-ip-version-check-in-addresses-x491ac6d9abaxa12.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-keystone-ep-clients-eeefd0904fbbe151.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-keystone-v3-ec2-tests-d959b7d36f0bd7fc.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-kwargs-to-delete-vol-of-vol-client-1ecde75beb62933c.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-list-volume-transfers-with-detail-to-transfers-client-80169bf78cf4fa66.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-load-list-cmd-35a4a2e6ea0a36fd.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-manage-snapshot-ref-config-option-67efd04897335b67.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-profiler-config-options-db7c4ae6d338ee5c.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-redirect-param-bea1f6fbce629c70.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-reset-group-snapshot-status-api-to-v3-group-snapshots-client-248d41827daf2a0c.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-reset-group-status-api-to-v3-groups-client-9aa048617c66756a.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-save-state-option-5ea67858cbaca969.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-server-diagnostics-validation-schema-b5a3c55b45aa718a.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-show-api-v3-details-api-to-v3-versions-client-4b408427379cabfe.yaml 2021-02-18 20:53:49.876 | M releasenotes/notes/add-show-default-group-type-detail-api-to-v3-group-types-client-65f717878cf52da0.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-show-default-quotas-api-to-network-quotas-client-3a7c1159af9e56ff.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-show-default-volume-types-api-to-v3-types-client-44b2676f217d78dc.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-show-encryption-specs-item-api-to-v2-encryption-types-client-290b421cd4bc0c0e.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-show-host-to-hosts-client-library-c60c4eb49d139480.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-show-snapshot-metadata-item-api-to-v2-snapshots-client-bd3cbab3c7f0e0b3.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-show-volume-image-metadata-api-to-v2-volumes-client-ee3c027f35276561.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-show-volume-metadata-item-api-to-v2-volumes-client-47d59ecd999ca9df.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-subnet-id-config-option-fac3d6f12abfc171.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-unstable_test-decorator-a73cf97d4ffcc796.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-update-api-to-group-types-client-09c06ccdf80d5003.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-update-backup-api-to-v3-backups-client-e8465b2b66617dc0.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-update-flavor--api-to-flavors-client-a859542fe54aab7c.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-validation-resources-to-lib-dc2600c4324ca4d7.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-volume-group-snapshots-tempest-tests-840df3da26590f5e.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-volume-groups-tempest-tests-dd7b2abfe2b48427.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-volume-quota-class-client-as-library-c4c2b22c36ff807e.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add-worker-file-option-d949121a61156968.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/agents-client-delete-method-de1a7fb3f845999c.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/api_v2_admin_flag-dea5ca9bc2ce63bc.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/associate-disassociate-floating_ip-0b6cfebeef1304b0.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/bug-1647999-7aeda50a8d082d4c.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml 2021-02-18 20:53:49.877 | M releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/change-default-region-for-placement-to-empty-string-394f1132c28345bb.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/cinder-use-os-endpoint-type-c11f63fd468ceb4c.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/cli-tests-v3fixes-fb38189cefd64213.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/conditional-attr-a8564ec5a70ec840.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/config-volume-multiattach-ea8138dfa4fd308c.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/config_image_certificate_compute_feature-c56efb520d54aff5.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/create-mount-config-drive-to-lib-1a6e912b8afbcc7e.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/create_loginable_secgroup_rule-73722fd4b4eb12d0.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/create_security_group_rule-16d58a8f0f0ff262.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/credentials-factory-stable-c8037bd9ae642482.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/deprecate-compute-feature-enabled-block-migrate-cinder-iscsi-fcda802d774dfeec.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/deprecate-compute-images-client-in-volume-tests-92b6dd55fcaba620.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/deprecate-config-forbid_global_implied_dsr-e64cfa66e6e3ded5.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/deprecate-dns_servers-option-0xf2f297ee47a5ff.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/deprecate-scheduler-available-filters-cbca2017ba3cf2aa.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/deprecate-vnc-server-header-529f07d592aefb62.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/deprecate-volume-api-selection-config-options-b95c5c0ccbf38916.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/disable-identity-v2-testing-4ef1565d1a5aedcf.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/drop-DEFAULT_PARAMS-bfcc2e7b74ef880b.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/drop-py-2-7-730baf411876d5d8.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/drop-py-3-5-support-76ca78f1a650fcad.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/enable-volume-multiattach-fd5e9bf0e96b56ce.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/end-of-support-for-stein-f795b968d83497a9.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/extra-compute-services-tests-92b6c0618972e02f.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/fix-credential-logging-98089c897d801355.yaml 2021-02-18 20:53:49.878 | M releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/fix-show-image-file-expected-code-92d97342d0f6d60e.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/http_proxy_config-cb39b55520e84db5.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/identity-tests-domain-drivers-76235f6672221e45.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/identity-token-client-8aaef74b1d61090a.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/identity-v3-project-tags-client-36683c6a8644e54b.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/identity_client-635275d43abbb807.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/image_import_testing_support-22ba4bcb9f2fb848.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/intermediate-pike-release-2ce492432ff8f012.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/intermediate-queens-release-2f9f305775fca454.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/intermediate-train-release-0146c624cff9a57f.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/introduce-attachments-client-add-show-attachment-api-c3111f7e560a87b3.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/log_console_output-dae6b8740b5a5821.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/make-create-user-domain-aware-for-v3-creds-client-5054f58e715adc0c.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/make-object-storage-client-as-stable-interface-d1b07c7e8f17bef6.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/merge-tempest-horizon-plugin-39d555339ab8c7ce.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/migrate-dynamic-creds-ecebb47528080761.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/migrate-object-storage-as-stable-interface-42014c7b43ecb254.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/migrate-preprov-creds-ef61a046ee1ec604.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/move-volume-v3-base_client-to-volume-1edbz0f207c3b283.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/network-show-version-18e1707a4df0a3d3.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/network-swap-to-project_id-a1d7fdf6c5e1cf44.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/network-tag-client-f4614029af7927f0.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/network_feature_enabled_available_features-35f9ac5f253e2ca3.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/omit_X-Subject-Token_from_log-1bf5fef88c80334b.yaml 2021-02-18 20:53:49.879 | M releasenotes/notes/os_tenant_name-3ee175763bff455b.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/pause_teardown-45c9d60ffa889f7f.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/plugin-client-registration-enhancements-e09131742391225b.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/prevent-error-in-parse-resp-when-nullable-list-9898cd0f22180986.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/random-bytes-size-limit-ee94a8c6534fe916.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/removal-deprecated-config-options-3db535b979fe3509.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/removal-deprecated-volume-config-options-21c4412f3c600923.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/remove-allow_tenant_isolation-option-03f0d998eb498d44.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/remove-deprecated-apis-from-v2-volumes-client-3ca4a5db5fea518f.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/remove-deprecated-find-test-caller-f4525cd043bfd1b6.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/remove-deprecated-skip_unless_attr-decorator-02bde59a00328f5c.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/remove-get-ipv6-addr-by-EUI64-c79972d799c7a430.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/remove-heat-tests-9efb42cac3e0b306.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/remove-some-deprecated-identity-options-0ffxd1b8db928e43.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/segments-client-866f02948f40d4ff.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/set-cinder-api-v3-option-true-1b3e61e3129b7c00.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/start-of-pike-support-f2a1b7ea8e8b0311.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/start-of-queens-support-fea9051ba1d85fc7.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/switch-to-stestr-8c9f834b3f5a55d8.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/system-scope-44244cc955a7825f.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/tempest-default-run_validations-9640c41b6a4a9121.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/tempest-identity-catalog-client-f5c8589a9d7c1eb5.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/tempest-lib-compute-update-service-6019d2dcfe4a1c5d.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/tempest-rocky-release-0fc3312053923380.yaml 2021-02-18 20:53:49.880 | M releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml 2021-02-18 20:53:49.881 | M releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml 2021-02-18 20:53:49.881 | M releasenotes/notes/tempest-train-release-a2ed0743a5eadeb6.yaml 2021-02-18 20:53:49.881 | M releasenotes/notes/tempest-ussuri-release-72b5770a3b97678f.yaml 2021-02-18 20:53:49.881 | M releasenotes/notes/tempest-victoria-release-27000c02edc5a112.yaml 2021-02-18 20:53:49.881 | M releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml 2021-02-18 20:53:49.881 | M releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml 2021-02-18 20:53:49.881 | M releasenotes/notes/use-cinder-v3-client-for-verify_tempest_config-2bf3d817b0070064.yaml 2021-02-18 20:53:49.881 | M releasenotes/notes/verify-tempest-command-8e88452c7a08dd77.yaml 2021-02-18 20:53:49.881 | M releasenotes/notes/vnc-hardcoded-server-name-removed-6f8d1e90a175dc08.yaml 2021-02-18 20:53:49.881 | M releasenotes/notes/volume-backed-live-mig-5a38b496ba1ec093.yaml 2021-02-18 20:53:49.881 | M releasenotes/notes/volume-service-testing-default-to-v3-endpoints-20b86895a590925d.yaml 2021-02-18 20:53:49.881 | M releasenotes/notes/volume-v3-service-clients-a863a6336af56cca.yaml 2021-02-18 20:53:49.881 | M releasenotes/notes/xenapi_apis-conf-fcca549283e53ed6.yaml 2021-02-18 20:53:49.881 | M releasenotes/source/_static/.placeholder 2021-02-18 20:53:49.881 | M releasenotes/source/_templates/.placeholder 2021-02-18 20:53:49.881 | M releasenotes/source/conf.py 2021-02-18 20:53:49.881 | M releasenotes/source/index.rst 2021-02-18 20:53:49.881 | M releasenotes/source/unreleased.rst 2021-02-18 20:53:49.881 | M releasenotes/source/v10.0.0.rst 2021-02-18 20:53:49.881 | M releasenotes/source/v11.0.0.rst 2021-02-18 20:53:49.881 | M releasenotes/source/v12.0.0.rst 2021-02-18 20:53:49.881 | M releasenotes/source/v13.0.0.rst 2021-02-18 20:53:49.881 | M releasenotes/source/v14.0.0.rst 2021-02-18 20:53:49.881 | M releasenotes/source/v15.0.0.rst 2021-02-18 20:53:49.881 | M releasenotes/source/v16.0.0.rst 2021-02-18 20:53:49.881 | M releasenotes/source/v16.1.0.rst 2021-02-18 20:53:49.881 | M releasenotes/source/v17.0.0.rst 2021-02-18 20:53:49.881 | M releasenotes/source/v17.1.0.rst 2021-02-18 20:53:49.881 | M releasenotes/source/v17.2.0.rst 2021-02-18 20:53:49.881 | M releasenotes/source/v18.0.0.rst 2021-02-18 20:53:49.881 | M releasenotes/source/v19.0.0.rst 2021-02-18 20:53:49.881 | M releasenotes/source/v20.0.0.rst 2021-02-18 20:53:49.882 | M releasenotes/source/v21.0.0.rst 2021-02-18 20:53:49.882 | M releasenotes/source/v22.0.0.rst 2021-02-18 20:53:49.882 | M releasenotes/source/v22.1.0.rst 2021-02-18 20:53:49.882 | M releasenotes/source/v23.0.0.rst 2021-02-18 20:53:49.882 | M releasenotes/source/v24.0.0.rst 2021-02-18 20:53:49.882 | M releasenotes/source/v26.0.0.rst 2021-02-18 20:53:49.882 | M requirements.txt 2021-02-18 20:53:49.882 | M roles/acl-devstack-files/README.rst 2021-02-18 20:53:49.882 | M roles/acl-devstack-files/defaults/main.yaml 2021-02-18 20:53:49.882 | M roles/acl-devstack-files/tasks/main.yaml 2021-02-18 20:53:49.882 | M roles/ipv6-only-deployments-verification/README.rst 2021-02-18 20:53:49.882 | M roles/ipv6-only-deployments-verification/defaults/main.yaml 2021-02-18 20:53:49.882 | M roles/ipv6-only-deployments-verification/tasks/main.yaml 2021-02-18 20:53:49.882 | M roles/run-tempest/README.rst 2021-02-18 20:53:49.882 | M roles/run-tempest/defaults/main.yaml 2021-02-18 20:53:49.882 | M roles/run-tempest/tasks/main.yaml 2021-02-18 20:53:49.882 | M roles/setup-tempest-data-dir/README.rst 2021-02-18 20:53:49.882 | M roles/setup-tempest-data-dir/defaults/main.yaml 2021-02-18 20:53:49.882 | M roles/setup-tempest-data-dir/tasks/main.yaml 2021-02-18 20:53:49.882 | M roles/setup-tempest-run-dir/README.rst 2021-02-18 20:53:49.882 | M roles/setup-tempest-run-dir/defaults/main.yaml 2021-02-18 20:53:49.882 | M roles/setup-tempest-run-dir/tasks/main.yaml 2021-02-18 20:53:49.882 | M roles/tempest-cleanup/README.rst 2021-02-18 20:53:49.882 | M roles/tempest-cleanup/defaults/main.yaml 2021-02-18 20:53:49.882 | M roles/tempest-cleanup/tasks/dry_run.yaml 2021-02-18 20:53:49.882 | M roles/tempest-cleanup/tasks/dry_run_checker.py 2021-02-18 20:53:49.882 | M roles/tempest-cleanup/tasks/main.yaml 2021-02-18 20:53:49.882 | M setup.cfg 2021-02-18 20:53:49.882 | M setup.py 2021-02-18 20:53:49.882 | M tempest/README.rst 2021-02-18 20:53:49.882 | M tempest/__init__.py 2021-02-18 20:53:49.882 | M tempest/api/README.rst 2021-02-18 20:53:49.882 | M tempest/api/__init__.py 2021-02-18 20:53:49.882 | M tempest/api/compute/__init__.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/__init__.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_agents.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_aggregates.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_aggregates_negative.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_auto_allocate_network.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_availability_zone.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_availability_zone_negative.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_create_server.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_delete_server.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_fixed_ips.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_fixed_ips_negative.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_flavors.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_flavors_access.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_flavors_access_negative.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_flavors_extra_specs.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_flavors_extra_specs_negative.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_flavors_microversions.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_floating_ips_bulk.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_hosts.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_hosts_negative.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_hypervisor.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_hypervisor_negative.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_instance_usage_audit_log.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_instance_usage_audit_log_negative.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_keypairs_v210.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_live_migration.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_live_migration_negative.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_migrations.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_networks.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_quotas.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_quotas_negative.py 2021-02-18 20:53:49.883 | M tempest/api/compute/admin/test_security_groups.py 2021-02-18 20:53:49.884 | M tempest/api/compute/admin/test_server_diagnostics.py 2021-02-18 20:53:49.884 | M tempest/api/compute/admin/test_server_diagnostics_negative.py 2021-02-18 20:53:49.884 | M tempest/api/compute/admin/test_servers.py 2021-02-18 20:53:49.884 | M tempest/api/compute/admin/test_servers_negative.py 2021-02-18 20:53:49.884 | M tempest/api/compute/admin/test_servers_on_multinodes.py 2021-02-18 20:53:49.884 | M tempest/api/compute/admin/test_services.py 2021-02-18 20:53:49.884 | M tempest/api/compute/admin/test_services_negative.py 2021-02-18 20:53:49.884 | M tempest/api/compute/admin/test_simple_tenant_usage.py 2021-02-18 20:53:49.884 | M tempest/api/compute/admin/test_simple_tenant_usage_negative.py 2021-02-18 20:53:49.884 | M tempest/api/compute/admin/test_volume.py 2021-02-18 20:53:49.884 | M tempest/api/compute/admin/test_volume_swap.py 2021-02-18 20:53:49.884 | M tempest/api/compute/admin/test_volumes_negative.py 2021-02-18 20:53:49.884 | M tempest/api/compute/api_microversion_fixture.py 2021-02-18 20:53:49.884 | M tempest/api/compute/base.py 2021-02-18 20:53:49.884 | M tempest/api/compute/certificates/__init__.py 2021-02-18 20:53:49.884 | M tempest/api/compute/certificates/test_certificates.py 2021-02-18 20:53:49.884 | M tempest/api/compute/flavors/__init__.py 2021-02-18 20:53:49.884 | M tempest/api/compute/flavors/test_flavors.py 2021-02-18 20:53:49.884 | M tempest/api/compute/flavors/test_flavors_negative.py 2021-02-18 20:53:49.884 | M tempest/api/compute/floating_ips/__init__.py 2021-02-18 20:53:49.884 | M tempest/api/compute/floating_ips/base.py 2021-02-18 20:53:49.884 | M tempest/api/compute/floating_ips/test_floating_ips_actions.py 2021-02-18 20:53:49.884 | M tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py 2021-02-18 20:53:49.884 | M tempest/api/compute/floating_ips/test_list_floating_ips.py 2021-02-18 20:53:49.884 | M tempest/api/compute/floating_ips/test_list_floating_ips_negative.py 2021-02-18 20:53:49.884 | M tempest/api/compute/images/__init__.py 2021-02-18 20:53:49.884 | M tempest/api/compute/images/test_image_metadata.py 2021-02-18 20:53:49.884 | M tempest/api/compute/images/test_image_metadata_negative.py 2021-02-18 20:53:49.884 | M tempest/api/compute/images/test_images.py 2021-02-18 20:53:49.884 | M tempest/api/compute/images/test_images_negative.py 2021-02-18 20:53:49.884 | M tempest/api/compute/images/test_images_oneserver.py 2021-02-18 20:53:49.884 | M tempest/api/compute/images/test_images_oneserver_negative.py 2021-02-18 20:53:49.885 | M tempest/api/compute/images/test_list_image_filters.py 2021-02-18 20:53:49.885 | M tempest/api/compute/images/test_list_image_filters_negative.py 2021-02-18 20:53:49.885 | M tempest/api/compute/images/test_list_images.py 2021-02-18 20:53:49.885 | M tempest/api/compute/keypairs/__init__.py 2021-02-18 20:53:49.885 | M tempest/api/compute/keypairs/base.py 2021-02-18 20:53:49.885 | M tempest/api/compute/keypairs/test_keypairs.py 2021-02-18 20:53:49.885 | M tempest/api/compute/keypairs/test_keypairs_negative.py 2021-02-18 20:53:49.885 | M tempest/api/compute/keypairs/test_keypairs_v22.py 2021-02-18 20:53:49.885 | M tempest/api/compute/limits/__init__.py 2021-02-18 20:53:49.885 | M tempest/api/compute/limits/test_absolute_limits.py 2021-02-18 20:53:49.885 | M tempest/api/compute/limits/test_absolute_limits_negative.py 2021-02-18 20:53:49.885 | M tempest/api/compute/security_groups/__init__.py 2021-02-18 20:53:49.885 | M tempest/api/compute/security_groups/base.py 2021-02-18 20:53:49.885 | M tempest/api/compute/security_groups/test_security_group_rules.py 2021-02-18 20:53:49.885 | M tempest/api/compute/security_groups/test_security_group_rules_negative.py 2021-02-18 20:53:49.885 | M tempest/api/compute/security_groups/test_security_groups.py 2021-02-18 20:53:49.885 | M tempest/api/compute/security_groups/test_security_groups_negative.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/__init__.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_attach_interfaces.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_availability_zone.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_create_server.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_create_server_multi_nic.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_delete_server.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_device_tagging.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_disk_config.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_instance_actions.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_instance_actions_negative.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_list_server_filters.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_list_servers_negative.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_multiple_create.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_multiple_create_negative.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_novnc.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_server_actions.py 2021-02-18 20:53:49.885 | M tempest/api/compute/servers/test_server_addresses.py 2021-02-18 20:53:49.886 | M tempest/api/compute/servers/test_server_addresses_negative.py 2021-02-18 20:53:49.886 | M tempest/api/compute/servers/test_server_group.py 2021-02-18 20:53:49.886 | M tempest/api/compute/servers/test_server_metadata.py 2021-02-18 20:53:49.886 | M tempest/api/compute/servers/test_server_metadata_negative.py 2021-02-18 20:53:49.886 | M tempest/api/compute/servers/test_server_password.py 2021-02-18 20:53:49.886 | M tempest/api/compute/servers/test_server_personality.py 2021-02-18 20:53:49.886 | M tempest/api/compute/servers/test_server_rescue.py 2021-02-18 20:53:49.886 | M tempest/api/compute/servers/test_server_rescue_negative.py 2021-02-18 20:53:49.886 | M tempest/api/compute/servers/test_server_tags.py 2021-02-18 20:53:49.886 | M tempest/api/compute/servers/test_servers.py 2021-02-18 20:53:49.886 | M tempest/api/compute/servers/test_servers_microversions.py 2021-02-18 20:53:49.886 | M tempest/api/compute/servers/test_servers_negative.py 2021-02-18 20:53:49.886 | M tempest/api/compute/servers/test_virtual_interfaces.py 2021-02-18 20:53:49.886 | M tempest/api/compute/servers/test_virtual_interfaces_negative.py 2021-02-18 20:53:49.886 | M tempest/api/compute/test_extensions.py 2021-02-18 20:53:49.886 | M tempest/api/compute/test_networks.py 2021-02-18 20:53:49.886 | M tempest/api/compute/test_quotas.py 2021-02-18 20:53:49.886 | M tempest/api/compute/test_tenant_networks.py 2021-02-18 20:53:49.886 | M tempest/api/compute/test_versions.py 2021-02-18 20:53:49.886 | M tempest/api/compute/volumes/__init__.py 2021-02-18 20:53:49.886 | M tempest/api/compute/volumes/test_attach_volume.py 2021-02-18 20:53:49.886 | M tempest/api/compute/volumes/test_attach_volume_negative.py 2021-02-18 20:53:49.886 | M tempest/api/compute/volumes/test_volume_snapshots.py 2021-02-18 20:53:49.886 | M tempest/api/compute/volumes/test_volumes_get.py 2021-02-18 20:53:49.886 | M tempest/api/compute/volumes/test_volumes_list.py 2021-02-18 20:53:49.886 | M tempest/api/compute/volumes/test_volumes_negative.py 2021-02-18 20:53:49.886 | M tempest/api/identity/__init__.py 2021-02-18 20:53:49.886 | M tempest/api/identity/admin/__init__.py 2021-02-18 20:53:49.886 | M tempest/api/identity/admin/v2/__init__.py 2021-02-18 20:53:49.886 | M tempest/api/identity/admin/v2/test_endpoints.py 2021-02-18 20:53:49.886 | M tempest/api/identity/admin/v2/test_roles.py 2021-02-18 20:53:49.886 | M tempest/api/identity/admin/v2/test_roles_negative.py 2021-02-18 20:53:49.886 | M tempest/api/identity/admin/v2/test_services.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v2/test_tenant_negative.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v2/test_tenants.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v2/test_tokens.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v2/test_tokens_negative.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v2/test_users.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v2/test_users_negative.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/__init__.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_application_credentials.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_credentials.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_default_project_id.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_domain_configuration.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_domains.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_domains_negative.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_endpoint_groups.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_endpoints.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_endpoints_negative.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_groups.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_inherits.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_list_projects.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_list_users.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_oauth_consumers.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_policies.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_project_tags.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_projects.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_projects_negative.py 2021-02-18 20:53:49.887 | M tempest/api/identity/admin/v3/test_regions.py 2021-02-18 20:53:49.888 | M tempest/api/identity/admin/v3/test_roles.py 2021-02-18 20:53:49.888 | M tempest/api/identity/admin/v3/test_services.py 2021-02-18 20:53:49.888 | M tempest/api/identity/admin/v3/test_tokens.py 2021-02-18 20:53:49.888 | M tempest/api/identity/admin/v3/test_trusts.py 2021-02-18 20:53:49.888 | M tempest/api/identity/admin/v3/test_users.py 2021-02-18 20:53:49.888 | M tempest/api/identity/admin/v3/test_users_negative.py 2021-02-18 20:53:49.888 | M tempest/api/identity/base.py 2021-02-18 20:53:49.888 | M tempest/api/identity/v2/__init__.py 2021-02-18 20:53:49.888 | M tempest/api/identity/v2/test_api_discovery.py 2021-02-18 20:53:49.888 | M tempest/api/identity/v2/test_ec2_credentials.py 2021-02-18 20:53:49.888 | M tempest/api/identity/v2/test_extension.py 2021-02-18 20:53:49.888 | M tempest/api/identity/v2/test_tenants.py 2021-02-18 20:53:49.888 | M tempest/api/identity/v2/test_tokens.py 2021-02-18 20:53:49.888 | M tempest/api/identity/v2/test_users.py 2021-02-18 20:53:49.888 | M tempest/api/identity/v3/__init__.py 2021-02-18 20:53:49.888 | M tempest/api/identity/v3/test_access_rules.py 2021-02-18 20:53:49.888 | M tempest/api/identity/v3/test_api_discovery.py 2021-02-18 20:53:49.888 | M tempest/api/identity/v3/test_application_credentials.py 2021-02-18 20:53:49.888 | M tempest/api/identity/v3/test_catalog.py 2021-02-18 20:53:49.888 | M tempest/api/identity/v3/test_domains.py 2021-02-18 20:53:49.888 | M tempest/api/identity/v3/test_ec2_credentials.py 2021-02-18 20:53:49.889 | M tempest/api/identity/v3/test_projects.py 2021-02-18 20:53:49.889 | M tempest/api/identity/v3/test_tokens.py 2021-02-18 20:53:49.889 | M tempest/api/identity/v3/test_users.py 2021-02-18 20:53:49.889 | M tempest/api/image/__init__.py 2021-02-18 20:53:49.889 | M tempest/api/image/base.py 2021-02-18 20:53:49.889 | M tempest/api/image/v1/__init__.py 2021-02-18 20:53:49.889 | M tempest/api/image/v1/test_image_members.py 2021-02-18 20:53:49.889 | M tempest/api/image/v1/test_image_members_negative.py 2021-02-18 20:53:49.889 | M tempest/api/image/v1/test_images.py 2021-02-18 20:53:49.889 | M tempest/api/image/v1/test_images_negative.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/__init__.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/admin/__init__.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/admin/test_images.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/test_images.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/test_images_member.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/test_images_member_negative.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/test_images_metadefs_namespace_objects.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/test_images_metadefs_namespace_properties.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/test_images_metadefs_namespace_tags.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/test_images_metadefs_namespaces.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/test_images_metadefs_resource_types.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/test_images_metadefs_schema.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/test_images_negative.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/test_images_tags.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/test_images_tags_negative.py 2021-02-18 20:53:49.889 | M tempest/api/image/v2/test_versions.py 2021-02-18 20:53:49.889 | M tempest/api/network/__init__.py 2021-02-18 20:53:49.889 | M tempest/api/network/admin/__init__.py 2021-02-18 20:53:49.889 | M tempest/api/network/admin/test_dhcp_agent_scheduler.py 2021-02-18 20:53:49.889 | M tempest/api/network/admin/test_external_network_extension.py 2021-02-18 20:53:49.889 | M tempest/api/network/admin/test_external_networks_negative.py 2021-02-18 20:53:49.889 | M tempest/api/network/admin/test_floating_ips_admin_actions.py 2021-02-18 20:53:49.889 | M tempest/api/network/admin/test_metering_extensions.py 2021-02-18 20:53:49.890 | M tempest/api/network/admin/test_negative_quotas.py 2021-02-18 20:53:49.890 | M tempest/api/network/admin/test_ports.py 2021-02-18 20:53:49.890 | M tempest/api/network/admin/test_quotas.py 2021-02-18 20:53:49.890 | M tempest/api/network/admin/test_routers.py 2021-02-18 20:53:49.890 | M tempest/api/network/admin/test_routers_dvr.py 2021-02-18 20:53:49.890 | M tempest/api/network/admin/test_routers_negative.py 2021-02-18 20:53:49.890 | M tempest/api/network/base.py 2021-02-18 20:53:49.890 | M tempest/api/network/base_security_groups.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_agent_management_negative.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_allowed_address_pair.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_dhcp_ipv6.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_extensions.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_extra_dhcp_options.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_floating_ips.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_floating_ips_negative.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_networks.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_networks_negative.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_ports.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_routers.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_routers_negative.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_security_groups.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_security_groups_negative.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_service_providers.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_subnetpools_extensions.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_tags.py 2021-02-18 20:53:49.890 | M tempest/api/network/test_versions.py 2021-02-18 20:53:49.890 | M tempest/api/object_storage/__init__.py 2021-02-18 20:53:49.890 | M tempest/api/object_storage/base.py 2021-02-18 20:53:49.890 | M tempest/api/object_storage/test_account_bulk.py 2021-02-18 20:53:49.890 | M tempest/api/object_storage/test_account_quotas.py 2021-02-18 20:53:49.890 | M tempest/api/object_storage/test_account_quotas_negative.py 2021-02-18 20:53:49.890 | M tempest/api/object_storage/test_account_services.py 2021-02-18 20:53:49.890 | M tempest/api/object_storage/test_account_services_negative.py 2021-02-18 20:53:49.890 | M tempest/api/object_storage/test_container_acl.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_container_acl_negative.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_container_quotas.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_container_services.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_container_services_negative.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_container_staticweb.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_container_sync.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_container_sync_middleware.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_crossdomain.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_healthcheck.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_object_expiry.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_object_formpost.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_object_formpost_negative.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_object_services.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_object_slo.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_object_temp_url.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_object_temp_url_negative.py 2021-02-18 20:53:49.891 | M tempest/api/object_storage/test_object_version.py 2021-02-18 20:53:49.891 | M tempest/api/volume/__init__.py 2021-02-18 20:53:49.891 | M tempest/api/volume/admin/__init__.py 2021-02-18 20:53:49.891 | M tempest/api/volume/admin/test_backends_capabilities.py 2021-02-18 20:53:49.891 | M tempest/api/volume/admin/test_encrypted_volumes_extend.py 2021-02-18 20:53:49.891 | M tempest/api/volume/admin/test_group_snapshots.py 2021-02-18 20:53:49.891 | M tempest/api/volume/admin/test_group_type_specs.py 2021-02-18 20:53:49.891 | M tempest/api/volume/admin/test_group_types.py 2021-02-18 20:53:49.891 | M tempest/api/volume/admin/test_groups.py 2021-02-18 20:53:49.891 | M tempest/api/volume/admin/test_multi_backend.py 2021-02-18 20:53:49.891 | M tempest/api/volume/admin/test_qos.py 2021-02-18 20:53:49.891 | M tempest/api/volume/admin/test_snapshot_manage.py 2021-02-18 20:53:49.891 | M tempest/api/volume/admin/test_snapshots_actions.py 2021-02-18 20:53:49.891 | M tempest/api/volume/admin/test_user_messages.py 2021-02-18 20:53:49.891 | M tempest/api/volume/admin/test_volume_hosts.py 2021-02-18 20:53:49.891 | M tempest/api/volume/admin/test_volume_manage.py 2021-02-18 20:53:49.891 | M tempest/api/volume/admin/test_volume_pools.py 2021-02-18 20:53:49.892 | M tempest/api/volume/admin/test_volume_quota_classes.py 2021-02-18 20:53:49.892 | M tempest/api/volume/admin/test_volume_quotas.py 2021-02-18 20:53:49.892 | M tempest/api/volume/admin/test_volume_quotas_negative.py 2021-02-18 20:53:49.892 | M tempest/api/volume/admin/test_volume_retype.py 2021-02-18 20:53:49.892 | M tempest/api/volume/admin/test_volume_services.py 2021-02-18 20:53:49.892 | M tempest/api/volume/admin/test_volume_services_negative.py 2021-02-18 20:53:49.892 | M tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py 2021-02-18 20:53:49.892 | M tempest/api/volume/admin/test_volume_type_access.py 2021-02-18 20:53:49.892 | M tempest/api/volume/admin/test_volume_types.py 2021-02-18 20:53:49.892 | M tempest/api/volume/admin/test_volume_types_extra_specs.py 2021-02-18 20:53:49.892 | M tempest/api/volume/admin/test_volume_types_extra_specs_negative.py 2021-02-18 20:53:49.892 | M tempest/api/volume/admin/test_volume_types_negative.py 2021-02-18 20:53:49.892 | M tempest/api/volume/admin/test_volumes_actions.py 2021-02-18 20:53:49.892 | M tempest/api/volume/admin/test_volumes_backup.py 2021-02-18 20:53:49.892 | M tempest/api/volume/admin/test_volumes_list.py 2021-02-18 20:53:49.892 | M tempest/api/volume/api_microversion_fixture.py 2021-02-18 20:53:49.892 | M tempest/api/volume/base.py 2021-02-18 20:53:49.892 | M tempest/api/volume/test_availability_zone.py 2021-02-18 20:53:49.892 | M tempest/api/volume/test_extensions.py 2021-02-18 20:53:49.892 | M tempest/api/volume/test_image_metadata.py 2021-02-18 20:53:49.892 | M tempest/api/volume/test_snapshot_metadata.py 2021-02-18 20:53:49.892 | M tempest/api/volume/test_versions.py 2021-02-18 20:53:49.892 | M tempest/api/volume/test_volume_absolute_limits.py 2021-02-18 20:53:49.892 | M tempest/api/volume/test_volume_delete_cascade.py 2021-02-18 20:53:49.892 | M tempest/api/volume/test_volume_metadata.py 2021-02-18 20:53:49.892 | M tempest/api/volume/test_volume_transfers.py 2021-02-18 20:53:49.892 | M tempest/api/volume/test_volumes_actions.py 2021-02-18 20:53:49.892 | M tempest/api/volume/test_volumes_backup.py 2021-02-18 20:53:49.892 | M tempest/api/volume/test_volumes_clone.py 2021-02-18 20:53:49.892 | M tempest/api/volume/test_volumes_clone_negative.py 2021-02-18 20:53:49.892 | M tempest/api/volume/test_volumes_extend.py 2021-02-18 20:53:49.892 | M tempest/api/volume/test_volumes_get.py 2021-02-18 20:53:49.893 | M tempest/api/volume/test_volumes_list.py 2021-02-18 20:53:49.893 | M tempest/api/volume/test_volumes_negative.py 2021-02-18 20:53:49.893 | M tempest/api/volume/test_volumes_snapshots.py 2021-02-18 20:53:49.893 | M tempest/api/volume/test_volumes_snapshots_list.py 2021-02-18 20:53:49.893 | M tempest/api/volume/test_volumes_snapshots_negative.py 2021-02-18 20:53:49.893 | M tempest/clients.py 2021-02-18 20:53:49.893 | M tempest/cmd/__init__.py 2021-02-18 20:53:49.893 | M tempest/cmd/cleanup.py 2021-02-18 20:53:49.893 | M tempest/cmd/cleanup_service.py 2021-02-18 20:53:49.893 | M tempest/cmd/config-generator.tempest.conf 2021-02-18 20:53:49.893 | M tempest/cmd/init.py 2021-02-18 20:53:49.893 | M tempest/cmd/list_plugins.py 2021-02-18 20:53:49.893 | M tempest/cmd/main.py 2021-02-18 20:53:49.893 | M tempest/cmd/run.py 2021-02-18 20:53:49.893 | M tempest/cmd/subunit_describe_calls.py 2021-02-18 20:53:49.893 | M tempest/cmd/verify_tempest_config.py 2021-02-18 20:53:49.893 | M tempest/cmd/workspace.py 2021-02-18 20:53:49.893 | M tempest/common/__init__.py 2021-02-18 20:53:49.893 | M tempest/common/compute.py 2021-02-18 20:53:49.893 | M tempest/common/credentials_factory.py 2021-02-18 20:53:49.893 | M tempest/common/custom_matchers.py 2021-02-18 20:53:49.893 | M tempest/common/identity.py 2021-02-18 20:53:49.893 | M tempest/common/image.py 2021-02-18 20:53:49.893 | M tempest/common/tempest_fixtures.py 2021-02-18 20:53:49.893 | M tempest/common/utils/__init__.py 2021-02-18 20:53:49.893 | M tempest/common/utils/linux/__init__.py 2021-02-18 20:53:49.893 | M tempest/common/utils/linux/remote_client.py 2021-02-18 20:53:49.893 | M tempest/common/utils/net_info.py 2021-02-18 20:53:49.893 | M tempest/common/utils/net_utils.py 2021-02-18 20:53:49.893 | M tempest/common/waiters.py 2021-02-18 20:53:49.893 | M tempest/config.py 2021-02-18 20:53:49.893 | M tempest/hacking/__init__.py 2021-02-18 20:53:49.893 | M tempest/hacking/checks.py 2021-02-18 20:53:49.894 | M tempest/lib/__init__.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/__init__.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/__init__.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/__init__.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/__init__.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/agents.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/aggregates.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/availability_zone.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/certificates.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/extensions.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/flavors.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/flavors_access.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/floating_ips.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/hosts.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/hypervisors.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/images.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/interfaces.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/keypairs.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/limits.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/migrations.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/parameter_types.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/quota_classes.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/quotas.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/security_groups.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/server_groups.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/servers.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/services.py 2021-02-18 20:53:49.894 | M tempest/lib/api_schema/response/compute/v2_1/snapshots.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_1/versions.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_1/volumes.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_11/__init__.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_11/services.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_13/__init__.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_13/server_groups.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_16/__init__.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_16/servers.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_19/__init__.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_19/servers.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_2/__init__.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_2/keypairs.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_23/__init__.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_23/migrations.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_26/__init__.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_26/servers.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_28/__init__.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_28/hypervisors.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_3/__init__.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_3/servers.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_36/__init__.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_36/limits.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_36/quotas.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_39/__init__.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_39/limits.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_41/__init__.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_41/aggregates.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_45/__init__.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_45/images.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_47/__init__.py 2021-02-18 20:53:49.895 | M tempest/lib/api_schema/response/compute/v2_47/servers.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_48/__init__.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_48/servers.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_53/__init__.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_53/services.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_54/__init__.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_54/servers.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_55/__init__.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_55/flavors.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_57/__init__.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_57/limits.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_57/quotas.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_57/servers.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_59/__init__.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_59/migrations.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_6/__init__.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_6/servers.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_61/__init__.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_61/flavors.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_63/__init__.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_63/servers.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_70/__init__.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_70/interfaces.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_70/servers.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_71/__init__.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_71/servers.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_73/__init__.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_73/servers.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_8/__init__.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_8/servers.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_9/__init__.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/compute/v2_9/servers.py 2021-02-18 20:53:49.896 | M tempest/lib/api_schema/response/volume/__init__.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/backups.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/capabilities.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/extensions.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/group_snapshots.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/group_types.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/groups.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/hosts.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/limits.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/manage_snapshot.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/manage_volume.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/messages.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/qos.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/quota_classes.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/quotas.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/scheduler_stats.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/services.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/snapshots.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/transfers.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/volume_types.py 2021-02-18 20:53:49.897 | M tempest/lib/api_schema/response/volume/volumes.py 2021-02-18 20:53:49.897 | M tempest/lib/auth.py 2021-02-18 20:53:49.897 | M tempest/lib/base.py 2021-02-18 20:53:49.897 | M tempest/lib/cli/__init__.py 2021-02-18 20:53:49.897 | M tempest/lib/cli/base.py 2021-02-18 20:53:49.897 | M tempest/lib/cli/output_parser.py 2021-02-18 20:53:49.897 | M tempest/lib/cmd/__init__.py 2021-02-18 20:53:49.897 | M tempest/lib/common/__init__.py 2021-02-18 20:53:49.897 | M tempest/lib/common/api_microversion_fixture.py 2021-02-18 20:53:49.897 | M tempest/lib/common/api_version_request.py 2021-02-18 20:53:49.897 | M tempest/lib/common/api_version_utils.py 2021-02-18 20:53:49.897 | M tempest/lib/common/cred_client.py 2021-02-18 20:53:49.897 | M tempest/lib/common/cred_provider.py 2021-02-18 20:53:49.897 | M tempest/lib/common/dynamic_creds.py 2021-02-18 20:53:49.897 | M tempest/lib/common/fixed_network.py 2021-02-18 20:53:49.898 | M tempest/lib/common/http.py 2021-02-18 20:53:49.898 | M tempest/lib/common/jsonschema_validator.py 2021-02-18 20:53:49.898 | M tempest/lib/common/preprov_creds.py 2021-02-18 20:53:49.898 | M tempest/lib/common/profiler.py 2021-02-18 20:53:49.898 | M tempest/lib/common/rest_client.py 2021-02-18 20:53:49.898 | M tempest/lib/common/ssh.py 2021-02-18 20:53:49.898 | M tempest/lib/common/thread.py 2021-02-18 20:53:49.898 | M tempest/lib/common/utils/__init__.py 2021-02-18 20:53:49.898 | M tempest/lib/common/utils/data_utils.py 2021-02-18 20:53:49.898 | M tempest/lib/common/utils/linux/__init__.py 2021-02-18 20:53:49.898 | M tempest/lib/common/utils/linux/remote_client.py 2021-02-18 20:53:49.898 | M tempest/lib/common/utils/misc.py 2021-02-18 20:53:49.898 | M tempest/lib/common/utils/test_utils.py 2021-02-18 20:53:49.898 | M tempest/lib/common/validation_resources.py 2021-02-18 20:53:49.898 | M tempest/lib/decorators.py 2021-02-18 20:53:49.898 | M tempest/lib/exceptions.py 2021-02-18 20:53:49.898 | M tempest/lib/services/__init__.py 2021-02-18 20:53:49.898 | M tempest/lib/services/clients.py 2021-02-18 20:53:49.898 | M tempest/lib/services/compute/__init__.py 2021-02-18 20:53:49.898 | M tempest/lib/services/compute/agents_client.py 2021-02-18 20:53:49.898 | M tempest/lib/services/compute/aggregates_client.py 2021-02-18 20:53:49.898 | M tempest/lib/services/compute/availability_zone_client.py 2021-02-18 20:53:49.898 | M tempest/lib/services/compute/baremetal_nodes_client.py 2021-02-18 20:53:49.898 | M tempest/lib/services/compute/base_compute_client.py 2021-02-18 20:53:49.898 | M tempest/lib/services/compute/certificates_client.py 2021-02-18 20:53:49.898 | M tempest/lib/services/compute/extensions_client.py 2021-02-18 20:53:49.898 | M tempest/lib/services/compute/fixed_ips_client.py 2021-02-18 20:53:49.898 | M tempest/lib/services/compute/flavors_client.py 2021-02-18 20:53:49.898 | M tempest/lib/services/compute/floating_ip_pools_client.py 2021-02-18 20:53:49.898 | M tempest/lib/services/compute/floating_ips_bulk_client.py 2021-02-18 20:53:49.898 | M tempest/lib/services/compute/floating_ips_client.py 2021-02-18 20:53:49.898 | M tempest/lib/services/compute/hosts_client.py 2021-02-18 20:53:49.898 | M tempest/lib/services/compute/hypervisor_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/images_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/instance_usage_audit_log_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/interfaces_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/keypairs_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/limits_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/migrations_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/networks_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/quota_classes_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/quotas_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/security_group_default_rules_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/security_group_rules_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/security_groups_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/server_groups_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/servers_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/services_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/snapshots_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/tenant_networks_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/tenant_usages_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/versions_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/compute/volumes_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/identity/__init__.py 2021-02-18 20:53:49.899 | M tempest/lib/services/identity/v2/__init__.py 2021-02-18 20:53:49.899 | M tempest/lib/services/identity/v2/endpoints_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/identity/v2/identity_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/identity/v2/roles_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/identity/v2/services_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/identity/v2/tenants_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/identity/v2/token_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/identity/v2/users_client.py 2021-02-18 20:53:49.899 | M tempest/lib/services/identity/v3/__init__.py 2021-02-18 20:53:49.899 | M tempest/lib/services/identity/v3/access_rules_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/application_credentials_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/catalog_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/credentials_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/domain_configuration_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/domains_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/endpoint_filter_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/endpoint_groups_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/endpoints_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/groups_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/identity_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/identity_providers_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/inherited_roles_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/mappings_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/oauth_consumers_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/oauth_token_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/policies_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/project_tags_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/projects_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/protocols_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/regions_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/role_assignments_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/roles_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/service_providers_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/services_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/token_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/trusts_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/users_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/identity/v3/versions_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/image/__init__.py 2021-02-18 20:53:49.900 | M tempest/lib/services/image/v1/__init__.py 2021-02-18 20:53:49.900 | M tempest/lib/services/image/v1/image_members_client.py 2021-02-18 20:53:49.900 | M tempest/lib/services/image/v1/images_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/image/v2/__init__.py 2021-02-18 20:53:49.901 | M tempest/lib/services/image/v2/image_members_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/image/v2/images_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/image/v2/namespace_objects_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/image/v2/namespace_properties_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/image/v2/namespace_tags_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/image/v2/namespaces_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/image/v2/resource_types_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/image/v2/schemas_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/image/v2/versions_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/__init__.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/agents_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/base.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/extensions_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/floating_ips_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/metering_label_rules_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/metering_labels_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/networks_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/ports_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/qos_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/quotas_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/routers_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/security_group_rules_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/security_groups_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/segments_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/service_providers_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/subnetpools_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/subnets_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/tags_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/network/versions_client.py 2021-02-18 20:53:49.901 | M tempest/lib/services/object_storage/__init__.py 2021-02-18 20:53:49.901 | M tempest/lib/services/object_storage/account_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/object_storage/bulk_middleware_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/object_storage/capabilities_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/object_storage/container_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/object_storage/object_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/placement/__init__.py 2021-02-18 20:53:49.902 | M tempest/lib/services/placement/base_placement_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/placement/placement_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/placement/resource_providers_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/__init__.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/base_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v1/__init__.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v1/availability_zone_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v1/backups_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v1/encryption_types_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v1/extensions_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v1/hosts_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v1/limits_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v1/qos_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v1/quotas_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v1/services_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v1/snapshots_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v1/types_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v1/volumes_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v2/__init__.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v2/availability_zone_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v2/backups_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v2/capabilities_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v2/encryption_types_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v2/extensions_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v2/hosts_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v2/limits_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v2/qos_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v2/quota_classes_client.py 2021-02-18 20:53:49.902 | M tempest/lib/services/volume/v2/quotas_client.py 2021-02-18 20:53:49.903 | M tempest/lib/services/volume/v2/scheduler_stats_client.py 2021-02-18 20:53:49.903 | M tempest/lib/services/volume/v2/services_client.py 2021-02-18 20:53:49.903 | M tempest/lib/services/volume/v2/snapshot_manage_client.py 2021-02-18 20:53:49.903 | M tempest/lib/services/volume/v2/snapshots_client.py 2021-02-18 20:53:49.903 | M tempest/lib/services/volume/v2/transfers_client.py 2021-02-18 20:53:49.903 | M tempest/lib/services/volume/v2/types_client.py 2021-02-18 20:53:49.903 | M tempest/lib/services/volume/v2/volume_manage_client.py 2021-02-18 20:53:49.903 | M tempest/lib/services/volume/v2/volumes_client.py 2021-02-18 20:53:49.903 | M tempest/lib/services/volume/v3/__init__.py 2021-02-18 20:53:49.903 | M tempest/lib/services/volume/v3/attachments_client.py 2021-02-18 20:53:49.903 | M tempest/lib/services/volume/v3/availability_zone_client.py 2021-02-18 20:53:49.903 | M tempest/lib/services/volume/v3/backups_client.py 2021-02-18 20:53:49.903 | M tempest/lib/services/volume/v3/base_client.py 2021-02-18 20:53:49.903 | M tempest/lib/services/volume/v3/capabilities_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/encryption_types_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/extensions_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/group_snapshots_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/group_types_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/groups_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/hosts_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/limits_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/messages_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/qos_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/quota_classes_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/quotas_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/scheduler_stats_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/services_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/snapshot_manage_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/snapshots_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/transfers_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/types_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/versions_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/volume_manage_client.py 2021-02-18 20:53:49.904 | M tempest/lib/services/volume/v3/volumes_client.py 2021-02-18 20:53:49.904 | M tempest/scenario/README.rst 2021-02-18 20:53:49.904 | M tempest/scenario/__init__.py 2021-02-18 20:53:49.904 | M tempest/scenario/manager.py 2021-02-18 20:53:49.904 | M tempest/scenario/test_aggregates_basic_ops.py 2021-02-18 20:53:49.904 | M tempest/scenario/test_dashboard_basic_ops.py 2021-02-18 20:53:49.904 | M tempest/scenario/test_encrypted_cinder_volumes.py 2021-02-18 20:53:49.904 | M tempest/scenario/test_minbw_allocation_placement.py 2021-02-18 20:53:49.904 | M tempest/scenario/test_minimum_basic.py 2021-02-18 20:53:49.904 | M tempest/scenario/test_network_advanced_server_ops.py 2021-02-18 20:53:49.904 | M tempest/scenario/test_network_basic_ops.py 2021-02-18 20:53:49.904 | M tempest/scenario/test_network_v6.py 2021-02-18 20:53:49.905 | M tempest/scenario/test_object_storage_basic_ops.py 2021-02-18 20:53:49.905 | M tempest/scenario/test_security_groups_basic_ops.py 2021-02-18 20:53:49.905 | M tempest/scenario/test_server_advanced_ops.py 2021-02-18 20:53:49.905 | M tempest/scenario/test_server_basic_ops.py 2021-02-18 20:53:49.905 | M tempest/scenario/test_server_multinode.py 2021-02-18 20:53:49.905 | M tempest/scenario/test_shelve_instance.py 2021-02-18 20:53:49.905 | M tempest/scenario/test_snapshot_pattern.py 2021-02-18 20:53:49.905 | M tempest/scenario/test_stamp_pattern.py 2021-02-18 20:53:49.905 | M tempest/scenario/test_volume_backup_restore.py 2021-02-18 20:53:49.905 | M tempest/scenario/test_volume_boot_pattern.py 2021-02-18 20:53:49.905 | M tempest/scenario/test_volume_migrate_attached.py 2021-02-18 20:53:49.905 | M tempest/services/__init__.py 2021-02-18 20:53:49.905 | M tempest/services/orchestration/__init__.py 2021-02-18 20:53:49.905 | M tempest/services/orchestration/json/__init__.py 2021-02-18 20:53:49.905 | M tempest/services/orchestration/json/orchestration_client.py 2021-02-18 20:53:49.905 | M tempest/test.py 2021-02-18 20:53:49.905 | M tempest/test_discover/__init__.py 2021-02-18 20:53:49.905 | M tempest/test_discover/plugins.py 2021-02-18 20:53:49.905 | M tempest/test_discover/test_discover.py 2021-02-18 20:53:49.905 | M tempest/tests/README.rst 2021-02-18 20:53:49.905 | M tempest/tests/__init__.py 2021-02-18 20:53:49.905 | M tempest/tests/api/__init__.py 2021-02-18 20:53:49.905 | M tempest/tests/api/compute/__init__.py 2021-02-18 20:53:49.905 | M tempest/tests/api/compute/test_base.py 2021-02-18 20:53:49.905 | M tempest/tests/base.py 2021-02-18 20:53:49.905 | M tempest/tests/cmd/__init__.py 2021-02-18 20:53:49.905 | M tempest/tests/cmd/subunit_describe_calls_data/calls.subunit 2021-02-18 20:53:49.905 | M tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json 2021-02-18 20:53:49.905 | M tempest/tests/cmd/test_account_generator.py 2021-02-18 20:53:49.905 | M tempest/tests/cmd/test_cleanup.py 2021-02-18 20:53:49.905 | M tempest/tests/cmd/test_cleanup_services.py 2021-02-18 20:53:49.905 | M tempest/tests/cmd/test_list_plugins.py 2021-02-18 20:53:49.905 | M tempest/tests/cmd/test_run.py 2021-02-18 20:53:49.906 | M tempest/tests/cmd/test_saved_state_json.json 2021-02-18 20:53:49.906 | M tempest/tests/cmd/test_subunit_describe_calls.py 2021-02-18 20:53:49.906 | M tempest/tests/cmd/test_tempest_init.py 2021-02-18 20:53:49.906 | M tempest/tests/cmd/test_verify_tempest_config.py 2021-02-18 20:53:49.906 | M tempest/tests/cmd/test_workspace.py 2021-02-18 20:53:49.906 | M tempest/tests/common/__init__.py 2021-02-18 20:53:49.906 | M tempest/tests/common/test_admin_available.py 2021-02-18 20:53:49.906 | M tempest/tests/common/test_alt_available.py 2021-02-18 20:53:49.906 | M tempest/tests/common/test_compute.py 2021-02-18 20:53:49.906 | M tempest/tests/common/test_credentials_factory.py 2021-02-18 20:53:49.906 | M tempest/tests/common/test_custom_matchers.py 2021-02-18 20:53:49.906 | M tempest/tests/common/test_image.py 2021-02-18 20:53:49.906 | M tempest/tests/common/utils/__init__.py 2021-02-18 20:53:49.906 | M tempest/tests/common/utils/linux/__init__.py 2021-02-18 20:53:49.906 | M tempest/tests/common/utils/linux/test_remote_client.py 2021-02-18 20:53:49.906 | M tempest/tests/common/utils/test_net_utils.py 2021-02-18 20:53:49.906 | M tempest/tests/fake_config.py 2021-02-18 20:53:49.906 | M tempest/tests/fake_tempest_plugin.py 2021-02-18 20:53:49.906 | M tempest/tests/files/__init__.py 2021-02-18 20:53:49.906 | M tempest/tests/files/failing-tests 2021-02-18 20:53:49.906 | M tempest/tests/files/passing-tests 2021-02-18 20:53:49.906 | M tempest/tests/files/setup.cfg 2021-02-18 20:53:49.906 | M tempest/tests/files/testr-conf 2021-02-18 20:53:49.906 | M tempest/tests/lib/__init__.py 2021-02-18 20:53:49.906 | M tempest/tests/lib/cli/__init__.py 2021-02-18 20:53:49.906 | M tempest/tests/lib/cli/test_command_failed.py 2021-02-18 20:53:49.906 | M tempest/tests/lib/cli/test_execute.py 2021-02-18 20:53:49.906 | M tempest/tests/lib/cli/test_output_parser.py 2021-02-18 20:53:49.906 | M tempest/tests/lib/cmd/__init__.py 2021-02-18 20:53:49.906 | M tempest/tests/lib/cmd/test_check_uuid.py 2021-02-18 20:53:49.906 | M tempest/tests/lib/common/__init__.py 2021-02-18 20:53:49.906 | M tempest/tests/lib/common/test_api_version_request.py 2021-02-18 20:53:49.906 | M tempest/tests/lib/common/test_api_version_utils.py 2021-02-18 20:53:49.906 | M tempest/tests/lib/common/test_cred_client.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/common/test_dynamic_creds.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/common/test_http.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/common/test_jsonschema_validator.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/common/test_preprov_creds.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/common/test_profiler.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/common/test_rest_client.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/common/test_validation_resources.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/common/utils/__init__.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/common/utils/linux/__init__.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/common/utils/linux/test_remote_client.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/common/utils/test_data_utils.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/common/utils/test_misc.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/common/utils/test_test_utils.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/fake_auth_provider.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/fake_credentials.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/fake_http.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/fake_identity.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/__init__.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/base.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/compute/__init__.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/compute/test_agents_client.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/compute/test_aggregates_client.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/compute/test_availability_zone_client.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/compute/test_baremetal_nodes_client.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/compute/test_base_compute_client.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/compute/test_certificates_client.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/compute/test_extensions_client.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/compute/test_fixedIPs_client.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/compute/test_flavors_client.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/compute/test_floating_ip_pools_client.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/compute/test_floating_ips_client.py 2021-02-18 20:53:49.907 | M tempest/tests/lib/services/compute/test_hosts_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_hypervisor_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_images_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_interfaces_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_keypairs_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_limits_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_migrations_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_networks_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_quota_classes_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_quotas_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_security_group_default_rules_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_security_group_rules_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_security_groups_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_server_groups_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_servers_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_services_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_snapshots_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_tenant_networks_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_tenant_usages_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_versions_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/compute/test_volumes_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/identity/__init__.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/identity/v2/__init__.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/identity/v2/test_endpoints_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/identity/v2/test_identity_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/identity/v2/test_roles_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/identity/v2/test_services_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/identity/v2/test_tenants_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/identity/v2/test_token_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/identity/v2/test_users_client.py 2021-02-18 20:53:49.908 | M tempest/tests/lib/services/identity/v3/__init__.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_access_rules_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_application_credentials_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_catalog_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_credentials_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_domains_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_endpoints_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_groups_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_identity_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_identity_providers_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_mappings_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_oauth_token_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_policies_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_project_tags_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_projects_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_protocols_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_regions_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_role_assignments_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_roles_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_service_providers_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_services_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_token_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_trusts_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_users_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/identity/v3/test_versions_client.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/image/__init__.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/image/v1/__init__.py 2021-02-18 20:53:49.909 | M tempest/tests/lib/services/image/v1/test_image_members_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/image/v2/__init__.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/image/v2/test_image_members_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/image/v2/test_images_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/image/v2/test_namespace_object_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/image/v2/test_namespace_properties_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/image/v2/test_namespace_tags_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/image/v2/test_namespaces_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/image/v2/test_resource_types_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/image/v2/test_schemas_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/image/v2/test_versions_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/__init__.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_agents_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_base_network_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_extensions_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_floating_ips_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_metering_label_rules_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_metering_labels_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_networks_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_ports_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_qos_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_quotas_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_routers_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_security_group_rules_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_security_groups_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_segments_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_service_providers_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_subnetpools_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_subnets_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_tags_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/network/test_versions_client.py 2021-02-18 20:53:49.910 | M tempest/tests/lib/services/object_storage/__init__.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/object_storage/test_capabilities_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/object_storage/test_object_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/placement/__init__.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/placement/test_placement_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/placement/test_resource_providers_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/registry_fixture.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/test_clients.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/__init__.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v1/__init__.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v1/test_encryption_types_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v1/test_quotas_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v1/test_snapshots_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/__init__.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_aSwitched to branch 'master' 2021-02-18 20:53:49.911 | ttachments_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_availability_zone_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_backups_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_capabilities_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_encryption_types_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_extensions_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_group_types_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_groups_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_hosts_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_limits_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_quota_classes_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_quotas_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_services_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_snapshots_client.py 2021-02-18 20:53:49.911 | M tempest/tests/lib/services/volume/v3/test_transfers_client.py 2021-02-18 20:53:49.912 | M tempest/tests/lib/services/volume/v3/test_types_client.py 2021-02-18 20:53:49.912 | M tempest/tests/lib/services/volume/v3/test_user_messages_client.py 2021-02-18 20:53:49.912 | M tempest/tests/lib/services/volume/v3/test_versions_client.py 2021-02-18 20:53:49.912 | M tempest/tests/lib/services/volume/v3/test_volume_manage_client.py 2021-02-18 20:53:49.912 | M tempest/tests/lib/services/volume/v3/test_volumes_client.py 2021-02-18 20:53:49.912 | M tempest/tests/lib/test_api_microversion_fixture.py 2021-02-18 20:53:49.912 | M tempest/tests/lib/test_auth.py 2021-02-18 20:53:49.912 | M tempest/tests/lib/test_base.py 2021-02-18 20:53:49.912 | M tempest/tests/lib/test_credentials.py 2021-02-18 20:53:49.912 | M tempest/tests/lib/test_decorators.py 2021-02-18 20:53:49.912 | M tempest/tests/lib/test_ssh.py 2021-02-18 20:53:49.912 | M tempest/tests/lib/test_tempest_lib.py 2021-02-18 20:53:49.912 | M tempest/tests/test_base_test.py 2021-02-18 20:53:49.912 | M tempest/tests/test_config.py 2021-02-18 20:53:49.912 | M tempest/tests/test_decorators.py 2021-02-18 20:53:49.912 | M tempest/tests/test_hacking.py 2021-02-18 20:53:49.912 | M tempest/tests/test_imports.py 2021-02-18 20:53:49.912 | M tempest/tests/test_list_tests.py 2021-02-18 20:53:49.912 | M tempest/tests/test_microversions.py 2021-02-18 20:53:49.912 | M tempest/tests/test_tempest_plugin.py 2021-02-18 20:53:49.912 | M tempest/tests/test_test.py 2021-02-18 20:53:49.912 | M tempest/tests/utils.py 2021-02-18 20:53:49.912 | M tempest/version.py 2021-02-18 20:53:49.912 | M test-requirements.txt 2021-02-18 20:53:49.912 | M tools/generate-tempest-plugins-list.py 2021-02-18 20:53:49.912 | M tools/tempest-integrated-gate-compute-exclude-list.txt 2021-02-18 20:53:49.912 | M tools/tempest-integrated-gate-networking-exclude-list.txt 2021-02-18 20:53:49.912 | M tools/tempest-integrated-gate-object-storage-exclude-list.txt 2021-02-18 20:53:49.912 | M tools/tempest-integrated-gate-placement-exclude-list.txt 2021-02-18 20:53:49.912 | M tools/tempest-integrated-gate-storage-exclude-list.txt 2021-02-18 20:53:49.912 | M tools/tempest-plugin-sanity.sh 2021-02-18 20:53:49.912 | M tox.ini 2021-02-18 20:53:49.912 | M zuul.d/base.yaml 2021-02-18 20:53:49.912 | M zuul.d/integrated-gate.yaml 2021-02-18 20:53:49.913 | M zuul.d/project.yaml 2021-02-18 20:53:49.913 | M zuul.d/stable-jobs.yaml 2021-02-18 20:53:49.913 | M zuul.d/tempest-specific.yaml 2021-02-18 20:53:49.913 | Your branch is up to date with 'origin/master'. 2021-02-18 20:53:49.913 | ++ lib/tempest:install_tempest:744 : tox -r --notest -efull 2021-02-18 20:53:50.477 | full create: /opt/stack/tempest/.tox/tempest 2021-02-18 20:53:51.327 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2021-02-18 20:54:18.192 | full develop-inst: /opt/stack/tempest 2021-02-18 20:54:23.634 | 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.4.0,importlib-resources==3.3.1,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.4.0,oslo.context==3.1.1,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.1,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@1ae5f7275091bc63f3bfa50fe3e651cfbc853628#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.0 2021-02-18 20:54:23.634 | ___________________________________ summary ____________________________________ 2021-02-18 20:54:23.634 | full: skipped tests 2021-02-18 20:54:23.634 | congratulations :) 2021-02-18 20:54:23.663 | ++ lib/tempest:install_tempest:748 : /opt/stack/tempest/.tox/tempest/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -r requirements.txt 2021-02-18 20:54:24.321 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.325 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.328 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.330 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.334 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.336 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.343 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.347 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.350 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.355 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.364 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.369 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.372 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.376 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.378 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.380 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.392 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.396 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.398 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.406 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.410 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.412 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.414 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.418 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.421 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.510 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.515 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.517 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.529 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.533 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.536 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.544 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.547 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.549 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.553 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.557 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.560 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.562 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.567 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.569 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.571 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.574 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.576 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.578 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.583 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.585 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.595 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.600 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.602 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.611 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.615 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.617 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.624 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.629 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.631 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.643 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.648 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.650 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.659 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.664 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.680 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.685 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.688 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.716 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.719 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.721 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.725 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.727 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.749 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.776 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.778 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.782 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.784 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.788 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.790 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.797 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.801 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.803 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.805 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.810 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.812 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.833 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.837 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.840 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.842 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.844 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.849 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.851 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.863 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.866 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.877 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.881 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.883 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.888 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.898 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.900 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.908 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.910 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.925 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.929 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.931 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.947 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.952 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.954 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.965 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.970 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.972 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.974 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.978 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.981 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:24.991 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:24.995 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:24.998 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.002 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.006 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.009 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.019 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.021 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.026 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.028 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.038 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.042 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.045 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.049 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.053 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.055 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.070 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.075 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.077 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.084 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.088 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.091 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.093 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.097 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.100 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.106 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.110 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.112 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.115 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.119 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.122 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.125 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.130 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.133 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.143 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.147 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.150 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.155 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.160 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.162 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.166 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.170 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.173 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.175 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.179 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.182 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.185 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.189 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.192 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.194 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.198 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.200 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.207 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.212 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.214 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.217 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.222 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.224 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.226 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.231 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.233 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.236 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.240 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.242 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.245 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.249 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.252 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.254 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.259 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.261 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.263 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.268 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.270 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.272 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.277 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.279 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.282 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.286 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.289 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.291 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.295 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.298 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.300 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.304 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.306 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.310 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.314 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.316 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.318 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.323 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.325 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.327 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.332 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.334 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.336 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.341 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.343 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.346 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.351 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.353 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.355 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.360 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.362 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.364 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.369 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.371 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.374 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.378 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.381 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.383 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.387 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.389 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.393 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.397 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.400 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.402 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.407 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.409 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.413 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.417 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.420 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.428 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.466 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.471 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.473 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.513 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.517 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.519 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.523 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.527 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.530 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.536 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.541 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.544 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.548 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.552 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.554 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.557 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.561 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.564 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.566 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.571 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.573 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.580 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.585 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.587 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.593 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.597 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.600 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.602 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.607 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.609 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.613 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.618 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.620 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.625 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.629 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.632 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.634 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.638 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.641 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.646 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.650 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.653 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.661 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.665 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.668 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.671 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.675 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.677 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.683 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.688 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.690 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.693 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.697 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.700 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.702 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.706 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.708 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.711 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.715 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.718 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.720 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.724 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.727 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.731 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.735 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.737 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.744 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.749 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.752 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.757 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.762 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.764 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.766 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.771 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.773 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.776 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.780 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.782 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.786 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.790 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.794 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.799 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.803 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.805 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.810 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.814 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.816 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.819 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.823 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.826 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.830 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.835 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.837 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.848 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.854 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.859 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.862 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.897 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.900 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.904 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.906 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.909 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.913 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.915 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.925 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.929 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.931 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.940 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.947 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.952 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.956 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.959 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.962 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.978 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.981 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.985 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:25.989 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:25.991 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:25.998 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.000 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.002 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.007 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.009 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.014 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.016 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.022 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.024 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.031 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.033 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.035 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.040 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.042 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.050 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.053 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.055 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.060 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.062 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.067 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.069 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.071 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.076 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.078 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.081 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.092 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.096 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.099 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.103 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.107 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.110 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.118 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.133 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.138 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.140 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.159 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.163 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.167 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.170 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.172 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.177 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.179 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.181 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.186 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.189 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.192 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.197 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.199 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.203 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.205 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.209 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.211 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.216 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.219 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.224 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.227 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.232 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.254 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.257 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.261 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.263 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.285 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.289 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.291 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.296 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:26.300 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:26.302 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:26.339 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:54:26.506 | Collecting PyYAML===5.3.1 2021-02-18 20:54:26.514 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269 kB) 2021-02-18 20:54:27.315 | Collecting cliff===3.1.0 2021-02-18 20:54:27.325 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7c7/3056715f3ce66/cliff-3.1.0-py3-none-any.whl (80 kB) 2021-02-18 20:54:27.501 | Collecting cmd2===0.8.9 2021-02-18 20:54:27.509 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ce7/79b8bcb6aab05/cmd2-0.8.9-py2.py3-none-any.whl (53 kB) 2021-02-18 20:54:27.590 | Collecting debtcollector===2.0.1 2021-02-18 20:54:27.596 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/96b/de97db3de7721/debtcollector-2.0.1-py3-none-any.whl (23 kB) 2021-02-18 20:54:27.614 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.0.0) 2021-02-18 20:54:27.626 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (3.2.0) 2021-02-18 20:54:27.717 | Collecting netaddr===0.7.19 2021-02-18 20:54:27.726 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/56b/3558bd71f3f69/netaddr-0.7.19-py2.py3-none-any.whl (1.6 MB) 2021-02-18 20:54:27.946 | Collecting oslo.concurrency===4.0.3 2021-02-18 20:54:27.952 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/649/f5407717c5c98/oslo.concurrency-4.0.3-py3-none-any.whl (47 kB) 2021-02-18 20:54:28.120 | Collecting oslo.config===8.0.4 2021-02-18 20:54:28.128 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e62/3fda2a10e664f/oslo.config-8.0.4-py3-none-any.whl (125 kB) 2021-02-18 20:54:28.259 | Collecting oslo.i18n===4.0.1 2021-02-18 20:54:28.265 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ec3/57b430b29d589/oslo.i18n-4.0.1-py3-none-any.whl (47 kB) 2021-02-18 20:54:28.413 | Collecting oslo.log===4.1.3 2021-02-18 20:54:28.419 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/483/fc4e31129cbed/oslo.log-4.1.3-py3-none-any.whl (71 kB) 2021-02-18 20:54:28.569 | Collecting oslo.serialization===3.1.2 2021-02-18 20:54:28.575 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ddf/41357eadc66da/oslo.serialization-3.1.2-py3-none-any.whl (28 kB) 2021-02-18 20:54:28.732 | Collecting oslo.utils===4.1.2 2021-02-18 20:54:28.740 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bb7/75f22c701065f/oslo.utils-4.1.2-py3-none-any.whl (95 kB) 2021-02-18 20:54:28.894 | Collecting paramiko===2.7.1 2021-02-18 20:54:28.901 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c9/80875fa4d2cb7/paramiko-2.7.1-py2.py3-none-any.whl (206 kB) 2021-02-18 20:54:29.060 | Collecting pbr===5.4.5 2021-02-18 20:54:29.066 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/579/170e23f8e0c2f/pbr-5.4.5-py2.py3-none-any.whl (110 kB) 2021-02-18 20:54:29.098 | Requirement already satisfied: prettytable===0.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 581)) (0.7.2) 2021-02-18 20:54:29.100 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 606)) (0.9.6) 2021-02-18 20:54:29.103 | Requirement already satisfied: pyparsing===2.4.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (2.4.7) 2021-02-18 20:54:29.140 | Collecting pyperclip===1.8.0 2021-02-18 20:54:29.147 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/34b/99903f37fef16/pyperclip-1.8.0-py3-none-any.whl (8.7 kB) 2021-02-18 20:54:29.204 | Collecting pyrsistent===0.16.0 2021-02-18 20:54:29.211 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/286/69905fe725965/pyrsistent-0.16.0.tar.gz (108 kB) 2021-02-18 20:54:29.726 | Requirement already satisfied: python-dateutil===2.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 655)) (2.8.1) 2021-02-18 20:54:29.731 | Requirement already satisfied: python-subunit===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 755)) (1.4.0) 2021-02-18 20:54:30.059 | Collecting pytz===2019.3 2021-02-18 20:54:30.066 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1c5/57d7d0e871de1/pytz-2019.3-py2.py3-none-any.whl (509 kB) 2021-02-18 20:54:30.384 | Collecting requests===2.23.0 2021-02-18 20:54:30.391 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58 kB) 2021-02-18 20:54:30.426 | Requirement already satisfied: rfc3986===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 802)) (1.4.0) 2021-02-18 20:54:30.466 | Collecting six===1.14.0 2021-02-18 20:54:30.472 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8f3/cd2e254d8f793/six-1.14.0-py2.py3-none-any.whl (10 kB) 2021-02-18 20:54:30.514 | Collecting stestr===3.0.1 2021-02-18 20:54:30.520 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/397/f08161af17782/stestr-3.0.1-py3-none-any.whl (117 kB) 2021-02-18 20:54:30.657 | Collecting stevedore===1.32.0 2021-02-18 20:54:30.663 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a4e/7dc759fb0f2e3/stevedore-1.32.0-py2.py3-none-any.whl (43 kB) 2021-02-18 20:54:30.688 | Requirement already satisfied: testtools===2.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 931)) (2.4.0) 2021-02-18 20:54:30.708 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 950)) (1.4.0) 2021-02-18 20:54:30.711 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.1.0) 2021-02-18 20:54:30.889 | Collecting urllib3===1.25.8 2021-02-18 20:54:30.896 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2f3/db8b19923a873/urllib3-1.25.8-py2.py3-none-any.whl (125 kB) 2021-02-18 20:54:30.981 | Collecting voluptuous===0.11.7 2021-02-18 20:54:30.988 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/672/8f66f19cafcab/voluptuous-0.11.7-py3-none-any.whl (28 kB) 2021-02-18 20:54:31.049 | Collecting wcwidth===0.1.9 2021-02-18 20:54:31.056 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/caf/e2186b3c009a0/wcwidth-0.1.9-py2.py3-none-any.whl (19 kB) 2021-02-18 20:54:31.069 | Requirement already satisfied: wrapt===1.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 992)) (1.12.1) 2021-02-18 20:54:31.105 | Collecting attrs===19.3.0 2021-02-18 20:54:31.111 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/08a/96c641c3a74e4/attrs-19.3.0-py2.py3-none-any.whl (39 kB) 2021-02-18 20:54:31.231 | Collecting importlib-metadata===1.6.0 2021-02-18 20:54:31.240 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2a6/88cbaa90e0cc5/importlib_metadata-1.6.0-py2.py3-none-any.whl (30 kB) 2021-02-18 20:54:31.270 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.6/site-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 327)) (53.0.0) 2021-02-18 20:54:31.320 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (0.14.1) 2021-02-18 20:54:31.383 | Collecting Babel===2.8.0 2021-02-18 20:54:31.404 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d67/0ea0b10f8b723/Babel-2.8.0-py2.py3-none-any.whl (8.6 MB) 2021-02-18 20:54:32.244 | Collecting oslo.context===3.0.2 2021-02-18 20:54:32.251 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7c9/fe7ee6f588b2e/oslo.context-3.0.2-py3-none-any.whl (19 kB) 2021-02-18 20:54:32.397 | Collecting msgpack===0.6.2 2021-02-18 20:54:32.403 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/76d/f51492bc6fa6c/msgpack-0.6.2-cp36-cp36m-manylinux1_x86_64.whl (249 kB) 2021-02-18 20:54:32.430 | Requirement already satisfied: netifaces===0.10.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-02-18 20:54:32.461 | Collecting iso8601===0.1.12 2021-02-18 20:54:32.479 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bbb/ae5fb4a7abfe7/iso8601-0.1.12-py3-none-any.whl (12 kB) 2021-02-18 20:54:32.648 | Collecting bcrypt===3.1.7 2021-02-18 20:54:32.656 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c94/57fa5c121e94a/bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56 kB) 2021-02-18 20:54:32.771 | Collecting PyNaCl===1.3.0 2021-02-18 20:54:32.778 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/b0c5232910a20/PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl (759 kB) 2021-02-18 20:54:33.615 | Collecting cryptography===2.9 2021-02-18 20:54:33.631 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/498/70684da168b90/cryptography-2.9-cp35-abi3-manylinux2010_x86_64.whl (2.7 MB) 2021-02-18 20:54:33.853 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (1.0.0) 2021-02-18 20:54:33.910 | Collecting certifi===2020.4.5.1 2021-02-18 20:54:33.916 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d9/87a998c75633c/certifi-2020.4.5.1-py2.py3-none-any.whl (157 kB) 2021-02-18 20:54:33.960 | Collecting chardet===3.0.4 2021-02-18 20:54:33.966 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133 kB) 2021-02-18 20:54:34.022 | Collecting idna===2.9 2021-02-18 20:54:34.029 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a06/8a21ceac8a4d6/idna-2.9-py2.py3-none-any.whl (58 kB) 2021-02-18 20:54:34.044 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (0.18.2) 2021-02-18 20:54:34.047 | Requirement already satisfied: python-mimeparse===1.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 703)) (1.6.0) 2021-02-18 20:54:34.050 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (1.0.0) 2021-02-18 20:54:34.052 | Requirement already satisfied: argparse in ./.tox/tempest/lib/python3.6/site-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.4.0) 2021-02-18 20:54:34.096 | Collecting zipp===3.1.0 2021-02-18 20:54:34.101 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa3/6550ff0c0b7ef/zipp-3.1.0-py3-none-any.whl (4.9 kB) 2021-02-18 20:54:34.118 | Requirement already satisfied: monotonic===1.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (1.5) 2021-02-18 20:54:34.704 | Collecting cffi===1.14.0 2021-02-18 20:54:34.712 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/028/a579fc9aed3af/cffi-1.14.0-cp36-cp36m-manylinux1_x86_64.whl (399 kB) 2021-02-18 20:54:34.752 | Requirement already satisfied: pycparser===2.20 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 599)) (2.20) 2021-02-18 20:54:34.755 | Building wheels for collected packages: PyYAML, pyrsistent 2021-02-18 20:54:34.756 | Building wheel for PyYAML (setup.py): started 2021-02-18 20:54:44.479 | Building wheel for PyYAML (setup.py): finished with status 'done' 2021-02-18 20:54:44.483 | Created wheel for PyYAML: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=403687 sha256=baf2a9b67f5c1cdabf631b83a8eeac2645e92bba750dfb11c2c77f863a09e526 2021-02-18 20:54:44.483 | Stored in directory: /home/ubuntu/.cache/pip/wheels/87/72/81/854eb4786f69e1920706847b6c06be3b0d589b7483cf247172 2021-02-18 20:54:44.485 | Building wheel for pyrsistent (setup.py): started 2021-02-18 20:54:45.800 | Building wheel for pyrsistent (setup.py): finished with status 'done' 2021-02-18 20:54:45.801 | Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=97744 sha256=b64ef30d88c6f86a0ac0ae97b3c68a452bae84cd59725f6f3d9275dd71141b73 2021-02-18 20:54:45.802 | Stored in directory: /home/ubuntu/.cache/pip/wheels/49/9f/58/af811c2fe7f106c1216dd38c4b6a25b53daf175fa87f1539b0 2021-02-18 20:54:45.802 | Successfully built PyYAML pyrsistent 2021-02-18 20:54:46.674 | Installing collected packages: pytz, Babel, six, cffi, PyNaCl, PyYAML, attrs, bcrypt, certifi, chardet, wcwidth, pyperclip, cmd2, pbr, stevedore, cliff, cryptography, debtcollector, idna, zipp, importlib-metadata, iso8601, msgpack, netaddr, oslo.i18n, urllib3, requests, oslo.config, oslo.utils, oslo.concurrency, oslo.context, oslo.serialization, oslo.log, paramiko, pyrsistent, voluptuous, stestr 2021-02-18 20:54:46.674 | Attempting uninstall: pytz 2021-02-18 20:54:46.676 | Found existing installation: pytz 2021.1 2021-02-18 20:54:46.814 | Uninstalling pytz-2021.1: 2021-02-18 20:54:46.821 | Successfully uninstalled pytz-2021.1 2021-02-18 20:54:48.240 | Attempting uninstall: six 2021-02-18 20:54:48.241 | Found existing installation: six 1.15.0 2021-02-18 20:54:48.244 | Uninstalling six-1.15.0: 2021-02-18 20:54:48.312 | Successfully uninstalled six-1.15.0 2021-02-18 20:54:48.330 | Attempting uninstall: cffi 2021-02-18 20:54:48.331 | Found existing installation: cffi 1.14.5 2021-02-18 20:54:48.349 | Uninstalling cffi-1.14.5: 2021-02-18 20:54:48.416 | Successfully uninstalled cffi-1.14.5 2021-02-18 20:54:48.537 | Attempting uninstall: PyNaCl 2021-02-18 20:54:48.537 | Found existing installation: PyNaCl 1.4.0 2021-02-18 20:54:48.568 | Uninstalling PyNaCl-1.4.0: 2021-02-18 20:54:48.570 | Successfully uninstalled PyNaCl-1.4.0 2021-02-18 20:54:48.675 | Attempting uninstall: PyYAML 2021-02-18 20:54:48.676 | Found existing installation: PyYAML 5.4.1 2021-02-18 20:54:48.695 | Uninstalling PyYAML-5.4.1: 2021-02-18 20:54:48.697 | Successfully uninstalled PyYAML-5.4.1 2021-02-18 20:54:48.793 | Attempting uninstall: attrs 2021-02-18 20:54:48.793 | Found existing installation: attrs 20.3.0 2021-02-18 20:54:48.809 | Uninstalling attrs-20.3.0: 2021-02-18 20:54:48.811 | Successfully uninstalled attrs-20.3.0 2021-02-18 20:54:48.858 | Attempting uninstall: bcrypt 2021-02-18 20:54:48.859 | Found existing installation: bcrypt 3.2.0 2021-02-18 20:54:48.864 | Uninstalling bcrypt-3.2.0: 2021-02-18 20:54:48.865 | Successfully uninstalled bcrypt-3.2.0 2021-02-18 20:54:48.880 | Attempting uninstall: certifi 2021-02-18 20:54:48.881 | Found existing installation: certifi 2020.12.5 2021-02-18 20:54:48.887 | Uninstalling certifi-2020.12.5: 2021-02-18 20:54:48.888 | Successfully uninstalled certifi-2020.12.5 2021-02-18 20:54:48.906 | Attempting uninstall: chardet 2021-02-18 20:54:48.907 | Found existing installation: chardet 4.0.0 2021-02-18 20:54:48.950 | Uninstalling chardet-4.0.0: 2021-02-18 20:54:48.952 | Successfully uninstalled chardet-4.0.0 2021-02-18 20:54:49.166 | Attempting uninstall: wcwidth 2021-02-18 20:54:49.167 | Found existing installation: wcwidth 0.2.5 2021-02-18 20:54:49.176 | Uninstalling wcwidth-0.2.5: 2021-02-18 20:54:49.177 | Successfully uninstalled wcwidth-0.2.5 2021-02-18 20:54:49.201 | Attempting uninstall: pyperclip 2021-02-18 20:54:49.202 | Found existing installation: pyperclip 1.8.1 2021-02-18 20:54:49.207 | Uninstalling pyperclip-1.8.1: 2021-02-18 20:54:49.208 | Successfully uninstalled pyperclip-1.8.1 2021-02-18 20:54:49.223 | Attempting uninstall: cmd2 2021-02-18 20:54:49.224 | Found existing installation: cmd2 1.5.0 2021-02-18 20:54:49.242 | Uninstalling cmd2-1.5.0: 2021-02-18 20:54:49.244 | Successfully uninstalled cmd2-1.5.0 2021-02-18 20:54:49.289 | Attempting uninstall: pbr 2021-02-18 20:54:49.290 | Found existing installation: pbr 5.5.1 2021-02-18 20:54:49.341 | Uninstalling pbr-5.5.1: 2021-02-18 20:54:49.344 | Successfully uninstalled pbr-5.5.1 2021-02-18 20:54:49.481 | Attempting uninstall: stevedore 2021-02-18 20:54:49.482 | Found existing installation: stevedore 3.3.0 2021-02-18 20:54:49.524 | Uninstalling stevedore-3.3.0: 2021-02-18 20:54:49.526 | Successfully uninstalled stevedore-3.3.0 2021-02-18 20:54:49.618 | Attempting uninstall: cliff 2021-02-18 20:54:49.619 | Found existing installation: cliff 3.7.0 2021-02-18 20:54:49.671 | Uninstalling cliff-3.7.0: 2021-02-18 20:54:49.676 | Successfully uninstalled cliff-3.7.0 2021-02-18 20:54:49.818 | Attempting uninstall: cryptography 2021-02-18 20:54:49.819 | Found existing installation: cryptography 3.4.6 2021-02-18 20:54:49.930 | Uninstalling cryptography-3.4.6: 2021-02-18 20:54:49.935 | Successfully uninstalled cryptography-3.4.6 2021-02-18 20:54:50.326 | Attempting uninstall: debtcollector 2021-02-18 20:54:50.327 | Found existing installation: debtcollector 2.2.0 2021-02-18 20:54:50.340 | Uninstalling debtcollector-2.2.0: 2021-02-18 20:54:50.342 | Successfully uninstalled debtcollector-2.2.0 2021-02-18 20:54:50.381 | Attempting uninstall: idna 2021-02-18 20:54:50.381 | Found existing installation: idna 2.10 2021-02-18 20:54:50.392 | Uninstalling idna-2.10: 2021-02-18 20:54:50.393 | Successfully uninstalled idna-2.10 2021-02-18 20:54:50.506 | Attempting uninstall: zipp 2021-02-18 20:54:50.507 | Found existing installation: zipp 3.4.0 2021-02-18 20:54:50.510 | Uninstalling zipp-3.4.0: 2021-02-18 20:54:50.578 | Successfully uninstalled zipp-3.4.0 2021-02-18 20:54:50.589 | Attempting uninstall: importlib-metadata 2021-02-18 20:54:50.590 | Found existing installation: importlib-metadata 3.4.0 2021-02-18 20:54:50.595 | Uninstalling importlib-metadata-3.4.0: 2021-02-18 20:54:50.596 | Successfully uninstalled importlib-metadata-3.4.0 2021-02-18 20:54:50.634 | Attempting uninstall: iso8601 2021-02-18 20:54:50.635 | Found existing installation: iso8601 0.1.14 2021-02-18 20:54:50.641 | Uninstalling iso8601-0.1.14: 2021-02-18 20:54:50.642 | Successfully uninstalled iso8601-0.1.14 2021-02-18 20:54:50.658 | Attempting uninstall: msgpack 2021-02-18 20:54:50.659 | Found existing installation: msgpack 1.0.2 2021-02-18 20:54:50.666 | Uninstalling msgpack-1.0.2: 2021-02-18 20:54:50.667 | Successfully uninstalled msgpack-1.0.2 2021-02-18 20:54:50.701 | Attempting uninstall: netaddr 2021-02-18 20:54:50.702 | Found existing installation: netaddr 0.8.0 2021-02-18 20:54:50.726 | Uninstalling netaddr-0.8.0: 2021-02-18 20:54:50.728 | Successfully uninstalled netaddr-0.8.0 2021-02-18 20:54:50.899 | Attempting uninstall: oslo.i18n 2021-02-18 20:54:50.900 | Found existing installation: oslo.i18n 5.0.1 2021-02-18 20:54:50.927 | Uninstalling oslo.i18n-5.0.1: 2021-02-18 20:54:50.930 | Successfully uninstalled oslo.i18n-5.0.1 2021-02-18 20:54:51.003 | Attempting uninstall: urllib3 2021-02-18 20:54:51.003 | Found existing installation: urllib3 1.26.3 2021-02-18 20:54:51.042 | Uninstalling urllib3-1.26.3: 2021-02-18 20:54:51.045 | Successfully uninstalled urllib3-1.26.3 2021-02-18 20:54:51.166 | Attempting uninstall: requests 2021-02-18 20:54:51.168 | Found existing installation: requests 2.25.1 2021-02-18 20:54:51.186 | Uninstalling requests-2.25.1: 2021-02-18 20:54:51.188 | Successfully uninstalled requests-2.25.1 2021-02-18 20:54:51.251 | Attempting uninstall: oslo.config 2021-02-18 20:54:51.252 | Found existing installation: oslo.config 8.4.0 2021-02-18 20:54:51.287 | Uninstalling oslo.config-8.4.0: 2021-02-18 20:54:51.290 | Successfully uninstalled oslo.config-8.4.0 2021-02-18 20:54:51.483 | Attempting uninstall: oslo.utils 2021-02-18 20:54:51.484 | Found existing installation: oslo.utils 4.8.0 2021-02-18 20:54:51.527 | Uninstalling oslo.utils-4.8.0: 2021-02-18 20:54:51.530 | Successfully uninstalled oslo.utils-4.8.0 2021-02-18 20:54:51.664 | Attempting uninstall: oslo.concurrency 2021-02-18 20:54:51.664 | Found existing installation: oslo.concurrency 4.4.0 2021-02-18 20:54:51.685 | Uninstalling oslo.concurrency-4.4.0: 2021-02-18 20:54:51.687 | Successfully uninstalled oslo.concurrency-4.4.0 2021-02-18 20:54:51.748 | Attempting uninstall: oslo.context 2021-02-18 20:54:51.748 | Found existing installation: oslo.context 3.1.1 2021-02-18 20:54:51.758 | Uninstalling oslo.context-3.1.1: 2021-02-18 20:54:51.759 | Successfully uninstalled oslo.context-3.1.1 2021-02-18 20:54:51.788 | Attempting uninstall: oslo.serialization 2021-02-18 20:54:51.789 | Found existing installation: oslo.serialization 4.1.0 2021-02-18 20:54:51.803 | Uninstalling oslo.serialization-4.1.0: 2021-02-18 20:54:51.805 | Successfully uninstalled oslo.serialization-4.1.0 2021-02-18 20:54:51.849 | Attempting uninstall: oslo.log 2021-02-18 20:54:51.850 | Found existing installation: oslo.log 4.4.0 2021-02-18 20:54:51.881 | Uninstalling oslo.log-4.4.0: 2021-02-18 20:54:51.884 | Successfully uninstalled oslo.log-4.4.0 2021-02-18 20:54:51.984 | Attempting uninstall: paramiko 2021-02-18 20:54:51.985 | Found existing installation: paramiko 2.7.2 2021-02-18 20:54:52.028 | Uninstalling paramiko-2.7.2: 2021-02-18 20:54:52.030 | Successfully uninstalled paramiko-2.7.2 2021-02-18 20:54:52.213 | Attempting uninstall: pyrsistent 2021-02-18 20:54:52.214 | Found existing installation: pyrsistent 0.17.3 2021-02-18 20:54:52.233 | Uninstalling pyrsistent-0.17.3: 2021-02-18 20:54:52.301 | Successfully uninstalled pyrsistent-0.17.3 2021-02-18 20:54:52.368 | Attempting uninstall: voluptuous 2021-02-18 20:54:52.369 | Found existing installation: voluptuous 0.12.1 2021-02-18 20:54:52.378 | Uninstalling voluptuous-0.12.1: 2021-02-18 20:54:52.379 | Successfully uninstalled voluptuous-0.12.1 2021-02-18 20:54:52.412 | Attempting uninstall: stestr 2021-02-18 20:54:52.413 | Found existing installation: stestr 3.1.0 2021-02-18 20:54:52.470 | Uninstalling stestr-3.1.0: 2021-02-18 20:54:52.474 | Successfully uninstalled stestr-3.1.0 2021-02-18 20:54:52.685 | Successfully installed Babel-2.8.0 PyNaCl-1.3.0 PyYAML-5.3.1 attrs-19.3.0 bcrypt-3.1.7 certifi-2020.4.5.1 cffi-1.14.0 chardet-3.0.4 cliff-3.1.0 cmd2-0.8.9 cryptography-2.9 debtcollector-2.0.1 idna-2.9 importlib-metadata-1.6.0 iso8601-0.1.12 msgpack-0.6.2 netaddr-0.7.19 oslo.concurrency-4.0.3 oslo.config-8.0.4 oslo.context-3.0.2 oslo.i18n-4.0.1 oslo.log-4.1.3 oslo.serialization-3.1.2 oslo.utils-4.1.2 paramiko-2.7.1 pbr-5.4.5 pyperclip-1.8.0 pyrsistent-0.16.0 pytz-2019.3 requests-2.23.0 six-1.14.0 stestr-3.0.1 stevedore-1.32.0 urllib3-1.25.8 voluptuous-0.11.7 wcwidth-0.1.9 zipp-3.1.0 2021-02-18 20:54:52.868 | WARNING: You are using pip version 20.0.2; however, version 21.0.1 is available. 2021-02-18 20:54:52.869 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2021-02-18 20:54:52.948 | ++ lib/tempest:install_tempest:749 : PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest 2021-02-18 20:54:52.951 | ++ lib/tempest:install_tempest:750 : popd 2021-02-18 20:54:52.951 | ~/devstack 2021-02-18 20:54:52.953 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-02-18 20:54:52.956 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-02-18 20:54:52.958 | + functions-common:run_phase:1780 : [[ stack == \s\o\u\r\c\e ]] 2021-02-18 20:54:52.961 | + functions-common:run_phase:1783 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-02-18 20:54:52.963 | + functions-common:run_phase:1786 : run_plugins stack install 2021-02-18 20:54:52.966 | + functions-common:run_plugins:1745 : local mode=stack 2021-02-18 20:54:52.969 | + functions-common:run_plugins:1746 : local phase=install 2021-02-18 20:54:52.971 | + functions-common:run_plugins:1748 : local plugins= 2021-02-18 20:54:52.974 | + functions-common:run_plugins:1749 : local plugin 2021-02-18 20:54:52.976 | + ./stack.sh:main:943 : use_library_from_git python-openstackclient 2021-02-18 20:54:52.979 | + inc/python:use_library_from_git:263 : local name=python-openstackclient 2021-02-18 20:54:52.982 | + inc/python:use_library_from_git:264 : local enabled=1 2021-02-18 20:54:52.984 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-02-18 20:54:52.986 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-openstackclient, ]] 2021-02-18 20:54:52.989 | + inc/python:use_library_from_git:266 : return 1 2021-02-18 20:54:52.991 | + ./stack.sh:main:947 : pip_install_gr python-openstackclient 2021-02-18 20:54:52.994 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2021-02-18 20:54:52.996 | + inc/python:pip_install_gr:77 : local clean_name 2021-02-18 20:54:52.999 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2021-02-18 20:54:53.002 | ++ inc/python:get_from_global_requirements:238 : local package=python-openstackclient 2021-02-18 20:54:53.004 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-02-18 20:54:53.008 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-02-18 20:54:53.009 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2021-02-18 20:54:53.013 | ++ inc/python:get_from_global_requirements:240 : required_pkg='python-openstackclient ' 2021-02-18 20:54:53.016 | ++ inc/python:get_from_global_requirements:241 : [[ python-openstackclient == '' ]] 2021-02-18 20:54:53.018 | ++ inc/python:get_from_global_requirements:244 : echo python-openstackclient 2021-02-18 20:54:53.021 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2021-02-18 20:54:53.023 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2021-02-18 20:54:53.043 | Using python 3.6 to install python-openstackclient because python3_enabled=True 2021-02-18 20:54:53.049 | + inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2021-02-18 20:54:55.833 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 20:54:55.833 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-18 20:54:55.833 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.834 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.834 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.835 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.835 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.836 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.836 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.837 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.837 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.837 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.838 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.838 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.839 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.840 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.840 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.840 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.841 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.842 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.842 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.842 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.843 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.843 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.844 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.844 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.844 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.847 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.847 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.847 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.848 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.849 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.849 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.850 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.850 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.850 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.851 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.851 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.852 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.852 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.853 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.853 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.853 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.854 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.854 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.854 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.855 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.855 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.856 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.856 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.857 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.857 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.858 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.858 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.859 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.859 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.859 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.860 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.861 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.861 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.861 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.862 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.863 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.863 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.863 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.865 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.865 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.865 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.866 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.866 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.867 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.868 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.868 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.868 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.869 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.869 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.870 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.870 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.871 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.871 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.871 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.872 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.872 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.873 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.874 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.874 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.874 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.875 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.875 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.876 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.876 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.877 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.877 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.878 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.878 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.878 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.879 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.879 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.880 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.880 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.881 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.881 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.882 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.882 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.883 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.883 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.884 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.884 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.885 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.885 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.886 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.887 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.887 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.888 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.888 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.888 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.889 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.889 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.890 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.890 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.891 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.891 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.892 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.892 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.892 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.893 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.893 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.894 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.894 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.895 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.895 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.896 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.896 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.897 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.897 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.898 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.898 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.898 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.899 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.899 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.899 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.900 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.900 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.901 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.902 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.903 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.903 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.904 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.904 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.904 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.905 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.905 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.906 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.906 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.907 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.907 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.908 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.908 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.908 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.909 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.909 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.909 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.910 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.910 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.911 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.911 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.912 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.912 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.913 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.913 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.913 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.914 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.914 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.914 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.915 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.915 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.916 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.916 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.916 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.917 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.918 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.918 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.918 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.919 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.919 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.919 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.920 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.920 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.921 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.921 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.921 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.922 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.922 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.923 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.923 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.924 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.924 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.924 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.925 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.925 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.925 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.926 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.926 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.927 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.927 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.927 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.928 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.928 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.929 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.929 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.929 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.930 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.930 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.931 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.931 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.931 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.932 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.933 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.933 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.934 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.934 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.935 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.935 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.935 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.936 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.936 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.937 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.937 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.938 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.938 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.938 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.939 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.939 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.940 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.941 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.942 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.942 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.943 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.944 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.945 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.945 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.946 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.946 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.946 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.947 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.947 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.948 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.949 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.949 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.949 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.950 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.950 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.951 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.951 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.952 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.952 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.953 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.953 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.953 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.954 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.954 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.955 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.955 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.956 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.956 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.957 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.957 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.957 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.958 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.958 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.958 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.959 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.959 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.960 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.960 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.961 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.961 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.962 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.962 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.962 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.963 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.963 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.964 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.964 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.965 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.965 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.966 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.966 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.966 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.967 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.967 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.968 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.968 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.968 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.969 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.969 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.970 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.970 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.971 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.971 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.971 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.972 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.972 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.973 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.973 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.974 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.974 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.975 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.975 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.975 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.976 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.976 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.976 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.977 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.977 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.978 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.978 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.979 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.979 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.980 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.980 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.980 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.981 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.981 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.982 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.982 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.982 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.983 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.983 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.984 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.984 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.985 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.986 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.986 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.987 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.987 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.988 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.988 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.988 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.989 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.989 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.990 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.990 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.991 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.991 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.991 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.992 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.992 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.993 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.993 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.994 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.994 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.995 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.996 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.996 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:55.996 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.997 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.997 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.998 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.998 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:55.999 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:55.999 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.000 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.000 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.000 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.001 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.001 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.002 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.002 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.003 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.003 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.003 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.004 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.004 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.005 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.005 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.005 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.006 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.007 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.007 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.007 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.008 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.008 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.009 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.009 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.010 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.010 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.011 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.011 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.012 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.012 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.013 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.013 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.013 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.014 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.014 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.015 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.015 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.016 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.016 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.016 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.017 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.017 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.017 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.018 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.018 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.019 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.019 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.020 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.020 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.021 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.021 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.022 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.022 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.023 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.023 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.024 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 20:54:56.024 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 20:54:56.025 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 20:54:56.607 | Collecting python-openstackclient===5.2.0 2021-02-18 20:54:56.614 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a67/493fb470cff71/python_openstackclient-5.2.0-py3-none-any.whl (883 kB) 2021-02-18 20:54:56.762 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 834)) (1.14.0) 2021-02-18 20:54:56.765 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 687)) (4.0.0) 2021-02-18 20:54:56.786 | Requirement already satisfied: osc-lib===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (2.0.0) 2021-02-18 20:54:56.806 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493)) (4.0.1) 2021-02-18 20:54:56.816 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-02-18 20:54:56.821 | Requirement already satisfied: openstacksdk===0.46.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 429)) (0.46.0) 2021-02-18 20:54:56.849 | Requirement already satisfied: python-novaclient===17.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 721)) (17.0.0) 2021-02-18 20:54:56.869 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (4.1.2) 2021-02-18 20:54:56.888 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (3.1.0) 2021-02-18 20:54:56.904 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (5.4.5) 2021-02-18 20:54:56.907 | Requirement already satisfied: python-cinderclient===7.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 642)) (7.0.0) 2021-02-18 20:54:56.928 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (3.1.2) 2021-02-18 20:54:56.941 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 903)) (1.32.0) 2021-02-18 20:54:56.948 | Requirement already satisfied: oslo.config===8.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (8.0.4) 2021-02-18 20:54:56.962 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.1) 2021-02-18 20:54:56.971 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 790)) (2.23.0) 2021-02-18 20:54:56.994 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.0.0) 2021-02-18 20:54:57.063 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 832)) (3.17.0) 2021-02-18 20:54:57.067 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 775)) (2019.3) 2021-02-18 20:54:57.071 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.1.12) 2021-02-18 20:54:57.076 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (0.9.0) 2021-02-18 20:54:57.080 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-02-18 20:54:57.084 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) (1.4.3) 2021-02-18 20:54:57.087 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 798)) (1.4.0) 2021-02-18 20:54:57.090 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377)) (2.5.0) 2021-02-18 20:54:57.114 | Requirement already satisfied: jmespath===0.9.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (0.9.5) 2021-02-18 20:54:57.118 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-02-18 20:54:57.121 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (2.9) 2021-02-18 20:54:57.162 | Requirement already satisfied: jsonpatch===1.25 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (1.25) 2021-02-18 20:54:57.168 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.4.2) 2021-02-18 20:54:57.172 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 452)) (1.7.0) 2021-02-18 20:54:57.177 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 581)) (0.7.2) 2021-02-18 20:54:57.179 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (2.4.7) 2021-02-18 20:54:57.183 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.7.19) 2021-02-18 20:54:57.187 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) (0.8.9) 2021-02-18 20:54:57.204 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (0.6.2) 2021-02-18 20:54:57.208 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 802)) (1.4.0) 2021-02-18 20:54:57.213 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 992)) (1.12.1) 2021-02-18 20:54:57.216 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-02-18 20:54:57.219 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 973)) (1.25.8) 2021-02-18 20:54:57.242 | Requirement already satisfied: certifi===2020.4.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2020.4.5.1) 2021-02-18 20:54:57.245 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.9) 2021-02-18 20:54:57.249 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-02-18 20:54:57.253 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.0) 2021-02-18 20:54:57.257 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 983)) (0.1.9) 2021-02-18 20:54:57.260 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 614)) (1.8.0) 2021-02-18 20:54:57.263 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 599)) (2.20) 2021-02-18 20:54:59.173 | Installing collected packages: python-openstackclient 2021-02-18 20:55:00.438 | Successfully installed python-openstackclient-5.2.0 2021-02-18 20:55:00.580 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 20:55:00.580 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 20:55:00.651 | + inc/python:pip_install:207 : result=0 2021-02-18 20:55:00.654 | + inc/python:pip_install:209 : time_stop pip_install 2021-02-18 20:55:00.656 | + functions-common:time_stop:2331 : local name 2021-02-18 20:55:00.659 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:55:00.661 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:55:00.664 | + functions-common:time_stop:2334 : local total 2021-02-18 20:55:00.666 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:55:00.669 | + functions-common:time_stop:2337 : name=pip_install 2021-02-18 20:55:00.671 | + functions-common:time_stop:2338 : start_time=1613681693038 2021-02-18 20:55:00.674 | + functions-common:time_stop:2340 : [[ -z 1613681693038 ]] 2021-02-18 20:55:00.677 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:55:00.680 | + functions-common:time_stop:2343 : end_time=1613681700677 2021-02-18 20:55:00.683 | + functions-common:time_stop:2344 : elapsed_time=7639 2021-02-18 20:55:00.685 | + functions-common:time_stop:2345 : total=351557 2021-02-18 20:55:00.687 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:55:00.690 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=359196 2021-02-18 20:55:00.692 | + inc/python:pip_install:210 : return 0 2021-02-18 20:55:00.695 | + ./stack.sh:main:952 : install_oscwrap 2021-02-18 20:55:00.698 | ++ functions-common:install_oscwrap:2376 : mktemp 2021-02-18 20:55:00.701 | + functions-common:install_oscwrap:2376 : OSCWRAP_TIMER_FILE=/tmp/tmp.7S28W2RZ8B 2021-02-18 20:55:00.704 | + functions-common:install_oscwrap:2379 : shopt -s expand_aliases 2021-02-18 20:55:00.706 | + functions-common:install_oscwrap:2382 : unalias -a 2021-02-18 20:55:00.708 | + functions-common:install_oscwrap:2384 : alias openstack=oscwrap 2021-02-18 20:55:00.711 | + ./stack.sh:main:957 : [[ False != \F\a\l\s\e ]] 2021-02-18 20:55:00.714 | + ./stack.sh:main:997 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-02-18 20:55:00.717 | + ./stack.sh:main:1005 : is_service_enabled mysql postgresql 2021-02-18 20:55:00.733 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:55:00.736 | + ./stack.sh:main:1006 : configure_database 2021-02-18 20:55:00.738 | + lib/database:configure_database:126 : configure_database_mysql 2021-02-18 20:55:00.740 | + lib/databases/mysql:configure_database_mysql:69 : local my_conf mysql slow_log 2021-02-18 20:55:00.743 | + lib/databases/mysql:configure_database_mysql:70 : echo_summary 'Configuring and starting MySQL' 2021-02-18 20:55:00.746 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 20:55:00.748 | + ./stack.sh:echo_summary:421 : echo -e Configuring and starting MySQL 2021-02-18 20:55:00.750 | + lib/databases/mysql:configure_database_mysql:72 : is_ubuntu 2021-02-18 20:55:00.753 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:55:00.755 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:55:00.757 | + lib/databases/mysql:configure_database_mysql:73 : my_conf=/etc/mysql/my.cnf 2021-02-18 20:55:00.760 | + lib/databases/mysql:configure_database_mysql:87 : is_fedora 2021-02-18 20:55:00.762 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-02-18 20:55:00.765 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-02-18 20:55:00.767 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-02-18 20:55:00.769 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-02-18 20:55:00.771 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-02-18 20:55:00.773 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-02-18 20:55:00.776 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-02-18 20:55:00.778 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-02-18 20:55:00.780 | + lib/databases/mysql:configure_database_mysql:87 : is_suse 2021-02-18 20:55:00.782 | + functions-common:is_suse:462 : is_opensuse 2021-02-18 20:55:00.785 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-02-18 20:55:00.787 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-18 20:55:00.789 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-02-18 20:55:00.792 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-02-18 20:55:00.795 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-18 20:55:00.797 | + lib/databases/mysql:configure_database_mysql:95 : sudo mysqladmin -u root password Passw0rd 2021-02-18 20:55:00.818 | mysqladmin: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 20:55:00.818 | Warning: Since password will be sent to server in plain text, use ssl connection to ensure password safety. 2021-02-18 20:55:00.822 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2021-02-18 20:55:00.825 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:55:00.828 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:55:00.830 | + lib/databases/mysql:configure_database_mysql:99 : '[' mysql == mariadb ']' 2021-02-18 20:55:00.832 | + lib/databases/mysql:configure_database_mysql:102 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2021-02-18 20:55:00.835 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2021-02-18 20:55:00.837 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 20:55:00.840 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 20:55:00.842 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2021-02-18 20:55:00.845 | + lib/databases/mysql:configure_database_mysql:113 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2021-02-18 20:55:00.854 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 20:55:00.868 | + lib/databases/mysql:configure_database_mysql:115 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2021-02-18 20:55:00.877 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 20:55:00.892 | ++ lib/databases/mysql:configure_database_mysql:121 : ipv6_unquote 0.0.0.0 2021-02-18 20:55:00.895 | ++ functions-common:ipv6_unquote:2129 : echo 0.0.0.0 2021-02-18 20:55:00.895 | ++ functions-common:ipv6_unquote:2129 : tr -d '[]' 2021-02-18 20:55:00.899 | + lib/databases/mysql:configure_database_mysql:121 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2021-02-18 20:55:00.954 | + lib/databases/mysql:configure_database_mysql:122 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2021-02-18 20:55:00.998 | + lib/databases/mysql:configure_database_mysql:123 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2021-02-18 20:55:01.043 | + lib/databases/mysql:configure_database_mysql:124 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2021-02-18 20:55:01.089 | + lib/databases/mysql:configure_database_mysql:126 : [[ False == \T\r\u\e ]] 2021-02-18 20:55:01.092 | + lib/databases/mysql:configure_database_mysql:146 : restart_service mysql 2021-02-18 20:55:01.094 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-02-18 20:55:01.097 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart mysql 2021-02-18 20:55:02.996 | + ./stack.sh:main:1010 : save_stackenv 1010 2021-02-18 20:55:02.998 | + functions-common:save_stackenv:60 : local tag=1010 2021-02-18 20:55:03.002 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-02-18 20:55:03.005 | + functions-common:save_stackenv:62 : time_stamp=2021-02-18-205503 2021-02-18 20:55:03.008 | + functions-common:save_stackenv:63 : echo '# 2021-02-18-205503 1010' 2021-02-18 20:55:03.011 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:55:03.013 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-02-18 20:55:03.016 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:55:03.018 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-02-18 20:55:03.021 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:55:03.023 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-02-18 20:55:03.026 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:55:03.028 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-02-18 20:55:03.031 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:55:03.033 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.41 2021-02-18 20:55:03.036 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:55:03.038 | + functions-common:save_stackenv:65 : echo KEYSTONE_AUTH_URI=http://10.222.0.41/identity 2021-02-18 20:55:03.040 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:55:03.043 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.41/identity 2021-02-18 20:55:03.046 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:55:03.048 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-02-18-204243 2021-02-18 20:55:03.051 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:55:03.053 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-02-18 20:55:03.056 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:55:03.059 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.41 2021-02-18 20:55:03.061 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:55:03.064 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-02-18 20:55:03.066 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:55:03.069 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-02-18 20:55:03.071 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:55:03.074 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-02-18 20:55:03.076 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 20:55:03.078 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-02-18 20:55:03.081 | + ./stack.sh:main:1022 : [[ True == \T\r\u\e ]] 2021-02-18 20:55:03.083 | + ./stack.sh:main:1023 : [[ -f /sys/kernel/mm/ksm/run ]] 2021-02-18 20:55:03.086 | + ./stack.sh:main:1024 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2021-02-18 20:55:03.097 | + ./stack.sh:main:1036 : start_dstat 2021-02-18 20:55:03.099 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-18 20:55:03.101 | + functions-common:run_process:1582 : local service=dstat 2021-02-18 20:55:03.104 | + functions-common:run_process:1583 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-18 20:55:03.108 | + functions-common:run_process:1584 : local group= 2021-02-18 20:55:03.110 | + functions-common:run_process:1585 : local user= 2021-02-18 20:55:03.112 | + functions-common:run_process:1587 : local name=dstat 2021-02-18 20:55:03.115 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 20:55:03.117 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 20:55:03.119 | + functions-common:time_start:2318 : local start_time= 2021-02-18 20:55:03.122 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 20:55:03.125 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 20:55:03.129 | + functions-common:time_start:2322 : _TIME_START[$name]=1613681703126 2021-02-18 20:55:03.131 | + functions-common:run_process:1590 : is_service_enabled dstat 2021-02-18 20:55:03.147 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:55:03.149 | + functions-common:run_process:1591 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2021-02-18 20:55:03.151 | + functions-common:_run_under_systemd:1547 : local service=dstat 2021-02-18 20:55:03.154 | + functions-common:_run_under_systemd:1548 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-18 20:55:03.156 | + functions-common:_run_under_systemd:1549 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-18 20:55:03.158 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-18 20:55:03.161 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-18 20:55:03.163 | + functions-common:_common_systemd_pitfalls:1522 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2021-02-18 20:55:03.166 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2021-02-18 20:55:03.169 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@dstat.service 2021-02-18 20:55:03.171 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 20:55:03.173 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 20:55:03.175 | + functions-common:_run_under_systemd:1556 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2021-02-18 20:55:03.178 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2021-02-18 20:55:03.180 | + functions-common:write_user_unit_file:1464 : local service=devstack@dstat.service 2021-02-18 20:55:03.183 | + functions-common:write_user_unit_file:1465 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-18 20:55:03.186 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 20:55:03.188 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 20:55:03.190 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 20:55:03.193 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 20:55:03.195 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@dstat.service 2021-02-18 20:55:03.197 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 20:55:03.201 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2021-02-18 20:55:03.254 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2021-02-18 20:55:03.308 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-18 20:55:03.353 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2021-02-18 20:55:03.397 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2021-02-18 20:55:03.442 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 20:55:03.486 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 20:55:03.489 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2021-02-18 20:55:03.542 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 20:55:03.735 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@dstat.service 2021-02-18 20:55:03.749 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2021-02-18 20:55:03.931 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@dstat.service 2021-02-18 20:55:03.957 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 20:55:03.960 | + functions-common:time_stop:2331 : local name 2021-02-18 20:55:03.962 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:55:03.965 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:55:03.968 | + functions-common:time_stop:2334 : local total 2021-02-18 20:55:03.970 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:55:03.973 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 20:55:03.975 | + functions-common:time_stop:2338 : start_time=1613681703126 2021-02-18 20:55:03.978 | + functions-common:time_stop:2340 : [[ -z 1613681703126 ]] 2021-02-18 20:55:03.981 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:55:03.985 | + functions-common:time_stop:2343 : end_time=1613681703982 2021-02-18 20:55:03.987 | + functions-common:time_stop:2344 : elapsed_time=856 2021-02-18 20:55:03.990 | + functions-common:time_stop:2345 : total=0 2021-02-18 20:55:03.992 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:55:03.994 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=856 2021-02-18 20:55:03.998 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2021-02-18 20:55:04.000 | + functions-common:run_process:1582 : local service=memory_tracker 2021-02-18 20:55:04.002 | + functions-common:run_process:1583 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2021-02-18 20:55:04.005 | + functions-common:run_process:1584 : local group= 2021-02-18 20:55:04.007 | + functions-common:run_process:1585 : local user=root 2021-02-18 20:55:04.010 | + functions-common:run_process:1587 : local name=memory_tracker 2021-02-18 20:55:04.012 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 20:55:04.015 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 20:55:04.017 | + functions-common:time_start:2318 : local start_time= 2021-02-18 20:55:04.019 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 20:55:04.024 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 20:55:04.026 | + functions-common:time_start:2322 : _TIME_START[$name]=1613681704023 2021-02-18 20:55:04.029 | + functions-common:run_process:1590 : is_service_enabled memory_tracker 2021-02-18 20:55:04.049 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:55:04.052 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 20:55:04.054 | + functions-common:time_stop:2331 : local name 2021-02-18 20:55:04.057 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:55:04.061 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:55:04.063 | + functions-common:time_stop:2334 : local total 2021-02-18 20:55:04.066 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:55:04.068 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 20:55:04.070 | + functions-common:time_stop:2338 : start_time=1613681704023 2021-02-18 20:55:04.073 | + functions-common:time_stop:2340 : [[ -z 1613681704023 ]] 2021-02-18 20:55:04.076 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:55:04.080 | + functions-common:time_stop:2343 : end_time=1613681704077 2021-02-18 20:55:04.082 | + functions-common:time_stop:2344 : elapsed_time=54 2021-02-18 20:55:04.084 | + functions-common:time_stop:2345 : total=856 2021-02-18 20:55:04.087 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:55:04.089 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=910 2021-02-18 20:55:04.092 | + lib/dstat:start_dstat:39 : is_service_enabled peakmem_tracker 2021-02-18 20:55:04.109 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:55:04.111 | + ./stack.sh:main:1040 : is_service_enabled tcpdump 2021-02-18 20:55:04.128 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:55:04.130 | + ./stack.sh:main:1048 : is_service_enabled etcd3 2021-02-18 20:55:04.146 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:55:04.149 | + ./stack.sh:main:1049 : start_etcd3 2021-02-18 20:55:04.152 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2021-02-18 20:55:04.154 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-osbrick-773686-1-smb --data-dir /opt/stack/data/etcd' 2021-02-18 20:55:04.157 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2021-02-18 20:55:04.159 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-osbrick-773686-1-smb=http://10.222.0.41:2380' 2021-02-18 20:55:04.161 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.41:2380' 2021-02-18 20:55:04.164 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.41:2379' 2021-02-18 20:55:04.166 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2021-02-18 20:55:04.169 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2021-02-18 20:55:04.171 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.41:2379' 2021-02-18 20:55:04.174 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2021-02-18 20:55:04.176 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2021-02-18 20:55:04.179 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-02-18 20:55:04.181 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-osbrick-773686-1-smb --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-773686-1-smb=http://10.222.0.41:2380 --initial-advertise-peer-urls http://10.222.0.41:2380 --advertise-client-urls http://10.222.0.41:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.41:2379 --debug' '' root 2021-02-18 20:55:04.184 | + functions-common:write_user_unit_file:1464 : local service=devstack@etcd.service 2021-02-18 20:55:04.186 | + functions-common:write_user_unit_file:1465 : local 'command=/opt/stack/bin/etcd --name dv-osbrick-773686-1-smb --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-773686-1-smb=http://10.222.0.41:2380 --initial-advertise-peer-urls http://10.222.0.41:2380 --advertise-client-urls http://10.222.0.41:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.41:2379 --debug' 2021-02-18 20:55:04.189 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 20:55:04.191 | + functions-common:write_user_unit_file:1467 : local user=root 2021-02-18 20:55:04.193 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 20:55:04.196 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 20:55:04.198 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-02-18 20:55:04.200 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 20:55:04.204 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2021-02-18 20:55:04.257 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2021-02-18 20:55:04.311 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-osbrick-773686-1-smb --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-773686-1-smb=http://10.222.0.41:2380 --initial-advertise-peer-urls http://10.222.0.41:2380 --advertise-client-urls http://10.222.0.41:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.41:2379 --debug' 2021-02-18 20:55:04.355 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2021-02-18 20:55:04.400 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2021-02-18 20:55:04.445 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 20:55:04.489 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 20:55:04.491 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2021-02-18 20:55:04.546 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 20:55:04.744 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2021-02-18 20:55:04.790 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2021-02-18 20:55:04.836 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2021-02-18 20:55:04.882 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2021-02-18 20:55:04.927 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2021-02-18 20:55:04.931 | ++ functions-common:is_arch:428 : uname -m 2021-02-18 20:55:04.935 | + functions-common:is_arch:428 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2021-02-18 20:55:04.937 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2021-02-18 20:55:05.134 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2021-02-18 20:55:05.147 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2021-02-18 20:55:05.309 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2021-02-18 20:55:06.364 | + ./stack.sh:main:1060 : cat 2021-02-18 20:55:06.368 | + ./stack.sh:main:1075 : is_service_enabled tls-proxy 2021-02-18 20:55:06.385 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:55:06.388 | + ./stack.sh:main:1080 : source /home/ubuntu/devstack/userrc_early 2021-02-18 20:55:06.391 | ++ userrc_early:source:4 : export OS_IDENTITY_API_VERSION=3 2021-02-18 20:55:06.393 | ++ userrc_early:source:4 : OS_IDENTITY_API_VERSION=3 2021-02-18 20:55:06.396 | ++ userrc_early:source:5 : export OS_AUTH_URL=http://10.222.0.41/identity 2021-02-18 20:55:06.398 | ++ userrc_early:source:5 : OS_AUTH_URL=http://10.222.0.41/identity 2021-02-18 20:55:06.402 | ++ userrc_early:source:6 : export OS_USERNAME=admin 2021-02-18 20:55:06.404 | ++ userrc_early:source:6 : OS_USERNAME=admin 2021-02-18 20:55:06.407 | ++ userrc_early:source:7 : export OS_USER_DOMAIN_ID=default 2021-02-18 20:55:06.409 | ++ userrc_early:source:7 : OS_USER_DOMAIN_ID=default 2021-02-18 20:55:06.412 | ++ userrc_early:source:8 : export OS_PASSWORD=Passw0rd 2021-02-18 20:55:06.414 | ++ userrc_early:source:8 : OS_PASSWORD=Passw0rd 2021-02-18 20:55:06.417 | ++ userrc_early:source:9 : export OS_PROJECT_NAME=admin 2021-02-18 20:55:06.419 | ++ userrc_early:source:9 : OS_PROJECT_NAME=admin 2021-02-18 20:55:06.422 | ++ userrc_early:source:10 : export OS_PROJECT_DOMAIN_ID=default 2021-02-18 20:55:06.424 | ++ userrc_early:source:10 : OS_PROJECT_DOMAIN_ID=default 2021-02-18 20:55:06.427 | ++ userrc_early:source:11 : export OS_REGION_NAME=RegionOne 2021-02-18 20:55:06.429 | ++ userrc_early:source:11 : OS_REGION_NAME=RegionOne 2021-02-18 20:55:06.433 | + ./stack.sh:main:1082 : is_service_enabled keystone 2021-02-18 20:55:06.448 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:55:06.450 | + ./stack.sh:main:1083 : echo_summary 'Starting Keystone' 2021-02-18 20:55:06.453 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 20:55:06.455 | + ./stack.sh:echo_summary:421 : echo -e Starting Keystone 2021-02-18 20:55:06.458 | + ./stack.sh:main:1085 : '[' 10.222.0.41 == 10.222.0.41 ']' 2021-02-18 20:55:06.460 | + ./stack.sh:main:1086 : init_keystone 2021-02-18 20:55:06.463 | + lib/keystone:init_keystone:437 : is_service_enabled ldap 2021-02-18 20:55:06.478 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:55:06.481 | + lib/keystone:init_keystone:441 : [[ True == True ]] 2021-02-18 20:55:06.483 | + lib/keystone:init_keystone:443 : recreate_database keystone 2021-02-18 20:55:06.485 | + lib/database:recreate_database:110 : local db=keystone 2021-02-18 20:55:06.488 | + lib/database:recreate_database:111 : recreate_database_mysql keystone 2021-02-18 20:55:06.490 | + lib/databases/mysql:recreate_database_mysql:63 : local db=keystone 2021-02-18 20:55:06.492 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2021-02-18 20:55:06.496 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 20:55:06.510 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2021-02-18 20:55:06.514 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 20:55:06.525 | + lib/keystone:init_keystone:446 : time_start dbsync 2021-02-18 20:55:06.528 | + functions-common:time_start:2317 : local name=dbsync 2021-02-18 20:55:06.531 | + functions-common:time_start:2318 : local start_time= 2021-02-18 20:55:06.533 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 20:55:06.536 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 20:55:06.540 | + functions-common:time_start:2322 : _TIME_START[$name]=1613681706537 2021-02-18 20:55:06.543 | + lib/keystone:init_keystone:448 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2021-02-18 20:55:08.824 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:08.826 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.826 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.826 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.827 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.827 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.827 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.827 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.828 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.828 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.828 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.828 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.828 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.828 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.829 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.829 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.829 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.829 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.829 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.829 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.830 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.830 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.830 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.830 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.830 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.831 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.831 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.831 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.831 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.831 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.833 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.834 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.835 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.835 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.835 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.835 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.836 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.836 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.837 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.838 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.838 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.838 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.839 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.841 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:08.841 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:08.876 | 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=65107) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-18 20:55:08.878 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:08.879 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.879 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.879 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.880 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.880 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.880 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.880 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.880 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.881 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.881 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.881 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.881 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.881 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.881 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.882 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.882 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.882 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.882 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.882 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.882 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.883 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.883 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.883 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.883 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.883 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.884 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.884 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.884 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.885 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.885 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.885 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.886 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.886 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.886 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.886 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.886 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.887 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.887 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.887 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.887 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.887 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.887 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.888 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.888 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.888 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.889 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.889 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.889 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.889 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.890 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.890 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.892 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.892 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.893 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.893 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.893 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.893 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.893 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.893 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.895 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:08.895 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:08.938 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:08.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.940 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.940 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.942 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.942 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.946 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.946 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.947 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.948 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.948 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.949 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.950 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.951 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.952 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:08.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:08.954 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:08.954 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:08.999 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:09.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.001 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.003 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.004 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.007 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.008 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.009 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.009 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.009 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.011 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.011 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.013 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.014 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:09.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:09.016 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:09.016 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:09.023 | INFO migrate.versioning.api [-] 66 -> 67...  2021-02-18 20:55:11.418 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:11.418 | INFO migrate.versioning.api [-] 67 -> 68...  2021-02-18 20:55:11.424 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:11.424 | INFO migrate.versioning.api [-] 68 -> 69...  2021-02-18 20:55:11.433 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:11.433 | INFO migrate.versioning.api [-] 69 -> 70...  2021-02-18 20:55:11.441 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:11.441 | INFO migrate.versioning.api [-] 70 -> 71...  2021-02-18 20:55:11.447 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:11.447 | INFO migrate.versioning.api [-] 71 -> 72...  2021-02-18 20:55:11.455 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:11.455 | INFO migrate.versioning.api [-] 72 -> 73...  2021-02-18 20:55:11.700 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:11.701 | INFO migrate.versioning.api [-] 73 -> 74...  2021-02-18 20:55:11.808 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:11.808 | INFO migrate.versioning.api [-] 74 -> 75...  2021-02-18 20:55:11.867 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:11.867 | INFO migrate.versioning.api [-] 75 -> 76...  2021-02-18 20:55:11.875 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:11.875 | INFO migrate.versioning.api [-] 76 -> 77...  2021-02-18 20:55:11.884 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:11.884 | INFO migrate.versioning.api [-] 77 -> 78...  2021-02-18 20:55:11.890 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:11.890 | INFO migrate.versioning.api [-] 78 -> 79...  2021-02-18 20:55:11.898 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:11.898 | INFO migrate.versioning.api [-] 79 -> 80...  2021-02-18 20:55:11.907 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:11.907 | INFO migrate.versioning.api [-] 80 -> 81...  2021-02-18 20:55:11.976 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:11.976 | INFO migrate.versioning.api [-] 81 -> 82...  2021-02-18 20:55:12.254 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:12.254 | INFO migrate.versioning.api [-] 82 -> 83...  2021-02-18 20:55:12.590 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:12.590 | INFO migrate.versioning.api [-] 83 -> 84...  2021-02-18 20:55:12.686 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:12.686 | INFO migrate.versioning.api [-] 84 -> 85...  2021-02-18 20:55:12.856 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:12.856 | INFO migrate.versioning.api [-] 85 -> 86...  2021-02-18 20:55:12.909 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:12.909 | INFO migrate.versioning.api [-] 86 -> 87...  2021-02-18 20:55:13.233 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:13.233 | INFO migrate.versioning.api [-] 87 -> 88...  2021-02-18 20:55:13.393 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:13.393 | INFO migrate.versioning.api [-] 88 -> 89...  2021-02-18 20:55:13.419 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:13.419 | INFO migrate.versioning.api [-] 89 -> 90...  2021-02-18 20:55:13.549 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:13.549 | INFO migrate.versioning.api [-] 90 -> 91...  2021-02-18 20:55:13.850 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:13.850 | INFO migrate.versioning.api [-] 91 -> 92...  2021-02-18 20:55:14.148 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:14.148 | INFO migrate.versioning.api [-] 92 -> 93...  2021-02-18 20:55:14.476 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:14.476 | INFO migrate.versioning.api [-] 93 -> 94...  2021-02-18 20:55:14.702 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:14.703 | INFO migrate.versioning.api [-] 94 -> 95...  2021-02-18 20:55:14.857 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:14.857 | INFO migrate.versioning.api [-] 95 -> 96...  2021-02-18 20:55:14.868 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:14.868 | INFO migrate.versioning.api [-] 96 -> 97...  2021-02-18 20:55:14.877 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:14.878 | INFO migrate.versioning.api [-] 97 -> 98...  2021-02-18 20:55:14.883 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:14.884 | INFO migrate.versioning.api [-] 98 -> 99...  2021-02-18 20:55:14.892 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:14.892 | INFO migrate.versioning.api [-] 99 -> 100...  2021-02-18 20:55:14.898 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:14.898 | INFO migrate.versioning.api [-] 100 -> 101...  2021-02-18 20:55:14.907 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:14.908 | INFO migrate.versioning.api [-] 101 -> 102...  2021-02-18 20:55:14.922 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:14.922 | INFO migrate.versioning.api [-] 102 -> 103...  2021-02-18 20:55:14.997 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:14.997 | INFO migrate.versioning.api [-] 103 -> 104...  2021-02-18 20:55:15.006 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:15.006 | INFO migrate.versioning.api [-] 104 -> 105...  2021-02-18 20:55:15.195 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:15.195 | INFO migrate.versioning.api [-] 105 -> 106...  2021-02-18 20:55:15.295 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:15.296 | INFO migrate.versioning.api [-] 106 -> 107...  2021-02-18 20:55:15.484 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:15.484 | INFO migrate.versioning.api [-] 107 -> 108...  2021-02-18 20:55:15.676 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:15.676 | INFO migrate.versioning.api [-] 108 -> 109...  2021-02-18 20:55:15.764 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:15.764 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:15.765 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.765 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.766 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.766 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.768 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.768 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.768 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.768 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.768 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.769 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.769 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.769 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.770 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.770 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.773 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.774 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.774 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.774 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.774 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.774 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.774 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.775 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.775 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.775 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.775 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.775 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.775 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.776 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.776 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.776 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.776 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.776 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.778 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.778 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.780 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.780 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.780 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.780 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.780 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.780 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.781 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.781 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:15.781 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:15.782 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:15.783 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.783 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.783 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.783 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.784 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.784 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.786 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.786 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.786 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.788 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.788 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.788 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.790 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.791 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.792 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.792 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.792 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.794 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.794 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.796 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.796 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.797 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.797 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.799 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.799 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:15.799 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:15.800 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:15.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.801 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.802 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.804 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.804 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.808 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.809 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.810 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.811 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.811 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.812 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.812 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.814 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.814 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.817 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:15.817 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:15.823 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:15.824 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.824 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.825 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.825 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.825 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.825 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.826 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.826 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.826 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.826 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.826 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.827 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.827 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.827 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.828 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.828 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.828 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.828 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.828 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.829 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.829 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.829 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.829 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.829 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.829 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.830 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.830 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.830 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.830 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.830 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.830 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.831 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.831 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.831 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.831 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.831 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.831 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.832 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.832 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.834 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.835 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.835 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.835 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.835 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.835 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.836 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.836 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.836 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.838 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.838 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.838 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.838 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.838 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.839 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.839 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.839 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.839 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.841 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.842 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.842 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.842 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.842 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.842 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.843 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.844 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.847 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.847 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.848 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.848 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.848 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.848 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.850 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.850 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.851 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.851 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.851 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.851 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.852 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:15.852 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:15.865 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:15.867 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.867 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.867 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.867 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.868 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.868 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.868 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.868 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.869 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.869 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.870 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.870 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.870 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.871 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.871 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.872 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.872 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.873 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.873 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.873 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.876 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.876 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.876 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.876 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.876 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.876 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.877 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.877 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.877 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.878 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.878 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.878 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.878 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.879 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.879 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.879 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.879 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.879 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.879 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.880 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.880 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.880 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.880 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.880 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.880 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.881 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.881 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.881 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.881 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.881 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.881 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.882 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.882 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.882 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.882 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.882 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.883 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.883 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.883 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.883 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.883 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.883 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.884 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.884 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.884 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.885 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.885 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.885 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.885 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.885 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.885 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.886 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.886 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.886 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.886 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.886 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.886 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.887 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.887 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.887 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.887 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.887 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.888 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.888 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.888 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.888 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.888 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.889 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.889 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.889 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.890 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.890 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.891 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.891 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.891 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.891 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.893 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.893 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.893 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.893 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.894 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.894 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.894 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.894 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.895 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:15.895 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:15.895 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:15.896 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.897 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.898 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.898 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.898 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.898 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.899 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.899 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.900 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.901 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.901 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.901 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.901 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.902 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.905 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.905 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.907 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.907 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.908 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.908 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.908 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.908 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.908 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.910 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.911 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.911 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.911 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.912 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.912 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.912 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.914 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.914 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.914 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.915 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.915 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.915 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.915 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.915 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.916 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.916 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.916 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.920 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.920 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.920 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.920 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.921 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.921 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.921 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.921 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.923 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.923 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.924 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.924 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.924 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.924 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.925 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:15.925 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:15.930 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:15.931 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.931 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.933 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.933 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.933 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.933 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.934 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.935 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.936 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.936 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.936 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.937 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.937 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.937 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.937 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.937 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.937 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.938 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.938 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.938 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.938 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.938 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.938 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.940 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.941 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.943 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.943 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.943 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.943 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.943 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.944 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.944 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.946 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.946 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.947 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.947 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.947 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.947 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.947 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.950 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.950 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.950 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.951 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.951 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.951 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.951 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.952 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.955 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.955 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.956 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.956 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.956 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.957 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.958 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.958 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.959 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.959 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.959 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.959 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:15.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:15.960 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:15.960 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:15.968 | INFO migrate.versioning.api [-] 0 -> 1...  2021-02-18 20:55:15.974 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:15.974 | INFO migrate.versioning.api [-] 1 -> 2...  2021-02-18 20:55:15.980 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:15.980 | INFO migrate.versioning.api [-] 2 -> 3...  2021-02-18 20:55:16.244 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:16.244 | INFO migrate.versioning.api [-] 3 -> 4...  2021-02-18 20:55:16.252 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:16.252 | INFO migrate.versioning.api [-] 4 -> 5...  2021-02-18 20:55:16.260 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:16.260 | INFO migrate.versioning.api [-] 5 -> 6...  2021-02-18 20:55:16.269 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:16.269 | INFO migrate.versioning.api [-] 6 -> 7...  2021-02-18 20:55:16.277 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:16.277 | INFO migrate.versioning.api [-] 7 -> 8...  2021-02-18 20:55:16.285 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:16.286 | INFO migrate.versioning.api [-] 8 -> 9...  2021-02-18 20:55:16.294 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:16.294 | INFO migrate.versioning.api [-] 9 -> 10...  2021-02-18 20:55:16.476 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:16.476 | INFO migrate.versioning.api [-] 10 -> 11...  2021-02-18 20:55:16.484 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:16.485 | INFO migrate.versioning.api [-] 11 -> 12...  2021-02-18 20:55:16.712 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:16.712 | INFO migrate.versioning.api [-] 12 -> 13...  2021-02-18 20:55:16.720 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:16.721 | INFO migrate.versioning.api [-] 13 -> 14...  2021-02-18 20:55:16.938 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:16.938 | INFO migrate.versioning.api [-] 14 -> 15...  2021-02-18 20:55:16.944 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:16.944 | INFO migrate.versioning.api [-] 15 -> 16...  2021-02-18 20:55:16.995 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:16.996 | INFO migrate.versioning.api [-] 16 -> 17...  2021-02-18 20:55:17.004 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.004 | INFO migrate.versioning.api [-] 17 -> 18...  2021-02-18 20:55:17.012 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.012 | INFO migrate.versioning.api [-] 18 -> 19...  2021-02-18 20:55:17.021 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.021 | INFO migrate.versioning.api [-] 19 -> 20...  2021-02-18 20:55:17.029 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.030 | INFO migrate.versioning.api [-] 20 -> 21...  2021-02-18 20:55:17.037 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.037 | INFO migrate.versioning.api [-] 21 -> 22...  2021-02-18 20:55:17.090 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.090 | INFO migrate.versioning.api [-] 22 -> 23...  2021-02-18 20:55:17.205 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.205 | INFO migrate.versioning.api [-] 23 -> 24...  2021-02-18 20:55:17.383 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.383 | INFO migrate.versioning.api [-] 24 -> 25...  2021-02-18 20:55:17.392 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.392 | INFO migrate.versioning.api [-] 25 -> 26...  2021-02-18 20:55:17.398 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.398 | INFO migrate.versioning.api [-] 26 -> 27...  2021-02-18 20:55:17.407 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.407 | INFO migrate.versioning.api [-] 27 -> 28...  2021-02-18 20:55:17.415 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.415 | INFO migrate.versioning.api [-] 28 -> 29...  2021-02-18 20:55:17.423 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.423 | INFO migrate.versioning.api [-] 29 -> 30...  2021-02-18 20:55:17.482 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.482 | INFO migrate.versioning.api [-] 30 -> 31...  2021-02-18 20:55:17.536 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.537 | INFO migrate.versioning.api [-] 31 -> 32...  2021-02-18 20:55:17.691 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.691 | INFO migrate.versioning.api [-] 32 -> 33...  2021-02-18 20:55:17.969 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:17.969 | INFO migrate.versioning.api [-] 33 -> 34...  2021-02-18 20:55:18.090 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:18.090 | INFO migrate.versioning.api [-] 34 -> 35...  2021-02-18 20:55:18.196 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:18.196 | INFO migrate.versioning.api [-] 35 -> 36...  2021-02-18 20:55:18.301 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:18.301 | INFO migrate.versioning.api [-] 36 -> 37...  2021-02-18 20:55:18.309 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:18.309 | INFO migrate.versioning.api [-] 37 -> 38...  2021-02-18 20:55:18.317 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:18.317 | INFO migrate.versioning.api [-] 38 -> 39...  2021-02-18 20:55:18.326 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:18.326 | INFO migrate.versioning.api [-] 39 -> 40...  2021-02-18 20:55:18.334 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:18.334 | INFO migrate.versioning.api [-] 40 -> 41...  2021-02-18 20:55:18.343 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:18.343 | INFO migrate.versioning.api [-] 41 -> 42...  2021-02-18 20:55:18.349 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:18.349 | INFO migrate.versioning.api [-] 42 -> 43...  2021-02-18 20:55:18.358 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:18.358 | INFO migrate.versioning.api [-] 43 -> 44...  2021-02-18 20:55:18.366 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:18.366 | INFO migrate.versioning.api [-] 44 -> 45...  2021-02-18 20:55:18.590 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:18.590 | INFO migrate.versioning.api [-] 45 -> 46...  2021-02-18 20:55:18.598 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:18.598 | INFO migrate.versioning.api [-] 46 -> 47...  2021-02-18 20:55:19.177 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:19.177 | INFO migrate.versioning.api [-] 47 -> 48...  2021-02-18 20:55:19.443 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:19.443 | INFO migrate.versioning.api [-] 48 -> 49...  2021-02-18 20:55:19.452 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:19.452 | INFO migrate.versioning.api [-] 49 -> 50...  2021-02-18 20:55:19.460 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:19.460 | INFO migrate.versioning.api [-] 50 -> 51...  2021-02-18 20:55:19.469 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:19.469 | INFO migrate.versioning.api [-] 51 -> 52...  2021-02-18 20:55:19.477 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:19.477 | INFO migrate.versioning.api [-] 52 -> 53...  2021-02-18 20:55:19.580 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:19.580 | INFO migrate.versioning.api [-] 53 -> 54...  2021-02-18 20:55:19.588 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:19.588 | INFO migrate.versioning.api [-] 54 -> 55...  2021-02-18 20:55:19.723 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:19.723 | INFO migrate.versioning.api [-] 55 -> 56...  2021-02-18 20:55:19.848 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:19.848 | INFO migrate.versioning.api [-] 56 -> 57...  2021-02-18 20:55:19.856 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:19.856 | INFO migrate.versioning.api [-] 57 -> 58...  2021-02-18 20:55:19.864 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:19.865 | INFO migrate.versioning.api [-] 58 -> 59...  2021-02-18 20:55:19.870 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:19.870 | INFO migrate.versioning.api [-] 59 -> 60...  2021-02-18 20:55:19.879 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:19.879 | INFO migrate.versioning.api [-] 60 -> 61...  2021-02-18 20:55:19.887 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:19.887 | INFO migrate.versioning.api [-] 61 -> 62...  2021-02-18 20:55:20.101 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.102 | INFO migrate.versioning.api [-] 62 -> 63...  2021-02-18 20:55:20.108 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.108 | INFO migrate.versioning.api [-] 63 -> 64...  2021-02-18 20:55:20.218 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.218 | INFO migrate.versioning.api [-] 64 -> 65...  2021-02-18 20:55:20.596 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.596 | INFO migrate.versioning.api [-] 65 -> 66...  2021-02-18 20:55:20.710 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.710 | INFO migrate.versioning.api [-] 66 -> 67...  2021-02-18 20:55:20.719 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.719 | INFO migrate.versioning.api [-] 67 -> 68...  2021-02-18 20:55:20.727 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.727 | INFO migrate.versioning.api [-] 68 -> 69...  2021-02-18 20:55:20.736 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.736 | INFO migrate.versioning.api [-] 69 -> 70...  2021-02-18 20:55:20.743 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.744 | INFO migrate.versioning.api [-] 70 -> 71...  2021-02-18 20:55:20.752 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.752 | INFO migrate.versioning.api [-] 71 -> 72...  2021-02-18 20:55:20.760 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.760 | INFO migrate.versioning.api [-] 72 -> 73...  2021-02-18 20:55:20.936 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.936 | INFO migrate.versioning.api [-] 73 -> 74...  2021-02-18 20:55:20.942 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.942 | INFO migrate.versioning.api [-] 74 -> 75...  2021-02-18 20:55:20.951 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.951 | INFO migrate.versioning.api [-] 75 -> 76...  2021-02-18 20:55:20.959 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.959 | INFO migrate.versioning.api [-] 76 -> 77...  2021-02-18 20:55:20.968 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.968 | INFO migrate.versioning.api [-] 77 -> 78...  2021-02-18 20:55:20.974 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:20.974 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:20.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.976 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.976 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.978 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.978 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.979 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.979 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.980 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.982 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.982 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.983 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.983 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.984 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.984 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.984 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.984 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.985 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.985 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.985 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.986 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:20.988 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:20.988 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.038 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.038 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.038 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.039 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.039 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.039 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.039 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.039 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.040 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.042 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.042 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.042 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.043 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.043 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.045 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.045 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.046 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.046 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.046 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.046 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.046 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.047 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.047 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.048 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.048 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.048 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.048 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.049 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.049 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.049 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.049 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.050 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.050 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.051 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.051 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.051 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.051 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.051 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.052 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.052 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.052 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.052 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:21.053 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:21.053 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:21.054 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.054 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.055 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.056 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.056 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.056 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.056 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.057 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.058 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.059 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.059 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.059 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.059 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.060 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.063 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.063 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.065 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.065 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.065 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.066 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.066 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.066 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.066 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.068 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.068 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.069 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.069 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.069 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.070 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.070 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.072 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.072 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.072 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.072 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.072 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.073 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.073 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.074 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.074 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.074 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.078 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.078 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.078 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.078 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.079 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.079 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.080 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.081 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.081 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.082 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.082 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.082 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.082 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:21.083 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:21.083 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:21.084 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.084 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.085 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.085 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.085 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.086 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.086 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.086 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.087 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.088 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.088 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.088 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.089 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.089 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.092 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.093 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.095 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.095 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.096 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.096 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.096 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.098 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.098 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.099 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.099 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.099 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.099 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.099 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.101 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.101 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.102 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.102 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.102 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.102 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.103 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.104 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.106 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.107 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.107 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.107 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.108 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.108 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.109 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.109 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.110 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.110 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.111 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.111 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.111 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:21.111 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:21.118 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:21.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.119 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.120 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.122 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.122 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.122 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.122 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.123 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.125 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.127 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.127 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.127 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.127 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.128 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.128 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.128 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.128 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.128 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.131 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.131 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.132 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.132 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.132 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.132 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.133 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.133 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.133 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.133 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.133 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.135 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.135 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.136 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.137 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.137 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.139 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.140 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.140 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.140 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.140 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.140 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.140 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.141 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.141 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.142 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.142 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.142 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.142 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.143 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.143 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.143 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.143 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.144 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.144 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.145 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.145 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.145 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.145 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.145 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.146 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.146 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.146 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.146 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:21.147 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:21.161 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:21.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.163 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.163 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.165 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.165 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.165 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.166 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.166 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.169 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.169 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.170 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.170 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.171 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.171 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.171 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.171 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.172 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.172 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.172 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.174 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.175 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.175 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.176 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.176 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.176 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.176 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.176 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.177 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.177 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.177 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.177 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.179 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.179 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.180 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.181 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.181 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.183 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.183 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.183 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.183 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.184 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.184 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.184 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.184 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.184 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.185 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.185 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.185 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.185 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.186 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.186 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.187 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.187 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.187 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.187 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.188 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.188 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.188 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.189 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.189 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.189 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.189 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.189 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.189 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.190 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.190 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.190 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:21.190 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:21.191 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:21.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.192 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.193 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.194 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.195 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.195 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.195 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.196 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.198 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.198 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.199 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.200 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.200 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.200 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.200 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.201 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.202 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.202 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.202 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.203 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.205 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.205 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.205 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.205 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.206 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.206 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.206 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.206 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.206 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.207 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.207 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.209 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.209 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.210 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.210 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.211 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.212 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.213 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.213 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.213 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.213 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.213 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.214 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.214 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.215 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.215 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.215 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.215 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.216 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.216 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.216 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.217 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.217 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.218 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.218 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.218 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.219 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.219 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.219 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.219 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.219 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.219 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.220 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:21.220 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:21.225 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:21.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.227 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.227 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.227 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.227 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.228 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.228 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.228 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.228 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.228 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.228 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.229 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.230 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.230 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.230 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.230 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.230 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.230 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.231 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.233 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.233 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.234 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.234 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.235 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.235 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.235 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.235 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.235 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.235 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.236 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.236 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.236 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.236 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.236 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.237 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.237 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.237 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.237 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.237 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.237 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.238 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.238 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.238 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.238 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.238 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.238 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.239 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.239 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.239 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.239 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.239 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.239 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.240 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.240 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.240 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.240 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.241 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.241 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.241 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.241 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.241 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.243 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.243 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.243 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.243 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.243 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.243 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.244 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.245 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.245 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.245 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.245 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.245 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.245 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.247 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.247 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.247 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.247 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.247 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.247 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.248 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.248 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.248 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.248 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.248 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.249 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.249 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.249 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.249 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.249 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.250 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.250 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.251 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.251 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.251 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.251 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.252 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.252 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.252 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.252 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.253 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.253 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.253 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.253 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.253 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.254 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:21.254 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:21.261 | INFO migrate.versioning.api [-] 0 -> 1...  2021-02-18 20:55:21.268 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.268 | INFO migrate.versioning.api [-] 1 -> 2...  2021-02-18 20:55:21.274 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.274 | INFO migrate.versioning.api [-] 2 -> 3...  2021-02-18 20:55:21.287 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.288 | INFO migrate.versioning.api [-] 3 -> 4...  2021-02-18 20:55:21.293 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.294 | INFO migrate.versioning.api [-] 4 -> 5...  2021-02-18 20:55:21.299 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.300 | INFO migrate.versioning.api [-] 5 -> 6...  2021-02-18 20:55:21.305 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.306 | INFO migrate.versioning.api [-] 6 -> 7...  2021-02-18 20:55:21.312 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.313 | INFO migrate.versioning.api [-] 7 -> 8...  2021-02-18 20:55:21.318 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.319 | INFO migrate.versioning.api [-] 8 -> 9...  2021-02-18 20:55:21.324 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.324 | INFO migrate.versioning.api [-] 9 -> 10...  2021-02-18 20:55:21.333 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.333 | INFO migrate.versioning.api [-] 10 -> 11...  2021-02-18 20:55:21.341 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.341 | INFO migrate.versioning.api [-] 11 -> 12...  2021-02-18 20:55:21.357 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.357 | INFO migrate.versioning.api [-] 12 -> 13...  2021-02-18 20:55:21.363 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.363 | INFO migrate.versioning.api [-] 13 -> 14...  2021-02-18 20:55:21.390 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.390 | INFO migrate.versioning.api [-] 14 -> 15...  2021-02-18 20:55:21.415 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.415 | INFO migrate.versioning.api [-] 15 -> 16...  2021-02-18 20:55:21.421 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.421 | INFO migrate.versioning.api [-] 16 -> 17...  2021-02-18 20:55:21.427 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.427 | INFO migrate.versioning.api [-] 17 -> 18...  2021-02-18 20:55:21.433 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.433 | INFO migrate.versioning.api [-] 18 -> 19...  2021-02-18 20:55:21.440 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.440 | INFO migrate.versioning.api [-] 19 -> 20...  2021-02-18 20:55:21.446 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.446 | INFO migrate.versioning.api [-] 20 -> 21...  2021-02-18 20:55:21.453 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.453 | INFO migrate.versioning.api [-] 21 -> 22...  2021-02-18 20:55:21.458 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.459 | INFO migrate.versioning.api [-] 22 -> 23...  2021-02-18 20:55:21.467 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.467 | INFO migrate.versioning.api [-] 23 -> 24...  2021-02-18 20:55:21.473 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.473 | INFO migrate.versioning.api [-] 24 -> 25...  2021-02-18 20:55:21.482 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.482 | INFO migrate.versioning.api [-] 25 -> 26...  2021-02-18 20:55:21.490 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.490 | INFO migrate.versioning.api [-] 26 -> 27...  2021-02-18 20:55:21.499 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.499 | INFO migrate.versioning.api [-] 27 -> 28...  2021-02-18 20:55:21.505 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.505 | INFO migrate.versioning.api [-] 28 -> 29...  2021-02-18 20:55:21.513 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.513 | INFO migrate.versioning.api [-] 29 -> 30...  2021-02-18 20:55:21.521 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.522 | INFO migrate.versioning.api [-] 30 -> 31...  2021-02-18 20:55:21.530 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.530 | INFO migrate.versioning.api [-] 31 -> 32...  2021-02-18 20:55:21.536 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.536 | INFO migrate.versioning.api [-] 32 -> 33...  2021-02-18 20:55:21.544 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.545 | INFO migrate.versioning.api [-] 33 -> 34...  2021-02-18 20:55:21.553 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.553 | INFO migrate.versioning.api [-] 34 -> 35...  2021-02-18 20:55:21.562 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.562 | INFO migrate.versioning.api [-] 35 -> 36...  2021-02-18 20:55:21.571 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.571 | INFO migrate.versioning.api [-] 36 -> 37...  2021-02-18 20:55:21.577 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.578 | INFO migrate.versioning.api [-] 37 -> 38...  2021-02-18 20:55:21.585 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.585 | INFO migrate.versioning.api [-] 38 -> 39...  2021-02-18 20:55:21.591 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.591 | INFO migrate.versioning.api [-] 39 -> 40...  2021-02-18 20:55:21.599 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.600 | INFO migrate.versioning.api [-] 40 -> 41...  2021-02-18 20:55:21.608 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.608 | INFO migrate.versioning.api [-] 41 -> 42...  2021-02-18 20:55:21.616 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.616 | INFO migrate.versioning.api [-] 42 -> 43...  2021-02-18 20:55:21.622 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.622 | INFO migrate.versioning.api [-] 43 -> 44...  2021-02-18 20:55:21.630 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.631 | INFO migrate.versioning.api [-] 44 -> 45...  2021-02-18 20:55:21.639 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.640 | INFO migrate.versioning.api [-] 45 -> 46...  2021-02-18 20:55:21.660 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.660 | INFO migrate.versioning.api [-] 46 -> 47...  2021-02-18 20:55:21.667 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.667 | INFO migrate.versioning.api [-] 47 -> 48...  2021-02-18 20:55:21.673 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.674 | INFO migrate.versioning.api [-] 48 -> 49...  2021-02-18 20:55:21.679 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.680 | INFO migrate.versioning.api [-] 49 -> 50...  2021-02-18 20:55:21.686 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.687 | INFO migrate.versioning.api [-] 50 -> 51...  2021-02-18 20:55:21.694 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.694 | INFO migrate.versioning.api [-] 51 -> 52...  2021-02-18 20:55:21.700 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.700 | INFO migrate.versioning.api [-] 52 -> 53...  2021-02-18 20:55:21.709 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.709 | INFO migrate.versioning.api [-] 53 -> 54...  2021-02-18 20:55:21.717 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.717 | INFO migrate.versioning.api [-] 54 -> 55...  2021-02-18 20:55:21.725 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.725 | INFO migrate.versioning.api [-] 55 -> 56...  2021-02-18 20:55:21.734 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.735 | INFO migrate.versioning.api [-] 56 -> 57...  2021-02-18 20:55:21.740 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.741 | INFO migrate.versioning.api [-] 57 -> 58...  2021-02-18 20:55:21.750 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.750 | INFO migrate.versioning.api [-] 58 -> 59...  2021-02-18 20:55:21.757 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.757 | INFO migrate.versioning.api [-] 59 -> 60...  2021-02-18 20:55:21.763 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.763 | INFO migrate.versioning.api [-] 60 -> 61...  2021-02-18 20:55:21.772 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.772 | INFO migrate.versioning.api [-] 61 -> 62...  2021-02-18 20:55:21.786 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.786 | INFO migrate.versioning.api [-] 62 -> 63...  2021-02-18 20:55:21.792 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.792 | INFO migrate.versioning.api [-] 63 -> 64...  2021-02-18 20:55:21.799 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.799 | INFO migrate.versioning.api [-] 64 -> 65...  2021-02-18 20:55:21.805 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.805 | INFO migrate.versioning.api [-] 65 -> 66...  2021-02-18 20:55:21.814 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.814 | INFO migrate.versioning.api [-] 66 -> 67...  2021-02-18 20:55:21.821 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.822 | INFO migrate.versioning.api [-] 67 -> 68...  2021-02-18 20:55:21.827 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.827 | INFO migrate.versioning.api [-] 68 -> 69...  2021-02-18 20:55:21.836 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.836 | INFO migrate.versioning.api [-] 69 -> 70...  2021-02-18 20:55:21.844 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.844 | INFO migrate.versioning.api [-] 70 -> 71...  2021-02-18 20:55:21.852 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.853 | INFO migrate.versioning.api [-] 71 -> 72...  2021-02-18 20:55:21.859 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.859 | INFO migrate.versioning.api [-] 72 -> 73...  2021-02-18 20:55:21.867 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.867 | INFO migrate.versioning.api [-] 73 -> 74...  2021-02-18 20:55:21.876 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.876 | INFO migrate.versioning.api [-] 74 -> 75...  2021-02-18 20:55:21.883 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.884 | INFO migrate.versioning.api [-] 75 -> 76...  2021-02-18 20:55:21.892 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.892 | INFO migrate.versioning.api [-] 76 -> 77...  2021-02-18 20:55:21.898 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.898 | INFO migrate.versioning.api [-] 77 -> 78...  2021-02-18 20:55:21.906 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:21.907 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:21.908 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.908 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.909 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.909 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.909 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.910 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.911 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.911 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.911 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.911 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.913 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.913 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.913 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.915 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.915 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.915 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.916 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.916 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.916 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.918 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.920 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.920 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.921 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.921 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.921 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.921 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.922 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.922 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.922 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.922 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.923 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.924 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.925 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.925 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.925 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.925 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.926 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.926 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.926 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.928 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.928 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.929 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.929 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.929 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.929 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.930 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.930 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.931 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.931 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.932 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.932 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.933 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.934 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.934 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.935 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.935 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.935 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.936 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.937 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.937 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:21.937 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:21.937 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:21.938 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.939 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.939 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.941 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.941 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.942 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.942 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.943 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.945 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.945 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.946 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.946 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.947 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.947 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.947 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.947 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.948 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.948 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.948 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.949 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.951 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.951 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.951 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.951 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.952 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.952 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.952 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.952 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.952 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.953 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.953 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.955 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.955 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.955 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.956 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.957 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.958 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.958 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.959 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.959 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.959 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.959 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.959 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.959 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.960 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.960 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.961 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.961 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.961 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.962 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.962 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.962 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.962 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.963 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.963 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.964 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.964 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.964 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.964 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.964 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.964 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.965 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.965 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.965 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:21.965 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:21.966 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:21.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.967 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.968 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.970 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.970 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.970 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.970 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.971 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.972 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.972 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.973 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.974 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.974 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.975 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.975 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.975 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.975 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.976 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.976 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.976 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.976 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.978 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.979 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.979 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.980 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.980 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.980 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.980 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.980 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.981 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.981 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.981 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.981 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.984 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.984 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.985 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.985 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.986 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.987 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.987 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.988 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.988 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.988 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.988 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.988 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.988 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.989 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.989 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.990 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.990 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.990 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.991 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.991 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.991 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.991 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.992 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.992 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.993 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.993 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.993 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.993 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.993 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.993 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.994 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.994 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:21.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:21.994 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:21.994 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:22.001 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:22.002 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.002 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.002 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.003 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.003 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.003 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.004 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.004 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.005 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.005 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.006 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.007 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.007 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.009 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.009 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.011 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.014 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.014 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.015 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.015 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.015 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.015 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.016 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.016 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.018 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.018 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.018 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.018 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.019 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.019 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.020 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.020 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.021 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.021 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.022 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.022 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.022 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.023 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.024 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.024 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.024 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.025 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.025 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.025 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.026 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.027 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.028 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.028 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.028 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.029 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:22.029 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:22.042 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:22.043 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.044 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.044 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.044 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.045 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.045 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.047 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.047 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.047 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.047 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.049 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.049 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.049 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.051 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.052 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.054 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.056 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.056 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.057 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.057 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.058 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.058 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.058 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.058 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.060 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.060 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.060 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.061 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.061 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.062 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.062 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.062 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.063 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.064 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.064 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.065 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.065 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.066 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.066 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.066 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.067 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.067 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.068 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.068 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.069 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.069 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.070 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.070 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.071 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.071 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:22.072 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:22.072 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:22.073 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.073 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.074 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.074 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.074 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.074 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.076 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.076 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.076 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.078 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.078 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.079 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.081 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.081 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.083 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.086 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.086 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.086 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.087 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.087 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.087 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.087 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.088 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.089 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.089 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.090 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.090 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.090 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.091 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.091 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.091 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.093 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.093 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.094 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.094 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.094 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.096 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.096 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.096 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.097 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.097 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.097 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.097 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.099 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.099 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.100 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.100 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.100 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.101 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:22.101 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:22.107 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 20:55:22.109 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.109 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.110 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.110 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.110 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.110 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.111 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.111 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.112 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.112 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.113 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.114 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.114 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.114 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.116 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.116 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.118 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.121 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.121 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.122 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.122 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.122 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.122 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.123 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.123 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.125 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.125 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.125 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.125 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.126 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.126 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.127 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.127 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.128 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.128 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.129 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.129 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.129 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.130 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.131 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.131 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.132 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.132 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.132 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.132 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.134 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.134 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.135 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.135 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.135 | 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=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 20:55:22.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 20:55:22.136 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 20:55:22.136 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=65107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 20:55:22.143 | INFO migrate.versioning.api [-] 0 -> 1...  2021-02-18 20:55:22.149 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:22.150 | INFO migrate.versioning.api [-] 1 -> 2...  2021-02-18 20:55:22.328 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:22.328 | INFO migrate.versioning.api [-] 2 -> 3...  2021-02-18 20:55:22.587 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:22.587 | INFO migrate.versioning.api [-] 3 -> 4...  2021-02-18 20:55:22.890 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:22.891 | INFO migrate.versioning.api [-] 4 -> 5...  2021-02-18 20:55:22.897 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:22.897 | INFO migrate.versioning.api [-] 5 -> 6...  2021-02-18 20:55:22.905 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:22.905 | INFO migrate.versioning.api [-] 6 -> 7...  2021-02-18 20:55:22.914 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:22.914 | INFO migrate.versioning.api [-] 7 -> 8...  2021-02-18 20:55:22.922 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:22.922 | INFO migrate.versioning.api [-] 8 -> 9...  2021-02-18 20:55:22.928 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:22.928 | INFO migrate.versioning.api [-] 9 -> 10...  2021-02-18 20:55:22.936 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:22.936 | INFO migrate.versioning.api [-] 10 -> 11...  2021-02-18 20:55:23.004 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.004 | INFO migrate.versioning.api [-] 11 -> 12...  2021-02-18 20:55:23.099 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.099 | INFO migrate.versioning.api [-] 12 -> 13...  2021-02-18 20:55:23.263 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.263 | INFO migrate.versioning.api [-] 13 -> 14...  2021-02-18 20:55:23.615 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.615 | INFO migrate.versioning.api [-] 14 -> 15...  2021-02-18 20:55:23.724 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.724 | INFO migrate.versioning.api [-] 15 -> 16...  2021-02-18 20:55:23.732 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.732 | INFO migrate.versioning.api [-] 16 -> 17...  2021-02-18 20:55:23.741 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.741 | INFO migrate.versioning.api [-] 17 -> 18...  2021-02-18 20:55:23.749 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.749 | INFO migrate.versioning.api [-] 18 -> 19...  2021-02-18 20:55:23.755 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.755 | INFO migrate.versioning.api [-] 19 -> 20...  2021-02-18 20:55:23.763 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.763 | INFO migrate.versioning.api [-] 20 -> 21...  2021-02-18 20:55:23.772 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.772 | INFO migrate.versioning.api [-] 21 -> 22...  2021-02-18 20:55:23.780 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.780 | INFO migrate.versioning.api [-] 22 -> 23...  2021-02-18 20:55:23.787 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.787 | INFO migrate.versioning.api [-] 23 -> 24...  2021-02-18 20:55:23.887 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.887 | INFO migrate.versioning.api [-] 24 -> 25...  2021-02-18 20:55:23.894 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.894 | INFO migrate.versioning.api [-] 25 -> 26...  2021-02-18 20:55:23.900 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.900 | INFO migrate.versioning.api [-] 26 -> 27...  2021-02-18 20:55:23.907 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.907 | INFO migrate.versioning.api [-] 27 -> 28...  2021-02-18 20:55:23.915 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.915 | INFO migrate.versioning.api [-] 28 -> 29...  2021-02-18 20:55:23.921 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.921 | INFO migrate.versioning.api [-] 29 -> 30...  2021-02-18 20:55:23.929 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.930 | INFO migrate.versioning.api [-] 30 -> 31...  2021-02-18 20:55:23.938 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.938 | INFO migrate.versioning.api [-] 31 -> 32...  2021-02-18 20:55:23.971 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.971 | INFO migrate.versioning.api [-] 32 -> 33...  2021-02-18 20:55:23.979 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.979 | INFO migrate.versioning.api [-] 33 -> 34...  2021-02-18 20:55:23.985 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:23.985 | INFO migrate.versioning.api [-] 34 -> 35...  2021-02-18 20:55:24.082 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.083 | INFO migrate.versioning.api [-] 35 -> 36...  2021-02-18 20:55:24.187 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.187 | INFO migrate.versioning.api [-] 36 -> 37...  2021-02-18 20:55:24.231 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.231 | INFO migrate.versioning.api [-] 37 -> 38...  2021-02-18 20:55:24.239 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.239 | INFO migrate.versioning.api [-] 38 -> 39...  2021-02-18 20:55:24.248 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.248 | INFO migrate.versioning.api [-] 39 -> 40...  2021-02-18 20:55:24.256 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.256 | INFO migrate.versioning.api [-] 40 -> 41...  2021-02-18 20:55:24.262 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.262 | INFO migrate.versioning.api [-] 41 -> 42...  2021-02-18 20:55:24.270 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.271 | INFO migrate.versioning.api [-] 42 -> 43...  2021-02-18 20:55:24.279 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.279 | INFO migrate.versioning.api [-] 43 -> 44...  2021-02-18 20:55:24.287 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.287 | INFO migrate.versioning.api [-] 44 -> 45...  2021-02-18 20:55:24.293 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.293 | INFO migrate.versioning.api [-] 45 -> 46...  2021-02-18 20:55:24.301 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.302 | INFO migrate.versioning.api [-] 46 -> 47...  2021-02-18 20:55:24.416 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.417 | INFO migrate.versioning.api [-] 47 -> 48...  2021-02-18 20:55:24.425 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.425 | INFO migrate.versioning.api [-] 48 -> 49...  2021-02-18 20:55:24.433 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.433 | INFO migrate.versioning.api [-] 49 -> 50...  2021-02-18 20:55:24.440 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.440 | INFO migrate.versioning.api [-] 50 -> 51...  2021-02-18 20:55:24.447 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.448 | INFO migrate.versioning.api [-] 51 -> 52...  2021-02-18 20:55:24.456 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.456 | INFO migrate.versioning.api [-] 52 -> 53...  2021-02-18 20:55:24.465 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.465 | INFO migrate.versioning.api [-] 53 -> 54...  2021-02-18 20:55:24.570 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.570 | INFO migrate.versioning.api [-] 54 -> 55...  2021-02-18 20:55:24.584 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.584 | INFO migrate.versioning.api [-] 55 -> 56...  2021-02-18 20:55:24.592 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.592 | INFO migrate.versioning.api [-] 56 -> 57...  2021-02-18 20:55:24.600 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.601 | INFO migrate.versioning.api [-] 57 -> 58...  2021-02-18 20:55:24.609 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.609 | INFO migrate.versioning.api [-] 58 -> 59...  2021-02-18 20:55:24.615 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.615 | INFO migrate.versioning.api [-] 59 -> 60...  2021-02-18 20:55:24.624 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.624 | INFO migrate.versioning.api [-] 60 -> 61...  2021-02-18 20:55:24.632 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.632 | INFO migrate.versioning.api [-] 61 -> 62...  2021-02-18 20:55:24.641 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.641 | INFO migrate.versioning.api [-] 62 -> 63...  2021-02-18 20:55:24.962 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.962 | INFO migrate.versioning.api [-] 63 -> 64...  2021-02-18 20:55:24.971 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.971 | INFO migrate.versioning.api [-] 64 -> 65...  2021-02-18 20:55:24.977 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.977 | INFO migrate.versioning.api [-] 65 -> 66...  2021-02-18 20:55:24.985 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.985 | INFO migrate.versioning.api [-] 66 -> 67...  2021-02-18 20:55:24.994 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:24.994 | INFO migrate.versioning.api [-] 67 -> 68...  2021-02-18 20:55:25.000 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:25.000 | INFO migrate.versioning.api [-] 68 -> 69...  2021-02-18 20:55:25.008 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:25.008 | INFO migrate.versioning.api [-] 69 -> 70...  2021-02-18 20:55:25.017 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:25.017 | INFO migrate.versioning.api [-] 70 -> 71...  2021-02-18 20:55:25.025 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:25.025 | INFO migrate.versioning.api [-] 71 -> 72...  2021-02-18 20:55:25.066 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:25.066 | INFO migrate.versioning.api [-] 72 -> 73...  2021-02-18 20:55:25.074 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:25.074 | INFO migrate.versioning.api [-] 73 -> 74...  2021-02-18 20:55:25.081 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:25.081 | INFO migrate.versioning.api [-] 74 -> 75...  2021-02-18 20:55:25.089 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:25.089 | INFO migrate.versioning.api [-] 75 -> 76...  2021-02-18 20:55:25.097 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:25.097 | INFO migrate.versioning.api [-] 76 -> 77...  2021-02-18 20:55:25.103 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:25.103 | INFO migrate.versioning.api [-] 77 -> 78...  2021-02-18 20:55:25.111 | INFO migrate.versioning.api [-] done 2021-02-18 20:55:25.329 | + lib/keystone:init_keystone:449 : time_stop dbsync 2021-02-18 20:55:25.332 | + functions-common:time_stop:2331 : local name 2021-02-18 20:55:25.334 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:55:25.337 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:55:25.339 | + functions-common:time_stop:2334 : local total 2021-02-18 20:55:25.342 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:55:25.345 | + functions-common:time_stop:2337 : name=dbsync 2021-02-18 20:55:25.347 | + functions-common:time_stop:2338 : start_time=1613681706537 2021-02-18 20:55:25.350 | + functions-common:time_stop:2340 : [[ -z 1613681706537 ]] 2021-02-18 20:55:25.353 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:55:25.357 | + functions-common:time_stop:2343 : end_time=1613681725354 2021-02-18 20:55:25.360 | + functions-common:time_stop:2344 : elapsed_time=18817 2021-02-18 20:55:25.362 | + functions-common:time_stop:2345 : total=0 2021-02-18 20:55:25.365 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:55:25.367 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=18817 2021-02-18 20:55:25.370 | + lib/keystone:init_keystone:451 : [[ fernet == \f\e\r\n\e\t ]] 2021-02-18 20:55:25.372 | + lib/keystone:init_keystone:452 : rm -rf /etc/keystone/fernet-keys/ 2021-02-18 20:55:25.376 | + lib/keystone:init_keystone:453 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2021-02-18 20:55:27.509 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2021-02-18 20:55:27.509 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-02-18 20:55:27.510 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-02-18 20:55:27.510 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2021-02-18 20:55:27.510 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-02-18 20:55:27.511 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-02-18 20:55:27.511 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-02-18 20:55:27.511 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-02-18 20:55:27.512 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-02-18 20:55:27.714 | + lib/keystone:init_keystone:455 : rm -rf /etc/keystone/credential-keys/ 2021-02-18 20:55:27.718 | + lib/keystone:init_keystone:456 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2021-02-18 20:55:29.836 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2021-02-18 20:55:29.837 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-02-18 20:55:29.837 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-02-18 20:55:29.837 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2021-02-18 20:55:29.837 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-02-18 20:55:29.838 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-02-18 20:55:29.838 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-02-18 20:55:29.838 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-02-18 20:55:29.839 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-02-18 20:55:30.041 | + ./stack.sh:main:1087 : start_keystone 2021-02-18 20:55:30.044 | + lib/keystone:start_keystone:516 : local service_port=5000 2021-02-18 20:55:30.046 | + lib/keystone:start_keystone:517 : local auth_protocol=http 2021-02-18 20:55:30.049 | + lib/keystone:start_keystone:518 : is_service_enabled tls-proxy 2021-02-18 20:55:30.064 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:55:30.066 | + lib/keystone:start_keystone:523 : '[' uwsgi == mod_wsgi ']' 2021-02-18 20:55:30.073 | ++ lib/keystone:start_keystone:527 : which uwsgi 2021-02-18 20:55:30.078 | + lib/keystone:start_keystone:527 : run_process keystone '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2021-02-18 20:55:30.081 | + functions-common:run_process:1582 : local service=keystone 2021-02-18 20:55:30.083 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-02-18 20:55:30.085 | + functions-common:run_process:1584 : local group= 2021-02-18 20:55:30.088 | + functions-common:run_process:1585 : local user= 2021-02-18 20:55:30.090 | + functions-common:run_process:1587 : local name=keystone 2021-02-18 20:55:30.093 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 20:55:30.096 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 20:55:30.098 | + functions-common:time_start:2318 : local start_time= 2021-02-18 20:55:30.101 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 20:55:30.104 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 20:55:30.107 | + functions-common:time_start:2322 : _TIME_START[$name]=1613681730105 2021-02-18 20:55:30.110 | + functions-common:run_process:1590 : is_service_enabled keystone 2021-02-18 20:55:30.124 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:55:30.127 | + functions-common:run_process:1591 : _run_under_systemd keystone '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2021-02-18 20:55:30.129 | + functions-common:_run_under_systemd:1547 : local service=keystone 2021-02-18 20:55:30.132 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-02-18 20:55:30.134 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-02-18 20:55:30.137 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-02-18 20:55:30.139 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-02-18 20:55:30.142 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2021-02-18 20:55:30.144 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2021-02-18 20:55:30.146 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@keystone.service 2021-02-18 20:55:30.149 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 20:55:30.151 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 20:55:30.154 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2021-02-18 20:55:30.157 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu 2021-02-18 20:55:30.159 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@keystone.service 2021-02-18 20:55:30.161 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-02-18 20:55:30.163 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-02-18 20:55:30.166 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-02-18 20:55:30.168 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@keystone.service 2021-02-18 20:55:30.170 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-02-18 20:55:30.173 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2021-02-18 20:55:30.226 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2021-02-18 20:55:30.278 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2021-02-18 20:55:30.323 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-02-18 20:55:30.367 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 20:55:30.411 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2021-02-18 20:55:30.456 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2021-02-18 20:55:30.500 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2021-02-18 20:55:30.544 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2021-02-18 20:55:30.589 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2021-02-18 20:55:30.633 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-02-18 20:55:30.635 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2021-02-18 20:55:30.689 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-02-18 20:55:30.881 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@keystone.service 2021-02-18 20:55:30.894 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2021-02-18 20:55:31.074 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@keystone.service 2021-02-18 20:55:31.148 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 20:55:31.151 | + functions-common:time_stop:2331 : local name 2021-02-18 20:55:31.153 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:55:31.156 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:55:31.158 | + functions-common:time_stop:2334 : local total 2021-02-18 20:55:31.161 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:55:31.163 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 20:55:31.165 | + functions-common:time_stop:2338 : start_time=1613681730105 2021-02-18 20:55:31.168 | + functions-common:time_stop:2340 : [[ -z 1613681730105 ]] 2021-02-18 20:55:31.171 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:55:31.175 | + functions-common:time_stop:2343 : end_time=1613681731172 2021-02-18 20:55:31.177 | + functions-common:time_stop:2344 : elapsed_time=1067 2021-02-18 20:55:31.180 | + functions-common:time_stop:2345 : total=910 2021-02-18 20:55:31.182 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:55:31.184 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=1977 2021-02-18 20:55:31.187 | + lib/keystone:start_keystone:530 : echo 'Waiting for keystone to start...' 2021-02-18 20:55:31.187 | Waiting for keystone to start... 2021-02-18 20:55:31.189 | + lib/keystone:start_keystone:536 : local service_uri=http://10.222.0.41/identity/v3/ 2021-02-18 20:55:31.192 | + lib/keystone:start_keystone:538 : wait_for_service 60 http://10.222.0.41/identity/v3/ 2021-02-18 20:55:31.194 | + functions:wait_for_service:444 : local timeout=60 2021-02-18 20:55:31.197 | + functions:wait_for_service:445 : local url=http://10.222.0.41/identity/v3/ 2021-02-18 20:55:31.199 | + functions:wait_for_service:446 : local rval=0 2021-02-18 20:55:31.201 | + functions:wait_for_service:447 : time_start wait_for_service 2021-02-18 20:55:31.204 | + functions-common:time_start:2317 : local name=wait_for_service 2021-02-18 20:55:31.206 | + functions-common:time_start:2318 : local start_time= 2021-02-18 20:55:31.208 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 20:55:31.213 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 20:55:31.215 | + functions-common:time_start:2322 : _TIME_START[$name]=1613681731212 2021-02-18 20:55:31.217 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-02-18 20:55:31.223 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.41/identity/v3/ 2021-02-18 20:55:34.842 | + :: : [[ 200 == 503 ]] 2021-02-18 20:55:34.844 | + :: : [[ 0 -eq 7 ]] 2021-02-18 20:55:34.847 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-02-18 20:55:34.849 | + functions-common:time_stop:2331 : local name 2021-02-18 20:55:34.852 | + functions-common:time_stop:2332 : local end_time 2021-02-18 20:55:34.854 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 20:55:34.856 | + functions-common:time_stop:2334 : local total 2021-02-18 20:55:34.859 | + functions-common:time_stop:2335 : local start_time 2021-02-18 20:55:34.861 | + functions-common:time_stop:2337 : name=wait_for_service 2021-02-18 20:55:34.864 | + functions-common:time_stop:2338 : start_time=1613681731212 2021-02-18 20:55:34.866 | + functions-common:time_stop:2340 : [[ -z 1613681731212 ]] 2021-02-18 20:55:34.869 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 20:55:34.873 | + functions-common:time_stop:2343 : end_time=1613681734870 2021-02-18 20:55:34.876 | + functions-common:time_stop:2344 : elapsed_time=3658 2021-02-18 20:55:34.878 | + functions-common:time_stop:2345 : total=0 2021-02-18 20:55:34.881 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 20:55:34.883 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=3658 2021-02-18 20:55:34.885 | + functions:wait_for_service:454 : return 0 2021-02-18 20:55:34.888 | + lib/keystone:start_keystone:543 : is_service_enabled tls-proxy 2021-02-18 20:55:34.904 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:55:34.906 | + lib/keystone:start_keystone:549 : restart_service memcached 2021-02-18 20:55:34.908 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-02-18 20:55:34.911 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart memcached 2021-02-18 20:55:34.955 | + ./stack.sh:main:1088 : bootstrap_keystone 2021-02-18 20:55:34.957 | + lib/keystone:bootstrap_keystone:573 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password Passw0rd --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-admin-url http://10.222.0.41/identity --bootstrap-public-url http://10.222.0.41/identity 2021-02-18 20:55:37.143 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.143 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.143 | 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=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.152 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.171 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.171 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.206 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.242 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.243 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.362 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.362 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.362 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.362 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.362 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.363 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.377 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.377 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.378 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.378 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.378 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.378 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.379 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.441 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.444 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.444 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.445 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.445 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.445 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.445 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.445 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=65743) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-18 20:55:37.492 | 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=65743) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-18 20:55:37.795 | INFO keystone.cmd.bootstrap [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 None None] Created domain default 2021-02-18 20:55:37.835 | INFO keystone.cmd.bootstrap [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 None None] Created project admin 2021-02-18 20:55:37.862 | DEBUG passlib.handlers.bcrypt [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 None None] detected 'bcrypt' backend, version '3.1.7' {{(pid=65743) _load_backend_mixin /usr/local/lib/python3.6/dist-packages/passlib/handlers/bcrypt.py:567}} 2021-02-18 20:55:37.862 | DEBUG passlib.handlers.bcrypt [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=65743) _finalize_backend_mixin /usr/local/lib/python3.6/dist-packages/passlib/handlers/bcrypt.py:382}} 2021-02-18 20:55:37.921 | INFO keystone.cmd.bootstrap [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 None None] Created user admin 2021-02-18 20:55:37.932 | INFO keystone.cmd.bootstrap [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 None None] Created role reader 2021-02-18 20:55:37.943 | INFO keystone.cmd.bootstrap [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 None None] Created role member 2021-02-18 20:55:37.962 | INFO keystone.cmd.bootstrap [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 None None] Created implied role where 68ab5b8143c44878bbd6802ebf72e06a implies 4bc8caa260cf4eee9be7718c48d4b5b5 2021-02-18 20:55:37.971 | INFO keystone.cmd.bootstrap [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 None None] Created role admin 2021-02-18 20:55:37.987 | INFO keystone.cmd.bootstrap [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 None None] Created implied role where e3667aacec7142d19718d5d964e1a867 implies 68ab5b8143c44878bbd6802ebf72e06a 2021-02-18 20:55:37.997 | INFO keystone.cmd.bootstrap [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 None None] Granted role admin on project admin to user admin. 2021-02-18 20:55:38.003 | INFO keystone.cmd.bootstrap [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 None None] Granted role admin on the system to user admin. 2021-02-18 20:55:38.013 | WARNING py.warnings [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 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-02-18 20:55:38.013 | 'identifiers should be a valid uuid.' % (value))) 2021-02-18 20:55:38.013 |  2021-02-18 20:55:38.017 | INFO keystone.cmd.bootstrap [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 None None] Created region RegionOne 2021-02-18 20:55:38.044 | INFO keystone.cmd.bootstrap [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 None None] Created public endpoint http://10.222.0.41/identity 2021-02-18 20:55:38.054 | INFO keystone.cmd.bootstrap [None req-daa258a5-d712-47e0-9d46-9110f3dc3891 None None] Created admin endpoint http://10.222.0.41/identity 2021-02-18 20:55:38.367 | + ./stack.sh:main:1091 : create_keystone_accounts 2021-02-18 20:55:38.370 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2021-02-18 20:55:38.373 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2021-02-18 20:55:41.157 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:55:41.160 | + lib/keystone:create_keystone_accounts:315 : admin_project=f974164a87f6418fbfa94a9e33811967 2021-02-18 20:55:41.162 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2021-02-18 20:55:41.165 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2021-02-18 20:55:43.361 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:55:43.363 | + lib/keystone:create_keystone_accounts:317 : admin_user=f1dbd3630521471db823ecb3dc6b2a1c 2021-02-18 20:55:43.366 | + lib/keystone:create_keystone_accounts:318 : local admin_role=admin 2021-02-18 20:55:43.368 | + lib/keystone:create_keystone_accounts:319 : local member_role=member 2021-02-18 20:55:43.371 | + lib/keystone:create_keystone_accounts:321 : get_or_add_user_domain_role admin f1dbd3630521471db823ecb3dc6b2a1c default 2021-02-18 20:55:43.374 | + functions-common:get_or_add_user_domain_role:918 : local user_role_id 2021-02-18 20:55:43.379 | ++ functions-common:get_or_add_user_domain_role:924 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:55:43.379 | ++ functions-common:get_or_add_user_domain_role:924 : oscwrap role assignment list --role admin --user f1dbd3630521471db823ecb3dc6b2a1c --domain default 2021-02-18 20:55:43.379 | ++ functions-common:get_or_add_user_domain_role:924 : get_field 1 2021-02-18 20:55:43.381 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:55:43.384 | ++ functions-common:get_field:727 : read data 2021-02-18 20:55:45.709 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:55:45.713 | + functions-common:get_or_add_user_domain_role:924 : user_role_id= 2021-02-18 20:55:45.715 | + functions-common:get_or_add_user_domain_role:925 : [[ -z '' ]] 2021-02-18 20:55:45.718 | + functions-common:get_or_add_user_domain_role:927 : openstack role add admin --user f1dbd3630521471db823ecb3dc6b2a1c --domain default 2021-02-18 20:55:48.264 | ++ functions-common:get_or_add_user_domain_role:934 : oscwrap role assignment list --role admin --user f1dbd3630521471db823ecb3dc6b2a1c --domain default 2021-02-18 20:55:48.264 | ++ functions-common:get_or_add_user_domain_role:934 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:55:48.265 | ++ functions-common:get_or_add_user_domain_role:934 : get_field 1 2021-02-18 20:55:48.267 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:55:48.270 | ++ functions-common:get_field:727 : read data 2021-02-18 20:55:50.659 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:55:50.662 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 20:55:50.665 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 20:55:50.668 | ++ functions-common:get_field:733 : echo '| e3667aacec7142d19718d5d964e1a867 | f1dbd3630521471db823ecb3dc6b2a1c | | | default | | False |' 2021-02-18 20:55:50.668 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 20:55:50.674 | ++ functions-common:get_field:727 : read data 2021-02-18 20:55:50.677 | + functions-common:get_or_add_user_domain_role:934 : user_role_id=e3667aacec7142d19718d5d964e1a867 2021-02-18 20:55:50.679 | + functions-common:get_or_add_user_domain_role:936 : echo e3667aacec7142d19718d5d964e1a867 2021-02-18 20:55:50.679 | e3667aacec7142d19718d5d964e1a867 2021-02-18 20:55:50.682 | + lib/keystone:create_keystone_accounts:324 : get_or_create_domain Default 2021-02-18 20:55:50.684 | + functions-common:get_or_create_domain:792 : local domain_id 2021-02-18 20:55:50.688 | ++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2021-02-18 20:55:52.890 | + functions-common:get_or_create_domain:802 : domain_id=default 2021-02-18 20:55:52.893 | + functions-common:get_or_create_domain:803 : echo default 2021-02-18 20:55:52.893 | default 2021-02-18 20:55:52.895 | + lib/keystone:create_keystone_accounts:325 : get_or_create_project service Default 2021-02-18 20:55:52.898 | + functions-common:get_or_create_project:847 : local project_id 2021-02-18 20:55:52.901 | ++ functions-common:get_or_create_project:855 : oscwrap project create service --domain=Default --or-show -f value -c id 2021-02-18 20:55:55.472 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:55:55.475 | + functions-common:get_or_create_project:853 : project_id=42ec74ce08614b808a423abfa0dcde65 2021-02-18 20:55:55.477 | + functions-common:get_or_create_project:854 : echo 42ec74ce08614b808a423abfa0dcde65 2021-02-18 20:55:55.477 | 42ec74ce08614b808a423abfa0dcde65 2021-02-18 20:55:55.480 | + lib/keystone:create_keystone_accounts:328 : get_or_create_role service 2021-02-18 20:55:55.482 | + functions-common:get_or_create_role:860 : local role_id 2021-02-18 20:55:55.486 | ++ functions-common:get_or_create_role:867 : oscwrap role create service --or-show -f value -c id 2021-02-18 20:55:57.683 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:55:57.686 | + functions-common:get_or_create_role:865 : role_id=0923d885964145b2a3c05e267156deba 2021-02-18 20:55:57.689 | + functions-common:get_or_create_role:866 : echo 0923d885964145b2a3c05e267156deba 2021-02-18 20:55:57.689 | 0923d885964145b2a3c05e267156deba 2021-02-18 20:55:57.691 | + lib/keystone:create_keystone_accounts:334 : get_or_create_role ResellerAdmin 2021-02-18 20:55:57.693 | + functions-common:get_or_create_role:860 : local role_id 2021-02-18 20:55:57.697 | ++ functions-common:get_or_create_role:867 : oscwrap role create ResellerAdmin --or-show -f value -c id 2021-02-18 20:55:59.815 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:55:59.818 | + functions-common:get_or_create_role:865 : role_id=90773d0cf06a4c03864d947508360c1a 2021-02-18 20:55:59.820 | + functions-common:get_or_create_role:866 : echo 90773d0cf06a4c03864d947508360c1a 2021-02-18 20:55:59.820 | 90773d0cf06a4c03864d947508360c1a 2021-02-18 20:55:59.823 | + lib/keystone:create_keystone_accounts:338 : local another_role=anotherrole 2021-02-18 20:55:59.825 | + lib/keystone:create_keystone_accounts:339 : get_or_create_role anotherrole 2021-02-18 20:55:59.827 | + functions-common:get_or_create_role:860 : local role_id 2021-02-18 20:55:59.831 | ++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2021-02-18 20:56:01.954 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:01.957 | + functions-common:get_or_create_role:865 : role_id=00f65866a0d840b6b17f3bf9eb288703 2021-02-18 20:56:01.959 | + functions-common:get_or_create_role:866 : echo 00f65866a0d840b6b17f3bf9eb288703 2021-02-18 20:56:01.959 | 00f65866a0d840b6b17f3bf9eb288703 2021-02-18 20:56:01.962 | + lib/keystone:create_keystone_accounts:342 : local invis_project 2021-02-18 20:56:01.965 | ++ lib/keystone:create_keystone_accounts:343 : get_or_create_project invisible_to_admin default 2021-02-18 20:56:01.967 | ++ functions-common:get_or_create_project:847 : local project_id 2021-02-18 20:56:01.971 | +++ functions-common:get_or_create_project:855 : oscwrap project create invisible_to_admin --domain=default --or-show -f value -c id 2021-02-18 20:56:04.177 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:04.180 | ++ functions-common:get_or_create_project:853 : project_id=9c5380b223ee4e54bc57b8864f902e24 2021-02-18 20:56:04.183 | ++ functions-common:get_or_create_project:854 : echo 9c5380b223ee4e54bc57b8864f902e24 2021-02-18 20:56:04.187 | + lib/keystone:create_keystone_accounts:343 : invis_project=9c5380b223ee4e54bc57b8864f902e24 2021-02-18 20:56:04.189 | + lib/keystone:create_keystone_accounts:346 : local demo_project 2021-02-18 20:56:04.192 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_project demo default 2021-02-18 20:56:04.194 | ++ functions-common:get_or_create_project:847 : local project_id 2021-02-18 20:56:04.198 | +++ functions-common:get_or_create_project:855 : oscwrap project create demo --domain=default --or-show -f value -c id 2021-02-18 20:56:06.440 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:06.443 | ++ functions-common:get_or_create_project:853 : project_id=32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:56:06.446 | ++ functions-common:get_or_create_project:854 : echo 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:56:06.449 | + lib/keystone:create_keystone_accounts:347 : demo_project=32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:56:06.452 | + lib/keystone:create_keystone_accounts:348 : local demo_user 2021-02-18 20:56:06.455 | ++ lib/keystone:create_keystone_accounts:350 : get_or_create_user demo Passw0rd default demo@example.com 2021-02-18 20:56:06.457 | ++ functions-common:get_or_create_user:824 : local user_id 2021-02-18 20:56:06.459 | ++ functions-common:get_or_create_user:825 : [[ ! -z demo@example.com ]] 2021-02-18 20:56:06.462 | ++ functions-common:get_or_create_user:826 : local email=--email=demo@example.com 2021-02-18 20:56:06.465 | +++ functions-common:get_or_create_user:842 : oscwrap user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2021-02-18 20:56:08.713 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:08.715 | ++ functions-common:get_or_create_user:840 : user_id=cf99c71789334b409e12a9d47f4b01f9 2021-02-18 20:56:08.718 | ++ functions-common:get_or_create_user:841 : echo cf99c71789334b409e12a9d47f4b01f9 2021-02-18 20:56:08.721 | + lib/keystone:create_keystone_accounts:350 : demo_user=cf99c71789334b409e12a9d47f4b01f9 2021-02-18 20:56:08.723 | + lib/keystone:create_keystone_accounts:352 : get_or_add_user_project_role member cf99c71789334b409e12a9d47f4b01f9 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:56:08.726 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 20:56:08.729 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-02-18 20:56:08.731 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 20:56:08.733 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 20:56:08.736 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-02-18 20:56:08.738 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-02-18 20:56:08.740 | ++ functions-common:_get_domain_args:882 : echo 2021-02-18 20:56:08.743 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-02-18 20:56:08.747 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user cf99c71789334b409e12a9d47f4b01f9 --project 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:56:08.747 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:56:08.747 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 20:56:08.750 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:56:08.753 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:11.155 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:11.158 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 20:56:11.161 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 20:56:11.163 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user cf99c71789334b409e12a9d47f4b01f9 --project 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:56:13.489 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user cf99c71789334b409e12a9d47f4b01f9 --project 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:56:13.489 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:56:13.489 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 20:56:13.492 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:56:13.494 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:15.946 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:15.949 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 20:56:15.953 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 20:56:15.956 | ++ functions-common:get_field:733 : echo '| 68ab5b8143c44878bbd6802ebf72e06a | cf99c71789334b409e12a9d47f4b01f9 | | 32f2ce302ad149d98ac2eef6f8e901c2 | | | False |' 2021-02-18 20:56:15.956 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 20:56:15.961 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:15.964 | + functions-common:get_or_add_user_project_role:910 : user_role_id=68ab5b8143c44878bbd6802ebf72e06a 2021-02-18 20:56:15.967 | + functions-common:get_or_add_user_project_role:912 : echo 68ab5b8143c44878bbd6802ebf72e06a 2021-02-18 20:56:15.967 | 68ab5b8143c44878bbd6802ebf72e06a 2021-02-18 20:56:15.970 | + lib/keystone:create_keystone_accounts:353 : get_or_add_user_project_role admin f1dbd3630521471db823ecb3dc6b2a1c 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:56:15.972 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 20:56:15.975 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-02-18 20:56:15.977 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 20:56:15.980 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 20:56:15.982 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-02-18 20:56:15.985 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-02-18 20:56:15.987 | ++ functions-common:_get_domain_args:882 : echo 2021-02-18 20:56:15.990 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-02-18 20:56:15.994 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:56:15.994 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 20:56:15.994 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user f1dbd3630521471db823ecb3dc6b2a1c --project 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:56:15.997 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:56:16.000 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:18.394 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:18.397 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 20:56:18.400 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 20:56:18.402 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user f1dbd3630521471db823ecb3dc6b2a1c --project 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:56:20.706 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user f1dbd3630521471db823ecb3dc6b2a1c --project 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:56:20.706 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:56:20.706 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 20:56:20.709 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:56:20.712 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:23.169 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:23.172 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 20:56:23.175 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 20:56:23.178 | ++ functions-common:get_field:733 : echo '| e3667aacec7142d19718d5d964e1a867 | f1dbd3630521471db823ecb3dc6b2a1c | | 32f2ce302ad149d98ac2eef6f8e901c2 | | | False |' 2021-02-18 20:56:23.178 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 20:56:23.183 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:23.187 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e3667aacec7142d19718d5d964e1a867 2021-02-18 20:56:23.190 | + functions-common:get_or_add_user_project_role:912 : echo e3667aacec7142d19718d5d964e1a867 2021-02-18 20:56:23.190 | e3667aacec7142d19718d5d964e1a867 2021-02-18 20:56:23.192 | + lib/keystone:create_keystone_accounts:354 : get_or_add_user_project_role anotherrole cf99c71789334b409e12a9d47f4b01f9 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:56:23.194 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 20:56:23.198 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-02-18 20:56:23.200 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 20:56:23.203 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 20:56:23.205 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-02-18 20:56:23.207 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-02-18 20:56:23.209 | ++ functions-common:_get_domain_args:882 : echo 2021-02-18 20:56:23.212 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-02-18 20:56:23.216 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user cf99c71789334b409e12a9d47f4b01f9 --project 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:56:23.217 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:56:23.217 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 20:56:23.219 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:56:23.222 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:25.601 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:25.604 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 20:56:25.607 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 20:56:25.610 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user cf99c71789334b409e12a9d47f4b01f9 --project 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:56:27.916 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user cf99c71789334b409e12a9d47f4b01f9 --project 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:56:27.916 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:56:27.916 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 20:56:27.919 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:56:27.922 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:30.375 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:30.378 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 20:56:30.380 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 20:56:30.383 | ++ functions-common:get_field:733 : echo '| 00f65866a0d840b6b17f3bf9eb288703 | cf99c71789334b409e12a9d47f4b01f9 | | 32f2ce302ad149d98ac2eef6f8e901c2 | | | False |' 2021-02-18 20:56:30.384 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 20:56:30.389 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:30.392 | + functions-common:get_or_add_user_project_role:910 : user_role_id=00f65866a0d840b6b17f3bf9eb288703 2021-02-18 20:56:30.395 | + functions-common:get_or_add_user_project_role:912 : echo 00f65866a0d840b6b17f3bf9eb288703 2021-02-18 20:56:30.395 | 00f65866a0d840b6b17f3bf9eb288703 2021-02-18 20:56:30.397 | + lib/keystone:create_keystone_accounts:355 : get_or_add_user_project_role member cf99c71789334b409e12a9d47f4b01f9 9c5380b223ee4e54bc57b8864f902e24 2021-02-18 20:56:30.400 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 20:56:30.403 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-02-18 20:56:30.405 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 20:56:30.408 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 20:56:30.410 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-02-18 20:56:30.412 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-02-18 20:56:30.415 | ++ functions-common:_get_domain_args:882 : echo 2021-02-18 20:56:30.417 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-02-18 20:56:30.421 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user cf99c71789334b409e12a9d47f4b01f9 --project 9c5380b223ee4e54bc57b8864f902e24 2021-02-18 20:56:30.422 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:56:30.422 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 20:56:30.425 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:56:30.427 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:32.822 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:32.826 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 20:56:32.828 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 20:56:32.831 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user cf99c71789334b409e12a9d47f4b01f9 --project 9c5380b223ee4e54bc57b8864f902e24 2021-02-18 20:56:35.211 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user cf99c71789334b409e12a9d47f4b01f9 --project 9c5380b223ee4e54bc57b8864f902e24 2021-02-18 20:56:35.211 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:56:35.211 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 20:56:35.214 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:56:35.217 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:37.770 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:37.773 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 20:56:37.776 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 20:56:37.779 | ++ functions-common:get_field:733 : echo '| 68ab5b8143c44878bbd6802ebf72e06a | cf99c71789334b409e12a9d47f4b01f9 | | 9c5380b223ee4e54bc57b8864f902e24 | | | False |' 2021-02-18 20:56:37.780 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 20:56:37.785 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:37.788 | + functions-common:get_or_add_user_project_role:910 : user_role_id=68ab5b8143c44878bbd6802ebf72e06a 2021-02-18 20:56:37.790 | + functions-common:get_or_add_user_project_role:912 : echo 68ab5b8143c44878bbd6802ebf72e06a 2021-02-18 20:56:37.790 | 68ab5b8143c44878bbd6802ebf72e06a 2021-02-18 20:56:37.793 | + lib/keystone:create_keystone_accounts:358 : local alt_demo_project 2021-02-18 20:56:37.796 | ++ lib/keystone:create_keystone_accounts:359 : get_or_create_project alt_demo default 2021-02-18 20:56:37.798 | ++ functions-common:get_or_create_project:847 : local project_id 2021-02-18 20:56:37.802 | +++ functions-common:get_or_create_project:855 : oscwrap project create alt_demo --domain=default --or-show -f value -c id 2021-02-18 20:56:39.994 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:39.997 | ++ functions-common:get_or_create_project:853 : project_id=35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:56:40.000 | ++ functions-common:get_or_create_project:854 : echo 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:56:40.003 | + lib/keystone:create_keystone_accounts:359 : alt_demo_project=35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:56:40.005 | + lib/keystone:create_keystone_accounts:360 : local alt_demo_user 2021-02-18 20:56:40.008 | ++ lib/keystone:create_keystone_accounts:362 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2021-02-18 20:56:40.011 | ++ functions-common:get_or_create_user:824 : local user_id 2021-02-18 20:56:40.014 | ++ functions-common:get_or_create_user:825 : [[ ! -z alt_demo@example.com ]] 2021-02-18 20:56:40.016 | ++ functions-common:get_or_create_user:826 : local email=--email=alt_demo@example.com 2021-02-18 20:56:40.019 | +++ functions-common:get_or_create_user:842 : oscwrap user create alt_demo --password Passw0rd --domain=default --email=alt_demo@example.com --or-show -f value -c id 2021-02-18 20:56:42.249 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:42.251 | ++ functions-common:get_or_create_user:840 : user_id=c7d51e77bbac45d3919458856aefd500 2021-02-18 20:56:42.254 | ++ functions-common:get_or_create_user:841 : echo c7d51e77bbac45d3919458856aefd500 2021-02-18 20:56:42.257 | + lib/keystone:create_keystone_accounts:362 : alt_demo_user=c7d51e77bbac45d3919458856aefd500 2021-02-18 20:56:42.259 | + lib/keystone:create_keystone_accounts:364 : get_or_add_user_project_role member c7d51e77bbac45d3919458856aefd500 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:56:42.262 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 20:56:42.265 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-02-18 20:56:42.268 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 20:56:42.270 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 20:56:42.272 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-02-18 20:56:42.275 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-02-18 20:56:42.277 | ++ functions-common:_get_domain_args:882 : echo 2021-02-18 20:56:42.280 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-02-18 20:56:42.284 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user c7d51e77bbac45d3919458856aefd500 --project 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:56:42.284 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:56:42.285 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 20:56:42.287 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:56:42.290 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:44.763 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:44.766 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 20:56:44.769 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 20:56:44.771 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user c7d51e77bbac45d3919458856aefd500 --project 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:56:47.077 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:56:47.077 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 20:56:47.077 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user c7d51e77bbac45d3919458856aefd500 --project 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:56:47.079 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:56:47.082 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:49.544 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:49.547 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 20:56:49.550 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 20:56:49.553 | ++ functions-common:get_field:733 : echo '| 68ab5b8143c44878bbd6802ebf72e06a | c7d51e77bbac45d3919458856aefd500 | | 35cad7f300fa4fb6ae30d1a7b8882981 | | | False |' 2021-02-18 20:56:49.553 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 20:56:49.558 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:49.563 | + functions-common:get_or_add_user_project_role:910 : user_role_id=68ab5b8143c44878bbd6802ebf72e06a 2021-02-18 20:56:49.565 | + functions-common:get_or_add_user_project_role:912 : echo 68ab5b8143c44878bbd6802ebf72e06a 2021-02-18 20:56:49.565 | 68ab5b8143c44878bbd6802ebf72e06a 2021-02-18 20:56:49.568 | + lib/keystone:create_keystone_accounts:365 : get_or_add_user_project_role admin f1dbd3630521471db823ecb3dc6b2a1c 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:56:49.570 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 20:56:49.573 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-02-18 20:56:49.576 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 20:56:49.578 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 20:56:49.580 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-02-18 20:56:49.583 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-02-18 20:56:49.585 | ++ functions-common:_get_domain_args:882 : echo 2021-02-18 20:56:49.588 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-02-18 20:56:49.592 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user f1dbd3630521471db823ecb3dc6b2a1c --project 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:56:49.592 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:56:49.592 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 20:56:49.595 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:56:49.598 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:52.035 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:52.039 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 20:56:52.041 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 20:56:52.045 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user f1dbd3630521471db823ecb3dc6b2a1c --project 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:56:54.362 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user f1dbd3630521471db823ecb3dc6b2a1c --project 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:56:54.363 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:56:54.363 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 20:56:54.366 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:56:54.369 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:56.799 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:56.802 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 20:56:56.805 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 20:56:56.808 | ++ functions-common:get_field:733 : echo '| e3667aacec7142d19718d5d964e1a867 | f1dbd3630521471db823ecb3dc6b2a1c | | 35cad7f300fa4fb6ae30d1a7b8882981 | | | False |' 2021-02-18 20:56:56.809 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 20:56:56.814 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:56.817 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e3667aacec7142d19718d5d964e1a867 2021-02-18 20:56:56.819 | + functions-common:get_or_add_user_project_role:912 : echo e3667aacec7142d19718d5d964e1a867 2021-02-18 20:56:56.820 | e3667aacec7142d19718d5d964e1a867 2021-02-18 20:56:56.822 | + lib/keystone:create_keystone_accounts:366 : get_or_add_user_project_role anotherrole c7d51e77bbac45d3919458856aefd500 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:56:56.825 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 20:56:56.828 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-02-18 20:56:56.830 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 20:56:56.833 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 20:56:56.835 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-02-18 20:56:56.838 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-02-18 20:56:56.840 | ++ functions-common:_get_domain_args:882 : echo 2021-02-18 20:56:56.843 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-02-18 20:56:56.846 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user c7d51e77bbac45d3919458856aefd500 --project 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:56:56.847 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:56:56.847 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 20:56:56.850 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:56:56.853 | ++ functions-common:get_field:727 : read data 2021-02-18 20:56:59.256 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:56:59.259 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 20:56:59.262 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 20:56:59.265 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user c7d51e77bbac45d3919458856aefd500 --project 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:57:01.574 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user c7d51e77bbac45d3919458856aefd500 --project 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:57:01.575 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:57:01.575 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 20:57:01.578 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:57:01.581 | ++ functions-common:get_field:727 : read data 2021-02-18 20:57:04.029 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:04.032 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 20:57:04.035 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 20:57:04.038 | ++ functions-common:get_field:733 : echo '| 00f65866a0d840b6b17f3bf9eb288703 | c7d51e77bbac45d3919458856aefd500 | | 35cad7f300fa4fb6ae30d1a7b8882981 | | | False |' 2021-02-18 20:57:04.038 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 20:57:04.044 | ++ functions-common:get_field:727 : read data 2021-02-18 20:57:04.047 | + functions-common:get_or_add_user_project_role:910 : user_role_id=00f65866a0d840b6b17f3bf9eb288703 2021-02-18 20:57:04.050 | + functions-common:get_or_add_user_project_role:912 : echo 00f65866a0d840b6b17f3bf9eb288703 2021-02-18 20:57:04.050 | 00f65866a0d840b6b17f3bf9eb288703 2021-02-18 20:57:04.052 | + lib/keystone:create_keystone_accounts:369 : local admin_group 2021-02-18 20:57:04.055 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_group admins default 'openstack admin group' 2021-02-18 20:57:04.058 | ++ functions-common:get_or_create_group:809 : local 'desc=openstack admin group' 2021-02-18 20:57:04.060 | ++ functions-common:get_or_create_group:810 : local group_id 2021-02-18 20:57:04.063 | +++ functions-common:get_or_create_group:819 : oscwrap group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2021-02-18 20:57:06.257 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:06.260 | ++ functions-common:get_or_create_group:817 : group_id=c03d3034e43d439089e4b6514eeef675 2021-02-18 20:57:06.263 | ++ functions-common:get_or_create_group:818 : echo c03d3034e43d439089e4b6514eeef675 2021-02-18 20:57:06.266 | + lib/keystone:create_keystone_accounts:371 : admin_group=c03d3034e43d439089e4b6514eeef675 2021-02-18 20:57:06.268 | + lib/keystone:create_keystone_accounts:372 : local non_admin_group 2021-02-18 20:57:06.271 | ++ lib/keystone:create_keystone_accounts:374 : get_or_create_group nonadmins default 'non-admin group' 2021-02-18 20:57:06.273 | ++ functions-common:get_or_create_group:809 : local 'desc=non-admin group' 2021-02-18 20:57:06.276 | ++ functions-common:get_or_create_group:810 : local group_id 2021-02-18 20:57:06.280 | +++ functions-common:get_or_create_group:819 : oscwrap group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2021-02-18 20:57:08.461 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:08.464 | ++ functions-common:get_or_create_group:817 : group_id=cef34075e38743f692e0726837971789 2021-02-18 20:57:08.466 | ++ functions-common:get_or_create_group:818 : echo cef34075e38743f692e0726837971789 2021-02-18 20:57:08.469 | + lib/keystone:create_keystone_accounts:374 : non_admin_group=cef34075e38743f692e0726837971789 2021-02-18 20:57:08.471 | + lib/keystone:create_keystone_accounts:376 : get_or_add_group_project_role member cef34075e38743f692e0726837971789 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:57:08.474 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-02-18 20:57:08.477 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group cef34075e38743f692e0726837971789 --project 32f2ce302ad149d98ac2eef6f8e901c2 -f value 2021-02-18 20:57:10.866 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:10.869 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-02-18 20:57:10.872 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-02-18 20:57:10.874 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group cef34075e38743f692e0726837971789 --project 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:57:13.172 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group cef34075e38743f692e0726837971789 --project 32f2ce302ad149d98ac2eef6f8e901c2 -f value 2021-02-18 20:57:15.630 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:15.633 | + functions-common:get_or_add_group_project_role:958 : group_role_id='68ab5b8143c44878bbd6802ebf72e06a cef34075e38743f692e0726837971789 32f2ce302ad149d98ac2eef6f8e901c2 False' 2021-02-18 20:57:15.635 | + functions-common:get_or_add_group_project_role:960 : echo 68ab5b8143c44878bbd6802ebf72e06a cef34075e38743f692e0726837971789 32f2ce302ad149d98ac2eef6f8e901c2 False 2021-02-18 20:57:15.636 | 68ab5b8143c44878bbd6802ebf72e06a cef34075e38743f692e0726837971789 32f2ce302ad149d98ac2eef6f8e901c2 False 2021-02-18 20:57:15.639 | + lib/keystone:create_keystone_accounts:377 : get_or_add_group_project_role anotherrole cef34075e38743f692e0726837971789 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:57:15.641 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-02-18 20:57:15.644 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group cef34075e38743f692e0726837971789 --project 32f2ce302ad149d98ac2eef6f8e901c2 -f value 2021-02-18 20:57:18.031 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:18.034 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-02-18 20:57:18.036 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-02-18 20:57:18.038 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group cef34075e38743f692e0726837971789 --project 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 20:57:20.363 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group cef34075e38743f692e0726837971789 --project 32f2ce302ad149d98ac2eef6f8e901c2 -f value 2021-02-18 20:57:22.799 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:22.802 | + functions-common:get_or_add_group_project_role:958 : group_role_id='00f65866a0d840b6b17f3bf9eb288703 cef34075e38743f692e0726837971789 32f2ce302ad149d98ac2eef6f8e901c2 False' 2021-02-18 20:57:22.804 | + functions-common:get_or_add_group_project_role:960 : echo 00f65866a0d840b6b17f3bf9eb288703 cef34075e38743f692e0726837971789 32f2ce302ad149d98ac2eef6f8e901c2 False 2021-02-18 20:57:22.804 | 00f65866a0d840b6b17f3bf9eb288703 cef34075e38743f692e0726837971789 32f2ce302ad149d98ac2eef6f8e901c2 False 2021-02-18 20:57:22.807 | + lib/keystone:create_keystone_accounts:378 : get_or_add_group_project_role member cef34075e38743f692e0726837971789 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:57:22.810 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-02-18 20:57:22.813 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group cef34075e38743f692e0726837971789 --project 35cad7f300fa4fb6ae30d1a7b8882981 -f value 2021-02-18 20:57:25.208 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:25.211 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-02-18 20:57:25.213 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-02-18 20:57:25.216 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group cef34075e38743f692e0726837971789 --project 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:57:27.509 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group cef34075e38743f692e0726837971789 --project 35cad7f300fa4fb6ae30d1a7b8882981 -f value 2021-02-18 20:57:29.974 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:29.977 | + functions-common:get_or_add_group_project_role:958 : group_role_id='68ab5b8143c44878bbd6802ebf72e06a cef34075e38743f692e0726837971789 35cad7f300fa4fb6ae30d1a7b8882981 False' 2021-02-18 20:57:29.980 | + functions-common:get_or_add_group_project_role:960 : echo 68ab5b8143c44878bbd6802ebf72e06a cef34075e38743f692e0726837971789 35cad7f300fa4fb6ae30d1a7b8882981 False 2021-02-18 20:57:29.980 | 68ab5b8143c44878bbd6802ebf72e06a cef34075e38743f692e0726837971789 35cad7f300fa4fb6ae30d1a7b8882981 False 2021-02-18 20:57:29.982 | + lib/keystone:create_keystone_accounts:379 : get_or_add_group_project_role anotherrole cef34075e38743f692e0726837971789 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:57:29.985 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-02-18 20:57:29.988 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group cef34075e38743f692e0726837971789 --project 35cad7f300fa4fb6ae30d1a7b8882981 -f value 2021-02-18 20:57:32.379 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:32.382 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-02-18 20:57:32.384 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-02-18 20:57:32.387 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group cef34075e38743f692e0726837971789 --project 35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 20:57:34.708 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group cef34075e38743f692e0726837971789 --project 35cad7f300fa4fb6ae30d1a7b8882981 -f value 2021-02-18 20:57:37.163 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:37.165 | + functions-common:get_or_add_group_project_role:958 : group_role_id='00f65866a0d840b6b17f3bf9eb288703 cef34075e38743f692e0726837971789 35cad7f300fa4fb6ae30d1a7b8882981 False' 2021-02-18 20:57:37.169 | + functions-common:get_or_add_group_project_role:960 : echo 00f65866a0d840b6b17f3bf9eb288703 cef34075e38743f692e0726837971789 35cad7f300fa4fb6ae30d1a7b8882981 False 2021-02-18 20:57:37.169 | 00f65866a0d840b6b17f3bf9eb288703 cef34075e38743f692e0726837971789 35cad7f300fa4fb6ae30d1a7b8882981 False 2021-02-18 20:57:37.171 | + lib/keystone:create_keystone_accounts:380 : get_or_add_group_project_role admin c03d3034e43d439089e4b6514eeef675 f974164a87f6418fbfa94a9e33811967 2021-02-18 20:57:37.173 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-02-18 20:57:37.176 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role admin --group c03d3034e43d439089e4b6514eeef675 --project f974164a87f6418fbfa94a9e33811967 -f value 2021-02-18 20:57:39.587 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:39.590 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-02-18 20:57:39.592 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-02-18 20:57:39.595 | + functions-common:get_or_add_group_project_role:951 : openstack role add admin --group c03d3034e43d439089e4b6514eeef675 --project f974164a87f6418fbfa94a9e33811967 2021-02-18 20:57:41.899 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role admin --group c03d3034e43d439089e4b6514eeef675 --project f974164a87f6418fbfa94a9e33811967 -f value 2021-02-18 20:57:44.350 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:44.354 | + functions-common:get_or_add_group_project_role:958 : group_role_id='e3667aacec7142d19718d5d964e1a867 c03d3034e43d439089e4b6514eeef675 f974164a87f6418fbfa94a9e33811967 False' 2021-02-18 20:57:44.356 | + functions-common:get_or_add_group_project_role:960 : echo e3667aacec7142d19718d5d964e1a867 c03d3034e43d439089e4b6514eeef675 f974164a87f6418fbfa94a9e33811967 False 2021-02-18 20:57:44.356 | e3667aacec7142d19718d5d964e1a867 c03d3034e43d439089e4b6514eeef675 f974164a87f6418fbfa94a9e33811967 False 2021-02-18 20:57:44.359 | + lib/keystone:create_keystone_accounts:382 : is_service_enabled ldap 2021-02-18 20:57:44.375 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:57:44.377 | + ./stack.sh:main:1092 : is_service_enabled nova 2021-02-18 20:57:44.393 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:57:44.395 | + ./stack.sh:main:1093 : create_nova_accounts 2021-02-18 20:57:44.398 | + lib/nova:create_nova_accounts:341 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2021-02-18 20:57:44.400 | + lib/nova:create_nova_accounts:345 : create_service_user nova admin 2021-02-18 20:57:44.403 | + lib/keystone:create_service_user:395 : get_or_create_user nova Passw0rd Default 2021-02-18 20:57:44.405 | + functions-common:get_or_create_user:824 : local user_id 2021-02-18 20:57:44.407 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-02-18 20:57:44.410 | + functions-common:get_or_create_user:828 : local email= 2021-02-18 20:57:44.413 | ++ functions-common:get_or_create_user:842 : oscwrap user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2021-02-18 20:57:46.688 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:46.691 | + functions-common:get_or_create_user:840 : user_id=f14a4657582d425c820b54f707f4d9da 2021-02-18 20:57:46.693 | + functions-common:get_or_create_user:841 : echo f14a4657582d425c820b54f707f4d9da 2021-02-18 20:57:46.693 | f14a4657582d425c820b54f707f4d9da 2021-02-18 20:57:46.695 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service nova service Default Default 2021-02-18 20:57:46.698 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 20:57:46.701 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-02-18 20:57:46.704 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 20:57:46.706 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 20:57:46.709 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-02-18 20:57:46.711 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-02-18 20:57:46.714 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-02-18 20:57:46.717 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-02-18 20:57:46.719 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-02-18 20:57:46.722 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-02-18 20:57:46.726 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2021-02-18 20:57:46.726 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 20:57:46.726 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:57:46.729 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:57:46.732 | ++ functions-common:get_field:727 : read data 2021-02-18 20:57:49.610 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:49.613 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 20:57:49.616 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 20:57:49.618 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user nova --project service --user-domain Default --project-domain Default 2021-02-18 20:57:52.559 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2021-02-18 20:57:52.560 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:57:52.560 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 20:57:52.564 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:57:52.567 | ++ functions-common:get_field:727 : read data 2021-02-18 20:57:55.518 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:55.521 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 20:57:55.524 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 20:57:55.527 | ++ functions-common:get_field:733 : echo '| 0923d885964145b2a3c05e267156deba | f14a4657582d425c820b54f707f4d9da | | 42ec74ce08614b808a423abfa0dcde65 | | | False |' 2021-02-18 20:57:55.527 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 20:57:55.532 | ++ functions-common:get_field:727 : read data 2021-02-18 20:57:55.536 | + functions-common:get_or_add_user_project_role:910 : user_role_id=0923d885964145b2a3c05e267156deba 2021-02-18 20:57:55.538 | + functions-common:get_or_add_user_project_role:912 : echo 0923d885964145b2a3c05e267156deba 2021-02-18 20:57:55.538 | 0923d885964145b2a3c05e267156deba 2021-02-18 20:57:55.541 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-02-18 20:57:55.543 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin nova service Default Default 2021-02-18 20:57:55.546 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 20:57:55.549 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-02-18 20:57:55.551 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 20:57:55.554 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 20:57:55.556 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-02-18 20:57:55.559 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-02-18 20:57:55.562 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-02-18 20:57:55.564 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-02-18 20:57:55.567 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-02-18 20:57:55.570 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-02-18 20:57:55.574 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2021-02-18 20:57:55.574 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 20:57:55.575 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:57:55.577 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:57:55.580 | ++ functions-common:get_field:727 : read data 2021-02-18 20:57:58.463 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:57:58.467 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 20:57:58.469 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 20:57:58.472 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user nova --project service --user-domain Default --project-domain Default 2021-02-18 20:58:01.296 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2021-02-18 20:58:01.296 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:58:01.297 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 20:58:01.299 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:58:01.302 | ++ functions-common:get_field:727 : read data 2021-02-18 20:58:04.248 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:04.251 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 20:58:04.253 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 20:58:04.256 | ++ functions-common:get_field:733 : echo '| e3667aacec7142d19718d5d964e1a867 | f14a4657582d425c820b54f707f4d9da | | 42ec74ce08614b808a423abfa0dcde65 | | | False |' 2021-02-18 20:58:04.257 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 20:58:04.262 | ++ functions-common:get_field:727 : read data 2021-02-18 20:58:04.265 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e3667aacec7142d19718d5d964e1a867 2021-02-18 20:58:04.267 | + functions-common:get_or_add_user_project_role:912 : echo e3667aacec7142d19718d5d964e1a867 2021-02-18 20:58:04.267 | e3667aacec7142d19718d5d964e1a867 2021-02-18 20:58:04.270 | + lib/nova:create_nova_accounts:347 : local nova_api_url 2021-02-18 20:58:04.272 | + lib/nova:create_nova_accounts:348 : [[ True == \F\a\l\s\e ]] 2021-02-18 20:58:04.275 | + lib/nova:create_nova_accounts:351 : nova_api_url=http://10.222.0.41/compute 2021-02-18 20:58:04.277 | + lib/nova:create_nova_accounts:354 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2021-02-18 20:58:04.280 | + functions-common:get_or_create_service:966 : local service_id 2021-02-18 20:58:04.283 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute_legacy -f value -c id 2021-02-18 20:58:06.511 | ++ functions-common:get_or_create_service:981 : oscwrap service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2021-02-18 20:58:08.626 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:08.629 | + functions-common:get_or_create_service:977 : service_id=' 2021-02-18 20:58:08.629 | b39d1b6d918d4ba4b6486793ab534fcd' 2021-02-18 20:58:08.631 | + functions-common:get_or_create_service:978 : echo b39d1b6d918d4ba4b6486793ab534fcd 2021-02-18 20:58:08.631 | b39d1b6d918d4ba4b6486793ab534fcd 2021-02-18 20:58:08.633 | + lib/nova:create_nova_accounts:356 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.41/compute/v2/$(project_id)s' 2021-02-18 20:58:08.636 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-02-18 20:58:08.639 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.41/compute/v2/$(project_id)s' RegionOne 2021-02-18 20:58:08.642 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-02-18 20:58:08.645 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2021-02-18 20:58:11.000 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:11.003 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-02-18 20:58:11.005 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-02-18 20:58:11.009 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute_legacy public 'http://10.222.0.41/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2021-02-18 20:58:13.313 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:13.316 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=461b9b376bb24e14b6287f2dc2e47687 2021-02-18 20:58:13.319 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 461b9b376bb24e14b6287f2dc2e47687 2021-02-18 20:58:13.322 | + functions-common:get_or_create_endpoint:1011 : public_id=461b9b376bb24e14b6287f2dc2e47687 2021-02-18 20:58:13.325 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-02-18 20:58:13.327 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-02-18 20:58:13.329 | + functions-common:get_or_create_endpoint:1020 : echo 461b9b376bb24e14b6287f2dc2e47687 2021-02-18 20:58:13.329 | 461b9b376bb24e14b6287f2dc2e47687 2021-02-18 20:58:13.332 | + lib/nova:create_nova_accounts:360 : get_or_create_service nova compute 'Nova Compute Service' 2021-02-18 20:58:13.334 | + functions-common:get_or_create_service:966 : local service_id 2021-02-18 20:58:13.337 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute -f value -c id 2021-02-18 20:58:15.580 | ++ functions-common:get_or_create_service:981 : oscwrap service create compute --name nova '--description=Nova Compute Service' -f value -c id 2021-02-18 20:58:17.689 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:17.692 | + functions-common:get_or_create_service:977 : service_id=' 2021-02-18 20:58:17.692 | 9e1049ebd7a3470eb5a1a9b8ab62a9c1' 2021-02-18 20:58:17.695 | + functions-common:get_or_create_service:978 : echo 9e1049ebd7a3470eb5a1a9b8ab62a9c1 2021-02-18 20:58:17.695 | 9e1049ebd7a3470eb5a1a9b8ab62a9c1 2021-02-18 20:58:17.697 | + lib/nova:create_nova_accounts:362 : get_or_create_endpoint compute RegionOne http://10.222.0.41/compute/v2.1 2021-02-18 20:58:17.700 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-02-18 20:58:17.703 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute public http://10.222.0.41/compute/v2.1 RegionOne 2021-02-18 20:58:17.705 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-02-18 20:58:17.708 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute --interface public --region RegionOne -c ID -f value 2021-02-18 20:58:20.063 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:20.066 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-02-18 20:58:20.068 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-02-18 20:58:20.076 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute public http://10.222.0.41/compute/v2.1 --region RegionOne -f value -c id 2021-02-18 20:58:22.389 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:22.392 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=0d73524fd97844ca84717ef020811465 2021-02-18 20:58:22.394 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 0d73524fd97844ca84717ef020811465 2021-02-18 20:58:22.397 | + functions-common:get_or_create_endpoint:1011 : public_id=0d73524fd97844ca84717ef020811465 2021-02-18 20:58:22.399 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-02-18 20:58:22.402 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-02-18 20:58:22.404 | + functions-common:get_or_create_endpoint:1020 : echo 0d73524fd97844ca84717ef020811465 2021-02-18 20:58:22.404 | 0d73524fd97844ca84717ef020811465 2021-02-18 20:58:22.407 | + lib/nova:create_nova_accounts:367 : is_service_enabled n-api 2021-02-18 20:58:22.423 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:58:22.425 | + lib/nova:create_nova_accounts:369 : is_service_enabled swift 2021-02-18 20:58:22.442 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:58:22.444 | + lib/nova:create_nova_accounts:372 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2021-02-18 20:58:22.447 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 20:58:22.450 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-02-18 20:58:22.452 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 20:58:22.455 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 20:58:22.457 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-02-18 20:58:22.459 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-02-18 20:58:22.462 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-02-18 20:58:22.464 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-02-18 20:58:22.466 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-02-18 20:58:22.469 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-02-18 20:58:22.473 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-02-18 20:58:22.473 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:58:22.473 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 20:58:22.476 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:58:22.479 | ++ functions-common:get_field:727 : read data 2021-02-18 20:58:25.368 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:25.372 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 20:58:25.374 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 20:58:25.377 | + functions-common:get_or_add_user_project_role:901 : openstack role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-02-18 20:58:28.234 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-02-18 20:58:28.234 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:58:28.234 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 20:58:28.237 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:58:28.239 | ++ functions-common:get_field:727 : read data 2021-02-18 20:58:31.194 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:31.198 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 20:58:31.200 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 20:58:31.203 | ++ functions-common:get_field:733 : echo '| 90773d0cf06a4c03864d947508360c1a | f14a4657582d425c820b54f707f4d9da | | 42ec74ce08614b808a423abfa0dcde65 | | | False |' 2021-02-18 20:58:31.204 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 20:58:31.209 | ++ functions-common:get_field:727 : read data 2021-02-18 20:58:31.212 | + functions-common:get_or_add_user_project_role:910 : user_role_id=90773d0cf06a4c03864d947508360c1a 2021-02-18 20:58:31.214 | + functions-common:get_or_add_user_project_role:912 : echo 90773d0cf06a4c03864d947508360c1a 2021-02-18 20:58:31.214 | 90773d0cf06a4c03864d947508360c1a 2021-02-18 20:58:31.217 | + lib/nova:create_nova_accounts:377 : is_service_enabled s3api 2021-02-18 20:58:31.233 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 20:58:31.235 | + ./stack.sh:main:1095 : is_service_enabled glance 2021-02-18 20:58:31.252 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:58:31.254 | + ./stack.sh:main:1096 : create_glance_accounts 2021-02-18 20:58:31.256 | + lib/glance:create_glance_accounts:307 : is_service_enabled g-api 2021-02-18 20:58:31.273 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:58:31.275 | + lib/glance:create_glance_accounts:309 : create_service_user glance 2021-02-18 20:58:31.277 | + lib/keystone:create_service_user:395 : get_or_create_user glance Passw0rd Default 2021-02-18 20:58:31.280 | + functions-common:get_or_create_user:824 : local user_id 2021-02-18 20:58:31.282 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-02-18 20:58:31.285 | + functions-common:get_or_create_user:828 : local email= 2021-02-18 20:58:31.288 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2021-02-18 20:58:33.590 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:33.593 | + functions-common:get_or_create_user:840 : user_id=43d670afcf8a4e8ea445e95e644b3fb0 2021-02-18 20:58:33.595 | + functions-common:get_or_create_user:841 : echo 43d670afcf8a4e8ea445e95e644b3fb0 2021-02-18 20:58:33.595 | 43d670afcf8a4e8ea445e95e644b3fb0 2021-02-18 20:58:33.598 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service glance service Default Default 2021-02-18 20:58:33.600 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 20:58:33.604 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-02-18 20:58:33.607 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 20:58:33.609 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 20:58:33.611 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-02-18 20:58:33.614 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-02-18 20:58:33.616 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-02-18 20:58:33.618 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-02-18 20:58:33.621 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-02-18 20:58:33.623 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-02-18 20:58:33.627 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2021-02-18 20:58:33.627 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:58:33.628 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 20:58:33.630 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:58:33.633 | ++ functions-common:get_field:727 : read data 2021-02-18 20:58:36.530 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:36.534 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 20:58:36.536 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 20:58:36.539 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user glance --project service --user-domain Default --project-domain Default 2021-02-18 20:58:39.369 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2021-02-18 20:58:39.369 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:58:39.370 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 20:58:39.372 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:58:39.375 | ++ functions-common:get_field:727 : read data 2021-02-18 20:58:42.331 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:42.334 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 20:58:42.337 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 20:58:42.340 | ++ functions-common:get_field:733 : echo '| 0923d885964145b2a3c05e267156deba | 43d670afcf8a4e8ea445e95e644b3fb0 | | 42ec74ce08614b808a423abfa0dcde65 | | | False |' 2021-02-18 20:58:42.340 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 20:58:42.345 | ++ functions-common:get_field:727 : read data 2021-02-18 20:58:42.349 | + functions-common:get_or_add_user_project_role:910 : user_role_id=0923d885964145b2a3c05e267156deba 2021-02-18 20:58:42.351 | + functions-common:get_or_add_user_project_role:912 : echo 0923d885964145b2a3c05e267156deba 2021-02-18 20:58:42.351 | 0923d885964145b2a3c05e267156deba 2021-02-18 20:58:42.354 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-02-18 20:58:42.357 | + lib/glance:create_glance_accounts:312 : is_service_enabled s-proxy 2021-02-18 20:58:42.372 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:58:42.375 | + lib/glance:create_glance_accounts:313 : create_service_user glance-swift ResellerAdmin 2021-02-18 20:58:42.377 | + lib/keystone:create_service_user:395 : get_or_create_user glance-swift Passw0rd Default 2021-02-18 20:58:42.380 | + functions-common:get_or_create_user:824 : local user_id 2021-02-18 20:58:42.382 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-02-18 20:58:42.384 | + functions-common:get_or_create_user:828 : local email= 2021-02-18 20:58:42.388 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-02-18 20:58:44.670 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:44.673 | + functions-common:get_or_create_user:840 : user_id=157f4bb5993945a9a3eae04d1e6159ca 2021-02-18 20:58:44.676 | + functions-common:get_or_create_user:841 : echo 157f4bb5993945a9a3eae04d1e6159ca 2021-02-18 20:58:44.676 | 157f4bb5993945a9a3eae04d1e6159ca 2021-02-18 20:58:44.678 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service glance-swift service Default Default 2021-02-18 20:58:44.681 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 20:58:44.684 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-02-18 20:58:44.687 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 20:58:44.689 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 20:58:44.692 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-02-18 20:58:44.694 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-02-18 20:58:44.697 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-02-18 20:58:44.699 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-02-18 20:58:44.702 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-02-18 20:58:44.704 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-02-18 20:58:44.708 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2021-02-18 20:58:44.708 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:58:44.709 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 20:58:44.711 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:58:44.714 | ++ functions-common:get_field:727 : read data 2021-02-18 20:58:47.607 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:47.611 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 20:58:47.613 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 20:58:47.616 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user glance-swift --project service --user-domain Default --project-domain Default 2021-02-18 20:58:50.438 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2021-02-18 20:58:50.438 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:58:50.438 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 20:58:50.440 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:58:50.443 | ++ functions-common:get_field:727 : read data 2021-02-18 20:58:53.424 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:53.427 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 20:58:53.430 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 20:58:53.433 | ++ functions-common:get_field:733 : echo '| 0923d885964145b2a3c05e267156deba | 157f4bb5993945a9a3eae04d1e6159ca | | 42ec74ce08614b808a423abfa0dcde65 | | | False |' 2021-02-18 20:58:53.433 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 20:58:53.438 | ++ functions-common:get_field:727 : read data 2021-02-18 20:58:53.442 | + functions-common:get_or_add_user_project_role:910 : user_role_id=0923d885964145b2a3c05e267156deba 2021-02-18 20:58:53.444 | + functions-common:get_or_add_user_project_role:912 : echo 0923d885964145b2a3c05e267156deba 2021-02-18 20:58:53.444 | 0923d885964145b2a3c05e267156deba 2021-02-18 20:58:53.447 | + lib/keystone:create_service_user:398 : [[ -n ResellerAdmin ]] 2021-02-18 20:58:53.449 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2021-02-18 20:58:53.452 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 20:58:53.455 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-02-18 20:58:53.457 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 20:58:53.459 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 20:58:53.462 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-02-18 20:58:53.464 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-02-18 20:58:53.466 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-02-18 20:58:53.469 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-02-18 20:58:53.471 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-02-18 20:58:53.474 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-02-18 20:58:53.478 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2021-02-18 20:58:53.478 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:58:53.479 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 20:58:53.481 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:58:53.484 | ++ functions-common:get_field:727 : read data 2021-02-18 20:58:56.460 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:58:56.464 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 20:58:56.466 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 20:58:56.469 | + functions-common:get_or_add_user_project_role:901 : openstack role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2021-02-18 20:58:59.287 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2021-02-18 20:58:59.287 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:58:59.287 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 20:58:59.291 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:58:59.293 | ++ functions-common:get_field:727 : read data 2021-02-18 20:59:02.246 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:02.249 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 20:59:02.251 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 20:59:02.254 | ++ functions-common:get_field:733 : echo '| 90773d0cf06a4c03864d947508360c1a | 157f4bb5993945a9a3eae04d1e6159ca | | 42ec74ce08614b808a423abfa0dcde65 | | | False |' 2021-02-18 20:59:02.255 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 20:59:02.260 | ++ functions-common:get_field:727 : read data 2021-02-18 20:59:02.264 | + functions-common:get_or_add_user_project_role:910 : user_role_id=90773d0cf06a4c03864d947508360c1a 2021-02-18 20:59:02.266 | + functions-common:get_or_add_user_project_role:912 : echo 90773d0cf06a4c03864d947508360c1a 2021-02-18 20:59:02.266 | 90773d0cf06a4c03864d947508360c1a 2021-02-18 20:59:02.269 | + lib/glance:create_glance_accounts:316 : get_or_create_service glance image 'Glance Image Service' 2021-02-18 20:59:02.271 | + functions-common:get_or_create_service:966 : local service_id 2021-02-18 20:59:02.275 | ++ functions-common:get_or_create_service:979 : oscwrap service show image -f value -c id 2021-02-18 20:59:04.499 | ++ functions-common:get_or_create_service:981 : oscwrap service create image --name glance '--description=Glance Image Service' -f value -c id 2021-02-18 20:59:06.613 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:06.616 | + functions-common:get_or_create_service:977 : service_id=' 2021-02-18 20:59:06.616 | 2e299501637f43b3b903f090ae8be390' 2021-02-18 20:59:06.619 | + functions-common:get_or_create_service:978 : echo 2e299501637f43b3b903f090ae8be390 2021-02-18 20:59:06.619 | 2e299501637f43b3b903f090ae8be390 2021-02-18 20:59:06.621 | + lib/glance:create_glance_accounts:318 : get_or_create_endpoint image RegionOne http://10.222.0.41/image 2021-02-18 20:59:06.624 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-02-18 20:59:06.627 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface image public http://10.222.0.41/image RegionOne 2021-02-18 20:59:06.629 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-02-18 20:59:06.633 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service image --interface public --region RegionOne -c ID -f value 2021-02-18 20:59:08.981 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:08.984 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-02-18 20:59:08.987 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-02-18 20:59:08.990 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create image public http://10.222.0.41/image --region RegionOne -f value -c id 2021-02-18 20:59:11.297 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:11.300 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=e553d774ddb245429b5d7500c7a50d37 2021-02-18 20:59:11.302 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo e553d774ddb245429b5d7500c7a50d37 2021-02-18 20:59:11.306 | + functions-common:get_or_create_endpoint:1011 : public_id=e553d774ddb245429b5d7500c7a50d37 2021-02-18 20:59:11.308 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-02-18 20:59:11.311 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-02-18 20:59:11.313 | + functions-common:get_or_create_endpoint:1020 : echo e553d774ddb245429b5d7500c7a50d37 2021-02-18 20:59:11.313 | e553d774ddb245429b5d7500c7a50d37 2021-02-18 20:59:11.316 | ++ lib/glance:create_glance_accounts:323 : get_or_create_domain Default 2021-02-18 20:59:11.319 | ++ functions-common:get_or_create_domain:792 : local domain_id 2021-02-18 20:59:11.323 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2021-02-18 20:59:13.523 | ++ functions-common:get_or_create_domain:802 : domain_id=default 2021-02-18 20:59:13.526 | ++ functions-common:get_or_create_domain:803 : echo default 2021-02-18 20:59:13.529 | + lib/glance:create_glance_accounts:323 : service_domain_id=default 2021-02-18 20:59:13.532 | + lib/glance:create_glance_accounts:324 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2021-02-18 20:59:13.558 | + lib/glance:create_glance_accounts:325 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2021-02-18 20:59:13.583 | + ./stack.sh:main:1098 : is_service_enabled cinder 2021-02-18 20:59:13.598 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:59:13.601 | + ./stack.sh:main:1099 : create_cinder_accounts 2021-02-18 20:59:13.604 | + lib/cinder:create_cinder_accounts:339 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ c-api ]] 2021-02-18 20:59:13.606 | + lib/cinder:create_cinder_accounts:341 : create_service_user cinder 2021-02-18 20:59:13.609 | + lib/keystone:create_service_user:395 : get_or_create_user cinder Passw0rd Default 2021-02-18 20:59:13.611 | + functions-common:get_or_create_user:824 : local user_id 2021-02-18 20:59:13.614 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-02-18 20:59:13.617 | + functions-common:get_or_create_user:828 : local email= 2021-02-18 20:59:13.620 | ++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2021-02-18 20:59:15.919 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:15.922 | + functions-common:get_or_create_user:840 : user_id=5c202b84545948f18842d1944e770876 2021-02-18 20:59:15.924 | + functions-common:get_or_create_user:841 : echo 5c202b84545948f18842d1944e770876 2021-02-18 20:59:15.924 | 5c202b84545948f18842d1944e770876 2021-02-18 20:59:15.927 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service cinder service Default Default 2021-02-18 20:59:15.929 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 20:59:15.933 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-02-18 20:59:15.935 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 20:59:15.937 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 20:59:15.940 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-02-18 20:59:15.942 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-02-18 20:59:15.945 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-02-18 20:59:15.947 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-02-18 20:59:15.949 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-02-18 20:59:15.952 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-02-18 20:59:15.956 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2021-02-18 20:59:15.956 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:59:15.956 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 20:59:15.959 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:59:15.962 | ++ functions-common:get_field:727 : read data 2021-02-18 20:59:18.861 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:18.865 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 20:59:18.868 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 20:59:18.871 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user cinder --project service --user-domain Default --project-domain Default 2021-02-18 20:59:21.769 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2021-02-18 20:59:21.770 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:59:21.770 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 20:59:21.772 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:59:21.775 | ++ functions-common:get_field:727 : read data 2021-02-18 20:59:24.731 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:24.734 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 20:59:24.736 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 20:59:24.739 | ++ functions-common:get_field:733 : echo '| 0923d885964145b2a3c05e267156deba | 5c202b84545948f18842d1944e770876 | | 42ec74ce08614b808a423abfa0dcde65 | | | False |' 2021-02-18 20:59:24.739 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 20:59:24.745 | ++ functions-common:get_field:727 : read data 2021-02-18 20:59:24.748 | + functions-common:get_or_add_user_project_role:910 : user_role_id=0923d885964145b2a3c05e267156deba 2021-02-18 20:59:24.751 | + functions-common:get_or_add_user_project_role:912 : echo 0923d885964145b2a3c05e267156deba 2021-02-18 20:59:24.751 | 0923d885964145b2a3c05e267156deba 2021-02-18 20:59:24.753 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-02-18 20:59:24.756 | + lib/cinder:create_cinder_accounts:344 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2021-02-18 20:59:24.758 | + functions-common:get_or_create_service:966 : local service_id 2021-02-18 20:59:24.762 | ++ functions-common:get_or_create_service:979 : oscwrap service show block-storage -f value -c id 2021-02-18 20:59:27.007 | ++ functions-common:get_or_create_service:981 : oscwrap service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2021-02-18 20:59:29.131 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:29.134 | + functions-common:get_or_create_service:977 : service_id=' 2021-02-18 20:59:29.134 | 390399f858f0470db577f45ea11d5742' 2021-02-18 20:59:29.137 | + functions-common:get_or_create_service:978 : echo 390399f858f0470db577f45ea11d5742 2021-02-18 20:59:29.137 | 390399f858f0470db577f45ea11d5742 2021-02-18 20:59:29.139 | + lib/cinder:create_cinder_accounts:345 : '[' True == False ']' 2021-02-18 20:59:29.142 | + lib/cinder:create_cinder_accounts:364 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.41/volume/v3/$(project_id)s' 2021-02-18 20:59:29.144 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-02-18 20:59:29.148 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.41/volume/v3/$(project_id)s' RegionOne 2021-02-18 20:59:29.151 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-02-18 20:59:29.154 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2021-02-18 20:59:31.514 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:31.517 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-02-18 20:59:31.519 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-02-18 20:59:31.523 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create block-storage public 'http://10.222.0.41/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-02-18 20:59:33.825 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:33.828 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=1e9ba56fab2242b4b644a7201846cfa3 2021-02-18 20:59:33.830 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 1e9ba56fab2242b4b644a7201846cfa3 2021-02-18 20:59:33.833 | + functions-common:get_or_create_endpoint:1011 : public_id=1e9ba56fab2242b4b644a7201846cfa3 2021-02-18 20:59:33.836 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-02-18 20:59:33.838 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-02-18 20:59:33.841 | + functions-common:get_or_create_endpoint:1020 : echo 1e9ba56fab2242b4b644a7201846cfa3 2021-02-18 20:59:33.841 | 1e9ba56fab2242b4b644a7201846cfa3 2021-02-18 20:59:33.843 | + lib/cinder:create_cinder_accounts:368 : get_or_create_service cinderv2 volumev2 'Cinder Volume Service V2' 2021-02-18 20:59:33.846 | + functions-common:get_or_create_service:966 : local service_id 2021-02-18 20:59:33.849 | ++ functions-common:get_or_create_service:979 : oscwrap service show volumev2 -f value -c id 2021-02-18 20:59:36.105 | ++ functions-common:get_or_create_service:981 : oscwrap service create volumev2 --name cinderv2 '--description=Cinder Volume Service V2' -f value -c id 2021-02-18 20:59:38.231 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:38.235 | + functions-common:get_or_create_service:977 : service_id=' 2021-02-18 20:59:38.235 | 70bb73e694a54e0c92218d995f33ec9f' 2021-02-18 20:59:38.237 | + functions-common:get_or_create_service:978 : echo 70bb73e694a54e0c92218d995f33ec9f 2021-02-18 20:59:38.237 | 70bb73e694a54e0c92218d995f33ec9f 2021-02-18 20:59:38.239 | + lib/cinder:create_cinder_accounts:370 : get_or_create_endpoint volumev2 RegionOne 'http://10.222.0.41/volume/v2/$(project_id)s' 2021-02-18 20:59:38.242 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-02-18 20:59:38.245 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface volumev2 public 'http://10.222.0.41/volume/v2/$(project_id)s' RegionOne 2021-02-18 20:59:38.248 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-02-18 20:59:38.251 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service volumev2 --interface public --region RegionOne -c ID -f value 2021-02-18 20:59:40.613 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:40.617 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-02-18 20:59:40.619 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-02-18 20:59:40.623 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create volumev2 public 'http://10.222.0.41/volume/v2/$(project_id)s' --region RegionOne -f value -c id 2021-02-18 20:59:42.935 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:42.938 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=d007c28bab864c0f8c72e54cb78ce20b 2021-02-18 20:59:42.941 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo d007c28bab864c0f8c72e54cb78ce20b 2021-02-18 20:59:42.944 | + functions-common:get_or_create_endpoint:1011 : public_id=d007c28bab864c0f8c72e54cb78ce20b 2021-02-18 20:59:42.947 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-02-18 20:59:42.949 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-02-18 20:59:42.952 | + functions-common:get_or_create_endpoint:1020 : echo d007c28bab864c0f8c72e54cb78ce20b 2021-02-18 20:59:42.952 | d007c28bab864c0f8c72e54cb78ce20b 2021-02-18 20:59:42.954 | + lib/cinder:create_cinder_accounts:374 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2021-02-18 20:59:42.956 | + functions-common:get_or_create_service:966 : local service_id 2021-02-18 20:59:42.960 | ++ functions-common:get_or_create_service:979 : oscwrap service show volumev3 -f value -c id 2021-02-18 20:59:45.263 | ++ functions-common:get_or_create_service:981 : oscwrap service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2021-02-18 20:59:47.385 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:47.388 | + functions-common:get_or_create_service:977 : service_id=' 2021-02-18 20:59:47.388 | 5cce0dec4ec8409fba1917fe292a419a' 2021-02-18 20:59:47.390 | + functions-common:get_or_create_service:978 : echo 5cce0dec4ec8409fba1917fe292a419a 2021-02-18 20:59:47.390 | 5cce0dec4ec8409fba1917fe292a419a 2021-02-18 20:59:47.393 | + lib/cinder:create_cinder_accounts:376 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.41/volume/v3/$(project_id)s' 2021-02-18 20:59:47.395 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-02-18 20:59:47.399 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.41/volume/v3/$(project_id)s' RegionOne 2021-02-18 20:59:47.402 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-02-18 20:59:47.405 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2021-02-18 20:59:49.778 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:49.781 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-02-18 20:59:49.784 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-02-18 20:59:49.787 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create volumev3 public 'http://10.222.0.41/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-02-18 20:59:52.090 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:52.093 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=3732041993fb4560ab32027c6634d349 2021-02-18 20:59:52.095 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 3732041993fb4560ab32027c6634d349 2021-02-18 20:59:52.098 | + functions-common:get_or_create_endpoint:1011 : public_id=3732041993fb4560ab32027c6634d349 2021-02-18 20:59:52.100 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-02-18 20:59:52.103 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-02-18 20:59:52.105 | + functions-common:get_or_create_endpoint:1020 : echo 3732041993fb4560ab32027c6634d349 2021-02-18 20:59:52.105 | 3732041993fb4560ab32027c6634d349 2021-02-18 20:59:52.108 | + lib/cinder:create_cinder_accounts:381 : configure_cinder_internal_tenant 2021-02-18 20:59:52.111 | ++ lib/cinder:configure_cinder_internal_tenant:554 : get_or_create_project service 2021-02-18 20:59:52.113 | ++ functions-common:get_or_create_project:847 : local project_id 2021-02-18 20:59:52.117 | +++ functions-common:get_or_create_project:855 : oscwrap project create service --domain= --or-show -f value -c id 2021-02-18 20:59:54.494 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:54.496 | ++ functions-common:get_or_create_project:853 : project_id=42ec74ce08614b808a423abfa0dcde65 2021-02-18 20:59:54.499 | ++ functions-common:get_or_create_project:854 : echo 42ec74ce08614b808a423abfa0dcde65 2021-02-18 20:59:54.502 | + lib/cinder:configure_cinder_internal_tenant:554 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 42ec74ce08614b808a423abfa0dcde65 2021-02-18 20:59:54.527 | ++ lib/cinder:configure_cinder_internal_tenant:555 : get_or_create_user cinder 2021-02-18 20:59:54.530 | ++ functions-common:get_or_create_user:824 : local user_id 2021-02-18 20:59:54.532 | ++ functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-02-18 20:59:54.535 | ++ functions-common:get_or_create_user:828 : local email= 2021-02-18 20:59:54.539 | +++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password '' --domain= --or-show -f value -c id 2021-02-18 20:59:56.447 | No password was supplied, authentication will fail when a user does not have a password. 2021-02-18 20:59:56.847 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:56.850 | ++ functions-common:get_or_create_user:840 : user_id=5c202b84545948f18842d1944e770876 2021-02-18 20:59:56.852 | ++ functions-common:get_or_create_user:841 : echo 5c202b84545948f18842d1944e770876 2021-02-18 20:59:56.855 | + lib/cinder:configure_cinder_internal_tenant:555 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 5c202b84545948f18842d1944e770876 2021-02-18 20:59:56.881 | + ./stack.sh:main:1101 : is_service_enabled neutron 2021-02-18 20:59:56.897 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 20:59:56.900 | + ./stack.sh:main:1102 : create_neutron_accounts 2021-02-18 20:59:56.902 | + lib/neutron:create_neutron_accounts:639 : is_neutron_legacy_enabled 2021-02-18 20:59:56.905 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-18 20:59:56.906 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-02-18 20:59:56.910 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-18 20:59:56.913 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-02-18 20:59:56.916 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-02-18 20:59:56.918 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-02-18 20:59:56.921 | + lib/neutron:create_neutron_accounts:641 : create_mutnauq_accounts 2021-02-18 20:59:56.923 | + lib/neutron-legacy:create_mutnauq_accounts:405 : local neutron_url 2021-02-18 20:59:56.926 | + lib/neutron-legacy:create_mutnauq_accounts:406 : '[' False == True ']' 2021-02-18 20:59:56.929 | + lib/neutron-legacy:create_mutnauq_accounts:409 : neutron_url=http://10.222.0.41:9696/ 2021-02-18 20:59:56.931 | + lib/neutron-legacy:create_mutnauq_accounts:412 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ q-svc ]] 2021-02-18 20:59:56.934 | + lib/neutron-legacy:create_mutnauq_accounts:414 : create_service_user neutron 2021-02-18 20:59:56.936 | + lib/keystone:create_service_user:395 : get_or_create_user neutron Passw0rd Default 2021-02-18 20:59:56.939 | + functions-common:get_or_create_user:824 : local user_id 2021-02-18 20:59:56.941 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-02-18 20:59:56.943 | + functions-common:get_or_create_user:828 : local email= 2021-02-18 20:59:56.947 | ++ functions-common:get_or_create_user:842 : oscwrap user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2021-02-18 20:59:59.225 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 20:59:59.228 | + functions-common:get_or_create_user:840 : user_id=108690f857904a18a0a618e8b83db629 2021-02-18 20:59:59.230 | + functions-common:get_or_create_user:841 : echo 108690f857904a18a0a618e8b83db629 2021-02-18 20:59:59.230 | 108690f857904a18a0a618e8b83db629 2021-02-18 20:59:59.233 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service neutron service Default Default 2021-02-18 20:59:59.235 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 20:59:59.238 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-02-18 20:59:59.242 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 20:59:59.244 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 20:59:59.246 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-02-18 20:59:59.249 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-02-18 20:59:59.251 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-02-18 20:59:59.253 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-02-18 20:59:59.256 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-02-18 20:59:59.259 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-02-18 20:59:59.263 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2021-02-18 20:59:59.263 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 20:59:59.263 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 20:59:59.266 | ++ functions-common:get_field:726 : local data field 2021-02-18 20:59:59.269 | ++ functions-common:get_field:727 : read data 2021-02-18 21:00:02.154 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:02.158 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 21:00:02.160 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 21:00:02.163 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user neutron --project service --user-domain Default --project-domain Default 2021-02-18 21:00:04.994 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2021-02-18 21:00:04.994 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:00:04.995 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 21:00:04.997 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:00:05.000 | ++ functions-common:get_field:727 : read data 2021-02-18 21:00:07.953 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:07.956 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 21:00:07.959 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 21:00:07.962 | ++ functions-common:get_field:733 : echo '| 0923d885964145b2a3c05e267156deba | 108690f857904a18a0a618e8b83db629 | | 42ec74ce08614b808a423abfa0dcde65 | | | False |' 2021-02-18 21:00:07.962 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 21:00:07.967 | ++ functions-common:get_field:727 : read data 2021-02-18 21:00:07.970 | + functions-common:get_or_add_user_project_role:910 : user_role_id=0923d885964145b2a3c05e267156deba 2021-02-18 21:00:07.973 | + functions-common:get_or_add_user_project_role:912 : echo 0923d885964145b2a3c05e267156deba 2021-02-18 21:00:07.973 | 0923d885964145b2a3c05e267156deba 2021-02-18 21:00:07.976 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-02-18 21:00:07.978 | + lib/neutron-legacy:create_mutnauq_accounts:416 : get_or_create_service neutron network 'Neutron Service' 2021-02-18 21:00:07.980 | + functions-common:get_or_create_service:966 : local service_id 2021-02-18 21:00:07.984 | ++ functions-common:get_or_create_service:979 : oscwrap service show network -f value -c id 2021-02-18 21:00:10.219 | ++ functions-common:get_or_create_service:981 : oscwrap service create network --name neutron '--description=Neutron Service' -f value -c id 2021-02-18 21:00:12.342 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:12.345 | + functions-common:get_or_create_service:977 : service_id=' 2021-02-18 21:00:12.345 | 20af1c5f0c234091807617d36543a9bc' 2021-02-18 21:00:12.347 | + functions-common:get_or_create_service:978 : echo 20af1c5f0c234091807617d36543a9bc 2021-02-18 21:00:12.347 | 20af1c5f0c234091807617d36543a9bc 2021-02-18 21:00:12.350 | + lib/neutron-legacy:create_mutnauq_accounts:418 : get_or_create_endpoint network RegionOne http://10.222.0.41:9696/ 2021-02-18 21:00:12.352 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-02-18 21:00:12.355 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface network public http://10.222.0.41:9696/ RegionOne 2021-02-18 21:00:12.358 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-02-18 21:00:12.361 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service network --interface public --region RegionOne -c ID -f value 2021-02-18 21:00:14.711 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:14.714 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-02-18 21:00:14.716 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-02-18 21:00:14.720 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create network public http://10.222.0.41:9696/ --region RegionOne -f value -c id 2021-02-18 21:00:17.067 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:17.070 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=4652a061ecb04a798e7e9dc2fe85050c 2021-02-18 21:00:17.073 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 4652a061ecb04a798e7e9dc2fe85050c 2021-02-18 21:00:17.076 | + functions-common:get_or_create_endpoint:1011 : public_id=4652a061ecb04a798e7e9dc2fe85050c 2021-02-18 21:00:17.078 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-02-18 21:00:17.080 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-02-18 21:00:17.083 | + functions-common:get_or_create_endpoint:1020 : echo 4652a061ecb04a798e7e9dc2fe85050c 2021-02-18 21:00:17.084 | 4652a061ecb04a798e7e9dc2fe85050c 2021-02-18 21:00:17.086 | + ./stack.sh:main:1104 : is_service_enabled swift 2021-02-18 21:00:17.103 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:00:17.105 | + ./stack.sh:main:1105 : create_swift_accounts 2021-02-18 21:00:17.108 | + lib/swift:create_swift_accounts:630 : export swiftusertest1_password=testing 2021-02-18 21:00:17.110 | + lib/swift:create_swift_accounts:630 : swiftusertest1_password=testing 2021-02-18 21:00:17.113 | + lib/swift:create_swift_accounts:631 : export swiftusertest2_password=testing2 2021-02-18 21:00:17.115 | + lib/swift:create_swift_accounts:631 : swiftusertest2_password=testing2 2021-02-18 21:00:17.117 | + lib/swift:create_swift_accounts:632 : export swiftusertest3_password=testing3 2021-02-18 21:00:17.120 | + lib/swift:create_swift_accounts:632 : swiftusertest3_password=testing3 2021-02-18 21:00:17.122 | + lib/swift:create_swift_accounts:633 : export swiftusertest4_password=testing4 2021-02-18 21:00:17.124 | + lib/swift:create_swift_accounts:633 : swiftusertest4_password=testing4 2021-02-18 21:00:17.127 | + lib/swift:create_swift_accounts:635 : local another_role 2021-02-18 21:00:17.130 | ++ lib/swift:create_swift_accounts:636 : get_or_create_role anotherrole 2021-02-18 21:00:17.133 | ++ functions-common:get_or_create_role:860 : local role_id 2021-02-18 21:00:17.136 | +++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2021-02-18 21:00:19.376 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:19.378 | ++ functions-common:get_or_create_role:865 : role_id=00f65866a0d840b6b17f3bf9eb288703 2021-02-18 21:00:19.381 | ++ functions-common:get_or_create_role:866 : echo 00f65866a0d840b6b17f3bf9eb288703 2021-02-18 21:00:19.384 | + lib/swift:create_swift_accounts:636 : another_role=00f65866a0d840b6b17f3bf9eb288703 2021-02-18 21:00:19.386 | + lib/swift:create_swift_accounts:640 : create_service_user swift admin 2021-02-18 21:00:19.389 | + lib/keystone:create_service_user:395 : get_or_create_user swift Passw0rd Default 2021-02-18 21:00:19.391 | + functions-common:get_or_create_user:824 : local user_id 2021-02-18 21:00:19.393 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-02-18 21:00:19.396 | + functions-common:get_or_create_user:828 : local email= 2021-02-18 21:00:19.399 | ++ functions-common:get_or_create_user:842 : oscwrap user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-02-18 21:00:21.670 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:21.672 | + functions-common:get_or_create_user:840 : user_id=91df773f75534457b809ab686fec3b60 2021-02-18 21:00:21.675 | + functions-common:get_or_create_user:841 : echo 91df773f75534457b809ab686fec3b60 2021-02-18 21:00:21.675 | 91df773f75534457b809ab686fec3b60 2021-02-18 21:00:21.677 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service swift service Default Default 2021-02-18 21:00:21.680 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 21:00:21.683 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-02-18 21:00:21.685 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 21:00:21.687 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 21:00:21.690 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-02-18 21:00:21.692 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-02-18 21:00:21.695 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-02-18 21:00:21.697 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-02-18 21:00:21.699 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-02-18 21:00:21.702 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-02-18 21:00:21.705 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2021-02-18 21:00:21.705 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:00:21.706 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 21:00:21.709 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:00:21.712 | ++ functions-common:get_field:727 : read data 2021-02-18 21:00:24.605 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:24.609 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 21:00:24.611 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 21:00:24.613 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user swift --project service --user-domain Default --project-domain Default 2021-02-18 21:00:27.447 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2021-02-18 21:00:27.447 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:00:27.447 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 21:00:27.450 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:00:27.452 | ++ functions-common:get_field:727 : read data 2021-02-18 21:00:30.427 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:30.430 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 21:00:30.433 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 21:00:30.435 | ++ functions-common:get_field:733 : echo '| 0923d885964145b2a3c05e267156deba | 91df773f75534457b809ab686fec3b60 | | 42ec74ce08614b808a423abfa0dcde65 | | | False |' 2021-02-18 21:00:30.436 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 21:00:30.440 | ++ functions-common:get_field:727 : read data 2021-02-18 21:00:30.444 | + functions-common:get_or_add_user_project_role:910 : user_role_id=0923d885964145b2a3c05e267156deba 2021-02-18 21:00:30.446 | + functions-common:get_or_add_user_project_role:912 : echo 0923d885964145b2a3c05e267156deba 2021-02-18 21:00:30.446 | 0923d885964145b2a3c05e267156deba 2021-02-18 21:00:30.449 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-02-18 21:00:30.451 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin swift service Default Default 2021-02-18 21:00:30.453 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 21:00:30.456 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-02-18 21:00:30.458 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 21:00:30.460 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 21:00:30.462 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-02-18 21:00:30.465 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-02-18 21:00:30.467 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-02-18 21:00:30.469 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-02-18 21:00:30.471 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-02-18 21:00:30.474 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-02-18 21:00:30.477 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2021-02-18 21:00:30.477 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:00:30.478 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 21:00:30.480 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:00:30.482 | ++ functions-common:get_field:727 : read data 2021-02-18 21:00:33.377 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:33.382 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 21:00:33.384 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 21:00:33.386 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user swift --project service --user-domain Default --project-domain Default 2021-02-18 21:00:36.206 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2021-02-18 21:00:36.206 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:00:36.206 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 21:00:36.209 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:00:36.211 | ++ functions-common:get_field:727 : read data 2021-02-18 21:00:39.168 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:39.171 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 21:00:39.173 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 21:00:39.176 | ++ functions-common:get_field:733 : echo '| e3667aacec7142d19718d5d964e1a867 | 91df773f75534457b809ab686fec3b60 | | 42ec74ce08614b808a423abfa0dcde65 | | | False |' 2021-02-18 21:00:39.176 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 21:00:39.181 | ++ functions-common:get_field:727 : read data 2021-02-18 21:00:39.184 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e3667aacec7142d19718d5d964e1a867 2021-02-18 21:00:39.187 | + functions-common:get_or_add_user_project_role:912 : echo e3667aacec7142d19718d5d964e1a867 2021-02-18 21:00:39.187 | e3667aacec7142d19718d5d964e1a867 2021-02-18 21:00:39.189 | + lib/swift:create_swift_accounts:642 : get_or_create_service swift object-store 'Swift Service' 2021-02-18 21:00:39.191 | + functions-common:get_or_create_service:966 : local service_id 2021-02-18 21:00:39.195 | ++ functions-common:get_or_create_service:979 : oscwrap service show object-store -f value -c id 2021-02-18 21:00:41.425 | ++ functions-common:get_or_create_service:981 : oscwrap service create object-store --name swift '--description=Swift Service' -f value -c id 2021-02-18 21:00:43.532 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:43.534 | + functions-common:get_or_create_service:977 : service_id=' 2021-02-18 21:00:43.534 | 2b9ac7301c454da1a20cd05731ca0f70' 2021-02-18 21:00:43.537 | + functions-common:get_or_create_service:978 : echo 2b9ac7301c454da1a20cd05731ca0f70 2021-02-18 21:00:43.537 | 2b9ac7301c454da1a20cd05731ca0f70 2021-02-18 21:00:43.539 | + lib/swift:create_swift_accounts:644 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.41:8080/v1/AUTH_$(project_id)s' http://10.222.0.41:8080 2021-02-18 21:00:43.542 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-02-18 21:00:43.545 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.41:8080/v1/AUTH_$(project_id)s' RegionOne 2021-02-18 21:00:43.547 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-02-18 21:00:43.550 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2021-02-18 21:00:45.908 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:45.911 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-02-18 21:00:45.914 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-02-18 21:00:45.917 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store public 'http://10.222.0.41:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2021-02-18 21:00:48.220 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:48.222 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=e8f3bb850e2c44c3a237477dff48dc74 2021-02-18 21:00:48.225 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo e8f3bb850e2c44c3a237477dff48dc74 2021-02-18 21:00:48.228 | + functions-common:get_or_create_endpoint:1011 : public_id=e8f3bb850e2c44c3a237477dff48dc74 2021-02-18 21:00:48.230 | + functions-common:get_or_create_endpoint:1013 : [[ -n http://10.222.0.41:8080 ]] 2021-02-18 21:00:48.232 | + functions-common:get_or_create_endpoint:1014 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.41:8080 RegionOne 2021-02-18 21:00:48.234 | + functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-02-18 21:00:48.237 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2021-02-18 21:00:50.615 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:50.618 | + functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-02-18 21:00:50.620 | + functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-02-18 21:00:50.623 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store admin http://10.222.0.41:8080 --region RegionOne -f value -c id 2021-02-18 21:00:52.938 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:52.940 | + functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=e8e62508c59242cdb6ccf65126b69cbe 2021-02-18 21:00:52.943 | + functions-common:_get_or_create_endpoint_with_interface:996 : echo e8e62508c59242cdb6ccf65126b69cbe 2021-02-18 21:00:52.943 | e8e62508c59242cdb6ccf65126b69cbe 2021-02-18 21:00:52.946 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-02-18 21:00:52.948 | + functions-common:get_or_create_endpoint:1020 : echo e8f3bb850e2c44c3a237477dff48dc74 2021-02-18 21:00:52.948 | e8f3bb850e2c44c3a237477dff48dc74 2021-02-18 21:00:52.950 | + lib/swift:create_swift_accounts:649 : local swift_project_test1 2021-02-18 21:00:52.953 | ++ lib/swift:create_swift_accounts:650 : get_or_create_project swiftprojecttest1 default 2021-02-18 21:00:52.956 | ++ functions-common:get_or_create_project:847 : local project_id 2021-02-18 21:00:52.959 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest1 --domain=default --or-show -f value -c id 2021-02-18 21:00:55.162 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:55.165 | ++ functions-common:get_or_create_project:853 : project_id=39d67b0a88e94127a2c037f62c0a3464 2021-02-18 21:00:55.167 | ++ functions-common:get_or_create_project:854 : echo 39d67b0a88e94127a2c037f62c0a3464 2021-02-18 21:00:55.170 | + lib/swift:create_swift_accounts:650 : swift_project_test1=39d67b0a88e94127a2c037f62c0a3464 2021-02-18 21:00:55.173 | + lib/swift:create_swift_accounts:651 : die_if_not_set 651 swift_project_test1 'Failure creating swift_project_test1' 2021-02-18 21:00:55.175 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-02-18 21:00:55.192 | ++ lib/swift:create_swift_accounts:653 : get_or_create_user swiftusertest1 testing default test@example.com 2021-02-18 21:00:55.194 | ++ functions-common:get_or_create_user:824 : local user_id 2021-02-18 21:00:55.197 | ++ functions-common:get_or_create_user:825 : [[ ! -z test@example.com ]] 2021-02-18 21:00:55.199 | ++ functions-common:get_or_create_user:826 : local email=--email=test@example.com 2021-02-18 21:00:55.202 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2021-02-18 21:00:57.531 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:00:57.534 | ++ functions-common:get_or_create_user:840 : user_id=c3cdc8bfdb7943d38125fc175c8c7025 2021-02-18 21:00:57.537 | ++ functions-common:get_or_create_user:841 : echo c3cdc8bfdb7943d38125fc175c8c7025 2021-02-18 21:00:57.540 | + lib/swift:create_swift_accounts:653 : SWIFT_USER_TEST1=c3cdc8bfdb7943d38125fc175c8c7025 2021-02-18 21:00:57.542 | + lib/swift:create_swift_accounts:654 : die_if_not_set 654 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2021-02-18 21:00:57.544 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-02-18 21:00:57.560 | + lib/swift:create_swift_accounts:655 : get_or_add_user_project_role admin c3cdc8bfdb7943d38125fc175c8c7025 39d67b0a88e94127a2c037f62c0a3464 2021-02-18 21:00:57.563 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 21:00:57.566 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-02-18 21:00:57.569 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 21:00:57.571 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 21:00:57.573 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-02-18 21:00:57.576 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-02-18 21:00:57.578 | ++ functions-common:_get_domain_args:882 : echo 2021-02-18 21:00:57.581 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-02-18 21:00:57.584 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user c3cdc8bfdb7943d38125fc175c8c7025 --project 39d67b0a88e94127a2c037f62c0a3464 2021-02-18 21:00:57.585 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:00:57.585 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 21:00:57.587 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:00:57.590 | ++ functions-common:get_field:727 : read data 2021-02-18 21:01:00.008 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:01:00.012 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 21:01:00.014 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 21:01:00.016 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user c3cdc8bfdb7943d38125fc175c8c7025 --project 39d67b0a88e94127a2c037f62c0a3464 2021-02-18 21:01:02.325 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user c3cdc8bfdb7943d38125fc175c8c7025 --project 39d67b0a88e94127a2c037f62c0a3464 2021-02-18 21:01:02.325 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:01:02.325 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 21:01:02.328 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:01:02.330 | ++ functions-common:get_field:727 : read data 2021-02-18 21:01:04.783 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:01:04.786 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 21:01:04.788 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 21:01:04.791 | ++ functions-common:get_field:733 : echo '| e3667aacec7142d19718d5d964e1a867 | c3cdc8bfdb7943d38125fc175c8c7025 | | 39d67b0a88e94127a2c037f62c0a3464 | | | False |' 2021-02-18 21:01:04.792 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 21:01:04.796 | ++ functions-common:get_field:727 : read data 2021-02-18 21:01:04.800 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e3667aacec7142d19718d5d964e1a867 2021-02-18 21:01:04.802 | + functions-common:get_or_add_user_project_role:912 : echo e3667aacec7142d19718d5d964e1a867 2021-02-18 21:01:04.803 | e3667aacec7142d19718d5d964e1a867 2021-02-18 21:01:04.805 | + lib/swift:create_swift_accounts:657 : local swift_user_test3 2021-02-18 21:01:04.808 | ++ lib/swift:create_swift_accounts:659 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2021-02-18 21:01:04.811 | ++ functions-common:get_or_create_user:824 : local user_id 2021-02-18 21:01:04.813 | ++ functions-common:get_or_create_user:825 : [[ ! -z test3@example.com ]] 2021-02-18 21:01:04.815 | ++ functions-common:get_or_create_user:826 : local email=--email=test3@example.com 2021-02-18 21:01:04.819 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2021-02-18 21:01:06.988 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:01:06.991 | ++ functions-common:get_or_create_user:840 : user_id=4d45bfad5e914211abfbe3eba55c2521 2021-02-18 21:01:06.994 | ++ functions-common:get_or_create_user:841 : echo 4d45bfad5e914211abfbe3eba55c2521 2021-02-18 21:01:06.996 | + lib/swift:create_swift_accounts:659 : swift_user_test3=4d45bfad5e914211abfbe3eba55c2521 2021-02-18 21:01:06.999 | + lib/swift:create_swift_accounts:660 : die_if_not_set 660 swift_user_test3 'Failure creating swift_user_test3' 2021-02-18 21:01:07.001 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-02-18 21:01:07.016 | + lib/swift:create_swift_accounts:661 : get_or_add_user_project_role 00f65866a0d840b6b17f3bf9eb288703 4d45bfad5e914211abfbe3eba55c2521 39d67b0a88e94127a2c037f62c0a3464 2021-02-18 21:01:07.019 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 21:01:07.022 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-02-18 21:01:07.025 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 21:01:07.027 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 21:01:07.029 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-02-18 21:01:07.031 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-02-18 21:01:07.034 | ++ functions-common:_get_domain_args:882 : echo 2021-02-18 21:01:07.037 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-02-18 21:01:07.041 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role 00f65866a0d840b6b17f3bf9eb288703 --user 4d45bfad5e914211abfbe3eba55c2521 --project 39d67b0a88e94127a2c037f62c0a3464 2021-02-18 21:01:07.041 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:01:07.042 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 21:01:07.044 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:01:07.047 | ++ functions-common:get_field:727 : read data 2021-02-18 21:01:09.418 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:01:09.422 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 21:01:09.424 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 21:01:09.427 | + functions-common:get_or_add_user_project_role:901 : openstack role add 00f65866a0d840b6b17f3bf9eb288703 --user 4d45bfad5e914211abfbe3eba55c2521 --project 39d67b0a88e94127a2c037f62c0a3464 2021-02-18 21:01:11.695 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role 00f65866a0d840b6b17f3bf9eb288703 --user 4d45bfad5e914211abfbe3eba55c2521 --project 39d67b0a88e94127a2c037f62c0a3464 2021-02-18 21:01:11.695 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:01:11.695 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 21:01:11.698 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:01:11.700 | ++ functions-common:get_field:727 : read data 2021-02-18 21:01:14.118 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:01:14.120 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 21:01:14.123 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 21:01:14.126 | ++ functions-common:get_field:733 : echo '| 00f65866a0d840b6b17f3bf9eb288703 | 4d45bfad5e914211abfbe3eba55c2521 | | 39d67b0a88e94127a2c037f62c0a3464 | | | False |' 2021-02-18 21:01:14.126 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 21:01:14.131 | ++ functions-common:get_field:727 : read data 2021-02-18 21:01:14.135 | + functions-common:get_or_add_user_project_role:910 : user_role_id=00f65866a0d840b6b17f3bf9eb288703 2021-02-18 21:01:14.137 | + functions-common:get_or_add_user_project_role:912 : echo 00f65866a0d840b6b17f3bf9eb288703 2021-02-18 21:01:14.137 | 00f65866a0d840b6b17f3bf9eb288703 2021-02-18 21:01:14.139 | + lib/swift:create_swift_accounts:663 : local swift_project_test2 2021-02-18 21:01:14.142 | ++ lib/swift:create_swift_accounts:664 : get_or_create_project swiftprojecttest2 default 2021-02-18 21:01:14.145 | ++ functions-common:get_or_create_project:847 : local project_id 2021-02-18 21:01:14.148 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest2 --domain=default --or-show -f value -c id 2021-02-18 21:01:16.339 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:01:16.342 | ++ functions-common:get_or_create_project:853 : project_id=23d435d46d6b4457b4e178e67565bf41 2021-02-18 21:01:16.345 | ++ functions-common:get_or_create_project:854 : echo 23d435d46d6b4457b4e178e67565bf41 2021-02-18 21:01:16.347 | + lib/swift:create_swift_accounts:664 : swift_project_test2=23d435d46d6b4457b4e178e67565bf41 2021-02-18 21:01:16.350 | + lib/swift:create_swift_accounts:665 : die_if_not_set 665 swift_project_test2 'Failure creating swift_project_test2' 2021-02-18 21:01:16.352 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-02-18 21:01:16.368 | + lib/swift:create_swift_accounts:667 : local swift_user_test2 2021-02-18 21:01:16.371 | ++ lib/swift:create_swift_accounts:669 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2021-02-18 21:01:16.374 | ++ functions-common:get_or_create_user:824 : local user_id 2021-02-18 21:01:16.376 | ++ functions-common:get_or_create_user:825 : [[ ! -z test2@example.com ]] 2021-02-18 21:01:16.378 | ++ functions-common:get_or_create_user:826 : local email=--email=test2@example.com 2021-02-18 21:01:16.382 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2021-02-18 21:01:18.619 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:01:18.622 | ++ functions-common:get_or_create_user:840 : user_id=efaa260471624e5b8f070241dcae22f6 2021-02-18 21:01:18.624 | ++ functions-common:get_or_create_user:841 : echo efaa260471624e5b8f070241dcae22f6 2021-02-18 21:01:18.627 | + lib/swift:create_swift_accounts:669 : swift_user_test2=efaa260471624e5b8f070241dcae22f6 2021-02-18 21:01:18.630 | + lib/swift:create_swift_accounts:670 : die_if_not_set 670 swift_user_test2 'Failure creating swift_user_test2' 2021-02-18 21:01:18.632 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-02-18 21:01:18.648 | + lib/swift:create_swift_accounts:671 : get_or_add_user_project_role admin efaa260471624e5b8f070241dcae22f6 23d435d46d6b4457b4e178e67565bf41 2021-02-18 21:01:18.650 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 21:01:18.653 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-02-18 21:01:18.655 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 21:01:18.658 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 21:01:18.660 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-02-18 21:01:18.663 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-02-18 21:01:18.665 | ++ functions-common:_get_domain_args:882 : echo 2021-02-18 21:01:18.668 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-02-18 21:01:18.672 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:01:18.672 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user efaa260471624e5b8f070241dcae22f6 --project 23d435d46d6b4457b4e178e67565bf41 2021-02-18 21:01:18.672 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 21:01:18.674 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:01:18.678 | ++ functions-common:get_field:727 : read data 2021-02-18 21:01:21.080 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:01:21.084 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 21:01:21.086 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 21:01:21.088 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user efaa260471624e5b8f070241dcae22f6 --project 23d435d46d6b4457b4e178e67565bf41 2021-02-18 21:01:23.393 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user efaa260471624e5b8f070241dcae22f6 --project 23d435d46d6b4457b4e178e67565bf41 2021-02-18 21:01:23.393 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:01:23.393 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 21:01:23.396 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:01:23.398 | ++ functions-common:get_field:727 : read data 2021-02-18 21:01:25.851 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:01:25.854 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 21:01:25.857 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 21:01:25.860 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 21:01:25.860 | ++ functions-common:get_field:733 : echo '| e3667aacec7142d19718d5d964e1a867 | efaa260471624e5b8f070241dcae22f6 | | 23d435d46d6b4457b4e178e67565bf41 | | | False |' 2021-02-18 21:01:25.865 | ++ functions-common:get_field:727 : read data 2021-02-18 21:01:25.868 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e3667aacec7142d19718d5d964e1a867 2021-02-18 21:01:25.870 | + functions-common:get_or_add_user_project_role:912 : echo e3667aacec7142d19718d5d964e1a867 2021-02-18 21:01:25.870 | e3667aacec7142d19718d5d964e1a867 2021-02-18 21:01:25.872 | + lib/swift:create_swift_accounts:673 : local swift_domain 2021-02-18 21:01:25.875 | ++ lib/swift:create_swift_accounts:674 : get_or_create_domain swift_test 'Used for swift functional testing' 2021-02-18 21:01:25.878 | ++ functions-common:get_or_create_domain:792 : local domain_id 2021-02-18 21:01:25.881 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show swift_test -f value -c id 2021-02-18 21:01:28.146 | +++ functions-common:get_or_create_domain:806 : oscwrap domain create swift_test --description 'Used for swift functional testing' -f value -c id 2021-02-18 21:01:30.279 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:01:30.282 | ++ functions-common:get_or_create_domain:802 : domain_id=' 2021-02-18 21:01:30.282 | f89cdec9971d41169c23a160d0b67775' 2021-02-18 21:01:30.284 | ++ functions-common:get_or_create_domain:803 : echo f89cdec9971d41169c23a160d0b67775 2021-02-18 21:01:30.287 | + lib/swift:create_swift_accounts:674 : swift_domain=f89cdec9971d41169c23a160d0b67775 2021-02-18 21:01:30.289 | + lib/swift:create_swift_accounts:675 : die_if_not_set 675 swift_domain 'Failure creating swift_test domain' 2021-02-18 21:01:30.292 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-02-18 21:01:30.308 | + lib/swift:create_swift_accounts:677 : local swift_project_test4 2021-02-18 21:01:30.311 | ++ lib/swift:create_swift_accounts:678 : get_or_create_project swiftprojecttest4 f89cdec9971d41169c23a160d0b67775 2021-02-18 21:01:30.313 | ++ functions-common:get_or_create_project:847 : local project_id 2021-02-18 21:01:30.316 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest4 --domain=f89cdec9971d41169c23a160d0b67775 --or-show -f value -c id 2021-02-18 21:01:32.579 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:01:32.583 | ++ functions-common:get_or_create_project:853 : project_id=92ab8a819f5e4e5f9f8749b96271e1ee 2021-02-18 21:01:32.585 | ++ functions-common:get_or_create_project:854 : echo 92ab8a819f5e4e5f9f8749b96271e1ee 2021-02-18 21:01:32.588 | + lib/swift:create_swift_accounts:678 : swift_project_test4=92ab8a819f5e4e5f9f8749b96271e1ee 2021-02-18 21:01:32.590 | + lib/swift:create_swift_accounts:679 : die_if_not_set 679 swift_project_test4 'Failure creating swift_project_test4' 2021-02-18 21:01:32.593 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-02-18 21:01:32.609 | + lib/swift:create_swift_accounts:681 : local swift_user_test4 2021-02-18 21:01:32.612 | ++ lib/swift:create_swift_accounts:683 : get_or_create_user swiftusertest4 testing4 f89cdec9971d41169c23a160d0b67775 test4@example.com 2021-02-18 21:01:32.615 | ++ functions-common:get_or_create_user:824 : local user_id 2021-02-18 21:01:32.617 | ++ functions-common:get_or_create_user:825 : [[ ! -z test4@example.com ]] 2021-02-18 21:01:32.620 | ++ functions-common:get_or_create_user:826 : local email=--email=test4@example.com 2021-02-18 21:01:32.623 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest4 --password testing4 --domain=f89cdec9971d41169c23a160d0b67775 --email=test4@example.com --or-show -f value -c id 2021-02-18 21:01:34.865 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:01:34.868 | ++ functions-common:get_or_create_user:840 : user_id=7bb26dc1644343c4847add6a49ea2727 2021-02-18 21:01:34.870 | ++ functions-common:get_or_create_user:841 : echo 7bb26dc1644343c4847add6a49ea2727 2021-02-18 21:01:34.873 | + lib/swift:create_swift_accounts:683 : swift_user_test4=7bb26dc1644343c4847add6a49ea2727 2021-02-18 21:01:34.875 | + lib/swift:create_swift_accounts:684 : die_if_not_set 684 swift_user_test4 'Failure creating swift_user_test4' 2021-02-18 21:01:34.878 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-02-18 21:01:34.894 | + lib/swift:create_swift_accounts:685 : get_or_add_user_project_role admin 7bb26dc1644343c4847add6a49ea2727 92ab8a819f5e4e5f9f8749b96271e1ee 2021-02-18 21:01:34.897 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 21:01:34.900 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-02-18 21:01:34.902 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 21:01:34.905 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 21:01:34.907 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-02-18 21:01:34.910 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-02-18 21:01:34.912 | ++ functions-common:_get_domain_args:882 : echo 2021-02-18 21:01:34.915 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-02-18 21:01:34.919 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 7bb26dc1644343c4847add6a49ea2727 --project 92ab8a819f5e4e5f9f8749b96271e1ee 2021-02-18 21:01:34.919 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 21:01:34.920 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:01:34.922 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:01:34.924 | ++ functions-common:get_field:727 : read data 2021-02-18 21:01:37.326 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:01:37.330 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 21:01:37.333 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 21:01:37.335 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 7bb26dc1644343c4847add6a49ea2727 --project 92ab8a819f5e4e5f9f8749b96271e1ee 2021-02-18 21:01:39.647 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 7bb26dc1644343c4847add6a49ea2727 --project 92ab8a819f5e4e5f9f8749b96271e1ee 2021-02-18 21:01:39.647 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:01:39.647 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 21:01:39.650 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:01:39.652 | ++ functions-common:get_field:727 : read data 2021-02-18 21:01:42.191 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:01:42.194 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 21:01:42.197 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 21:01:42.200 | ++ functions-common:get_field:733 : echo '| e3667aacec7142d19718d5d964e1a867 | 7bb26dc1644343c4847add6a49ea2727 | | 92ab8a819f5e4e5f9f8749b96271e1ee | | | False |' 2021-02-18 21:01:42.200 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 21:01:42.205 | ++ functions-common:get_field:727 : read data 2021-02-18 21:01:42.208 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e3667aacec7142d19718d5d964e1a867 2021-02-18 21:01:42.211 | + functions-common:get_or_add_user_project_role:912 : echo e3667aacec7142d19718d5d964e1a867 2021-02-18 21:01:42.211 | e3667aacec7142d19718d5d964e1a867 2021-02-18 21:01:42.213 | + ./stack.sh:main:1111 : write_clouds_yaml 2021-02-18 21:01:42.216 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2021-02-18 21:01:42.219 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2021-02-18 21:01:42.222 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2021-02-18 21:01:42.234 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2021-02-18 21:01:42.246 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2021-02-18 21:01:42.248 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-02-18 21:01:42.251 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.222.0.41/identity --os-username demo --os-password Passw0rd --os-project-name demo 2021-02-18 21:01:42.345 | The user clouds.yaml file didn't exist. 2021-02-18 21:01:42.355 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.222.0.41/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2021-02-18 21:01:42.457 | /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-02-18 21:01:42.457 | self._clouds = yaml.load(clouds_file) 2021-02-18 21:01:42.466 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.222.0.41/identity --os-username admin --os-password Passw0rd --os-project-name admin 2021-02-18 21:01:42.574 | /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-02-18 21:01:42.574 | self._clouds = yaml.load(clouds_file) 2021-02-18 21:01:42.584 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.222.0.41/identity --os-username admin --os-password Passw0rd --os-system-scope all 2021-02-18 21:01:42.695 | /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-02-18 21:01:42.695 | self._clouds = yaml.load(clouds_file) 2021-02-18 21:01:42.705 | ++ functions-common:write_clouds_yaml:133 : eval echo '~ubuntu' 2021-02-18 21:01:42.708 | +++ functions-common:write_clouds_yaml:133 : echo /home/ubuntu 2021-02-18 21:01:42.711 | + functions-common:write_clouds_yaml:133 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2021-02-18 21:01:42.715 | + ./stack.sh:main:1116 : is_service_enabled horizon 2021-02-18 21:01:42.733 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:01:42.736 | + ./stack.sh:main:1126 : is_service_enabled mysql postgresql 2021-02-18 21:01:42.753 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:01:42.755 | + ./stack.sh:main:1126 : is_service_enabled glance 2021-02-18 21:01:42.771 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:01:42.773 | + ./stack.sh:main:1127 : echo_summary 'Configuring Glance' 2021-02-18 21:01:42.776 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:01:42.778 | + ./stack.sh:echo_summary:421 : echo -e Configuring Glance 2021-02-18 21:01:42.781 | + ./stack.sh:main:1128 : init_glance 2021-02-18 21:01:42.783 | + lib/glance:init_glance:332 : rm -rf /opt/stack/data/glance/images 2021-02-18 21:01:42.787 | + lib/glance:init_glance:333 : mkdir -p /opt/stack/data/glance/images 2021-02-18 21:01:42.791 | + lib/glance:init_glance:336 : recreate_database glance 2021-02-18 21:01:42.793 | + lib/database:recreate_database:110 : local db=glance 2021-02-18 21:01:42.796 | + lib/database:recreate_database:111 : recreate_database_mysql glance 2021-02-18 21:01:42.798 | + lib/databases/mysql:recreate_database_mysql:63 : local db=glance 2021-02-18 21:01:42.801 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2021-02-18 21:01:42.805 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 21:01:42.819 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2021-02-18 21:01:42.823 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 21:01:42.835 | + lib/glance:init_glance:338 : time_start dbsync 2021-02-18 21:01:42.837 | + functions-common:time_start:2317 : local name=dbsync 2021-02-18 21:01:42.840 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:01:42.842 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:01:42.845 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:01:42.849 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682102846 2021-02-18 21:01:42.851 | + lib/glance:init_glance:340 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2021-02-18 21:01:45.047 | 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=71710) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-18 21:01:45.051 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-02-18 21:01:45.051 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-02-18 21:01:45.076 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-02-18 21:01:45.077 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-02-18 21:01:45.094 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 21:01:45.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.095 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.097 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.100 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.101 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.101 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.103 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.103 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.106 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.107 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.107 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.109 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.110 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.114 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.114 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.114 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.115 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 21:01:45.115 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 21:01:45.159 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 21:01:45.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.160 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.162 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.163 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.164 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.164 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.166 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.166 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.169 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.170 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.170 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.172 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.173 | 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=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:01:45.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:01:45.177 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 21:01:45.178 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=71710) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 21:01:45.246 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-18 21:01:45.246 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-18 21:01:45.300 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2021-02-18 21:01:48.168 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2021-02-18 21:01:48.279 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2021-02-18 21:01:48.289 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2021-02-18 21:01:48.623 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2021-02-18 21:01:48.632 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2021-02-18 21:01:48.640 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2021-02-18 21:01:48.830 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2021-02-18 21:01:49.163 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2021-02-18 21:01:49.165 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2021-02-18 21:01:49.175 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-18 21:01:49.175 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-18 21:01:49.180 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-18 21:01:49.180 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-18 21:01:49.185 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-18 21:01:49.185 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-18 21:01:49.206 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-18 21:01:49.206 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-18 21:01:49.236 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-18 21:01:49.236 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-18 21:01:49.245 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2021-02-18 21:01:49.571 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2021-02-18 21:01:49.699 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2021-02-18 21:01:49.708 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2021-02-18 21:01:49.716 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2021-02-18 21:01:49.725 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2021-02-18 21:01:49.727 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2021-02-18 21:01:49.746 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-18 21:01:49.746 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-18 21:01:49.750 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-18 21:01:49.750 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-18 21:01:49.754 | Upgraded database to: ussuri_expand01, current revision(s): ussuri_expand01 2021-02-18 21:01:49.754 | Database migration is up to date. No migration needed. 2021-02-18 21:01:49.754 | Upgraded database to: ussuri_contract01, current revision(s): ussuri_contract01 2021-02-18 21:01:49.754 | Database is synced successfully. 2021-02-18 21:01:49.941 | + lib/glance:init_glance:343 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2021-02-18 21:01:52.027 | 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=71717) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-18 21:01:52.193 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2021-02-18 21:01:52.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2021-02-18 21:01:52.345 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2021-02-18 21:01:52.484 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2021-02-18 21:01:52.543 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2021-02-18 21:01:52.697 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2021-02-18 21:01:52.750 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2021-02-18 21:01:52.775 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2021-02-18 21:01:52.819 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2021-02-18 21:01:52.853 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2021-02-18 21:01:53.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2021-02-18 21:01:53.063 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2021-02-18 21:01:53.206 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2021-02-18 21:01:53.231 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2021-02-18 21:01:53.308 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2021-02-18 21:01:53.338 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2021-02-18 21:01:53.379 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2021-02-18 21:01:53.462 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2021-02-18 21:01:53.492 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2021-02-18 21:01:53.540 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2021-02-18 21:01:53.580 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2021-02-18 21:01:53.619 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2021-02-18 21:01:53.689 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2021-02-18 21:01:53.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2021-02-18 21:01:53.869 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2021-02-18 21:01:53.891 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2021-02-18 21:01:53.954 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2021-02-18 21:01:54.026 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2021-02-18 21:01:54.063 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2021-02-18 21:01:54.103 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2021-02-18 21:01:54.103 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2021-02-18 21:01:54.285 | + lib/glance:init_glance:344 : time_stop dbsync 2021-02-18 21:01:54.288 | + functions-common:time_stop:2331 : local name 2021-02-18 21:01:54.291 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:01:54.293 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:01:54.296 | + functions-common:time_stop:2334 : local total 2021-02-18 21:01:54.298 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:01:54.301 | + functions-common:time_stop:2337 : name=dbsync 2021-02-18 21:01:54.303 | + functions-common:time_stop:2338 : start_time=1613682102846 2021-02-18 21:01:54.305 | + functions-common:time_stop:2340 : [[ -z 1613682102846 ]] 2021-02-18 21:01:54.309 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:01:54.312 | + functions-common:time_stop:2343 : end_time=1613682114310 2021-02-18 21:01:54.315 | + functions-common:time_stop:2344 : elapsed_time=11464 2021-02-18 21:01:54.317 | + functions-common:time_stop:2345 : total=18817 2021-02-18 21:01:54.320 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:01:54.322 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=30281 2021-02-18 21:01:54.325 | + ./stack.sh:main:1135 : is_service_enabled neutron 2021-02-18 21:01:54.341 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:01:54.343 | + ./stack.sh:main:1136 : echo_summary 'Configuring Neutron' 2021-02-18 21:01:54.346 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:01:54.348 | + ./stack.sh:echo_summary:421 : echo -e Configuring Neutron 2021-02-18 21:01:54.351 | + ./stack.sh:main:1138 : configure_neutron 2021-02-18 21:01:54.354 | + lib/neutron:configure_neutron:603 : is_neutron_legacy_enabled 2021-02-18 21:01:54.357 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-18 21:01:54.357 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-02-18 21:01:54.362 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-18 21:01:54.364 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-02-18 21:01:54.367 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-02-18 21:01:54.369 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-02-18 21:01:54.372 | + lib/neutron:configure_neutron:605 : configure_mutnauq 2021-02-18 21:01:54.374 | + lib/neutron-legacy:configure_mutnauq:338 : _configure_neutron_common 2021-02-18 21:01:54.376 | + lib/neutron-legacy:_configure_neutron_common:685 : _create_neutron_conf_dir 2021-02-18 21:01:54.378 | + lib/neutron-legacy:_create_neutron_conf_dir:678 : sudo install -d -o ubuntu /etc/neutron 2021-02-18 21:01:54.390 | + lib/neutron-legacy:_configure_neutron_common:688 : cd /opt/stack/neutron 2021-02-18 21:01:54.392 | + lib/neutron-legacy:_configure_neutron_common:688 : exec ./tools/generate_config_file_samples.sh 2021-02-18 21:02:26.125 | + lib/neutron-legacy:_configure_neutron_common:690 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2021-02-18 21:02:26.129 | + lib/neutron-legacy:_configure_neutron_common:692 : Q_POLICY_FILE=/etc/neutron/policy.json 2021-02-18 21:02:26.132 | + lib/neutron-legacy:_configure_neutron_common:696 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2021-02-18 21:02:26.134 | + lib/neutron-legacy:_configure_neutron_common:700 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2021-02-18 21:02:26.136 | + lib/neutron-legacy:_configure_neutron_common:705 : neutron_plugin_configure_common 2021-02-18 21:02:26.138 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:64 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2021-02-18 21:02:26.140 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2021-02-18 21:02:26.143 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CLASS=ml2 2021-02-18 21:02:26.145 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:69 : _neutron_service_plugin_class_add router 2021-02-18 21:02:26.147 | + lib/neutron-legacy:_neutron_service_plugin_class_add:854 : local service_plugin_class=router 2021-02-18 21:02:26.150 | + lib/neutron-legacy:_neutron_service_plugin_class_add:855 : [[ '' == '' ]] 2021-02-18 21:02:26.152 | + lib/neutron-legacy:_neutron_service_plugin_class_add:856 : Q_SERVICE_PLUGIN_CLASSES=router 2021-02-18 21:02:26.154 | + lib/neutron-legacy:_configure_neutron_common:707 : [[ etc/neutron/plugins/ml2 == '' ]] 2021-02-18 21:02:26.156 | + lib/neutron-legacy:_configure_neutron_common:707 : [[ ml2_conf.ini == '' ]] 2021-02-18 21:02:26.158 | + lib/neutron-legacy:_configure_neutron_common:707 : [[ ml2 == '' ]] 2021-02-18 21:02:26.160 | + lib/neutron-legacy:_configure_neutron_common:712 : mkdir -p /etc/neutron/plugins/ml2 2021-02-18 21:02:26.164 | + lib/neutron-legacy:_configure_neutron_common:713 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-18 21:02:26.166 | + lib/neutron-legacy:_configure_neutron_common:716 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2021-02-18 21:02:26.168 | + lib/neutron-legacy:_configure_neutron_common:717 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-18 21:02:26.173 | ++ lib/neutron-legacy:_configure_neutron_common:722 : database_connection_url neutron 2021-02-18 21:02:26.175 | ++ lib/database:database_connection_url:132 : local db=neutron 2021-02-18 21:02:26.177 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql neutron 2021-02-18 21:02:26.179 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=neutron 2021-02-18 21:02:26.181 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2021-02-18 21:02:26.184 | + lib/neutron-legacy:_configure_neutron_common:722 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2021-02-18 21:02:26.214 | + lib/neutron-legacy:_configure_neutron_common:723 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2021-02-18 21:02:26.242 | + lib/neutron-legacy:_configure_neutron_common:724 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2021-02-18 21:02:26.271 | + lib/neutron-legacy:_configure_neutron_common:725 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2021-02-18 21:02:26.301 | + lib/neutron-legacy:_configure_neutron_common:726 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2021-02-18 21:02:26.330 | + lib/neutron-legacy:_configure_neutron_common:729 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2021-02-18 21:02:26.359 | + lib/neutron-legacy:_configure_neutron_common:731 : '[' libvirt = fake ']' 2021-02-18 21:02:26.362 | + lib/neutron-legacy:_configure_neutron_common:741 : setup_logging /etc/neutron/neutron.conf 2021-02-18 21:02:26.364 | + functions:setup_logging:655 : local conf_file=/etc/neutron/neutron.conf 2021-02-18 21:02:26.366 | + functions:setup_logging:656 : local other_cond=False 2021-02-18 21:02:26.369 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-02-18 21:02:26.371 | + functions:setup_logging:658 : setup_systemd_logging /etc/neutron/neutron.conf 2021-02-18 21:02:26.373 | + functions:setup_systemd_logging:686 : local conf_file=/etc/neutron/neutron.conf 2021-02-18 21:02:26.375 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-02-18 21:02:26.378 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-02-18 21:02:26.393 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-02-18 21:02:26.396 | + functions:setup_systemd_logging:693 : local pidstr= 2021-02-18 21:02:26.398 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-02-18 21:02:26.400 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-02-18 21:02:26.402 | + functions:setup_systemd_logging:700 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-02-18 21:02:26.431 | + functions:setup_systemd_logging:702 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 21:02:26.461 | + functions:setup_systemd_logging:703 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-02-18 21:02:26.491 | + functions:setup_systemd_logging:704 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-02-18 21:02:26.520 | + lib/neutron-legacy:_configure_neutron_common:743 : is_service_enabled tls-proxy 2021-02-18 21:02:26.535 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:02:26.537 | + lib/neutron-legacy:_configure_neutron_common:749 : _neutron_setup_rootwrap 2021-02-18 21:02:26.539 | + lib/neutron-legacy:_neutron_setup_rootwrap:889 : [[ True == \F\a\l\s\e ]] 2021-02-18 21:02:26.542 | + lib/neutron-legacy:_neutron_setup_rootwrap:893 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2021-02-18 21:02:26.544 | + lib/neutron-legacy:_neutron_setup_rootwrap:894 : [[ -d /etc/neutron/rootwrap.d ]] 2021-02-18 21:02:26.546 | + lib/neutron-legacy:_neutron_setup_rootwrap:898 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2021-02-18 21:02:26.548 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:879 : [[ True == \F\a\l\s\e ]] 2021-02-18 21:02:26.550 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:882 : local srcdir=/opt/stack/neutron 2021-02-18 21:02:26.553 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:883 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2021-02-18 21:02:26.565 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:884 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/debug.filters /opt/stack/neutron/etc/neutron/rootwrap.d/dhcp.filters /opt/stack/neutron/etc/neutron/rootwrap.d/dibbler.filters /opt/stack/neutron/etc/neutron/rootwrap.d/ebtables.filters /opt/stack/neutron/etc/neutron/rootwrap.d/ipset-firewall.filters /opt/stack/neutron/etc/neutron/rootwrap.d/iptables-firewall.filters /opt/stack/neutron/etc/neutron/rootwrap.d/l3.filters /opt/stack/neutron/etc/neutron/rootwrap.d/linuxbridge-plugin.filters /opt/stack/neutron/etc/neutron/rootwrap.d/netns-cleanup.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-02-18 21:02:26.578 | + lib/neutron-legacy:_neutron_setup_rootwrap:902 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2021-02-18 21:02:26.580 | + lib/neutron-legacy:_neutron_setup_rootwrap:905 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2021-02-18 21:02:26.591 | + lib/neutron-legacy:_neutron_setup_rootwrap:907 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2021-02-18 21:02:26.602 | + lib/neutron-legacy:_neutron_setup_rootwrap:908 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2021-02-18 21:02:26.613 | + lib/neutron-legacy:_neutron_setup_rootwrap:911 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-02-18 21:02:26.616 | + lib/neutron-legacy:_neutron_setup_rootwrap:912 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-02-18 21:02:26.619 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:915 : mktemp 2021-02-18 21:02:26.622 | + lib/neutron-legacy:_neutron_setup_rootwrap:915 : TEMPFILE=/tmp/tmp.Om4xHDETQN 2021-02-18 21:02:26.625 | + lib/neutron-legacy:_neutron_setup_rootwrap:916 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-02-18 21:02:26.627 | + lib/neutron-legacy:_neutron_setup_rootwrap:917 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-02-18 21:02:26.629 | + lib/neutron-legacy:_neutron_setup_rootwrap:918 : chmod 0440 /tmp/tmp.Om4xHDETQN 2021-02-18 21:02:26.633 | + lib/neutron-legacy:_neutron_setup_rootwrap:919 : sudo chown root:root /tmp/tmp.Om4xHDETQN 2021-02-18 21:02:26.644 | + lib/neutron-legacy:_neutron_setup_rootwrap:920 : sudo mv /tmp/tmp.Om4xHDETQN /etc/sudoers.d/neutron-rootwrap 2021-02-18 21:02:26.654 | + lib/neutron-legacy:_neutron_setup_rootwrap:923 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-02-18 21:02:26.684 | + lib/neutron-legacy:_neutron_setup_rootwrap:924 : [[ True == \T\r\u\e ]] 2021-02-18 21:02:26.686 | + lib/neutron-legacy:_neutron_setup_rootwrap:925 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-02-18 21:02:26.716 | + lib/neutron-legacy:configure_mutnauq:339 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2021-02-18 21:02:26.718 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2021-02-18 21:02:26.721 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2021-02-18 21:02:26.723 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-02-18 21:02:26.725 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-02-18 21:02:26.728 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-02-18 21:02:26.744 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:02:26.747 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-02-18 21:02:26.749 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-02-18 21:02:26.751 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-02-18 21:02:26.767 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:02:26.770 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/ 2021-02-18 21:02:26.773 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/ 2021-02-18 21:02:26.803 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-02-18 21:02:26.806 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-02-18 21:02:26.808 | + lib/neutron-legacy:configure_mutnauq:341 : is_service_enabled q-metering 2021-02-18 21:02:26.824 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:02:26.826 | + lib/neutron-legacy:configure_mutnauq:342 : _configure_neutron_metering 2021-02-18 21:02:26.829 | + lib/neutron-legacy:_configure_neutron_metering:798 : neutron_agent_metering_configure_common 2021-02-18 21:02:26.831 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2021-02-18 21:02:26.833 | + lib/neutron-legacy:_neutron_service_plugin_class_add:854 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2021-02-18 21:02:26.836 | + lib/neutron-legacy:_neutron_service_plugin_class_add:855 : [[ router == '' ]] 2021-02-18 21:02:26.838 | + lib/neutron-legacy:_neutron_service_plugin_class_add:857 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2021-02-18 21:02:26.840 | + lib/neutron-legacy:_neutron_service_plugin_class_add:858 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2021-02-18 21:02:26.843 | + lib/neutron-legacy:_configure_neutron_metering:799 : neutron_agent_metering_configure_agent 2021-02-18 21:02:26.845 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2021-02-18 21:02:26.848 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2021-02-18 21:02:26.851 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2021-02-18 21:02:26.854 | + 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-02-18 21:02:26.858 | + lib/neutron-legacy:configure_mutnauq:344 : is_service_enabled q-agt q-svc 2021-02-18 21:02:26.874 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:02:26.876 | + lib/neutron-legacy:configure_mutnauq:345 : _configure_neutron_service 2021-02-18 21:02:26.879 | + lib/neutron-legacy:_configure_neutron_service:826 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2021-02-18 21:02:26.882 | + lib/neutron-legacy:_configure_neutron_service:827 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2021-02-18 21:02:26.886 | + lib/neutron-legacy:_configure_neutron_service:830 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2021-02-18 21:02:26.916 | + lib/neutron-legacy:_configure_neutron_service:832 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-02-18 21:02:26.947 | + lib/neutron-legacy:_configure_neutron_service:833 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2021-02-18 21:02:26.977 | + lib/neutron-legacy:_configure_neutron_service:834 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2021-02-18 21:02:27.008 | + lib/neutron-legacy:_configure_neutron_service:836 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2021-02-18 21:02:27.038 | + lib/neutron-legacy:_configure_neutron_service:837 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2021-02-18 21:02:27.041 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/neutron/neutron.conf 2021-02-18 21:02:27.043 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=neutron 2021-02-18 21:02:27.045 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-02-18 21:02:27.048 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2021-02-18 21:02:27.078 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2021-02-18 21:02:27.111 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.41/identity 2021-02-18 21:02:27.142 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2021-02-18 21:02:27.172 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2021-02-18 21:02:27.202 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2021-02-18 21:02:27.233 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2021-02-18 21:02:27.263 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2021-02-18 21:02:27.294 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-02-18 21:02:27.324 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2021-02-18 21:02:27.355 | + lib/neutron-legacy:_configure_neutron_service:840 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2021-02-18 21:02:27.385 | + lib/neutron-legacy:_configure_neutron_service:841 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2021-02-18 21:02:27.416 | + lib/neutron-legacy:_configure_neutron_service:843 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2021-02-18 21:02:27.418 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/neutron/neutron.conf 2021-02-18 21:02:27.421 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-02-18 21:02:27.423 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2021-02-18 21:02:27.425 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/neutron/neutron.conf nova auth_type password 2021-02-18 21:02:27.456 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/neutron/neutron.conf nova interface public 2021-02-18 21:02:27.487 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.41/identity 2021-02-18 21:02:27.518 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/neutron/neutron.conf nova username nova 2021-02-18 21:02:27.548 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2021-02-18 21:02:27.580 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2021-02-18 21:02:27.610 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf nova project_name service 2021-02-18 21:02:27.641 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2021-02-18 21:02:27.671 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-02-18 21:02:27.702 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2021-02-18 21:02:27.733 | + lib/neutron-legacy:_configure_neutron_service:846 : neutron_plugin_configure_service 2021-02-18 21:02:27.735 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:73 : [[ vxlan != \l\o\c\a\l ]] 2021-02-18 21:02:27.738 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2021-02-18 21:02:27.740 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:88 : '[' '' == '' ']' 2021-02-18 21:02:27.743 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : [[ '' == '' ]] 2021-02-18 21:02:27.745 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : [[ physnet1 != '' ]] 2021-02-18 21:02:27.747 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : ML2_VLAN_RANGES=physnet1 2021-02-18 21:02:27.750 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : [[ 150:199 != '' ]] 2021-02-18 21:02:27.752 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : ML2_VLAN_RANGES=physnet1:150:199 2021-02-18 21:02:27.755 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:95 : [[ physnet1:150:199 != '' ]] 2021-02-18 21:02:27.757 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2021-02-18 21:02:27.760 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:102 : [[ -z '' ]] 2021-02-18 21:02:27.762 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -n physnet1 ]] 2021-02-18 21:02:27.764 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2021-02-18 21:02:27.767 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : [[ -n physnet1 ]] 2021-02-18 21:02:27.769 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2021-02-18 21:02:27.771 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:108 : [[ -n physnet1 ]] 2021-02-18 21:02:27.774 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:108 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2021-02-18 21:02:27.776 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : [[ True == \T\r\u\e ]] 2021-02-18 21:02:27.778 | + 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-02-18 21:02:27.804 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch 2021-02-18 21:02:27.806 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-18 21:02:27.808 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-02-18 21:02:27.811 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=mechanism_drivers=openvswitch 2021-02-18 21:02:27.813 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z mechanism_drivers=openvswitch ']' 2021-02-18 21:02:27.815 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-18 21:02:27.819 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch 2021-02-18 21:02:27.844 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : [[ -n '' ]] 2021-02-18 21:02:27.846 | + 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-02-18 21:02:27.849 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-18 21:02:27.851 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-02-18 21:02:27.853 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=extension_drivers=port_security 2021-02-18 21:02:27.856 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z extension_drivers=port_security ']' 2021-02-18 21:02:27.858 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-18 21:02:27.860 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2021-02-18 21:02:27.885 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vxlan 2021-02-18 21:02:27.888 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-18 21:02:27.890 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-02-18 21:02:27.892 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=tenant_network_types=vxlan 2021-02-18 21:02:27.895 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z tenant_network_types=vxlan ']' 2021-02-18 21:02:27.897 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-18 21:02:27.900 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vxlan 2021-02-18 21:02:27.925 | + 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-02-18 21:02:27.927 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-18 21:02:27.929 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_gre 2021-02-18 21:02:27.931 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=tunnel_id_ranges=1:1000 2021-02-18 21:02:27.934 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z tunnel_id_ranges=1:1000 ']' 2021-02-18 21:02:27.936 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-18 21:02:27.939 | + 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-02-18 21:02:27.964 | + 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-02-18 21:02:27.967 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-18 21:02:27.969 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_vxlan 2021-02-18 21:02:27.971 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=vni_ranges=1:1000 2021-02-18 21:02:27.974 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z vni_ranges=1:1000 ']' 2021-02-18 21:02:27.976 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-18 21:02:27.978 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2021-02-18 21:02:28.004 | + 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-02-18 21:02:28.006 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-18 21:02:28.009 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_flat 2021-02-18 21:02:28.011 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=flat_networks=physnet1, 2021-02-18 21:02:28.013 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z flat_networks=physnet1, ']' 2021-02-18 21:02:28.016 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-18 21:02:28.018 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2021-02-18 21:02:28.044 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:142 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=physnet1:150:199 2021-02-18 21:02:28.046 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-18 21:02:28.048 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_vlan 2021-02-18 21:02:28.051 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=network_vlan_ranges=physnet1:150:199 2021-02-18 21:02:28.053 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z network_vlan_ranges=physnet1:150:199 ']' 2021-02-18 21:02:28.056 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-18 21:02:28.058 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:150:199 2021-02-18 21:02:28.085 | + 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-02-18 21:02:28.087 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-18 21:02:28.089 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_geneve 2021-02-18 21:02:28.092 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=vni_ranges=1:1000 2021-02-18 21:02:28.094 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z vni_ranges=1:1000 ']' 2021-02-18 21:02:28.096 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-18 21:02:28.099 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2021-02-18 21:02:28.125 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:146 : [[ legacy != \l\e\g\a\c\y ]] 2021-02-18 21:02:28.127 | + lib/neutron-legacy:configure_mutnauq:347 : is_service_enabled q-agt 2021-02-18 21:02:28.143 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:02:28.146 | + lib/neutron-legacy:configure_mutnauq:348 : _configure_neutron_plugin_agent 2021-02-18 21:02:28.148 | + lib/neutron-legacy:_configure_neutron_plugin_agent:813 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-02-18 21:02:28.175 | + lib/neutron-legacy:_configure_neutron_plugin_agent:814 : [[ True == \T\r\u\e ]] 2021-02-18 21:02:28.178 | + lib/neutron-legacy:_configure_neutron_plugin_agent:815 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-02-18 21:02:28.204 | + lib/neutron-legacy:_configure_neutron_plugin_agent:817 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-02-18 21:02:28.237 | + lib/neutron-legacy:_configure_neutron_plugin_agent:820 : neutron_plugin_configure_plugin_agent 2021-02-18 21:02:28.239 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:32 : _neutron_ovs_base_setup_bridge br-int 2021-02-18 21:02:28.242 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:32 : local bridge=br-int 2021-02-18 21:02:28.244 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:33 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-02-18 21:02:30.762 | INFO neutron.common.config [-] Logging enabled! 2021-02-18 21:02:30.762 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 16.3.1.dev28 2021-02-18 21:02:30.763 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=73441) setup_logging /opt/stack/neutron/neutron/common/config.py:111}} 2021-02-18 21:02:30.763 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2021-02-18 21:02:30.764 | 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=73441) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:103}} 2021-02-18 21:02:30.769 | DEBUG oslo_rootwrap.client [-] Popen for ['sudo', '/usr/local/bin/neutron-rootwrap-daemon', '/etc/neutron/rootwrap.conf'] command has been instantiated {{(pid=73441) _initialize /usr/local/lib/python3.6/dist-packages/oslo_rootwrap/client.py:73}} 2021-02-18 21:02:31.063 | INFO oslo_rootwrap.client [-] Spawned new rootwrap daemon process with pid=73448 2021-02-18 21:02:31.156 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-02-18 21:02:31.156 | INFO oslo_rootwrap.client [-] Stopping rootwrap daemon process with pid=73448 2021-02-18 21:02:31.418 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:34 : _neutron_ovs_base_add_bridge br-int 2021-02-18 21:02:31.420 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-int 2021-02-18 21:02:31.423 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2021-02-18 21:02:31.425 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-02-18 21:02:31.428 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-int 2021-02-18 21:02:31.476 | + 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-02-18 21:02:31.492 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:33 : _neutron_ovs_base_configure_firewall_driver 2021-02-18 21:02:31.495 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2021-02-18 21:02:31.497 | + 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-02-18 21:02:31.525 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2021-02-18 21:02:31.528 | ++ functions:running_in_container:772 : systemd-detect-virt --container 2021-02-18 21:02:31.533 | + functions:running_in_container:772 : [[ none != \n\o\n\e ]] 2021-02-18 21:02:31.536 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2021-02-18 21:02:31.539 | + functions:enable_kernel_bridge_firewall:781 : sudo modprobe bridge 2021-02-18 21:02:31.560 | + functions:enable_kernel_bridge_firewall:784 : sudo modprobe br_netfilter 2021-02-18 21:02:31.575 | + functions:enable_kernel_bridge_firewall:788 : for proto in ip ip6 2021-02-18 21:02:31.577 | + functions:enable_kernel_bridge_firewall:789 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2021-02-18 21:02:31.584 | net.bridge.bridge-nf-call-iptables = 1 2021-02-18 21:02:31.588 | + functions:enable_kernel_bridge_firewall:788 : for proto in ip ip6 2021-02-18 21:02:31.590 | + functions:enable_kernel_bridge_firewall:789 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2021-02-18 21:02:31.597 | net.bridge.bridge-nf-call-ip6tables = 1 2021-02-18 21:02:31.601 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : [[ True == \T\r\u\e ]] 2021-02-18 21:02:31.604 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs local_ip 192.168.0.42 2021-02-18 21:02:31.632 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:38 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs tunnel_bridge br-tun 2021-02-18 21:02:31.657 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:44 : [[ physnet1 != '' ]] 2021-02-18 21:02:31.659 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:44 : [[ br-data != '' ]] 2021-02-18 21:02:31.662 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:45 : [[ physnet1:br-data == '' ]] 2021-02-18 21:02:31.665 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : _neutron_ovs_base_add_bridge br-data 2021-02-18 21:02:31.667 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2021-02-18 21:02:31.669 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2021-02-18 21:02:31.672 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-02-18 21:02:31.674 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2021-02-18 21:02:31.697 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:52 : [[ physnet1:br-data != '' ]] 2021-02-18 21:02:31.700 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:53 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings physnet1:br-data 2021-02-18 21:02:31.727 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:55 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2021-02-18 21:02:31.729 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types vxlan 2021-02-18 21:02:31.756 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:58 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2021-02-18 21:02:31.781 | + lib/neutron-legacy:configure_mutnauq:350 : is_service_enabled q-dhcp 2021-02-18 21:02:31.797 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:02:31.800 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_dhcp_agent 2021-02-18 21:02:31.802 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:754 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2021-02-18 21:02:31.806 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:756 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2021-02-18 21:02:31.834 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:758 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2021-02-18 21:02:31.860 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:759 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-02-18 21:02:31.887 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:760 : [[ True == \T\r\u\e ]] 2021-02-18 21:02:31.890 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:761 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-02-18 21:02:31.916 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:764 : is_service_enabled q-l3 2021-02-18 21:02:31.932 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:02:31.934 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:775 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-02-18 21:02:31.937 | + lib/neutron-legacy:_neutron_setup_interface_driver:933 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2021-02-18 21:02:31.963 | + lib/neutron-legacy:_neutron_setup_interface_driver:935 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-02-18 21:02:31.965 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:62 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-02-18 21:02:31.968 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:63 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2021-02-18 21:02:31.993 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:777 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2021-02-18 21:02:31.996 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:21 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-02-18 21:02:31.998 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:22 : : 2021-02-18 21:02:32.001 | + lib/neutron-legacy:configure_mutnauq:353 : is_service_enabled q-l3 2021-02-18 21:02:32.016 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:02:32.018 | + lib/neutron-legacy:configure_mutnauq:354 : _configure_neutron_l3_agent 2021-02-18 21:02:32.022 | + 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-02-18 21:02:32.026 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2021-02-18 21:02:32.052 | + 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-02-18 21:02:32.084 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : [[ True == \T\r\u\e ]] 2021-02-18 21:02:32.086 | + 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-02-18 21:02:32.113 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:123 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2021-02-18 21:02:32.116 | + lib/neutron-legacy:_neutron_setup_interface_driver:933 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2021-02-18 21:02:32.142 | + lib/neutron-legacy:_neutron_setup_interface_driver:935 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2021-02-18 21:02:32.145 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:62 : local conf_file=/etc/neutron/l3_agent.ini 2021-02-18 21:02:32.147 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:63 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2021-02-18 21:02:32.173 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:125 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2021-02-18 21:02:32.176 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:26 : local conf_file=/etc/neutron/l3_agent.ini 2021-02-18 21:02:32.179 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:27 : _neutron_ovs_base_configure_l3_agent 2021-02-18 21:02:32.181 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-02-18 21:02:34.670 | INFO neutron.common.config [-] Logging enabled! 2021-02-18 21:02:34.670 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 16.3.1.dev28 2021-02-18 21:02:34.671 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=74039) setup_logging /opt/stack/neutron/neutron/common/config.py:111}} 2021-02-18 21:02:34.745 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2021-02-18 21:02:34.746 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=74039) do_commit /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:87}} 2021-02-18 21:02:34.746 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=74039) do_commit /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:124}} 2021-02-18 21:02:34.747 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-02-18 21:02:34.985 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2021-02-18 21:02:34.987 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2021-02-18 21:02:34.990 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-data 2021-02-18 21:02:34.992 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2021-02-18 21:02:34.995 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2021-02-18 21:02:34.997 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-02-18 21:02:35.000 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2021-02-18 21:02:35.016 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-data 1500 2021-02-18 21:02:35.018 | + functions:set_mtu:764 : local dev=br-data 2021-02-18 21:02:35.021 | + functions:set_mtu:765 : local mtu=1500 2021-02-18 21:02:35.023 | + functions:set_mtu:766 : sudo ip link set mtu 1500 dev br-data 2021-02-18 21:02:35.034 | + 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-02-18 21:02:35.051 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:131 : [[ -n eth1 ]] 2021-02-18 21:02:35.054 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _move_neutron_addresses_route eth1 br-data True False inet 2021-02-18 21:02:35.056 | + lib/neutron-legacy:_move_neutron_addresses_route:586 : local from_intf=eth1 2021-02-18 21:02:35.059 | + lib/neutron-legacy:_move_neutron_addresses_route:587 : local to_intf=br-data 2021-02-18 21:02:35.061 | + lib/neutron-legacy:_move_neutron_addresses_route:588 : local add_ovs_port=True 2021-02-18 21:02:35.064 | + lib/neutron-legacy:_move_neutron_addresses_route:589 : local del_ovs_port=False 2021-02-18 21:02:35.066 | + lib/neutron-legacy:_move_neutron_addresses_route:590 : local af=inet 2021-02-18 21:02:35.068 | + lib/neutron-legacy:_move_neutron_addresses_route:592 : [[ -n eth1 ]] 2021-02-18 21:02:35.071 | + lib/neutron-legacy:_move_neutron_addresses_route:592 : [[ -n br-data ]] 2021-02-18 21:02:35.073 | + lib/neutron-legacy:_move_neutron_addresses_route:598 : local IP_REPLACE= 2021-02-18 21:02:35.076 | + lib/neutron-legacy:_move_neutron_addresses_route:599 : local IP_DEL= 2021-02-18 21:02:35.078 | + lib/neutron-legacy:_move_neutron_addresses_route:600 : local IP_UP= 2021-02-18 21:02:35.080 | + lib/neutron-legacy:_move_neutron_addresses_route:601 : local DEFAULT_ROUTE_GW 2021-02-18 21:02:35.085 | ++ lib/neutron-legacy:_move_neutron_addresses_route:602 : ip -f inet r 2021-02-18 21:02:35.085 | ++ lib/neutron-legacy:_move_neutron_addresses_route:602 : awk '/default.+eth1\s/ { print $3; exit }' 2021-02-18 21:02:35.090 | + lib/neutron-legacy:_move_neutron_addresses_route:602 : DEFAULT_ROUTE_GW= 2021-02-18 21:02:35.093 | + lib/neutron-legacy:_move_neutron_addresses_route:603 : local ADD_OVS_PORT= 2021-02-18 21:02:35.095 | + lib/neutron-legacy:_move_neutron_addresses_route:604 : local DEL_OVS_PORT= 2021-02-18 21:02:35.097 | + lib/neutron-legacy:_move_neutron_addresses_route:605 : local ARP_CMD= 2021-02-18 21:02:35.102 | ++ lib/neutron-legacy:_move_neutron_addresses_route:607 : grep inet 2021-02-18 21:02:35.102 | ++ lib/neutron-legacy:_move_neutron_addresses_route:607 : ip -f inet a s dev eth1 scope global primary 2021-02-18 21:02:35.102 | ++ lib/neutron-legacy:_move_neutron_addresses_route:607 : awk '{ print $2, $3, $4; exit }' 2021-02-18 21:02:35.108 | + lib/neutron-legacy:_move_neutron_addresses_route:607 : IP_BRD='192.168.0.42/22 brd 192.168.3.255' 2021-02-18 21:02:35.110 | + lib/neutron-legacy:_move_neutron_addresses_route:609 : '[' '' '!=' '' ']' 2021-02-18 21:02:35.112 | + lib/neutron-legacy:_move_neutron_addresses_route:613 : [[ True == \T\r\u\e ]] 2021-02-18 21:02:35.115 | + lib/neutron-legacy:_move_neutron_addresses_route:614 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2021-02-18 21:02:35.117 | + lib/neutron-legacy:_move_neutron_addresses_route:617 : [[ False == \T\r\u\e ]] 2021-02-18 21:02:35.119 | + lib/neutron-legacy:_move_neutron_addresses_route:621 : [[ 192.168.0.42/22 brd 192.168.3.255 != '' ]] 2021-02-18 21:02:35.122 | + lib/neutron-legacy:_move_neutron_addresses_route:622 : IP_DEL='sudo ip addr del 192.168.0.42/22 brd 192.168.3.255 dev eth1' 2021-02-18 21:02:35.124 | + lib/neutron-legacy:_move_neutron_addresses_route:623 : IP_REPLACE='sudo ip addr replace 192.168.0.42/22 brd 192.168.3.255 dev br-data' 2021-02-18 21:02:35.127 | + lib/neutron-legacy:_move_neutron_addresses_route:624 : IP_UP='sudo ip link set br-data up' 2021-02-18 21:02:35.129 | + lib/neutron-legacy:_move_neutron_addresses_route:625 : [[ inet == \i\n\e\t ]] 2021-02-18 21:02:35.133 | ++ lib/neutron-legacy:_move_neutron_addresses_route:626 : echo 192.168.0.42/22 brd 192.168.3.255 2021-02-18 21:02:35.133 | ++ lib/neutron-legacy:_move_neutron_addresses_route:626 : awk '{ print $1; exit }' 2021-02-18 21:02:35.134 | ++ lib/neutron-legacy:_move_neutron_addresses_route:626 : grep -o -E '(.*)/' 2021-02-18 21:02:35.136 | ++ lib/neutron-legacy:_move_neutron_addresses_route:626 : cut -d / -f1 2021-02-18 21:02:35.140 | + lib/neutron-legacy:_move_neutron_addresses_route:626 : IP=192.168.0.42 2021-02-18 21:02:35.142 | + lib/neutron-legacy:_move_neutron_addresses_route:627 : ARP_CMD='sudo arping -A -c 3 -w 4.5 -I br-data 192.168.0.42 ' 2021-02-18 21:02:35.145 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : sudo ip addr del 192.168.0.42/22 brd 192.168.3.255 dev eth1 2021-02-18 21:02:35.156 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : sudo ip addr replace 192.168.0.42/22 brd 192.168.3.255 dev br-data 2021-02-18 21:02:35.168 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : sudo ip link set br-data up 2021-02-18 21:02:35.180 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : sudo ovs-vsctl --may-exist add-port br-data eth1 2021-02-18 21:02:35.198 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : sudo arping -A -c 3 -w 4.5 -I br-data 192.168.0.42 2021-02-18 21:02:37.206 | ARPING 192.168.0.42 from 192.168.0.42 br-data 2021-02-18 21:02:37.206 | Sent 3 probes (3 broadcast(s)) 2021-02-18 21:02:37.206 | Received 0 response(s) 2021-02-18 21:02:37.233 | ++ lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:134 : ip -f inet6 a s dev eth1 2021-02-18 21:02:37.233 | ++ lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:134 : grep -c global 2021-02-18 21:02:37.238 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:134 : [[ 0 != 0 ]] 2021-02-18 21:02:37.241 | + lib/neutron-legacy:configure_mutnauq:356 : is_service_enabled q-meta 2021-02-18 21:02:37.257 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:02:37.259 | + lib/neutron-legacy:configure_mutnauq:357 : _configure_neutron_metadata_agent 2021-02-18 21:02:37.262 | + lib/neutron-legacy:_configure_neutron_metadata_agent:782 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2021-02-18 21:02:37.266 | + lib/neutron-legacy:_configure_neutron_metadata_agent:784 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2021-02-18 21:02:37.292 | + lib/neutron-legacy:_configure_neutron_metadata_agent:785 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.41 2021-02-18 21:02:37.319 | + lib/neutron-legacy:_configure_neutron_metadata_agent:786 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2021-02-18 21:02:37.344 | + lib/neutron-legacy:_configure_neutron_metadata_agent:787 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-02-18 21:02:37.372 | + lib/neutron-legacy:_configure_neutron_metadata_agent:788 : [[ True == \T\r\u\e ]] 2021-02-18 21:02:37.374 | + lib/neutron-legacy:_configure_neutron_metadata_agent:789 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-02-18 21:02:37.401 | + lib/neutron-legacy:configure_mutnauq:360 : [[ legacy != \l\e\g\a\c\y ]] 2021-02-18 21:02:37.403 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled ceilometer 2021-02-18 21:02:37.419 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:02:37.421 | + lib/neutron-legacy:configure_mutnauq:367 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2021-02-18 21:02:37.453 | + lib/neutron-legacy:configure_mutnauq:371 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2021-02-18 21:02:37.483 | + lib/neutron:configure_neutron:610 : '[' False == True ']' 2021-02-18 21:02:37.486 | + ./stack.sh:main:1141 : is_service_enabled mysql postgresql 2021-02-18 21:02:37.502 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:02:37.505 | + ./stack.sh:main:1141 : is_service_enabled neutron 2021-02-18 21:02:37.521 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:02:37.523 | + ./stack.sh:main:1142 : init_neutron 2021-02-18 21:02:37.525 | + lib/neutron:init_neutron:648 : is_neutron_legacy_enabled 2021-02-18 21:02:37.529 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-18 21:02:37.529 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-02-18 21:02:37.533 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-18 21:02:37.536 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-02-18 21:02:37.539 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-02-18 21:02:37.541 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-02-18 21:02:37.544 | + lib/neutron:init_neutron:650 : init_mutnauq 2021-02-18 21:02:37.546 | + lib/neutron-legacy:init_mutnauq:425 : recreate_database neutron 2021-02-18 21:02:37.549 | + lib/database:recreate_database:110 : local db=neutron 2021-02-18 21:02:37.551 | + lib/database:recreate_database:111 : recreate_database_mysql neutron 2021-02-18 21:02:37.554 | + lib/databases/mysql:recreate_database_mysql:63 : local db=neutron 2021-02-18 21:02:37.556 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2021-02-18 21:02:37.560 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 21:02:37.573 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2021-02-18 21:02:37.577 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 21:02:37.589 | + lib/neutron-legacy:init_mutnauq:426 : time_start dbsync 2021-02-18 21:02:37.592 | + functions-common:time_start:2317 : local name=dbsync 2021-02-18 21:02:37.594 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:02:37.597 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:02:37.600 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:02:37.604 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682157601 2021-02-18 21:02:37.606 | + lib/neutron-legacy:init_mutnauq:428 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2021-02-18 21:02:40.560 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-18 21:02:40.560 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-18 21:02:40.733 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-18 21:02:40.733 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-18 21:02:40.800 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2021-02-18 21:02:51.034 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2021-02-18 21:02:51.119 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2021-02-18 21:02:51.437 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2021-02-18 21:02:51.547 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2021-02-18 21:02:51.728 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2021-02-18 21:02:51.843 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2021-02-18 21:02:52.000 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2021-02-18 21:02:52.106 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2021-02-18 21:02:52.181 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2021-02-18 21:02:52.278 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2021-02-18 21:02:52.563 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2021-02-18 21:02:52.673 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2021-02-18 21:02:52.794 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2021-02-18 21:02:52.885 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2021-02-18 21:02:53.007 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2021-02-18 21:02:53.885 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2021-02-18 21:02:53.991 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2021-02-18 21:02:54.078 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2021-02-18 21:02:54.169 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2021-02-18 21:02:54.478 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2021-02-18 21:02:54.546 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2021-02-18 21:02:54.728 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2021-02-18 21:02:55.055 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2021-02-18 21:02:55.127 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2021-02-18 21:02:55.239 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2021-02-18 21:02:55.334 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2021-02-18 21:02:55.394 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2021-02-18 21:02:55.554 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2021-02-18 21:02:55.637 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2021-02-18 21:02:55.646 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2021-02-18 21:02:55.862 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2021-02-18 21:02:56.062 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2021-02-18 21:02:56.137 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2021-02-18 21:02:56.432 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2021-02-18 21:02:56.599 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2021-02-18 21:02:56.994 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2021-02-18 21:02:57.027 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2021-02-18 21:02:59.523 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2021-02-18 21:02:59.569 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2021-02-18 21:02:59.811 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2021-02-18 21:02:59.914 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2021-02-18 21:02:59.923 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2021-02-18 21:03:00.045 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2021-02-18 21:03:00.053 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2021-02-18 21:03:00.230 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2021-02-18 21:03:00.298 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2021-02-18 21:03:00.464 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2021-02-18 21:03:00.771 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2021-02-18 21:03:00.924 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2021-02-18 21:03:00.944 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2021-02-18 21:03:01.057 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2021-02-18 21:03:01.103 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2021-02-18 21:03:01.180 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2021-02-18 21:03:01.283 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2021-02-18 21:03:01.386 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2021-02-18 21:03:01.525 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2021-02-18 21:03:02.911 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2021-02-18 21:03:03.173 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2021-02-18 21:03:03.241 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2021-02-18 21:03:03.302 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2021-02-18 21:03:03.421 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2021-02-18 21:03:03.517 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2021-02-18 21:03:03.568 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2021-02-18 21:03:03.707 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2021-02-18 21:03:03.715 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2021-02-18 21:03:03.898 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2021-02-18 21:03:04.009 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2021-02-18 21:03:04.315 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2021-02-18 21:03:04.435 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2021-02-18 21:03:04.641 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2021-02-18 21:03:04.742 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2021-02-18 21:03:04.846 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2021-02-18 21:03:04.914 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2021-02-18 21:03:04.927 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2021-02-18 21:03:04.996 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2021-02-18 21:03:05.454 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2021-02-18 21:03:05.558 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2021-02-18 21:03:05.626 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2021-02-18 21:03:05.740 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2021-02-18 21:03:05.807 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2021-02-18 21:03:05.919 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2021-02-18 21:03:05.987 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2021-02-18 21:03:06.117 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2021-02-18 21:03:06.267 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2021-02-18 21:03:06.378 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2021-02-18 21:03:06.677 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2021-02-18 21:03:06.737 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2021-02-18 21:03:06.834 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2021-02-18 21:03:07.263 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2021-02-18 21:03:07.331 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2021-02-18 21:03:07.451 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2021-02-18 21:03:07.573 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2021-02-18 21:03:07.762 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2021-02-18 21:03:07.897 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2021-02-18 21:03:07.915 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2021-02-18 21:03:07.924 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2021-02-18 21:03:08.255 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2021-02-18 21:03:08.720 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2021-02-18 21:03:08.875 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2021-02-18 21:03:08.945 | Running upgrade for neutron ... 2021-02-18 21:03:08.945 | OK 2021-02-18 21:03:09.191 | + lib/neutron-legacy:init_mutnauq:429 : time_stop dbsync 2021-02-18 21:03:09.194 | + functions-common:time_stop:2331 : local name 2021-02-18 21:03:09.197 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:03:09.200 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:03:09.202 | + functions-common:time_stop:2334 : local total 2021-02-18 21:03:09.205 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:03:09.207 | + functions-common:time_stop:2337 : name=dbsync 2021-02-18 21:03:09.210 | + functions-common:time_stop:2338 : start_time=1613682157601 2021-02-18 21:03:09.212 | + functions-common:time_stop:2340 : [[ -z 1613682157601 ]] 2021-02-18 21:03:09.215 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:03:09.219 | + functions-common:time_stop:2343 : end_time=1613682189216 2021-02-18 21:03:09.221 | + functions-common:time_stop:2344 : elapsed_time=31615 2021-02-18 21:03:09.224 | + functions-common:time_stop:2345 : total=30281 2021-02-18 21:03:09.226 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:03:09.228 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=61896 2021-02-18 21:03:09.231 | + ./stack.sh:main:1150 : is_service_enabled q-dhcp 2021-02-18 21:03:09.247 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:03:09.250 | ++ ./stack.sh:main:1153 : pidof NetworkManager 2021-02-18 21:03:09.259 | ++ ./stack.sh:main:1153 : true 2021-02-18 21:03:09.262 | + ./stack.sh:main:1153 : netman_pid= 2021-02-18 21:03:09.265 | + ./stack.sh:main:1154 : '[' -z '' ']' 2021-02-18 21:03:09.267 | + ./stack.sh:main:1155 : sudo killall dnsmasq 2021-02-18 21:03:09.280 | dnsmasq: no process found 2021-02-18 21:03:09.283 | + ./stack.sh:main:1155 : true 2021-02-18 21:03:09.286 | + ./stack.sh:main:1160 : clean_iptables 2021-02-18 21:03:09.289 | + lib/nova:clean_iptables:182 : sudo iptables -S -v 2021-02-18 21:03:09.292 | + lib/nova:clean_iptables:182 : grep nova 2021-02-18 21:03:09.292 | + lib/nova:clean_iptables:182 : bash 2021-02-18 21:03:09.292 | + lib/nova:clean_iptables:182 : sed 's/-c [0-9]* [0-9]* //g' 2021-02-18 21:03:09.294 | + lib/nova:clean_iptables:182 : awk '{print "sudo iptables",$0}' 2021-02-18 21:03:09.295 | + lib/nova:clean_iptables:182 : sed s/-A/-D/g 2021-02-18 21:03:09.296 | + lib/nova:clean_iptables:182 : grep '\-A' 2021-02-18 21:03:09.375 | + lib/nova:clean_iptables:184 : grep nova 2021-02-18 21:03:09.375 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2021-02-18 21:03:09.376 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2021-02-18 21:03:09.377 | + lib/nova:clean_iptables:184 : grep '\-A' 2021-02-18 21:03:09.377 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables -t nat",$0}' 2021-02-18 21:03:09.378 | + lib/nova:clean_iptables:184 : sudo iptables -S -v -t nat 2021-02-18 21:03:09.378 | + lib/nova:clean_iptables:184 : bash 2021-02-18 21:03:09.486 | + lib/nova:clean_iptables:186 : grep nova 2021-02-18 21:03:09.487 | + lib/nova:clean_iptables:186 : sudo iptables -S -v 2021-02-18 21:03:09.489 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2021-02-18 21:03:09.489 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables",$0}' 2021-02-18 21:03:09.491 | + lib/nova:clean_iptables:186 : sed s/-N/-X/g 2021-02-18 21:03:09.491 | + lib/nova:clean_iptables:186 : bash 2021-02-18 21:03:09.492 | + lib/nova:clean_iptables:186 : grep '\-N' 2021-02-18 21:03:09.500 | + lib/nova:clean_iptables:188 : sudo iptables -S -v -t nat 2021-02-18 21:03:09.503 | + lib/nova:clean_iptables:188 : grep nova 2021-02-18 21:03:09.503 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2021-02-18 21:03:09.504 | + lib/nova:clean_iptables:188 : bash 2021-02-18 21:03:09.504 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2021-02-18 21:03:09.505 | + lib/nova:clean_iptables:188 : grep '\-N' 2021-02-18 21:03:09.508 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables -t nat",$0}' 2021-02-18 21:03:09.513 | + ./stack.sh:main:1163 : sudo sysctl -w net.ipv4.ip_forward=1 2021-02-18 21:03:09.520 | net.ipv4.ip_forward = 1 2021-02-18 21:03:09.524 | + ./stack.sh:main:1170 : is_service_enabled swift 2021-02-18 21:03:09.541 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:03:09.543 | + ./stack.sh:main:1171 : echo_summary 'Configuring Swift' 2021-02-18 21:03:09.545 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:03:09.548 | + ./stack.sh:echo_summary:421 : echo -e Configuring Swift 2021-02-18 21:03:09.550 | + ./stack.sh:main:1172 : init_swift 2021-02-18 21:03:09.553 | + lib/swift:init_swift:690 : local node_number 2021-02-18 21:03:09.555 | + lib/swift:init_swift:692 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-02-18 21:03:10.374 | No object-replicator running 2021-02-18 21:03:10.374 | No account-reaper running 2021-02-18 21:03:10.374 | No account-auditor running 2021-02-18 21:03:10.374 | No object-reconstructor running 2021-02-18 21:03:10.374 | No object-expirer running 2021-02-18 21:03:10.374 | No container-replicator running 2021-02-18 21:03:10.375 | No proxy-server running 2021-02-18 21:03:10.375 | No container-server running 2021-02-18 21:03:10.375 | No container-reconciler running 2021-02-18 21:03:10.375 | No object-auditor running 2021-02-18 21:03:10.375 | No container-auditor running 2021-02-18 21:03:10.375 | No container-updater running 2021-02-18 21:03:10.375 | No container-sharder running 2021-02-18 21:03:10.375 | No object-server running 2021-02-18 21:03:10.375 | No account-server running 2021-02-18 21:03:10.375 | No account-replicator running 2021-02-18 21:03:10.375 | No container-sync running 2021-02-18 21:03:10.375 | No object-updater running 2021-02-18 21:03:10.422 | + lib/swift:init_swift:692 : true 2021-02-18 21:03:10.424 | + lib/swift:init_swift:695 : create_swift_disk 2021-02-18 21:03:10.426 | + lib/swift:create_swift_disk:566 : local node_number 2021-02-18 21:03:10.429 | + lib/swift:create_swift_disk:571 : local user_group 2021-02-18 21:03:10.432 | ++ lib/swift:create_swift_disk:572 : id -g ubuntu 2021-02-18 21:03:10.437 | + lib/swift:create_swift_disk:572 : user_group=1000 2021-02-18 21:03:10.439 | + 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-02-18 21:03:10.452 | + lib/swift:create_swift_disk:576 : [[ -e /opt/stack/data/swift/drives/images/swift.img ]] 2021-02-18 21:03:10.454 | + lib/swift:create_swift_disk:583 : mkdir -p /opt/stack/data/swift/drives/images 2021-02-18 21:03:10.458 | + lib/swift:create_swift_disk:584 : sudo touch /opt/stack/data/swift/drives/images/swift.img 2021-02-18 21:03:10.469 | + lib/swift:create_swift_disk:585 : sudo chown ubuntu: /opt/stack/data/swift/drives/images/swift.img 2021-02-18 21:03:10.480 | + lib/swift:create_swift_disk:587 : truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2021-02-18 21:03:10.484 | + lib/swift:create_swift_disk:590 : /sbin/mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2021-02-18 21:03:10.504 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2021-02-18 21:03:10.504 | = sectsz=512 attr=2, projid32bit=1 2021-02-18 21:03:10.504 | = crc=1 finobt=1, sparse=0, rmapbt=0, reflink=0 2021-02-18 21:03:10.504 | data = bsize=4096 blocks=1572864, imaxpct=25 2021-02-18 21:03:10.504 | = sunit=0 swidth=0 blks 2021-02-18 21:03:10.504 | naming =version 2 bsize=4096 ascii-ci=0 ftype=1 2021-02-18 21:03:10.504 | log =internal log bsize=4096 blocks=2560, version=2 2021-02-18 21:03:10.504 | = sectsz=512 sunit=0 blks, lazy-count=1 2021-02-18 21:03:10.504 | realtime =none extsz=4096 blocks=0, rtextents=0 2021-02-18 21:03:10.507 | + lib/swift:create_swift_disk:593 : mkdir -p /opt/stack/data/swift/drives/sdb1 2021-02-18 21:03:10.512 | + lib/swift:create_swift_disk:594 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2021-02-18 21:03:10.516 | + 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-02-18 21:03:10.591 | + lib/swift:create_swift_disk:601 : local node_number 2021-02-18 21:03:10.593 | + lib/swift:create_swift_disk:602 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-02-18 21:03:10.595 | + lib/swift:create_swift_disk:604 : local node_devices=/opt/stack/data/swift/1 2021-02-18 21:03:10.598 | + lib/swift:create_swift_disk:605 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2021-02-18 21:03:10.600 | + lib/swift:create_swift_disk:606 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2021-02-18 21:03:10.611 | + lib/swift:create_swift_disk:607 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2021-02-18 21:03:10.614 | + lib/swift:create_swift_disk:608 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2021-02-18 21:03:10.616 | + lib/swift:create_swift_disk:609 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2021-02-18 21:03:10.628 | + lib/swift:init_swift:699 : pushd /etc/swift 2021-02-18 21:03:10.631 | + lib/swift:init_swift:701 : rm -f '*.builder' '*.ring.gz' 'backups/*.builder' 'backups/*.ring.gz' 2021-02-18 21:03:10.635 | + lib/swift:init_swift:703 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2021-02-18 21:03:11.537 | + lib/swift:init_swift:704 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2021-02-18 21:03:12.397 | + lib/swift:init_swift:705 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2021-02-18 21:03:13.267 | + lib/swift:init_swift:711 : [[ -n '' ]] 2021-02-18 21:03:13.269 | + lib/swift:init_swift:724 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-02-18 21:03:13.272 | + lib/swift:init_swift:725 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2021-02-18 21:03:14.093 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2021-02-18 21:03:14.093 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2021-02-18 21:03:14.142 | + lib/swift:init_swift:726 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2021-02-18 21:03:14.953 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2021-02-18 21:03:14.953 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2021-02-18 21:03:15.000 | + lib/swift:init_swift:727 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2021-02-18 21:03:15.817 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2021-02-18 21:03:15.817 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2021-02-18 21:03:15.863 | + lib/swift:init_swift:733 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2021-02-18 21:03:16.724 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-02-18 21:03:16.767 | + lib/swift:init_swift:734 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2021-02-18 21:03:17.630 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-02-18 21:03:17.673 | + lib/swift:init_swift:735 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2021-02-18 21:03:18.536 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-02-18 21:03:18.581 | + lib/swift:init_swift:736 : popd 2021-02-18 21:03:18.583 | + ./stack.sh:main:1179 : is_service_enabled cinder 2021-02-18 21:03:18.600 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:03:18.602 | + ./stack.sh:main:1180 : echo_summary 'Configuring Cinder' 2021-02-18 21:03:18.605 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:03:18.607 | + ./stack.sh:echo_summary:421 : echo -e Configuring Cinder 2021-02-18 21:03:18.610 | + ./stack.sh:main:1181 : init_cinder 2021-02-18 21:03:18.612 | + lib/cinder:init_cinder:387 : is_service_enabled mysql postgresql 2021-02-18 21:03:18.628 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:03:18.630 | + lib/cinder:init_cinder:389 : recreate_database cinder 2021-02-18 21:03:18.633 | + lib/database:recreate_database:110 : local db=cinder 2021-02-18 21:03:18.635 | + lib/database:recreate_database:111 : recreate_database_mysql cinder 2021-02-18 21:03:18.638 | + lib/databases/mysql:recreate_database_mysql:63 : local db=cinder 2021-02-18 21:03:18.640 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2021-02-18 21:03:18.644 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 21:03:18.657 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2021-02-18 21:03:18.660 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 21:03:18.672 | + lib/cinder:init_cinder:391 : time_start dbsync 2021-02-18 21:03:18.675 | + functions-common:time_start:2317 : local name=dbsync 2021-02-18 21:03:18.677 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:03:18.679 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:03:18.682 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:03:18.686 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682198683 2021-02-18 21:03:18.689 | + lib/cinder:init_cinder:393 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2021-02-18 21:03:21.568 | 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=74915) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-18 21:03:21.571 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 21:03:21.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.574 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.574 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.574 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.574 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.574 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.575 | 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=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.575 | 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=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.577 | 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=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.577 | 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=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.577 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 21:03:21.578 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 21:03:21.620 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 21:03:21.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.624 | 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=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.624 | 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=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.625 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.625 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.625 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.625 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.625 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.625 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.626 | 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=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.626 | 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=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.626 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.626 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.626 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 21:03:21.627 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 21:03:21.681 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 21:03:21.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.682 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.685 | 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=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.685 | 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=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.687 | 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=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.687 | 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=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:03:21.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:03:21.687 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 21:03:21.688 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=74915) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 21:03:21.695 | INFO migrate.versioning.api [-] 122 -> 123...  2021-02-18 21:03:26.385 | INFO migrate.versioning.api [-] done 2021-02-18 21:03:26.385 | INFO migrate.versioning.api [-] 123 -> 124...  2021-02-18 21:03:26.391 | INFO migrate.versioning.api [-] done 2021-02-18 21:03:26.392 | INFO migrate.versioning.api [-] 124 -> 125...  2021-02-18 21:03:26.400 | INFO migrate.versioning.api [-] done 2021-02-18 21:03:26.400 | INFO migrate.versioning.api [-] 125 -> 126...  2021-02-18 21:03:26.408 | INFO migrate.versioning.api [-] done 2021-02-18 21:03:26.408 | INFO migrate.versioning.api [-] 126 -> 127...  2021-02-18 21:03:26.428 | INFO migrate.versioning.api [-] done 2021-02-18 21:03:26.428 | INFO migrate.versioning.api [-] 127 -> 128...  2021-02-18 21:03:26.732 | INFO migrate.versioning.api [-] done 2021-02-18 21:03:26.733 | INFO migrate.versioning.api [-] 128 -> 129...  2021-02-18 21:03:26.741 | INFO migrate.versioning.api [-] done 2021-02-18 21:03:26.741 | INFO migrate.versioning.api [-] 129 -> 130...  2021-02-18 21:03:26.749 | INFO migrate.versioning.api [-] done 2021-02-18 21:03:26.749 | INFO migrate.versioning.api [-] 130 -> 131...  2021-02-18 21:03:26.758 | INFO migrate.versioning.api [-] done 2021-02-18 21:03:26.758 | INFO migrate.versioning.api [-] 131 -> 132...  2021-02-18 21:03:26.777 | INFO migrate.versioning.api [-] done 2021-02-18 21:03:26.777 | INFO migrate.versioning.api [-] 132 -> 133...  2021-02-18 21:03:26.783 | INFO migrate.versioning.api [-] done 2021-02-18 21:03:26.783 | INFO migrate.versioning.api [-] 133 -> 134...  2021-02-18 21:03:26.790 | INFO migrate.versioning.api [-] done 2021-02-18 21:03:26.790 | INFO migrate.versioning.api [-] 134 -> 135...  2021-02-18 21:03:26.797 | INFO migrate.versioning.api [-] done 2021-02-18 21:03:26.798 | INFO migrate.versioning.api [-] 135 -> 136...  2021-02-18 21:03:27.058 | INFO migrate.versioning.api [-] done 2021-02-18 21:03:27.342 | + lib/cinder:init_cinder:394 : time_stop dbsync 2021-02-18 21:03:27.345 | + functions-common:time_stop:2331 : local name 2021-02-18 21:03:27.347 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:03:27.350 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:03:27.353 | + functions-common:time_stop:2334 : local total 2021-02-18 21:03:27.355 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:03:27.357 | + functions-common:time_stop:2337 : name=dbsync 2021-02-18 21:03:27.360 | + functions-common:time_stop:2338 : start_time=1613682198683 2021-02-18 21:03:27.362 | + functions-common:time_stop:2340 : [[ -z 1613682198683 ]] 2021-02-18 21:03:27.365 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:03:27.369 | + functions-common:time_stop:2343 : end_time=1613682207366 2021-02-18 21:03:27.371 | + functions-common:time_stop:2344 : elapsed_time=8683 2021-02-18 21:03:27.374 | + functions-common:time_stop:2345 : total=61896 2021-02-18 21:03:27.376 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:03:27.379 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=70579 2021-02-18 21:03:27.381 | + lib/cinder:init_cinder:397 : is_service_enabled c-vol 2021-02-18 21:03:27.397 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:03:27.400 | + lib/cinder:init_cinder:412 : mkdir -p /opt/stack/data/cinder/volumes 2021-02-18 21:03:27.404 | + ./stack.sh:main:1187 : is_service_enabled placement 2021-02-18 21:03:27.420 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:03:27.423 | + ./stack.sh:main:1188 : echo_summary 'Configuring placement' 2021-02-18 21:03:27.425 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:03:27.427 | + ./stack.sh:echo_summary:421 : echo -e Configuring placement 2021-02-18 21:03:27.430 | + ./stack.sh:main:1189 : init_placement 2021-02-18 21:03:27.432 | + lib/placement:init_placement:130 : recreate_database placement 2021-02-18 21:03:27.435 | + lib/database:recreate_database:110 : local db=placement 2021-02-18 21:03:27.437 | + lib/database:recreate_database:111 : recreate_database_mysql placement 2021-02-18 21:03:27.440 | + lib/databases/mysql:recreate_database_mysql:63 : local db=placement 2021-02-18 21:03:27.442 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2021-02-18 21:03:27.446 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 21:03:27.458 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2021-02-18 21:03:27.463 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 21:03:27.475 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2021-02-18 21:03:31.038 | + lib/placement:init_placement:132 : create_placement_accounts 2021-02-18 21:03:31.041 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2021-02-18 21:03:31.043 | + lib/keystone:create_service_user:395 : get_or_create_user placement Passw0rd Default 2021-02-18 21:03:31.046 | + functions-common:get_or_create_user:824 : local user_id 2021-02-18 21:03:31.049 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-02-18 21:03:31.051 | + functions-common:get_or_create_user:828 : local email= 2021-02-18 21:03:31.055 | ++ functions-common:get_or_create_user:842 : oscwrap user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2021-02-18 21:03:33.373 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:03:33.376 | + functions-common:get_or_create_user:840 : user_id=b634bfc2cdd9419d83727b2a95f73cc6 2021-02-18 21:03:33.379 | + functions-common:get_or_create_user:841 : echo b634bfc2cdd9419d83727b2a95f73cc6 2021-02-18 21:03:33.379 | b634bfc2cdd9419d83727b2a95f73cc6 2021-02-18 21:03:33.381 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service placement service Default Default 2021-02-18 21:03:33.384 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 21:03:33.387 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-02-18 21:03:33.390 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 21:03:33.392 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 21:03:33.394 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-02-18 21:03:33.397 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-02-18 21:03:33.400 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-02-18 21:03:33.402 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-02-18 21:03:33.405 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-02-18 21:03:33.408 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-02-18 21:03:33.412 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2021-02-18 21:03:33.412 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:03:33.412 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 21:03:33.415 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:03:33.418 | ++ functions-common:get_field:727 : read data 2021-02-18 21:03:36.322 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:03:36.326 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 21:03:36.329 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 21:03:36.331 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user placement --project service --user-domain Default --project-domain Default 2021-02-18 21:03:39.201 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2021-02-18 21:03:39.201 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:03:39.201 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 21:03:39.203 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:03:39.206 | ++ functions-common:get_field:727 : read data 2021-02-18 21:03:42.173 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:03:42.176 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 21:03:42.179 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 21:03:42.182 | ++ functions-common:get_field:733 : echo '| 0923d885964145b2a3c05e267156deba | b634bfc2cdd9419d83727b2a95f73cc6 | | 42ec74ce08614b808a423abfa0dcde65 | | | False |' 2021-02-18 21:03:42.182 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 21:03:42.187 | ++ functions-common:get_field:727 : read data 2021-02-18 21:03:42.191 | + functions-common:get_or_add_user_project_role:910 : user_role_id=0923d885964145b2a3c05e267156deba 2021-02-18 21:03:42.193 | + functions-common:get_or_add_user_project_role:912 : echo 0923d885964145b2a3c05e267156deba 2021-02-18 21:03:42.193 | 0923d885964145b2a3c05e267156deba 2021-02-18 21:03:42.196 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-02-18 21:03:42.199 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin placement service Default Default 2021-02-18 21:03:42.201 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-02-18 21:03:42.205 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-02-18 21:03:42.207 | ++ functions-common:_get_domain_args:872 : local domain 2021-02-18 21:03:42.209 | ++ functions-common:_get_domain_args:873 : domain= 2021-02-18 21:03:42.212 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-02-18 21:03:42.214 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-02-18 21:03:42.217 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-02-18 21:03:42.219 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-02-18 21:03:42.221 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-02-18 21:03:42.224 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-02-18 21:03:42.229 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2021-02-18 21:03:42.229 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:03:42.229 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-02-18 21:03:42.231 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:03:42.234 | ++ functions-common:get_field:727 : read data 2021-02-18 21:03:45.145 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:03:45.150 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-02-18 21:03:45.153 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-02-18 21:03:45.155 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user placement --project service --user-domain Default --project-domain Default 2021-02-18 21:03:48.044 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2021-02-18 21:03:48.044 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-02-18 21:03:48.044 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-02-18 21:03:48.046 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:03:48.049 | ++ functions-common:get_field:727 : read data 2021-02-18 21:03:51.031 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:03:51.034 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 21:03:51.037 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 21:03:51.041 | ++ functions-common:get_field:733 : echo '| e3667aacec7142d19718d5d964e1a867 | b634bfc2cdd9419d83727b2a95f73cc6 | | 42ec74ce08614b808a423abfa0dcde65 | | | False |' 2021-02-18 21:03:51.041 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 21:03:51.046 | ++ functions-common:get_field:727 : read data 2021-02-18 21:03:51.049 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e3667aacec7142d19718d5d964e1a867 2021-02-18 21:03:51.052 | + functions-common:get_or_add_user_project_role:912 : echo e3667aacec7142d19718d5d964e1a867 2021-02-18 21:03:51.052 | e3667aacec7142d19718d5d964e1a867 2021-02-18 21:03:51.055 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.41/placement 2021-02-18 21:03:51.057 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2021-02-18 21:03:51.060 | + functions-common:get_or_create_service:966 : local service_id 2021-02-18 21:03:51.063 | ++ functions-common:get_or_create_service:979 : oscwrap service show placement -f value -c id 2021-02-18 21:03:53.335 | ++ functions-common:get_or_create_service:981 : oscwrap service create placement --name placement '--description=Placement Service' -f value -c id 2021-02-18 21:03:55.480 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:03:55.483 | + functions-common:get_or_create_service:977 : service_id=' 2021-02-18 21:03:55.483 | 6a8dab4d618e4a9aa8df367fa60ed614' 2021-02-18 21:03:55.486 | + functions-common:get_or_create_service:978 : echo 6a8dab4d618e4a9aa8df367fa60ed614 2021-02-18 21:03:55.486 | 6a8dab4d618e4a9aa8df367fa60ed614 2021-02-18 21:03:55.488 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.41/placement 2021-02-18 21:03:55.491 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-02-18 21:03:55.495 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface placement public http://10.222.0.41/placement RegionOne 2021-02-18 21:03:55.497 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-02-18 21:03:55.500 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service placement --interface public --region RegionOne -c ID -f value 2021-02-18 21:03:57.875 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:03:57.878 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-02-18 21:03:57.882 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-02-18 21:03:57.885 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create placement public http://10.222.0.41/placement --region RegionOne -f value -c id 2021-02-18 21:04:00.180 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:04:00.183 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=1fbfb00f6a6b40c3bf3ebe8f2629d458 2021-02-18 21:04:00.185 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 1fbfb00f6a6b40c3bf3ebe8f2629d458 2021-02-18 21:04:00.188 | + functions-common:get_or_create_endpoint:1011 : public_id=1fbfb00f6a6b40c3bf3ebe8f2629d458 2021-02-18 21:04:00.191 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-02-18 21:04:00.193 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-02-18 21:04:00.197 | + functions-common:get_or_create_endpoint:1020 : echo 1fbfb00f6a6b40c3bf3ebe8f2629d458 2021-02-18 21:04:00.197 | 1fbfb00f6a6b40c3bf3ebe8f2629d458 2021-02-18 21:04:00.199 | + ./stack.sh:main:1195 : is_service_enabled nova 2021-02-18 21:04:00.215 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:04:00.217 | + ./stack.sh:main:1196 : echo_summary 'Configuring Nova' 2021-02-18 21:04:00.220 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:04:00.222 | + ./stack.sh:echo_summary:421 : echo -e Configuring Nova 2021-02-18 21:04:00.225 | + ./stack.sh:main:1197 : init_nova 2021-02-18 21:04:00.227 | + lib/nova:init_nova:755 : is_service_enabled mysql postgresql 2021-02-18 21:04:00.243 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:04:00.245 | + lib/nova:init_nova:755 : is_service_enabled n-api 2021-02-18 21:04:00.261 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:04:00.263 | + lib/nova:init_nova:756 : recreate_database nova_api 2021-02-18 21:04:00.266 | + lib/database:recreate_database:110 : local db=nova_api 2021-02-18 21:04:00.268 | + lib/database:recreate_database:111 : recreate_database_mysql nova_api 2021-02-18 21:04:00.271 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_api 2021-02-18 21:04:00.273 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2021-02-18 21:04:00.277 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 21:04:00.289 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2021-02-18 21:04:00.293 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 21:04:00.305 | + lib/nova:init_nova:757 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2021-02-18 21:04:04.032 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 21:04:04.033 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/067_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.033 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/067_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/014_keypairs.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/014_keypairs.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.034 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.034 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/072_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.035 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/041_resource_provider_traits.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.035 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/069_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/038_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/038_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/008_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/008_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/063_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/063_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/033_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/033_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.039 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.039 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/017_aggregates.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/017_aggregates.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/018_instance_groups.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/018_instance_groups.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/068_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/027_quotas.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/027_quotas.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/026_add_resource_classes.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.042 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/009_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/009_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/037_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/037_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/040_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/040_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.044 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.044 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/035_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/035_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/049_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/049_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/070_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/064_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/064_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/022_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/022_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/023_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.047 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.047 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/047_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/047_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.048 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.048 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/030_require_cell_setup.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.049 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/036_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/036_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/053_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/053_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/043_placement_consumers.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/043_placement_consumers.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/010_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/010_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/056_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/056_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/050_flavors_add_description.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.051 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.052 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.052 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/021_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/021_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/048_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/048_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/025_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/032_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/032_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/004_add_request_spec.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.055 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.056 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.056 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/055_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/055_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/057_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/057_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/054_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/054_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/011_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/011_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/071_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/039_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/039_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.059 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.059 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.060 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.060 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/031_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/031_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.061 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.061 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/029_placement_aggregates.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/029_placement_aggregates.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.062 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.062 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/046_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/046_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/051_nested_resource_providers.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.063 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.063 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.064 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/065_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/065_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/059_add_consumer_generation.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.065 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/066_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/066_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/012_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/012_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.066 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.067 | 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=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/045_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/045_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/024_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/034_placeholder.py... {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:04.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/034_placeholder.py loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:04.069 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo loaded successfully {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 21:04:04.069 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova_api'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=75515) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 21:04:04.210 | INFO migrate.versioning.api [-] 0 -> 1...  2021-02-18 21:04:04.315 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:04.316 | INFO migrate.versioning.api [-] 1 -> 2...  2021-02-18 21:04:04.484 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:04.484 | INFO migrate.versioning.api [-] 2 -> 3...  2021-02-18 21:04:04.617 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:04.617 | INFO migrate.versioning.api [-] 3 -> 4...  2021-02-18 21:04:04.729 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:04.729 | INFO migrate.versioning.api [-] 4 -> 5...  2021-02-18 21:04:05.003 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:05.003 | INFO migrate.versioning.api [-] 5 -> 6...  2021-02-18 21:04:05.120 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:05.120 | INFO migrate.versioning.api [-] 6 -> 7...  2021-02-18 21:04:05.248 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:05.248 | INFO migrate.versioning.api [-] 7 -> 8...  2021-02-18 21:04:05.256 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:05.257 | INFO migrate.versioning.api [-] 8 -> 9...  2021-02-18 21:04:05.265 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:05.265 | INFO migrate.versioning.api [-] 9 -> 10...  2021-02-18 21:04:05.274 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:05.274 | INFO migrate.versioning.api [-] 10 -> 11...  2021-02-18 21:04:05.282 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:05.282 | INFO migrate.versioning.api [-] 11 -> 12...  2021-02-18 21:04:05.290 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:05.290 | INFO migrate.versioning.api [-] 12 -> 13...  2021-02-18 21:04:05.582 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:05.582 | INFO migrate.versioning.api [-] 13 -> 14...  2021-02-18 21:04:05.651 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:05.652 | INFO migrate.versioning.api [-] 14 -> 15...  2021-02-18 21:04:06.167 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:06.167 | INFO migrate.versioning.api [-] 15 -> 16...  2021-02-18 21:04:06.799 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:06.799 | INFO migrate.versioning.api [-] 16 -> 17...  2021-02-18 21:04:07.149 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:07.150 | INFO migrate.versioning.api [-] 17 -> 18...  2021-02-18 21:04:07.415 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:07.416 | INFO migrate.versioning.api [-] 18 -> 19...  2021-02-18 21:04:07.533 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:07.533 | INFO migrate.versioning.api [-] 19 -> 20...  2021-02-18 21:04:07.650 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:07.650 | INFO migrate.versioning.api [-] 20 -> 21...  2021-02-18 21:04:07.656 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:07.656 | INFO migrate.versioning.api [-] 21 -> 22...  2021-02-18 21:04:07.665 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:07.665 | INFO migrate.versioning.api [-] 22 -> 23...  2021-02-18 21:04:07.673 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:07.673 | INFO migrate.versioning.api [-] 23 -> 24...  2021-02-18 21:04:07.679 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:07.680 | INFO migrate.versioning.api [-] 24 -> 25...  2021-02-18 21:04:07.688 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:07.689 | INFO migrate.versioning.api [-] 25 -> 26...  2021-02-18 21:04:07.756 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:07.756 | INFO migrate.versioning.api [-] 26 -> 27...  2021-02-18 21:04:08.451 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:08.452 | INFO migrate.versioning.api [-] 27 -> 28...  2021-02-18 21:04:08.603 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:08.603 | INFO migrate.versioning.api [-] 28 -> 29...  2021-02-18 21:04:08.716 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:08.716 | INFO migrate.versioning.api [-] 29 -> 30...  2021-02-18 21:04:08.731 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:08.731 | INFO migrate.versioning.api [-] 30 -> 31...  2021-02-18 21:04:08.737 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:08.738 | INFO migrate.versioning.api [-] 31 -> 32...  2021-02-18 21:04:08.744 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:08.744 | INFO migrate.versioning.api [-] 32 -> 33...  2021-02-18 21:04:08.750 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:08.751 | INFO migrate.versioning.api [-] 33 -> 34...  2021-02-18 21:04:08.757 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:08.757 | INFO migrate.versioning.api [-] 34 -> 35...  2021-02-18 21:04:08.765 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:08.765 | INFO migrate.versioning.api [-] 35 -> 36...  2021-02-18 21:04:08.774 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:08.774 | INFO migrate.versioning.api [-] 36 -> 37...  2021-02-18 21:04:08.781 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:08.781 | INFO migrate.versioning.api [-] 37 -> 38...  2021-02-18 21:04:08.789 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:08.789 | INFO migrate.versioning.api [-] 38 -> 39...  2021-02-18 21:04:08.797 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:08.798 | INFO migrate.versioning.api [-] 39 -> 40...  2021-02-18 21:04:08.804 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:08.804 | INFO migrate.versioning.api [-] 40 -> 41...  2021-02-18 21:04:08.991 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:08.991 | INFO migrate.versioning.api [-] 41 -> 42...  2021-02-18 21:04:09.107 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:09.108 | INFO migrate.versioning.api [-] 42 -> 43...  2021-02-18 21:04:09.263 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:09.263 | INFO migrate.versioning.api [-] 43 -> 44...  2021-02-18 21:04:09.673 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:09.673 | INFO migrate.versioning.api [-] 44 -> 45...  2021-02-18 21:04:09.682 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:09.682 | INFO migrate.versioning.api [-] 45 -> 46...  2021-02-18 21:04:09.689 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:09.689 | INFO migrate.versioning.api [-] 46 -> 47...  2021-02-18 21:04:09.697 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:09.697 | INFO migrate.versioning.api [-] 47 -> 48...  2021-02-18 21:04:09.704 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:09.704 | INFO migrate.versioning.api [-] 48 -> 49...  2021-02-18 21:04:09.712 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:09.712 | INFO migrate.versioning.api [-] 49 -> 50...  2021-02-18 21:04:09.825 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:09.825 | INFO migrate.versioning.api [-] 50 -> 51...  2021-02-18 21:04:10.498 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:10.498 | INFO migrate.versioning.api [-] 51 -> 52...  2021-02-18 21:04:10.633 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:10.633 | INFO migrate.versioning.api [-] 52 -> 53...  2021-02-18 21:04:10.641 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:10.642 | INFO migrate.versioning.api [-] 53 -> 54...  2021-02-18 21:04:10.650 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:10.650 | INFO migrate.versioning.api [-] 54 -> 55...  2021-02-18 21:04:10.658 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:10.658 | INFO migrate.versioning.api [-] 55 -> 56...  2021-02-18 21:04:10.667 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:10.667 | INFO migrate.versioning.api [-] 56 -> 57...  2021-02-18 21:04:10.675 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:10.675 | INFO migrate.versioning.api [-] 57 -> 58...  2021-02-18 21:04:10.789 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:10.789 | INFO migrate.versioning.api [-] 58 -> 59...  2021-02-18 21:04:10.896 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:10.896 | INFO migrate.versioning.api [-] 59 -> 60...  2021-02-18 21:04:11.013 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:11.013 | INFO migrate.versioning.api [-] 60 -> 61...  2021-02-18 21:04:11.128 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:11.129 | INFO migrate.versioning.api [-] 61 -> 62...  2021-02-18 21:04:11.307 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:11.308 | INFO migrate.versioning.api [-] 62 -> 63...  2021-02-18 21:04:11.314 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:11.314 | INFO migrate.versioning.api [-] 63 -> 64...  2021-02-18 21:04:11.323 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:11.323 | INFO migrate.versioning.api [-] 64 -> 65...  2021-02-18 21:04:11.329 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:11.329 | INFO migrate.versioning.api [-] 65 -> 66...  2021-02-18 21:04:11.338 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:11.338 | INFO migrate.versioning.api [-] 66 -> 67...  2021-02-18 21:04:11.346 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:11.346 | INFO migrate.versioning.api [-] 67 -> 68...  2021-02-18 21:04:11.353 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:11.353 | INFO migrate.versioning.api [-] 68 -> 69...  2021-02-18 21:04:11.361 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:11.361 | INFO migrate.versioning.api [-] 69 -> 70...  2021-02-18 21:04:11.370 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:11.370 | INFO migrate.versioning.api [-] 70 -> 71...  2021-02-18 21:04:11.378 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:11.378 | INFO migrate.versioning.api [-] 71 -> 72...  2021-02-18 21:04:11.384 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:11.742 | + lib/nova:init_nova:759 : recreate_database nova_cell0 2021-02-18 21:04:11.745 | + lib/database:recreate_database:110 : local db=nova_cell0 2021-02-18 21:04:11.747 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell0 2021-02-18 21:04:11.750 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell0 2021-02-18 21:04:11.752 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2021-02-18 21:04:11.756 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 21:04:11.769 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2021-02-18 21:04:11.772 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 21:04:11.786 | ++ lib/nova:init_nova:765 : database_connection_url nova_cell0 2021-02-18 21:04:11.788 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-02-18 21:04:11.791 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-02-18 21:04:11.794 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2021-02-18 21:04:11.796 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-02-18 21:04:11.799 | + lib/nova:init_nova:765 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-02-18 21:04:15.638 | ++ lib/nova:init_nova:768 : seq 1 1 2021-02-18 21:04:15.641 | + lib/nova:init_nova:768 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-18 21:04:15.644 | + lib/nova:init_nova:769 : recreate_database nova_cell1 2021-02-18 21:04:15.646 | + lib/database:recreate_database:110 : local db=nova_cell1 2021-02-18 21:04:15.649 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell1 2021-02-18 21:04:15.651 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell1 2021-02-18 21:04:15.654 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2021-02-18 21:04:15.657 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 21:04:15.670 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2021-02-18 21:04:15.674 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-18 21:04:15.687 | ++ lib/nova:init_nova:770 : conductor_conf 1 2021-02-18 21:04:15.690 | ++ lib/nova:conductor_conf:741 : local cell=1 2021-02-18 21:04:15.693 | ++ lib/nova:conductor_conf:742 : echo /etc/nova/nova_cell1.conf 2021-02-18 21:04:15.696 | + lib/nova:init_nova:770 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2021-02-18 21:04:18.844 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 21:04:18.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.846 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.847 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.849 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.850 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.851 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.851 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.852 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.853 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.854 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.854 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.858 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.865 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.866 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.866 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.867 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.867 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.870 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.870 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.871 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.871 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.872 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.873 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.873 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.876 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.876 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.876 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.876 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.877 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.877 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.877 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.878 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.878 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.879 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.879 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.879 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.879 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.880 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.880 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.880 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.880 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.881 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.881 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.881 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.881 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.882 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.882 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.882 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.882 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.882 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.883 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.883 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.883 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.884 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.884 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.885 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.885 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.885 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.885 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.885 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.886 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.886 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.886 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.886 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.887 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.887 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.887 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.887 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.888 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.888 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.888 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.889 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.889 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.893 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.893 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.893 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.893 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.893 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.895 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.895 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.904 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.906 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.907 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.907 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.907 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.907 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.908 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.908 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.909 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:18.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:18.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.002 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.004 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.006 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.008 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.008 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.009 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.014 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.014 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.018 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.018 | 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=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py... {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:19.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:19.028 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 21:04:19.029 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=75580) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 21:04:19.173 | INFO migrate.versioning.api [-] 215 -> 216...  2021-02-18 21:04:32.367 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:32.367 | INFO migrate.versioning.api [-] 216 -> 217...  2021-02-18 21:04:32.376 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:32.376 | INFO migrate.versioning.api [-] 217 -> 218...  2021-02-18 21:04:32.384 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:32.384 | INFO migrate.versioning.api [-] 218 -> 219...  2021-02-18 21:04:32.393 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:32.393 | INFO migrate.versioning.api [-] 219 -> 220...  2021-02-18 21:04:32.401 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:32.401 | INFO migrate.versioning.api [-] 220 -> 221...  2021-02-18 21:04:32.407 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:32.407 | INFO migrate.versioning.api [-] 221 -> 222...  2021-02-18 21:04:32.415 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:32.416 | INFO migrate.versioning.api [-] 222 -> 223...  2021-02-18 21:04:32.424 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:32.424 | INFO migrate.versioning.api [-] 223 -> 224...  2021-02-18 21:04:32.432 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:32.433 | INFO migrate.versioning.api [-] 224 -> 225...  2021-02-18 21:04:32.440 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:32.440 | INFO migrate.versioning.api [-] 225 -> 226...  2021-02-18 21:04:32.447 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:32.448 | INFO migrate.versioning.api [-] 226 -> 227...  2021-02-18 21:04:32.459 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:32.459 | INFO migrate.versioning.api [-] 227 -> 228...  2021-02-18 21:04:32.645 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:32.645 | INFO migrate.versioning.api [-] 228 -> 229...  2021-02-18 21:04:32.842 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:32.842 | INFO migrate.versioning.api [-] 229 -> 230...  2021-02-18 21:04:33.188 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:33.188 | INFO migrate.versioning.api [-] 230 -> 231...  2021-02-18 21:04:33.444 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:33.444 | INFO migrate.versioning.api [-] 231 -> 232...  2021-02-18 21:04:33.916 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:33.916 | INFO migrate.versioning.api [-] 232 -> 233...  2021-02-18 21:04:34.176 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:34.177 | INFO migrate.versioning.api [-] 233 -> 234...  2021-02-18 21:04:34.236 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:34.236 | INFO migrate.versioning.api [-] 234 -> 235...  2021-02-18 21:04:34.242 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:34.242 | INFO migrate.versioning.api [-] 235 -> 236...  2021-02-18 21:04:34.250 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:34.251 | INFO migrate.versioning.api [-] 236 -> 237...  2021-02-18 21:04:34.259 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:34.259 | INFO migrate.versioning.api [-] 237 -> 238...  2021-02-18 21:04:34.265 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:34.265 | INFO migrate.versioning.api [-] 238 -> 239...  2021-02-18 21:04:34.274 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:34.274 | INFO migrate.versioning.api [-] 239 -> 240...  2021-02-18 21:04:34.283 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:34.283 | INFO migrate.versioning.api [-] 240 -> 241...  2021-02-18 21:04:34.290 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:34.291 | INFO migrate.versioning.api [-] 241 -> 242...  2021-02-18 21:04:34.297 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:34.297 | INFO migrate.versioning.api [-] 242 -> 243...  2021-02-18 21:04:34.305 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:34.306 | INFO migrate.versioning.api [-] 243 -> 244...  2021-02-18 21:04:34.326 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:34.326 | INFO migrate.versioning.api [-] 244 -> 245...  2021-02-18 21:04:35.235 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:35.236 | INFO migrate.versioning.api [-] 245 -> 246...  2021-02-18 21:04:35.380 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:35.380 | INFO migrate.versioning.api [-] 246 -> 247...  2021-02-18 21:04:35.911 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:35.912 | INFO migrate.versioning.api [-] 247 -> 248...  2021-02-18 21:04:35.921 | INFO 248_add_expire_reservations_index [-] Skipped adding reservations_deleted_expire_idx because an equivalent index already exists. 2021-02-18 21:04:35.930 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:35.930 | INFO migrate.versioning.api [-] 248 -> 249...  2021-02-18 21:04:35.971 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:35.971 | INFO migrate.versioning.api [-] 249 -> 250...  2021-02-18 21:04:36.011 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:36.011 | INFO migrate.versioning.api [-] 250 -> 251...  2021-02-18 21:04:36.209 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:36.209 | INFO migrate.versioning.api [-] 251 -> 252...  2021-02-18 21:04:36.545 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:36.546 | INFO migrate.versioning.api [-] 252 -> 253...  2021-02-18 21:04:36.749 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:36.749 | INFO migrate.versioning.api [-] 253 -> 254...  2021-02-18 21:04:36.951 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:36.951 | INFO migrate.versioning.api [-] 254 -> 255...  2021-02-18 21:04:36.959 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:36.959 | INFO migrate.versioning.api [-] 255 -> 256...  2021-02-18 21:04:36.967 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:36.968 | INFO migrate.versioning.api [-] 256 -> 257...  2021-02-18 21:04:36.976 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:36.976 | INFO migrate.versioning.api [-] 257 -> 258...  2021-02-18 21:04:36.983 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:36.983 | INFO migrate.versioning.api [-] 258 -> 259...  2021-02-18 21:04:36.991 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:36.991 | INFO migrate.versioning.api [-] 259 -> 260...  2021-02-18 21:04:36.999 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:37.000 | INFO migrate.versioning.api [-] 260 -> 261...  2021-02-18 21:04:37.006 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:37.006 | INFO migrate.versioning.api [-] 261 -> 262...  2021-02-18 21:04:37.014 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:37.015 | INFO migrate.versioning.api [-] 262 -> 263...  2021-02-18 21:04:37.023 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:37.023 | INFO migrate.versioning.api [-] 263 -> 264...  2021-02-18 21:04:37.031 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:37.031 | INFO migrate.versioning.api [-] 264 -> 265...  2021-02-18 21:04:37.092 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:37.092 | INFO migrate.versioning.api [-] 265 -> 266...  2021-02-18 21:04:37.202 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:37.202 | INFO migrate.versioning.api [-] 266 -> 267...  2021-02-18 21:04:37.958 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:37.959 | INFO migrate.versioning.api [-] 267 -> 268...  2021-02-18 21:04:38.192 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:38.192 | INFO migrate.versioning.api [-] 268 -> 269...  2021-02-18 21:04:38.407 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:38.407 | INFO migrate.versioning.api [-] 269 -> 270...  2021-02-18 21:04:38.616 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:38.616 | INFO migrate.versioning.api [-] 270 -> 271...  2021-02-18 21:04:38.750 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:38.750 | INFO migrate.versioning.api [-] 271 -> 272...  2021-02-18 21:04:38.758 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:38.758 | INFO migrate.versioning.api [-] 272 -> 273...  2021-02-18 21:04:38.766 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:38.767 | INFO migrate.versioning.api [-] 273 -> 274...  2021-02-18 21:04:38.845 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:38.845 | INFO migrate.versioning.api [-] 274 -> 275...  2021-02-18 21:04:39.045 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.045 | INFO migrate.versioning.api [-] 275 -> 276...  2021-02-18 21:04:39.244 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.244 | INFO migrate.versioning.api [-] 276 -> 277...  2021-02-18 21:04:39.302 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.302 | INFO migrate.versioning.api [-] 277 -> 278...  2021-02-18 21:04:39.557 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.558 | INFO migrate.versioning.api [-] 278 -> 279...  2021-02-18 21:04:39.626 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.626 | INFO migrate.versioning.api [-] 279 -> 280...  2021-02-18 21:04:39.793 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.793 | INFO migrate.versioning.api [-] 280 -> 281...  2021-02-18 21:04:39.801 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.801 | INFO migrate.versioning.api [-] 281 -> 282...  2021-02-18 21:04:39.809 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.809 | INFO migrate.versioning.api [-] 282 -> 283...  2021-02-18 21:04:39.818 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.818 | INFO migrate.versioning.api [-] 283 -> 284...  2021-02-18 21:04:39.826 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.826 | INFO migrate.versioning.api [-] 284 -> 285...  2021-02-18 21:04:39.834 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.835 | INFO migrate.versioning.api [-] 285 -> 286...  2021-02-18 21:04:39.841 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.841 | INFO migrate.versioning.api [-] 286 -> 287...  2021-02-18 21:04:39.849 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.850 | INFO migrate.versioning.api [-] 287 -> 288...  2021-02-18 21:04:39.858 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.858 | INFO migrate.versioning.api [-] 288 -> 289...  2021-02-18 21:04:39.866 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.866 | INFO migrate.versioning.api [-] 289 -> 290...  2021-02-18 21:04:39.873 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.873 | INFO migrate.versioning.api [-] 290 -> 291...  2021-02-18 21:04:39.898 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:39.898 | INFO migrate.versioning.api [-] 291 -> 292...  2021-02-18 21:04:40.119 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:40.119 | INFO migrate.versioning.api [-] 292 -> 293...  2021-02-18 21:04:40.510 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:40.511 | INFO migrate.versioning.api [-] 293 -> 294...  2021-02-18 21:04:40.707 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:40.707 | INFO migrate.versioning.api [-] 294 -> 295...  2021-02-18 21:04:40.756 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:40.756 | INFO migrate.versioning.api [-] 295 -> 296...  2021-02-18 21:04:40.764 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:40.764 | INFO migrate.versioning.api [-] 296 -> 297...  2021-02-18 21:04:40.968 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:40.969 | INFO migrate.versioning.api [-] 297 -> 298...  2021-02-18 21:04:41.091 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:41.091 | INFO migrate.versioning.api [-] 298 -> 299...  2021-02-18 21:04:41.295 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:41.295 | INFO migrate.versioning.api [-] 299 -> 300...  2021-02-18 21:04:41.483 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:41.484 | INFO migrate.versioning.api [-] 300 -> 301...  2021-02-18 21:04:41.836 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:41.837 | INFO migrate.versioning.api [-] 301 -> 302...  2021-02-18 21:04:41.845 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:41.845 | INFO migrate.versioning.api [-] 302 -> 303...  2021-02-18 21:04:41.853 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:41.854 | INFO migrate.versioning.api [-] 303 -> 304...  2021-02-18 21:04:41.862 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:41.863 | INFO migrate.versioning.api [-] 304 -> 305...  2021-02-18 21:04:41.870 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:41.870 | INFO migrate.versioning.api [-] 305 -> 306...  2021-02-18 21:04:41.877 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:41.877 | INFO migrate.versioning.api [-] 306 -> 307...  2021-02-18 21:04:41.885 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:41.885 | INFO migrate.versioning.api [-] 307 -> 308...  2021-02-18 21:04:41.894 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:41.894 | INFO migrate.versioning.api [-] 308 -> 309...  2021-02-18 21:04:41.900 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:41.900 | INFO migrate.versioning.api [-] 309 -> 310...  2021-02-18 21:04:41.909 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:41.909 | INFO migrate.versioning.api [-] 310 -> 311...  2021-02-18 21:04:41.917 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:41.917 | INFO migrate.versioning.api [-] 311 -> 312...  2021-02-18 21:04:41.927 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:41.928 | INFO migrate.versioning.api [-] 312 -> 313...  2021-02-18 21:04:42.156 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:42.156 | INFO migrate.versioning.api [-] 313 -> 314...  2021-02-18 21:04:42.751 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:42.752 | INFO migrate.versioning.api [-] 314 -> 315...  2021-02-18 21:04:43.965 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:43.965 | INFO migrate.versioning.api [-] 315 -> 316...  2021-02-18 21:04:44.162 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:44.162 | INFO migrate.versioning.api [-] 316 -> 317...  2021-02-18 21:04:44.393 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:44.393 | INFO migrate.versioning.api [-] 317 -> 318...  2021-02-18 21:04:45.207 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:45.207 | INFO migrate.versioning.api [-] 318 -> 319...  2021-02-18 21:04:45.245 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:45.245 | INFO migrate.versioning.api [-] 319 -> 320...  2021-02-18 21:04:45.253 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:45.253 | INFO migrate.versioning.api [-] 320 -> 321...  2021-02-18 21:04:45.262 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:45.262 | INFO migrate.versioning.api [-] 321 -> 322...  2021-02-18 21:04:45.270 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:45.270 | INFO migrate.versioning.api [-] 322 -> 323...  2021-02-18 21:04:45.278 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:45.279 | INFO migrate.versioning.api [-] 323 -> 324...  2021-02-18 21:04:45.287 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:45.287 | INFO migrate.versioning.api [-] 324 -> 325...  2021-02-18 21:04:45.295 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:45.295 | INFO migrate.versioning.api [-] 325 -> 326...  2021-02-18 21:04:45.304 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:45.304 | INFO migrate.versioning.api [-] 326 -> 327...  2021-02-18 21:04:45.311 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:45.311 | INFO migrate.versioning.api [-] 327 -> 328...  2021-02-18 21:04:45.320 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:45.320 | INFO migrate.versioning.api [-] 328 -> 329...  2021-02-18 21:04:45.327 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:45.327 | INFO migrate.versioning.api [-] 329 -> 330...  2021-02-18 21:04:45.358 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:45.358 | INFO migrate.versioning.api [-] 330 -> 331...  2021-02-18 21:04:45.777 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:45.777 | INFO migrate.versioning.api [-] 331 -> 332...  2021-02-18 21:04:45.981 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:45.981 | INFO migrate.versioning.api [-] 332 -> 333...  2021-02-18 21:04:46.170 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.170 | INFO migrate.versioning.api [-] 333 -> 334...  2021-02-18 21:04:46.374 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.374 | INFO migrate.versioning.api [-] 334 -> 335...  2021-02-18 21:04:46.383 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.383 | INFO migrate.versioning.api [-] 335 -> 336...  2021-02-18 21:04:46.391 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.391 | INFO migrate.versioning.api [-] 336 -> 337...  2021-02-18 21:04:46.399 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.400 | INFO migrate.versioning.api [-] 337 -> 338...  2021-02-18 21:04:46.407 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.408 | INFO migrate.versioning.api [-] 338 -> 339...  2021-02-18 21:04:46.416 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.416 | INFO migrate.versioning.api [-] 339 -> 340...  2021-02-18 21:04:46.422 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.422 | INFO migrate.versioning.api [-] 340 -> 341...  2021-02-18 21:04:46.431 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.431 | INFO migrate.versioning.api [-] 341 -> 342...  2021-02-18 21:04:46.439 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.439 | INFO migrate.versioning.api [-] 342 -> 343...  2021-02-18 21:04:46.448 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.448 | INFO migrate.versioning.api [-] 343 -> 344...  2021-02-18 21:04:46.454 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.454 | INFO migrate.versioning.api [-] 344 -> 345...  2021-02-18 21:04:46.490 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.491 | INFO migrate.versioning.api [-] 345 -> 346...  2021-02-18 21:04:46.733 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.734 | INFO migrate.versioning.api [-] 346 -> 347...  2021-02-18 21:04:46.830 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.830 | INFO migrate.versioning.api [-] 347 -> 348...  2021-02-18 21:04:46.836 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.837 | INFO migrate.versioning.api [-] 348 -> 349...  2021-02-18 21:04:46.845 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.845 | INFO migrate.versioning.api [-] 349 -> 350...  2021-02-18 21:04:46.853 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.853 | INFO migrate.versioning.api [-] 350 -> 351...  2021-02-18 21:04:46.860 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.860 | INFO migrate.versioning.api [-] 351 -> 352...  2021-02-18 21:04:46.869 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.869 | INFO migrate.versioning.api [-] 352 -> 353...  2021-02-18 21:04:46.876 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.877 | INFO migrate.versioning.api [-] 353 -> 354...  2021-02-18 21:04:46.885 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.885 | INFO migrate.versioning.api [-] 354 -> 355...  2021-02-18 21:04:46.891 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.892 | INFO migrate.versioning.api [-] 355 -> 356...  2021-02-18 21:04:46.900 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.900 | INFO migrate.versioning.api [-] 356 -> 357...  2021-02-18 21:04:46.908 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:46.909 | INFO migrate.versioning.api [-] 357 -> 358...  2021-02-18 21:04:47.119 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:47.119 | INFO migrate.versioning.api [-] 358 -> 359...  2021-02-18 21:04:47.368 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:47.368 | INFO migrate.versioning.api [-] 359 -> 360...  2021-02-18 21:04:47.552 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:47.552 | INFO migrate.versioning.api [-] 360 -> 361...  2021-02-18 21:04:47.609 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:47.609 | INFO migrate.versioning.api [-] 361 -> 362...  2021-02-18 21:04:47.820 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:47.820 | INFO migrate.versioning.api [-] 362 -> 363...  2021-02-18 21:04:47.828 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:47.828 | INFO migrate.versioning.api [-] 363 -> 364...  2021-02-18 21:04:47.837 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:47.837 | INFO migrate.versioning.api [-] 364 -> 365...  2021-02-18 21:04:47.845 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:47.845 | INFO migrate.versioning.api [-] 365 -> 366...  2021-02-18 21:04:47.853 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:47.853 | INFO migrate.versioning.api [-] 366 -> 367...  2021-02-18 21:04:47.862 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:47.867 | INFO migrate.versioning.api [-] 367 -> 368...  2021-02-18 21:04:47.873 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:47.873 | INFO migrate.versioning.api [-] 368 -> 369...  2021-02-18 21:04:47.879 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:47.880 | INFO migrate.versioning.api [-] 369 -> 370...  2021-02-18 21:04:47.887 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:47.887 | INFO migrate.versioning.api [-] 370 -> 371...  2021-02-18 21:04:47.895 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:47.895 | INFO migrate.versioning.api [-] 371 -> 372...  2021-02-18 21:04:47.902 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:47.902 | INFO migrate.versioning.api [-] 372 -> 373...  2021-02-18 21:04:48.215 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.215 | INFO migrate.versioning.api [-] 373 -> 374...  2021-02-18 21:04:48.478 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.478 | INFO migrate.versioning.api [-] 374 -> 375...  2021-02-18 21:04:48.607 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.607 | INFO migrate.versioning.api [-] 375 -> 376...  2021-02-18 21:04:48.662 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.663 | INFO migrate.versioning.api [-] 376 -> 377...  2021-02-18 21:04:48.710 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.710 | INFO migrate.versioning.api [-] 377 -> 378...  2021-02-18 21:04:48.760 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.760 | INFO migrate.versioning.api [-] 378 -> 379...  2021-02-18 21:04:48.768 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.769 | INFO migrate.versioning.api [-] 379 -> 380...  2021-02-18 21:04:48.777 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.777 | INFO migrate.versioning.api [-] 380 -> 381...  2021-02-18 21:04:48.785 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.785 | INFO migrate.versioning.api [-] 381 -> 382...  2021-02-18 21:04:48.793 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.794 | INFO migrate.versioning.api [-] 382 -> 383...  2021-02-18 21:04:48.802 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.802 | INFO migrate.versioning.api [-] 383 -> 384...  2021-02-18 21:04:48.809 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.809 | INFO migrate.versioning.api [-] 384 -> 385...  2021-02-18 21:04:48.817 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.818 | INFO migrate.versioning.api [-] 385 -> 386...  2021-02-18 21:04:48.824 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.824 | INFO migrate.versioning.api [-] 386 -> 387...  2021-02-18 21:04:48.832 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.833 | INFO migrate.versioning.api [-] 387 -> 388...  2021-02-18 21:04:48.841 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.841 | INFO migrate.versioning.api [-] 388 -> 389...  2021-02-18 21:04:48.893 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:48.894 | INFO migrate.versioning.api [-] 389 -> 390...  2021-02-18 21:04:49.103 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:49.103 | INFO migrate.versioning.api [-] 390 -> 391...  2021-02-18 21:04:49.345 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:49.345 | INFO migrate.versioning.api [-] 391 -> 392...  2021-02-18 21:04:49.353 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:49.354 | INFO migrate.versioning.api [-] 392 -> 393...  2021-02-18 21:04:49.361 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:49.361 | INFO migrate.versioning.api [-] 393 -> 394...  2021-02-18 21:04:49.370 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:49.370 | INFO migrate.versioning.api [-] 394 -> 395...  2021-02-18 21:04:49.378 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:49.378 | INFO migrate.versioning.api [-] 395 -> 396...  2021-02-18 21:04:49.387 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:49.387 | INFO migrate.versioning.api [-] 396 -> 397...  2021-02-18 21:04:49.609 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:49.609 | INFO migrate.versioning.api [-] 397 -> 398...  2021-02-18 21:04:49.808 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:49.809 | INFO migrate.versioning.api [-] 398 -> 399...  2021-02-18 21:04:50.085 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:50.085 | INFO migrate.versioning.api [-] 399 -> 400...  2021-02-18 21:04:50.100 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:50.101 | INFO migrate.versioning.api [-] 400 -> 401...  2021-02-18 21:04:50.536 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:50.537 | INFO migrate.versioning.api [-] 401 -> 402...  2021-02-18 21:04:50.730 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:50.730 | INFO migrate.versioning.api [-] 402 -> 403...  2021-02-18 21:04:50.737 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:50.737 | INFO migrate.versioning.api [-] 403 -> 404...  2021-02-18 21:04:50.743 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:50.744 | INFO migrate.versioning.api [-] 404 -> 405...  2021-02-18 21:04:50.752 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:50.752 | INFO migrate.versioning.api [-] 405 -> 406...  2021-02-18 21:04:50.759 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:50.759 | INFO migrate.versioning.api [-] 406 -> 407...  2021-02-18 21:04:50.767 | INFO migrate.versioning.api [-] done 2021-02-18 21:04:50.767 | /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-02-18 21:04:50.767 | result = self._query(query) 2021-02-18 21:04:50.767 | /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-02-18 21:04:50.767 | result = self._query(query) 2021-02-18 21:04:51.141 | + lib/nova:init_nova:774 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2021-02-18 21:04:54.623 | DEBUG migrate.versioning.repository [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-18 21:04:54.625 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.625 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.625 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.626 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.626 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.627 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.627 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.627 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.628 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.628 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.628 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.629 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.629 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.630 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.630 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.630 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.631 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.631 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.632 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.632 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.632 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/375_add_access_url_to_console_auth_tokens.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.633 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/375_add_access_url_to_console_auth_tokens.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.633 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.633 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.634 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.634 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.635 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.635 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.635 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.636 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.636 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.636 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.637 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.637 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.638 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.638 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.638 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.639 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.639 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.639 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.640 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.640 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.641 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.641 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.641 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.642 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.642 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.642 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.643 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.643 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.644 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.644 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.644 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.645 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.645 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.645 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.646 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.646 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.647 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.647 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.647 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.648 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.648 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.648 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.649 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.649 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.649 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.650 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.650 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.651 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.651 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.651 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.652 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.652 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.652 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.653 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.653 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.654 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.654 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.654 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.655 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.655 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.655 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.656 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.656 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.657 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.657 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.657 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.658 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.658 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.658 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.659 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.659 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.659 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.660 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.660 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.661 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.661 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.661 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.662 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.663 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.663 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.663 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.664 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.664 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.664 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.665 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.665 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.666 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.666 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.666 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.667 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.667 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.667 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.668 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.668 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.669 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.669 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.669 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.670 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.670 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.670 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.671 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.671 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.671 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.672 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.672 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.673 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.673 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.673 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.674 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.674 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.674 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.675 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.675 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.675 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.676 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.676 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.677 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.677 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.677 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.678 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.679 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.679 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.679 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.680 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.680 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.680 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.681 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.681 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.682 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.682 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.682 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.683 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.683 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.683 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.684 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.684 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.685 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.685 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.686 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.686 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.686 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.687 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.687 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.687 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.688 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.688 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.689 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.689 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.691 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.691 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.691 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.692 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.692 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.693 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.693 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.693 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.694 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.694 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.695 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.695 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.695 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.696 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.696 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.697 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.697 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.697 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.698 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.698 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.698 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.699 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.699 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.699 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.700 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_add_instance_actions_updated_at_index.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.700 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_add_instance_actions_updated_at_index.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.701 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.701 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.701 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.702 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.702 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.702 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.703 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.703 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.704 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.704 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.704 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.705 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.705 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.705 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.706 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.706 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.707 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.707 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.707 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.708 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.708 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.708 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.709 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.709 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.710 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.710 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.710 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.711 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.711 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.711 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.712 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.712 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.713 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.713 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.713 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.714 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.714 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.714 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.715 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.715 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.716 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.716 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.716 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.717 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.717 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.717 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.718 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/401_add_user_id_and_project_id_to_migrations.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.718 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 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=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.719 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.719 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.719 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.720 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.720 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.720 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.721 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.721 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.721 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.722 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.722 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.723 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.723 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.723 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.724 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.724 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.725 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.725 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.726 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.726 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.727 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.727 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.727 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.728 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.728 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.728 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.729 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.729 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.730 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.730 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.730 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.731 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.731 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.731 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.732 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.732 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.732 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.733 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.733 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.734 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.734 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.734 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.735 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.735 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.735 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.736 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.736 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.737 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.737 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.737 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.738 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.738 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.738 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.739 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.739 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.740 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.740 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.741 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.741 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.742 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.742 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/301_add_cpu_and_ram_ratios_for_compute_nodes.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.742 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 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=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.743 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.743 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.743 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.744 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.744 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.745 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.745 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.745 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.746 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.746 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.746 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.747 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.747 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.747 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.748 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.748 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.749 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.749 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.749 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.750 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.750 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.750 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.751 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.751 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.752 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.752 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.752 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.753 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.753 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.753 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.754 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.754 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.755 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.755 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.755 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.756 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.756 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.757 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.757 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.757 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.758 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.758 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.758 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.759 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.759 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.759 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.760 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.760 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.761 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.761 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.761 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.762 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.762 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.762 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.763 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.763 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.764 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.764 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.764 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.765 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.765 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.765 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.766 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.766 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.767 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.767 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.767 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.768 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.768 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.768 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.769 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.769 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.770 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.770 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.770 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.771 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.771 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.772 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.772 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py... {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-18 21:04:54.773 | DEBUG migrate.versioning.script.base [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-18 21:04:54.773 | DEBUG migrate.versioning.repository [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-18 21:04:54.773 | DEBUG migrate.versioning.repository [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=75594) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-18 21:04:54.912 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 215 -> 216...  2021-02-18 21:05:08.203 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:08.203 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 216 -> 217...  2021-02-18 21:05:08.210 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:08.210 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 217 -> 218...  2021-02-18 21:05:08.218 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:08.218 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 218 -> 219...  2021-02-18 21:05:08.226 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:08.227 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 219 -> 220...  2021-02-18 21:05:08.233 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:08.234 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 220 -> 221...  2021-02-18 21:05:08.241 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:08.242 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 221 -> 222...  2021-02-18 21:05:08.250 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:08.251 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 222 -> 223...  2021-02-18 21:05:08.257 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:08.257 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 223 -> 224...  2021-02-18 21:05:08.265 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:08.265 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 224 -> 225...  2021-02-18 21:05:08.273 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:08.274 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 225 -> 226...  2021-02-18 21:05:08.280 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:08.281 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 226 -> 227...  2021-02-18 21:05:08.291 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:08.291 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 227 -> 228...  2021-02-18 21:05:08.481 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:08.481 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 228 -> 229...  2021-02-18 21:05:08.670 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:08.671 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 229 -> 230...  2021-02-18 21:05:09.036 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:09.037 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 230 -> 231...  2021-02-18 21:05:09.309 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:09.310 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 231 -> 232...  2021-02-18 21:05:09.874 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:09.875 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 232 -> 233...  2021-02-18 21:05:10.100 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:10.101 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 233 -> 234...  2021-02-18 21:05:10.148 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:10.149 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 234 -> 235...  2021-02-18 21:05:10.157 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:10.157 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 235 -> 236...  2021-02-18 21:05:10.165 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:10.165 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 236 -> 237...  2021-02-18 21:05:10.173 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:10.174 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 237 -> 238...  2021-02-18 21:05:10.180 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:10.180 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 238 -> 239...  2021-02-18 21:05:10.188 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:10.189 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 239 -> 240...  2021-02-18 21:05:10.197 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:10.197 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 240 -> 241...  2021-02-18 21:05:10.205 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:10.205 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 241 -> 242...  2021-02-18 21:05:10.211 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:10.212 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 242 -> 243...  2021-02-18 21:05:10.220 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:10.220 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 243 -> 244...  2021-02-18 21:05:10.240 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:10.240 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 244 -> 245...  2021-02-18 21:05:11.120 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:11.120 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 245 -> 246...  2021-02-18 21:05:11.263 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:11.264 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 246 -> 247...  2021-02-18 21:05:11.828 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:11.828 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 247 -> 248...  2021-02-18 21:05:11.837 | INFO 248_add_expire_reservations_index [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] Skipped adding reservations_deleted_expire_idx because an equivalent index already exists. 2021-02-18 21:05:11.843 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:11.844 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 248 -> 249...  2021-02-18 21:05:11.871 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:11.872 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 249 -> 250...  2021-02-18 21:05:11.903 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:11.903 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 250 -> 251...  2021-02-18 21:05:12.090 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:12.091 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 251 -> 252...  2021-02-18 21:05:12.439 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:12.439 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 252 -> 253...  2021-02-18 21:05:12.636 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:12.636 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 253 -> 254...  2021-02-18 21:05:12.858 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:12.859 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 254 -> 255...  2021-02-18 21:05:12.866 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:12.866 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 255 -> 256...  2021-02-18 21:05:12.874 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:12.875 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 256 -> 257...  2021-02-18 21:05:12.881 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:12.881 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 257 -> 258...  2021-02-18 21:05:12.890 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:12.890 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 258 -> 259...  2021-02-18 21:05:12.898 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:12.898 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 259 -> 260...  2021-02-18 21:05:12.906 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:12.906 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 260 -> 261...  2021-02-18 21:05:12.913 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:12.913 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 261 -> 262...  2021-02-18 21:05:12.922 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:12.922 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 262 -> 263...  2021-02-18 21:05:12.930 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:12.930 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 263 -> 264...  2021-02-18 21:05:12.937 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:12.937 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 264 -> 265...  2021-02-18 21:05:13.007 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:13.007 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 265 -> 266...  2021-02-18 21:05:13.110 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:13.111 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 266 -> 267...  2021-02-18 21:05:13.794 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:13.795 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 267 -> 268...  2021-02-18 21:05:14.003 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:14.004 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 268 -> 269...  2021-02-18 21:05:14.212 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:14.212 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 269 -> 270...  2021-02-18 21:05:14.421 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:14.422 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 270 -> 271...  2021-02-18 21:05:14.547 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:14.547 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 271 -> 272...  2021-02-18 21:05:14.555 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:14.555 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 272 -> 273...  2021-02-18 21:05:14.564 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:14.565 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 273 -> 274...  2021-02-18 21:05:14.645 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:14.645 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 274 -> 275...  2021-02-18 21:05:14.841 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:14.842 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 275 -> 276...  2021-02-18 21:05:15.043 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.044 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 276 -> 277...  2021-02-18 21:05:15.104 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.104 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 277 -> 278...  2021-02-18 21:05:15.358 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.358 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 278 -> 279...  2021-02-18 21:05:15.426 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.426 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 279 -> 280...  2021-02-18 21:05:15.584 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.584 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 280 -> 281...  2021-02-18 21:05:15.593 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.593 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 281 -> 282...  2021-02-18 21:05:15.601 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.601 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 282 -> 283...  2021-02-18 21:05:15.609 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.610 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 283 -> 284...  2021-02-18 21:05:15.618 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.618 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 284 -> 285...  2021-02-18 21:05:15.626 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.626 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 285 -> 286...  2021-02-18 21:05:15.634 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.635 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 286 -> 287...  2021-02-18 21:05:15.641 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.642 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 287 -> 288...  2021-02-18 21:05:15.649 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.650 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 288 -> 289...  2021-02-18 21:05:15.658 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.658 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 289 -> 290...  2021-02-18 21:05:15.665 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.665 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 290 -> 291...  2021-02-18 21:05:15.690 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.690 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 291 -> 292...  2021-02-18 21:05:15.879 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:15.879 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 292 -> 293...  2021-02-18 21:05:16.285 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:16.285 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 293 -> 294...  2021-02-18 21:05:16.491 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:16.491 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 294 -> 295...  2021-02-18 21:05:16.557 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:16.557 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 295 -> 296...  2021-02-18 21:05:16.564 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:16.565 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 296 -> 297...  2021-02-18 21:05:16.761 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:16.761 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 297 -> 298...  2021-02-18 21:05:16.893 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:16.893 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 298 -> 299...  2021-02-18 21:05:17.110 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:17.110 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 299 -> 300...  2021-02-18 21:05:17.296 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:17.296 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 300 -> 301...  2021-02-18 21:05:17.684 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:17.685 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 301 -> 302...  2021-02-18 21:05:17.692 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:17.693 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 302 -> 303...  2021-02-18 21:05:17.701 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:17.701 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 303 -> 304...  2021-02-18 21:05:17.709 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:17.710 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 304 -> 305...  2021-02-18 21:05:17.718 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:17.718 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 305 -> 306...  2021-02-18 21:05:17.726 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:17.726 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 306 -> 307...  2021-02-18 21:05:17.735 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:17.736 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 307 -> 308...  2021-02-18 21:05:17.742 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:17.742 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 308 -> 309...  2021-02-18 21:05:17.751 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:17.751 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 309 -> 310...  2021-02-18 21:05:17.758 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:17.759 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 310 -> 311...  2021-02-18 21:05:17.765 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:17.765 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 311 -> 312...  2021-02-18 21:05:17.773 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:17.774 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 312 -> 313...  2021-02-18 21:05:18.037 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:18.037 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 313 -> 314...  2021-02-18 21:05:18.640 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:18.641 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 314 -> 315...  2021-02-18 21:05:19.815 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:19.815 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 315 -> 316...  2021-02-18 21:05:20.011 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:20.016 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 316 -> 317...  2021-02-18 21:05:20.241 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:20.241 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 317 -> 318...  2021-02-18 21:05:21.097 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:21.098 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 318 -> 319...  2021-02-18 21:05:21.123 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:21.124 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 319 -> 320...  2021-02-18 21:05:21.132 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:21.132 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 320 -> 321...  2021-02-18 21:05:21.140 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:21.141 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 321 -> 322...  2021-02-18 21:05:21.148 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:21.149 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 322 -> 323...  2021-02-18 21:05:21.155 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:21.155 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 323 -> 324...  2021-02-18 21:05:21.163 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:21.163 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 324 -> 325...  2021-02-18 21:05:21.172 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:21.172 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 325 -> 326...  2021-02-18 21:05:21.183 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:21.183 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 326 -> 327...  2021-02-18 21:05:21.190 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:21.190 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 327 -> 328...  2021-02-18 21:05:21.196 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:21.197 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 328 -> 329...  2021-02-18 21:05:21.203 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:21.203 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 329 -> 330...  2021-02-18 21:05:21.232 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:21.233 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 330 -> 331...  2021-02-18 21:05:21.653 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:21.653 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 331 -> 332...  2021-02-18 21:05:21.848 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:21.848 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 332 -> 333...  2021-02-18 21:05:22.062 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.063 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 333 -> 334...  2021-02-18 21:05:22.265 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.265 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 334 -> 335...  2021-02-18 21:05:22.273 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.273 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 335 -> 336...  2021-02-18 21:05:22.282 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.282 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 336 -> 337...  2021-02-18 21:05:22.290 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.290 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 337 -> 338...  2021-02-18 21:05:22.299 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.299 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 338 -> 339...  2021-02-18 21:05:22.306 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.306 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 339 -> 340...  2021-02-18 21:05:22.314 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.314 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 340 -> 341...  2021-02-18 21:05:22.320 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.321 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 341 -> 342...  2021-02-18 21:05:22.329 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.329 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 342 -> 343...  2021-02-18 21:05:22.337 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.338 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 343 -> 344...  2021-02-18 21:05:22.346 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.346 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 344 -> 345...  2021-02-18 21:05:22.379 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.379 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 345 -> 346...  2021-02-18 21:05:22.654 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.659 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 346 -> 347...  2021-02-18 21:05:22.760 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.761 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 347 -> 348...  2021-02-18 21:05:22.769 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.770 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 348 -> 349...  2021-02-18 21:05:22.777 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.777 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 349 -> 350...  2021-02-18 21:05:22.787 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.787 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 350 -> 351...  2021-02-18 21:05:22.793 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.794 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 351 -> 352...  2021-02-18 21:05:22.800 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.800 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 352 -> 353...  2021-02-18 21:05:22.808 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.809 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 353 -> 354...  2021-02-18 21:05:22.815 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.816 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 354 -> 355...  2021-02-18 21:05:22.823 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.824 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 355 -> 356...  2021-02-18 21:05:22.832 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.833 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 356 -> 357...  2021-02-18 21:05:22.839 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:22.839 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 357 -> 358...  2021-02-18 21:05:23.065 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:23.065 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 358 -> 359...  2021-02-18 21:05:23.294 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:23.295 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 359 -> 360...  2021-02-18 21:05:23.488 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:23.488 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 360 -> 361...  2021-02-18 21:05:23.540 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:23.541 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 361 -> 362...  2021-02-18 21:05:23.764 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:23.765 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 362 -> 363...  2021-02-18 21:05:23.773 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:23.773 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 363 -> 364...  2021-02-18 21:05:23.781 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:23.782 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 364 -> 365...  2021-02-18 21:05:23.789 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:23.790 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 365 -> 366...  2021-02-18 21:05:23.798 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:23.799 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 366 -> 367...  2021-02-18 21:05:23.805 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:23.805 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 367 -> 368...  2021-02-18 21:05:23.814 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:23.814 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 368 -> 369...  2021-02-18 21:05:23.822 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:23.822 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 369 -> 370...  2021-02-18 21:05:23.828 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:23.829 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 370 -> 371...  2021-02-18 21:05:23.836 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:23.837 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 371 -> 372...  2021-02-18 21:05:23.845 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:23.846 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 372 -> 373...  2021-02-18 21:05:24.160 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.160 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 373 -> 374...  2021-02-18 21:05:24.415 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.415 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 374 -> 375...  2021-02-18 21:05:24.540 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.541 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 375 -> 376...  2021-02-18 21:05:24.596 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.596 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 376 -> 377...  2021-02-18 21:05:24.647 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.648 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 377 -> 378...  2021-02-18 21:05:24.707 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.708 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 378 -> 379...  2021-02-18 21:05:24.716 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.716 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 379 -> 380...  2021-02-18 21:05:24.724 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.724 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 380 -> 381...  2021-02-18 21:05:24.733 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.733 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 381 -> 382...  2021-02-18 21:05:24.741 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.741 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 382 -> 383...  2021-02-18 21:05:24.749 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.750 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 383 -> 384...  2021-02-18 21:05:24.757 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.758 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 384 -> 385...  2021-02-18 21:05:24.766 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.767 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 385 -> 386...  2021-02-18 21:05:24.773 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.773 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 386 -> 387...  2021-02-18 21:05:24.782 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.782 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 387 -> 388...  2021-02-18 21:05:24.790 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.790 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 388 -> 389...  2021-02-18 21:05:24.841 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:24.841 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 389 -> 390...  2021-02-18 21:05:25.049 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:25.050 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 390 -> 391...  2021-02-18 21:05:25.297 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:25.297 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 391 -> 392...  2021-02-18 21:05:25.305 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:25.306 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 392 -> 393...  2021-02-18 21:05:25.315 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:25.315 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 393 -> 394...  2021-02-18 21:05:25.322 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:25.323 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 394 -> 395...  2021-02-18 21:05:25.331 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:25.332 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 395 -> 396...  2021-02-18 21:05:25.339 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:25.339 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 396 -> 397...  2021-02-18 21:05:25.570 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:25.570 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 397 -> 398...  2021-02-18 21:05:25.773 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:25.773 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 398 -> 399...  2021-02-18 21:05:26.049 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:26.049 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 399 -> 400...  2021-02-18 21:05:26.063 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:26.064 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 400 -> 401...  2021-02-18 21:05:26.510 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:26.510 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 401 -> 402...  2021-02-18 21:05:26.695 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:26.700 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 402 -> 403...  2021-02-18 21:05:26.706 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:26.707 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 403 -> 404...  2021-02-18 21:05:26.713 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:26.713 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 404 -> 405...  2021-02-18 21:05:26.720 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:26.720 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 405 -> 406...  2021-02-18 21:05:26.728 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:26.728 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] 406 -> 407...  2021-02-18 21:05:26.734 | INFO migrate.versioning.api [None req-15a66472-69af-4f1b-aae2-507f8652fdd7 None None] done 2021-02-18 21:05:26.764 | /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-02-18 21:05:26.764 | result = self._query(query) 2021-02-18 21:05:26.764 | /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-02-18 21:05:26.764 | result = self._query(query) 2021-02-18 21:05:27.185 | + lib/nova:init_nova:778 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2021-02-18 21:05:30.846 | Running batches of 50 until complete 2021-02-18 21:05:30.847 | +-------------------------------------+--------------+-----------+ 2021-02-18 21:05:30.847 | | Migration | Total Needed | Completed | 2021-02-18 21:05:30.847 | +-------------------------------------+--------------+-----------+ 2021-02-18 21:05:30.847 | | fill_virtual_interface_list | 0 | 0 | 2021-02-18 21:05:30.847 | | migrate_empty_ratio | 0 | 0 | 2021-02-18 21:05:30.847 | | migrate_quota_classes_to_api_db | 0 | 0 | 2021-02-18 21:05:30.847 | | migrate_quota_limits_to_api_db | 0 | 0 | 2021-02-18 21:05:30.847 | | migration_migrate_to_uuid | 0 | 0 | 2021-02-18 21:05:30.847 | | populate_missing_availability_zones | 0 | 0 | 2021-02-18 21:05:30.847 | | populate_queued_for_delete | 0 | 0 | 2021-02-18 21:05:30.847 | | populate_user_id | 0 | 0 | 2021-02-18 21:05:30.847 | | populate_uuids | 0 | 0 | 2021-02-18 21:05:30.847 | +-------------------------------------+--------------+-----------+ 2021-02-18 21:05:31.247 | ++ lib/nova:init_nova:781 : seq 1 1 2021-02-18 21:05:31.251 | + lib/nova:init_nova:781 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-18 21:05:31.255 | ++ lib/nova:init_nova:782 : conductor_conf 1 2021-02-18 21:05:31.257 | ++ lib/nova:conductor_conf:741 : local cell=1 2021-02-18 21:05:31.260 | ++ lib/nova:conductor_conf:742 : echo /etc/nova/nova_cell1.conf 2021-02-18 21:05:31.263 | + lib/nova:init_nova:782 : /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-02-18 21:05:34.777 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2021-02-18 21:05:34.777 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2021-02-18 21:05:35.168 | + lib/nova:init_nova:786 : create_nova_keys_dir 2021-02-18 21:05:35.171 | + lib/nova:create_nova_keys_dir:748 : sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2021-02-18 21:05:35.183 | + lib/nova:init_nova:788 : [[ '' == \L\V\M ]] 2021-02-18 21:05:35.186 | + ./stack.sh:main:1202 : is_service_enabled neutron 2021-02-18 21:05:35.202 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:05:35.205 | + ./stack.sh:main:1203 : configure_neutron_nova 2021-02-18 21:05:35.208 | + lib/neutron:configure_neutron_nova:616 : is_neutron_legacy_enabled 2021-02-18 21:05:35.211 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-18 21:05:35.212 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-02-18 21:05:35.216 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-18 21:05:35.219 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-02-18 21:05:35.221 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-02-18 21:05:35.224 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-02-18 21:05:35.226 | + lib/neutron:configure_neutron_nova:618 : create_nova_conf_neutron /etc/nova/nova.conf 2021-02-18 21:05:35.229 | + lib/neutron-legacy:create_nova_conf_neutron:375 : local conf=/etc/nova/nova.conf 2021-02-18 21:05:35.231 | + lib/neutron-legacy:create_nova_conf_neutron:376 : iniset /etc/nova/nova.conf neutron auth_type password 2021-02-18 21:05:35.255 | + lib/neutron-legacy:create_nova_conf_neutron:377 : iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.41/identity 2021-02-18 21:05:35.279 | + lib/neutron-legacy:create_nova_conf_neutron:378 : iniset /etc/nova/nova.conf neutron username neutron 2021-02-18 21:05:35.304 | + lib/neutron-legacy:create_nova_conf_neutron:379 : iniset /etc/nova/nova.conf neutron password Passw0rd 2021-02-18 21:05:35.329 | + lib/neutron-legacy:create_nova_conf_neutron:380 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2021-02-18 21:05:35.353 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova.conf neutron project_name service 2021-02-18 21:05:35.378 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2021-02-18 21:05:35.403 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2021-02-18 21:05:35.427 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2021-02-18 21:05:35.453 | + lib/neutron-legacy:create_nova_conf_neutron:387 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2021-02-18 21:05:35.455 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-02-18 21:05:35.457 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-02-18 21:05:35.460 | + lib/neutron-legacy:create_nova_conf_neutron:389 : is_service_enabled q-meta 2021-02-18 21:05:35.475 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:05:35.478 | + lib/neutron-legacy:create_nova_conf_neutron:390 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2021-02-18 21:05:35.503 | + lib/neutron-legacy:create_nova_conf_neutron:393 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2021-02-18 21:05:35.528 | + lib/neutron-legacy:create_nova_conf_neutron:394 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2021-02-18 21:05:35.553 | + lib/neutron:configure_neutron_nova:619 : [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2021-02-18 21:05:35.556 | ++ lib/neutron:configure_neutron_nova:620 : seq 1 1 2021-02-18 21:05:35.560 | + lib/neutron:configure_neutron_nova:620 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-18 21:05:35.563 | + lib/neutron:configure_neutron_nova:621 : local conf 2021-02-18 21:05:35.566 | ++ lib/neutron:configure_neutron_nova:622 : conductor_conf 1 2021-02-18 21:05:35.568 | ++ lib/nova:conductor_conf:741 : local cell=1 2021-02-18 21:05:35.571 | ++ lib/nova:conductor_conf:742 : echo /etc/nova/nova_cell1.conf 2021-02-18 21:05:35.574 | + lib/neutron:configure_neutron_nova:622 : conf=/etc/nova/nova_cell1.conf 2021-02-18 21:05:35.576 | + lib/neutron:configure_neutron_nova:623 : create_nova_conf_neutron /etc/nova/nova_cell1.conf 2021-02-18 21:05:35.579 | + lib/neutron-legacy:create_nova_conf_neutron:375 : local conf=/etc/nova/nova_cell1.conf 2021-02-18 21:05:35.581 | + lib/neutron-legacy:create_nova_conf_neutron:376 : iniset /etc/nova/nova_cell1.conf neutron auth_type password 2021-02-18 21:05:35.608 | + lib/neutron-legacy:create_nova_conf_neutron:377 : iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.41/identity 2021-02-18 21:05:35.633 | + lib/neutron-legacy:create_nova_conf_neutron:378 : iniset /etc/nova/nova_cell1.conf neutron username neutron 2021-02-18 21:05:35.658 | + lib/neutron-legacy:create_nova_conf_neutron:379 : iniset /etc/nova/nova_cell1.conf neutron password Passw0rd 2021-02-18 21:05:35.682 | + lib/neutron-legacy:create_nova_conf_neutron:380 : iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default 2021-02-18 21:05:35.708 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova_cell1.conf neutron project_name service 2021-02-18 21:05:35.732 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default 2021-02-18 21:05:35.757 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone 2021-02-18 21:05:35.782 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne 2021-02-18 21:05:35.807 | + lib/neutron-legacy:create_nova_conf_neutron:387 : neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf 2021-02-18 21:05:35.809 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-02-18 21:05:35.812 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-02-18 21:05:35.815 | + lib/neutron-legacy:create_nova_conf_neutron:389 : is_service_enabled q-meta 2021-02-18 21:05:35.831 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:05:35.833 | + lib/neutron-legacy:create_nova_conf_neutron:390 : iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True 2021-02-18 21:05:35.857 | + lib/neutron-legacy:create_nova_conf_neutron:393 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True 2021-02-18 21:05:35.882 | + lib/neutron-legacy:create_nova_conf_neutron:394 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 2021-02-18 21:05:35.907 | + ./stack.sh:main:1212 : run_phase stack post-config 2021-02-18 21:05:35.910 | + functions-common:run_phase:1759 : local mode=stack 2021-02-18 21:05:35.912 | + functions-common:run_phase:1760 : local phase=post-config 2021-02-18 21:05:35.914 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-02-18 21:05:35.917 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-02-18 21:05:35.920 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-02-18 21:05:35.923 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-02-18 21:05:35.925 | + functions-common:run_phase:1769 : local extra 2021-02-18 21:05:35.928 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-02-18 21:05:35.931 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-02-18 21:05:35.934 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-02-18 21:05:35.937 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-02-18 21:05:35.940 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2021-02-18 21:05:35.942 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-02-18 21:05:35.958 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:05:35.960 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-02-18 21:05:35.962 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-02-18 21:05:35.965 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2021-02-18 21:05:35.967 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-02-18 21:05:35.969 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-02-18 21:05:35.972 | ++ extras.d/80-tempest.sh:source:12 : : 2021-02-18 21:05:35.974 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-02-18 21:05:35.976 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-02-18 21:05:35.979 | + functions-common:run_phase:1780 : [[ stack == \s\o\u\r\c\e ]] 2021-02-18 21:05:35.981 | + functions-common:run_phase:1783 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-02-18 21:05:35.983 | + functions-common:run_phase:1786 : run_plugins stack post-config 2021-02-18 21:05:35.986 | + functions-common:run_plugins:1745 : local mode=stack 2021-02-18 21:05:35.989 | + functions-common:run_plugins:1746 : local phase=post-config 2021-02-18 21:05:35.991 | + functions-common:run_plugins:1748 : local plugins= 2021-02-18 21:05:35.994 | + functions-common:run_plugins:1749 : local plugin 2021-02-18 21:05:35.996 | + ./stack.sh:main:1220 : merge_config_group /home/ubuntu/devstack/local.conf post-config 2021-02-18 21:05:35.998 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-02-18 21:05:36.001 | + inc/meta-config:merge_config_group:171 : shift 2021-02-18 21:05:36.004 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2021-02-18 21:05:36.006 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-18 21:05:36.008 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-02-18 21:05:36.011 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-02-18 21:05:36.014 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2021-02-18 21:05:36.016 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-02-18 21:05:36.019 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2021-02-18 21:05:36.021 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-18 21:05:36.023 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2021-02-18 21:05:36.023 | /^\[\[.+\|.*\]\]/ { 2021-02-18 21:05:36.023 | gsub("[][]", "", $1); 2021-02-18 21:05:36.023 | split($1, a, "|"); 2021-02-18 21:05:36.024 | if (a[1] == matchgroup) 2021-02-18 21:05:36.024 | print a[2] 2021-02-18 21:05:36.024 | } 2021-02-18 21:05:36.024 | ' /home/ubuntu/devstack/local.conf 2021-02-18 21:05:36.029 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-02-18 21:05:36.032 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-02-18 21:05:36.034 | + inc/meta-config:merge_config_group:180 : local dir 2021-02-18 21:05:36.037 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2021-02-18 21:05:36.039 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2021-02-18 21:05:36.042 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2021-02-18 21:05:36.045 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2021-02-18 21:05:36.048 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2021-02-18 21:05:36.051 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2021-02-18 21:05:36.054 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2021-02-18 21:05:36.056 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-02-18 21:05:36.059 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-02-18 21:05:36.061 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-02-18 21:05:36.064 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2021-02-18 21:05:36.067 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-02-18 21:05:36.077 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2021-02-18 21:05:36.080 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2021-02-18 21:05:36.083 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2021-02-18 21:05:36.085 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2021-02-18 21:05:36.089 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.089 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2021-02-18 21:05:36.089 | BEGIN { 2021-02-18 21:05:36.089 | section = "" 2021-02-18 21:05:36.090 | last_section = "" 2021-02-18 21:05:36.090 | section_count = 0 2021-02-18 21:05:36.090 | } 2021-02-18 21:05:36.090 | /^\[.+\]/ { 2021-02-18 21:05:36.090 | gsub("[][]", "", $1); 2021-02-18 21:05:36.090 | section=$1 2021-02-18 21:05:36.090 | next 2021-02-18 21:05:36.090 | } 2021-02-18 21:05:36.090 | /^ *\#/ { 2021-02-18 21:05:36.090 | next 2021-02-18 21:05:36.090 | } 2021-02-18 21:05:36.090 | /^[^ \t]+/ { 2021-02-18 21:05:36.090 | # get offset of first = in $0 2021-02-18 21:05:36.090 | eq_idx = index($0, "=") 2021-02-18 21:05:36.090 | # extract attr & value from $0 2021-02-18 21:05:36.090 | attr = substr($0, 1, eq_idx - 1) 2021-02-18 21:05:36.090 | value = substr($0, eq_idx + 1) 2021-02-18 21:05:36.090 | # only need to strip trailing whitespace from attr 2021-02-18 21:05:36.090 | sub(/[ \t]*$/, "", attr) 2021-02-18 21:05:36.090 | # need to strip leading & trailing whitespace from value 2021-02-18 21:05:36.090 | sub(/^[ \t]*/, "", value) 2021-02-18 21:05:36.090 | sub(/[ \t]*$/, "", value) 2021-02-18 21:05:36.090 | 2021-02-18 21:05:36.090 | # cfg_attr_count: number of config lines per [section, attr] 2021-02-18 21:05:36.090 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-02-18 21:05:36.090 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-02-18 21:05:36.090 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-02-18 21:05:36.090 | if (! (section, attr) in cfg_attr_count) { 2021-02-18 21:05:36.090 | if (section != last_section) { 2021-02-18 21:05:36.090 | cfg_section[section_count++] = section 2021-02-18 21:05:36.090 | last_section = section 2021-02-18 21:05:36.090 | } 2021-02-18 21:05:36.090 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-02-18 21:05:36.091 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-02-18 21:05:36.091 | 2021-02-18 21:05:36.091 | cfg_attr[section, attr, 0] = value 2021-02-18 21:05:36.091 | cfg_attr_count[section, attr] = 1 2021-02-18 21:05:36.091 | } else { 2021-02-18 21:05:36.091 | lno = cfg_attr_count[section, attr]++ 2021-02-18 21:05:36.091 | cfg_attr[section, attr, lno] = value 2021-02-18 21:05:36.091 | } 2021-02-18 21:05:36.091 | } 2021-02-18 21:05:36.091 | END { 2021-02-18 21:05:36.091 | # Process each section in order 2021-02-18 21:05:36.091 | for (sno = 0; sno < section_count; sno++) { 2021-02-18 21:05:36.091 | section = cfg_section[sno] 2021-02-18 21:05:36.091 | # The ini routines simply append a config item immediately 2021-02-18 21:05:36.091 | # after the section header. To keep the same order as defined 2021-02-18 21:05:36.091 | # in local.conf, invoke the ini routines in the reverse order 2021-02-18 21:05:36.091 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-02-18 21:05:36.091 | attr = cfg_sec_attr_name[sno, attr_no] 2021-02-18 21:05:36.091 | if (cfg_attr_count[section, attr] == 1) 2021-02-18 21:05:36.091 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-02-18 21:05:36.091 | else { 2021-02-18 21:05:36.091 | # For multiline, invoke the ini routines in the reverse order 2021-02-18 21:05:36.091 | count = cfg_attr_count[section, attr] 2021-02-18 21:05:36.091 | print "inidelete " configfile " " section " " attr 2021-02-18 21:05:36.091 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-02-18 21:05:36.091 | for (l = count -2; l >= 0; l--) 2021-02-18 21:05:36.091 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-02-18 21:05:36.091 | } 2021-02-18 21:05:36.091 | } 2021-02-18 21:05:36.091 | } 2021-02-18 21:05:36.091 | } 2021-02-18 21:05:36.091 | ' 2021-02-18 21:05:36.091 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-02-18 21:05:36.092 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-02-18 21:05:36.094 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-02-18 21:05:36.097 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2021-02-18 21:05:36.099 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-18 21:05:36.102 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2021-02-18 21:05:36.104 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2021-02-18 21:05:36.104 | BEGIN { group = "" } 2021-02-18 21:05:36.104 | /^\[\[.+\|.*\]\]/ { 2021-02-18 21:05:36.104 | gsub("[][]", "", $1); 2021-02-18 21:05:36.105 | split($1, a, "|"); 2021-02-18 21:05:36.105 | if (a[1] == matchgroup && a[2] == configfile) { 2021-02-18 21:05:36.105 | group=a[1] 2021-02-18 21:05:36.105 | } else { 2021-02-18 21:05:36.105 | group="" 2021-02-18 21:05:36.105 | } 2021-02-18 21:05:36.105 | next 2021-02-18 21:05:36.105 | } 2021-02-18 21:05:36.105 | { 2021-02-18 21:05:36.105 | if (group != "") 2021-02-18 21:05:36.105 | print $0 2021-02-18 21:05:36.105 | } 2021-02-18 21:05:36.105 | ' /home/ubuntu/devstack/local.conf 2021-02-18 21:05:36.111 | + 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-02-18 21:05:36.114 | ++ 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-02-18 21:05:36.139 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.142 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"' 2021-02-18 21:05:36.144 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2021-02-18 21:05:36.169 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.173 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF glance use_glance_v1 "False"' 2021-02-18 21:05:36.175 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf glance use_glance_v1 False 2021-02-18 21:05:36.203 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.205 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"' 2021-02-18 21:05:36.208 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3 2021-02-18 21:05:36.235 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.238 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"' 2021-02-18 21:05:36.240 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600 2021-02-18 21:05:36.266 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.268 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_type "password"' 2021-02-18 21:05:36.271 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_type password 2021-02-18 21:05:36.298 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.301 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.41/identity"' 2021-02-18 21:05:36.303 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.41/identity 2021-02-18 21:05:36.330 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.332 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement username "placement"' 2021-02-18 21:05:36.335 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement username placement 2021-02-18 21:05:36.362 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.365 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement password "Passw0rd"' 2021-02-18 21:05:36.367 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-02-18 21:05:36.394 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.397 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement user_domain_name "Default"' 2021-02-18 21:05:36.399 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-02-18 21:05:36.427 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.430 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_name "service"' 2021-02-18 21:05:36.432 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_name service 2021-02-18 21:05:36.459 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.462 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_domain_name "Default"' 2021-02-18 21:05:36.464 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-02-18 21:05:36.492 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.494 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"' 2021-02-18 21:05:36.497 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement os_region_name RegionOne 2021-02-18 21:05:36.522 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.525 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-02-18 21:05:36.527 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-02-18 21:05:36.530 | + inc/meta-config:merge_config_group:180 : local dir 2021-02-18 21:05:36.533 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2021-02-18 21:05:36.536 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2021-02-18 21:05:36.539 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2021-02-18 21:05:36.541 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2021-02-18 21:05:36.544 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2021-02-18 21:05:36.547 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2021-02-18 21:05:36.550 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2021-02-18 21:05:36.552 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-02-18 21:05:36.555 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-02-18 21:05:36.557 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-02-18 21:05:36.560 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2021-02-18 21:05:36.563 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-02-18 21:05:36.566 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2021-02-18 21:05:36.569 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2021-02-18 21:05:36.571 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2021-02-18 21:05:36.574 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2021-02-18 21:05:36.577 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-02-18 21:05:36.577 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2021-02-18 21:05:36.578 | BEGIN { 2021-02-18 21:05:36.578 | section = "" 2021-02-18 21:05:36.578 | last_section = "" 2021-02-18 21:05:36.578 | section_count = 0 2021-02-18 21:05:36.578 | } 2021-02-18 21:05:36.578 | /^\[.+\]/ { 2021-02-18 21:05:36.578 | gsub("[][]", "", $1); 2021-02-18 21:05:36.578 | section=$1 2021-02-18 21:05:36.578 | next 2021-02-18 21:05:36.578 | } 2021-02-18 21:05:36.578 | /^ *\#/ { 2021-02-18 21:05:36.578 | next 2021-02-18 21:05:36.578 | } 2021-02-18 21:05:36.578 | /^[^ \t]+/ { 2021-02-18 21:05:36.578 | # get offset of first = in $0 2021-02-18 21:05:36.578 | eq_idx = index($0, "=") 2021-02-18 21:05:36.578 | # extract attr & value from $0 2021-02-18 21:05:36.579 | attr = substr($0, 1, eq_idx - 1) 2021-02-18 21:05:36.579 | value = substr($0, eq_idx + 1) 2021-02-18 21:05:36.579 | # only need to strip trailing whitespace from attr 2021-02-18 21:05:36.579 | sub(/[ \t]*$/, "", attr) 2021-02-18 21:05:36.579 | # need to strip leading & trailing whitespace from value 2021-02-18 21:05:36.579 | sub(/^[ \t]*/, "", value) 2021-02-18 21:05:36.579 | sub(/[ \t]*$/, "", value) 2021-02-18 21:05:36.579 | 2021-02-18 21:05:36.579 | # cfg_attr_count: number of config lines per [section, attr] 2021-02-18 21:05:36.579 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-02-18 21:05:36.579 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-02-18 21:05:36.579 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-02-18 21:05:36.579 | if (! (section, attr) in cfg_attr_count) { 2021-02-18 21:05:36.579 | if (section != last_section) { 2021-02-18 21:05:36.579 | cfg_section[section_count++] = section 2021-02-18 21:05:36.579 | last_section = section 2021-02-18 21:05:36.579 | } 2021-02-18 21:05:36.579 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-02-18 21:05:36.579 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-02-18 21:05:36.579 | 2021-02-18 21:05:36.579 | cfg_attr[section, attr, 0] = value 2021-02-18 21:05:36.579 | cfg_attr_count[section, attr] = 1 2021-02-18 21:05:36.579 | } else { 2021-02-18 21:05:36.579 | lno = cfg_attr_count[section, attr]++ 2021-02-18 21:05:36.579 | cfg_attr[section, attr, lno] = value 2021-02-18 21:05:36.579 | } 2021-02-18 21:05:36.579 | } 2021-02-18 21:05:36.579 | END { 2021-02-18 21:05:36.579 | # Process each section in order 2021-02-18 21:05:36.579 | for (sno = 0; sno < section_count; sno++) { 2021-02-18 21:05:36.580 | section = cfg_section[sno] 2021-02-18 21:05:36.580 | # The ini routines simply append a config item immediately 2021-02-18 21:05:36.580 | # after the section header. To keep the same order as defined 2021-02-18 21:05:36.580 | # in local.conf, invoke the ini routines in the reverse order 2021-02-18 21:05:36.580 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-02-18 21:05:36.580 | attr = cfg_sec_attr_name[sno, attr_no] 2021-02-18 21:05:36.580 | if (cfg_attr_count[section, attr] == 1) 2021-02-18 21:05:36.580 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-02-18 21:05:36.580 | else { 2021-02-18 21:05:36.580 | # For multiline, invoke the ini routines in the reverse order 2021-02-18 21:05:36.580 | count = cfg_attr_count[section, attr] 2021-02-18 21:05:36.580 | print "inidelete " configfile " " section " " attr 2021-02-18 21:05:36.580 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-02-18 21:05:36.580 | for (l = count -2; l >= 0; l--) 2021-02-18 21:05:36.580 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-02-18 21:05:36.580 | } 2021-02-18 21:05:36.580 | } 2021-02-18 21:05:36.580 | } 2021-02-18 21:05:36.580 | } 2021-02-18 21:05:36.580 | ' 2021-02-18 21:05:36.580 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.582 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-02-18 21:05:36.585 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-02-18 21:05:36.587 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2021-02-18 21:05:36.589 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-18 21:05:36.592 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2021-02-18 21:05:36.595 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2021-02-18 21:05:36.595 | BEGIN { group = "" } 2021-02-18 21:05:36.595 | /^\[\[.+\|.*\]\]/ { 2021-02-18 21:05:36.595 | gsub("[][]", "", $1); 2021-02-18 21:05:36.595 | split($1, a, "|"); 2021-02-18 21:05:36.595 | if (a[1] == matchgroup && a[2] == configfile) { 2021-02-18 21:05:36.595 | group=a[1] 2021-02-18 21:05:36.595 | } else { 2021-02-18 21:05:36.595 | group="" 2021-02-18 21:05:36.595 | } 2021-02-18 21:05:36.595 | next 2021-02-18 21:05:36.595 | } 2021-02-18 21:05:36.595 | { 2021-02-18 21:05:36.595 | if (group != "") 2021-02-18 21:05:36.595 | print $0 2021-02-18 21:05:36.595 | } 2021-02-18 21:05:36.595 | ' /home/ubuntu/devstack/local.conf 2021-02-18 21:05:36.601 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_overflow "50"' 2021-02-18 21:05:36.603 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_overflow 50 2021-02-18 21:05:36.634 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.636 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_pool_size "50"' 2021-02-18 21:05:36.639 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_pool_size 50 2021-02-18 21:05:36.669 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.672 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database min_pool_size "5"' 2021-02-18 21:05:36.675 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database min_pool_size 5 2021-02-18 21:05:36.705 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.708 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"' 2021-02-18 21:05:36.710 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100 2021-02-18 21:05:36.741 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.744 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"' 2021-02-18 21:05:36.746 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10 2021-02-18 21:05:36.777 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.779 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"' 2021-02-18 21:05:36.782 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall 10 2021-02-18 21:05:36.814 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.816 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"' 2021-02-18 21:05:36.819 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_floatingip 50 2021-02-18 21:05:36.849 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.852 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_router "100"' 2021-02-18 21:05:36.854 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_router 100 2021-02-18 21:05:36.886 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.888 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"' 2021-02-18 21:05:36.891 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100 2021-02-18 21:05:36.921 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.924 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_pool "100"' 2021-02-18 21:05:36.927 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_pool 100 2021-02-18 21:05:36.958 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.961 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_vip "100"' 2021-02-18 21:05:36.963 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_vip 100 2021-02-18 21:05:36.995 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:36.997 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"' 2021-02-18 21:05:36.999 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100 2021-02-18 21:05:37.030 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:37.033 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"' 2021-02-18 21:05:37.036 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group 100 2021-02-18 21:05:37.067 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:37.070 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_port "500"' 2021-02-18 21:05:37.072 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_port 500 2021-02-18 21:05:37.103 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:37.106 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"' 2021-02-18 21:05:37.108 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_subnet 100 2021-02-18 21:05:37.139 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:37.142 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_network "100"' 2021-02-18 21:05:37.145 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_network 100 2021-02-18 21:05:37.176 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:37.179 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-02-18 21:05:37.181 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-02-18 21:05:37.184 | + inc/meta-config:merge_config_group:180 : local dir 2021-02-18 21:05:37.187 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2021-02-18 21:05:37.190 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2021-02-18 21:05:37.193 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2021-02-18 21:05:37.195 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2021-02-18 21:05:37.198 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2021-02-18 21:05:37.202 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2021-02-18 21:05:37.204 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2021-02-18 21:05:37.207 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-02-18 21:05:37.209 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-02-18 21:05:37.212 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-02-18 21:05:37.214 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2021-02-18 21:05:37.216 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-02-18 21:05:37.219 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2021-02-18 21:05:37.222 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2021-02-18 21:05:37.225 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2021-02-18 21:05:37.227 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2021-02-18 21:05:37.230 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-02-18 21:05:37.231 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:37.231 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2021-02-18 21:05:37.231 | BEGIN { 2021-02-18 21:05:37.231 | section = "" 2021-02-18 21:05:37.231 | last_section = "" 2021-02-18 21:05:37.231 | section_count = 0 2021-02-18 21:05:37.231 | } 2021-02-18 21:05:37.231 | /^\[.+\]/ { 2021-02-18 21:05:37.231 | gsub("[][]", "", $1); 2021-02-18 21:05:37.231 | section=$1 2021-02-18 21:05:37.231 | next 2021-02-18 21:05:37.231 | } 2021-02-18 21:05:37.231 | /^ *\#/ { 2021-02-18 21:05:37.231 | next 2021-02-18 21:05:37.231 | } 2021-02-18 21:05:37.232 | /^[^ \t]+/ { 2021-02-18 21:05:37.232 | # get offset of first = in $0 2021-02-18 21:05:37.232 | eq_idx = index($0, "=") 2021-02-18 21:05:37.232 | # extract attr & value from $0 2021-02-18 21:05:37.232 | attr = substr($0, 1, eq_idx - 1) 2021-02-18 21:05:37.232 | value = substr($0, eq_idx + 1) 2021-02-18 21:05:37.232 | # only need to strip trailing whitespace from attr 2021-02-18 21:05:37.232 | sub(/[ \t]*$/, "", attr) 2021-02-18 21:05:37.232 | # need to strip leading & trailing whitespace from value 2021-02-18 21:05:37.232 | sub(/^[ \t]*/, "", value) 2021-02-18 21:05:37.232 | sub(/[ \t]*$/, "", value) 2021-02-18 21:05:37.232 | 2021-02-18 21:05:37.232 | # cfg_attr_count: number of config lines per [section, attr] 2021-02-18 21:05:37.232 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-02-18 21:05:37.232 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-02-18 21:05:37.232 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-02-18 21:05:37.232 | if (! (section, attr) in cfg_attr_count) { 2021-02-18 21:05:37.232 | if (section != last_section) { 2021-02-18 21:05:37.232 | cfg_section[section_count++] = section 2021-02-18 21:05:37.232 | last_section = section 2021-02-18 21:05:37.232 | } 2021-02-18 21:05:37.232 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-02-18 21:05:37.232 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-02-18 21:05:37.232 | 2021-02-18 21:05:37.232 | cfg_attr[section, attr, 0] = value 2021-02-18 21:05:37.232 | cfg_attr_count[section, attr] = 1 2021-02-18 21:05:37.232 | } else { 2021-02-18 21:05:37.232 | lno = cfg_attr_count[section, attr]++ 2021-02-18 21:05:37.232 | cfg_attr[section, attr, lno] = value 2021-02-18 21:05:37.232 | } 2021-02-18 21:05:37.233 | } 2021-02-18 21:05:37.233 | END { 2021-02-18 21:05:37.233 | # Process each section in order 2021-02-18 21:05:37.233 | for (sno = 0; sno < section_count; sno++) { 2021-02-18 21:05:37.233 | section = cfg_section[sno] 2021-02-18 21:05:37.233 | # The ini routines simply append a config item immediately 2021-02-18 21:05:37.233 | # after the section header. To keep the same order as defined 2021-02-18 21:05:37.233 | # in local.conf, invoke the ini routines in the reverse order 2021-02-18 21:05:37.233 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-02-18 21:05:37.233 | attr = cfg_sec_attr_name[sno, attr_no] 2021-02-18 21:05:37.233 | if (cfg_attr_count[section, attr] == 1) 2021-02-18 21:05:37.233 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-02-18 21:05:37.233 | else { 2021-02-18 21:05:37.233 | # For multiline, invoke the ini routines in the reverse order 2021-02-18 21:05:37.233 | count = cfg_attr_count[section, attr] 2021-02-18 21:05:37.233 | print "inidelete " configfile " " section " " attr 2021-02-18 21:05:37.233 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-02-18 21:05:37.233 | for (l = count -2; l >= 0; l--) 2021-02-18 21:05:37.233 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-02-18 21:05:37.233 | } 2021-02-18 21:05:37.233 | } 2021-02-18 21:05:37.233 | } 2021-02-18 21:05:37.233 | } 2021-02-18 21:05:37.233 | ' 2021-02-18 21:05:37.233 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-02-18 21:05:37.235 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-02-18 21:05:37.238 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2021-02-18 21:05:37.240 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-18 21:05:37.243 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2021-02-18 21:05:37.245 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2021-02-18 21:05:37.245 | BEGIN { group = "" } 2021-02-18 21:05:37.245 | /^\[\[.+\|.*\]\]/ { 2021-02-18 21:05:37.245 | gsub("[][]", "", $1); 2021-02-18 21:05:37.245 | split($1, a, "|"); 2021-02-18 21:05:37.245 | if (a[1] == matchgroup && a[2] == configfile) { 2021-02-18 21:05:37.245 | group=a[1] 2021-02-18 21:05:37.245 | } else { 2021-02-18 21:05:37.245 | group="" 2021-02-18 21:05:37.245 | } 2021-02-18 21:05:37.245 | next 2021-02-18 21:05:37.245 | } 2021-02-18 21:05:37.245 | { 2021-02-18 21:05:37.246 | if (group != "") 2021-02-18 21:05:37.246 | print $0 2021-02-18 21:05:37.246 | } 2021-02-18 21:05:37.246 | ' /home/ubuntu/devstack/local.conf 2021-02-18 21:05:37.252 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT os_privileged_user_auth_url "http://10.222.0.41/identity/v2.0"' 2021-02-18 21:05:37.254 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_auth_url http://10.222.0.41/identity/v2.0 2021-02-18 21:05:37.278 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:37.282 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-02-18 21:05:37.284 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-02-18 21:05:37.287 | + inc/meta-config:merge_config_group:180 : local dir 2021-02-18 21:05:37.290 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2021-02-18 21:05:37.292 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-18 21:05:37.295 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-18 21:05:37.298 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2021-02-18 21:05:37.301 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-18 21:05:37.305 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2021-02-18 21:05:37.307 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2021-02-18 21:05:37.310 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-02-18 21:05:37.312 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-02-18 21:05:37.315 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-02-18 21:05:37.317 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-02-18 21:05:37.320 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-02-18 21:05:37.323 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2021-02-18 21:05:37.325 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-18 21:05:37.328 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-18 21:05:37.330 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2021-02-18 21:05:37.333 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-02-18 21:05:37.334 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:37.334 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-02-18 21:05:37.334 | BEGIN { 2021-02-18 21:05:37.334 | section = "" 2021-02-18 21:05:37.335 | last_section = "" 2021-02-18 21:05:37.335 | section_count = 0 2021-02-18 21:05:37.335 | } 2021-02-18 21:05:37.335 | /^\[.+\]/ { 2021-02-18 21:05:37.335 | gsub("[][]", "", $1); 2021-02-18 21:05:37.335 | section=$1 2021-02-18 21:05:37.335 | next 2021-02-18 21:05:37.335 | } 2021-02-18 21:05:37.335 | /^ *\#/ { 2021-02-18 21:05:37.335 | next 2021-02-18 21:05:37.335 | } 2021-02-18 21:05:37.335 | /^[^ \t]+/ { 2021-02-18 21:05:37.335 | # get offset of first = in $0 2021-02-18 21:05:37.335 | eq_idx = index($0, "=") 2021-02-18 21:05:37.335 | # extract attr & value from $0 2021-02-18 21:05:37.335 | attr = substr($0, 1, eq_idx - 1) 2021-02-18 21:05:37.335 | value = substr($0, eq_idx + 1) 2021-02-18 21:05:37.335 | # only need to strip trailing whitespace from attr 2021-02-18 21:05:37.335 | sub(/[ \t]*$/, "", attr) 2021-02-18 21:05:37.335 | # need to strip leading & trailing whitespace from value 2021-02-18 21:05:37.335 | sub(/^[ \t]*/, "", value) 2021-02-18 21:05:37.335 | sub(/[ \t]*$/, "", value) 2021-02-18 21:05:37.335 | 2021-02-18 21:05:37.335 | # cfg_attr_count: number of config lines per [section, attr] 2021-02-18 21:05:37.335 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-02-18 21:05:37.335 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-02-18 21:05:37.335 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-02-18 21:05:37.335 | if (! (section, attr) in cfg_attr_count) { 2021-02-18 21:05:37.335 | if (section != last_section) { 2021-02-18 21:05:37.335 | cfg_section[section_count++] = section 2021-02-18 21:05:37.335 | last_section = section 2021-02-18 21:05:37.335 | } 2021-02-18 21:05:37.335 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-02-18 21:05:37.335 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-02-18 21:05:37.336 | 2021-02-18 21:05:37.336 | cfg_attr[section, attr, 0] = value 2021-02-18 21:05:37.336 | cfg_attr_count[section, attr] = 1 2021-02-18 21:05:37.336 | } else { 2021-02-18 21:05:37.336 | lno = cfg_attr_count[section, attr]++ 2021-02-18 21:05:37.336 | cfg_attr[section, attr, lno] = value 2021-02-18 21:05:37.336 | } 2021-02-18 21:05:37.336 | } 2021-02-18 21:05:37.336 | END { 2021-02-18 21:05:37.336 | # Process each section in order 2021-02-18 21:05:37.336 | for (sno = 0; sno < section_count; sno++) { 2021-02-18 21:05:37.336 | section = cfg_section[sno] 2021-02-18 21:05:37.336 | # The ini routines simply append a config item immediately 2021-02-18 21:05:37.336 | # after the section header. To keep the same order as defined 2021-02-18 21:05:37.336 | # in local.conf, invoke the ini routines in the reverse order 2021-02-18 21:05:37.336 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-02-18 21:05:37.336 | attr = cfg_sec_attr_name[sno, attr_no] 2021-02-18 21:05:37.336 | if (cfg_attr_count[section, attr] == 1) 2021-02-18 21:05:37.336 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-02-18 21:05:37.336 | else { 2021-02-18 21:05:37.336 | # For multiline, invoke the ini routines in the reverse order 2021-02-18 21:05:37.336 | count = cfg_attr_count[section, attr] 2021-02-18 21:05:37.336 | print "inidelete " configfile " " section " " attr 2021-02-18 21:05:37.336 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-02-18 21:05:37.336 | for (l = count -2; l >= 0; l--) 2021-02-18 21:05:37.336 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-02-18 21:05:37.336 | } 2021-02-18 21:05:37.336 | } 2021-02-18 21:05:37.336 | } 2021-02-18 21:05:37.336 | } 2021-02-18 21:05:37.336 | ' 2021-02-18 21:05:37.337 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-02-18 21:05:37.339 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-02-18 21:05:37.341 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-02-18 21:05:37.344 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-18 21:05:37.346 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2021-02-18 21:05:37.349 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-02-18 21:05:37.349 | BEGIN { group = "" } 2021-02-18 21:05:37.349 | /^\[\[.+\|.*\]\]/ { 2021-02-18 21:05:37.349 | gsub("[][]", "", $1); 2021-02-18 21:05:37.349 | split($1, a, "|"); 2021-02-18 21:05:37.349 | if (a[1] == matchgroup && a[2] == configfile) { 2021-02-18 21:05:37.349 | group=a[1] 2021-02-18 21:05:37.349 | } else { 2021-02-18 21:05:37.349 | group="" 2021-02-18 21:05:37.349 | } 2021-02-18 21:05:37.349 | next 2021-02-18 21:05:37.349 | } 2021-02-18 21:05:37.349 | { 2021-02-18 21:05:37.349 | if (group != "") 2021-02-18 21:05:37.349 | print $0 2021-02-18 21:05:37.349 | } 2021-02-18 21:05:37.349 | ' /home/ubuntu/devstack/local.conf 2021-02-18 21:05:37.355 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2021-02-18 21:05:37.357 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2021-02-18 21:05:37.383 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:37.385 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"' 2021-02-18 21:05:37.387 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl 2021-02-18 21:05:37.414 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:05:37.417 | + ./stack.sh:main:1229 : is_service_enabled swift 2021-02-18 21:05:37.433 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:05:37.436 | + ./stack.sh:main:1230 : echo_summary 'Starting Swift' 2021-02-18 21:05:37.438 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:05:37.441 | + ./stack.sh:echo_summary:421 : echo -e Starting Swift 2021-02-18 21:05:37.443 | + ./stack.sh:main:1231 : start_swift 2021-02-18 21:05:37.446 | + lib/swift:start_swift:774 : restart_service memcached 2021-02-18 21:05:37.448 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-02-18 21:05:37.450 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart memcached 2021-02-18 21:05:37.497 | + lib/swift:start_swift:777 : is_ubuntu 2021-02-18 21:05:37.500 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 21:05:37.502 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 21:05:37.505 | + lib/swift:start_swift:778 : sudo /etc/init.d/rsync restart 2021-02-18 21:05:37.551 | Restarting rsync (via systemctl): rsync.service. 2021-02-18 21:05:37.554 | + lib/swift:start_swift:785 : '[' False == True ']' 2021-02-18 21:05:37.556 | + lib/swift:start_swift:804 : [[ 1 == 1 ]] 2021-02-18 21:05:37.559 | + lib/swift:start_swift:805 : local foreground_services type 2021-02-18 21:05:37.561 | + lib/swift:start_swift:807 : foreground_services='object container account' 2021-02-18 21:05:37.564 | + lib/swift:start_swift:808 : for type in ${foreground_services} 2021-02-18 21:05:37.567 | + lib/swift:start_swift:809 : run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-18 21:05:37.569 | + functions-common:run_process:1582 : local service=s-object 2021-02-18 21:05:37.572 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-18 21:05:37.574 | + functions-common:run_process:1584 : local group= 2021-02-18 21:05:37.577 | + functions-common:run_process:1585 : local user= 2021-02-18 21:05:37.579 | + functions-common:run_process:1587 : local name=s-object 2021-02-18 21:05:37.582 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:05:37.585 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:05:37.589 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:05:37.592 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:05:37.594 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:05:37.598 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682337595 2021-02-18 21:05:37.601 | + functions-common:run_process:1590 : is_service_enabled s-object 2021-02-18 21:05:37.619 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:05:37.621 | + functions-common:run_process:1591 : _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' '' 2021-02-18 21:05:37.623 | + functions-common:_run_under_systemd:1547 : local service=s-object 2021-02-18 21:05:37.626 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-18 21:05:37.629 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-18 21:05:37.631 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-18 21:05:37.633 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-18 21:05:37.636 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]] 2021-02-18 21:05:37.638 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]] 2021-02-18 21:05:37.640 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@s-object.service 2021-02-18 21:05:37.643 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:05:37.645 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:05:37.647 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]] 2021-02-18 21:05:37.650 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@s-object.service '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' ubuntu 2021-02-18 21:05:37.652 | + functions-common:write_user_unit_file:1464 : local service=devstack@s-object.service 2021-02-18 21:05:37.654 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-18 21:05:37.656 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:05:37.658 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:05:37.660 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:05:37.663 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:05:37.665 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@s-object.service 2021-02-18 21:05:37.667 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:05:37.670 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service' 2021-02-18 21:05:37.724 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu 2021-02-18 21:05:37.777 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecStart '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-18 21:05:37.822 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process 2021-02-18 21:05:37.867 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300 2021-02-18 21:05:37.912 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:05:37.957 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:05:37.959 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target 2021-02-18 21:05:38.013 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:05:38.213 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@s-object.service 2021-02-18 21:05:38.227 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service. 2021-02-18 21:05:38.405 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@s-object.service 2021-02-18 21:05:38.425 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:05:38.428 | + functions-common:time_stop:2331 : local name 2021-02-18 21:05:38.430 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:05:38.432 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:05:38.435 | + functions-common:time_stop:2334 : local total 2021-02-18 21:05:38.437 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:05:38.440 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:05:38.442 | + functions-common:time_stop:2338 : start_time=1613682337595 2021-02-18 21:05:38.444 | + functions-common:time_stop:2340 : [[ -z 1613682337595 ]] 2021-02-18 21:05:38.447 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:05:38.450 | + functions-common:time_stop:2343 : end_time=1613682338448 2021-02-18 21:05:38.453 | + functions-common:time_stop:2344 : elapsed_time=853 2021-02-18 21:05:38.456 | + functions-common:time_stop:2345 : total=1977 2021-02-18 21:05:38.458 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:05:38.460 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=2830 2021-02-18 21:05:38.463 | + lib/swift:start_swift:808 : for type in ${foreground_services} 2021-02-18 21:05:38.465 | + lib/swift:start_swift:809 : run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-18 21:05:38.467 | + functions-common:run_process:1582 : local service=s-container 2021-02-18 21:05:38.470 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-18 21:05:38.473 | + functions-common:run_process:1584 : local group= 2021-02-18 21:05:38.475 | + functions-common:run_process:1585 : local user= 2021-02-18 21:05:38.477 | + functions-common:run_process:1587 : local name=s-container 2021-02-18 21:05:38.480 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:05:38.482 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:05:38.484 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:05:38.487 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:05:38.490 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:05:38.493 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682338491 2021-02-18 21:05:38.495 | + functions-common:run_process:1590 : is_service_enabled s-container 2021-02-18 21:05:38.511 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:05:38.513 | + functions-common:run_process:1591 : _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' '' 2021-02-18 21:05:38.517 | + functions-common:_run_under_systemd:1547 : local service=s-container 2021-02-18 21:05:38.519 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-18 21:05:38.521 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-18 21:05:38.524 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-18 21:05:38.526 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-18 21:05:38.528 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]] 2021-02-18 21:05:38.531 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]] 2021-02-18 21:05:38.533 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@s-container.service 2021-02-18 21:05:38.536 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:05:38.538 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:05:38.540 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]] 2021-02-18 21:05:38.543 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@s-container.service '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' ubuntu 2021-02-18 21:05:38.545 | + functions-common:write_user_unit_file:1464 : local service=devstack@s-container.service 2021-02-18 21:05:38.548 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-18 21:05:38.550 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:05:38.553 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:05:38.555 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:05:38.557 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:05:38.560 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@s-container.service 2021-02-18 21:05:38.563 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:05:38.567 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service' 2021-02-18 21:05:38.623 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu 2021-02-18 21:05:38.678 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecStart '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-18 21:05:38.723 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process 2021-02-18 21:05:38.768 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300 2021-02-18 21:05:38.814 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:05:38.859 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:05:38.862 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target 2021-02-18 21:05:38.917 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:05:39.117 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@s-container.service 2021-02-18 21:05:39.131 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service. 2021-02-18 21:05:39.358 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@s-container.service 2021-02-18 21:05:39.379 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:05:39.382 | + functions-common:time_stop:2331 : local name 2021-02-18 21:05:39.384 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:05:39.386 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:05:39.389 | + functions-common:time_stop:2334 : local total 2021-02-18 21:05:39.391 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:05:39.393 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:05:39.396 | + functions-common:time_stop:2338 : start_time=1613682338491 2021-02-18 21:05:39.398 | + functions-common:time_stop:2340 : [[ -z 1613682338491 ]] 2021-02-18 21:05:39.402 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:05:39.405 | + functions-common:time_stop:2343 : end_time=1613682339402 2021-02-18 21:05:39.408 | + functions-common:time_stop:2344 : elapsed_time=911 2021-02-18 21:05:39.410 | + functions-common:time_stop:2345 : total=2830 2021-02-18 21:05:39.413 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:05:39.415 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=3741 2021-02-18 21:05:39.418 | + lib/swift:start_swift:808 : for type in ${foreground_services} 2021-02-18 21:05:39.420 | + lib/swift:start_swift:809 : run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-18 21:05:39.425 | + functions-common:run_process:1582 : local service=s-account 2021-02-18 21:05:39.427 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-18 21:05:39.430 | + functions-common:run_process:1584 : local group= 2021-02-18 21:05:39.432 | + functions-common:run_process:1585 : local user= 2021-02-18 21:05:39.434 | + functions-common:run_process:1587 : local name=s-account 2021-02-18 21:05:39.437 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:05:39.439 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:05:39.442 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:05:39.444 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:05:39.447 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:05:39.450 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682339448 2021-02-18 21:05:39.453 | + functions-common:run_process:1590 : is_service_enabled s-account 2021-02-18 21:05:39.472 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:05:39.475 | + functions-common:run_process:1591 : _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' '' 2021-02-18 21:05:39.477 | + functions-common:_run_under_systemd:1547 : local service=s-account 2021-02-18 21:05:39.480 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-18 21:05:39.482 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-18 21:05:39.485 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-18 21:05:39.488 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-18 21:05:39.490 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]] 2021-02-18 21:05:39.492 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]] 2021-02-18 21:05:39.495 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@s-account.service 2021-02-18 21:05:39.498 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:05:39.500 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:05:39.503 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]] 2021-02-18 21:05:39.505 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@s-account.service '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' ubuntu 2021-02-18 21:05:39.508 | + functions-common:write_user_unit_file:1464 : local service=devstack@s-account.service 2021-02-18 21:05:39.510 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-18 21:05:39.512 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:05:39.515 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:05:39.517 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:05:39.520 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:05:39.522 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@s-account.service 2021-02-18 21:05:39.524 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:05:39.528 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service' 2021-02-18 21:05:39.598 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu 2021-02-18 21:05:39.660 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecStart '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-18 21:05:39.705 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process 2021-02-18 21:05:39.750 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300 2021-02-18 21:05:39.796 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:05:39.842 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:05:39.845 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target 2021-02-18 21:05:39.898 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:05:40.095 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@s-account.service 2021-02-18 21:05:40.108 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service. 2021-02-18 21:05:40.304 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@s-account.service 2021-02-18 21:05:40.325 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:05:40.327 | + functions-common:time_stop:2331 : local name 2021-02-18 21:05:40.330 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:05:40.332 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:05:40.335 | + functions-common:time_stop:2334 : local total 2021-02-18 21:05:40.337 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:05:40.339 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:05:40.342 | + functions-common:time_stop:2338 : start_time=1613682339448 2021-02-18 21:05:40.345 | + functions-common:time_stop:2340 : [[ -z 1613682339448 ]] 2021-02-18 21:05:40.347 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:05:40.351 | + functions-common:time_stop:2343 : end_time=1613682340348 2021-02-18 21:05:40.353 | + functions-common:time_stop:2344 : elapsed_time=900 2021-02-18 21:05:40.355 | + functions-common:time_stop:2345 : total=3741 2021-02-18 21:05:40.358 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:05:40.363 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=4641 2021-02-18 21:05:40.365 | + lib/swift:start_swift:812 : [[ False == \T\r\u\e ]] 2021-02-18 21:05:40.367 | + lib/swift:start_swift:817 : enable_service s-container-sync 2021-02-18 21:05:40.412 | + lib/swift:start_swift:818 : run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-18 21:05:40.415 | + functions-common:run_process:1582 : local service=s-container-sync 2021-02-18 21:05:40.417 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-18 21:05:40.419 | + functions-common:run_process:1584 : local group= 2021-02-18 21:05:40.422 | + functions-common:run_process:1585 : local user= 2021-02-18 21:05:40.424 | + functions-common:run_process:1587 : local name=s-container-sync 2021-02-18 21:05:40.426 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:05:40.429 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:05:40.431 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:05:40.433 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:05:40.437 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:05:40.440 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682340438 2021-02-18 21:05:40.442 | + functions-common:run_process:1590 : is_service_enabled s-container-sync 2021-02-18 21:05:40.468 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:05:40.470 | + functions-common:run_process:1591 : _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' '' 2021-02-18 21:05:40.473 | + functions-common:_run_under_systemd:1547 : local service=s-container-sync 2021-02-18 21:05:40.475 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-18 21:05:40.478 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-18 21:05:40.480 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-18 21:05:40.482 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-18 21:05:40.485 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]] 2021-02-18 21:05:40.489 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]] 2021-02-18 21:05:40.492 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@s-container-sync.service 2021-02-18 21:05:40.494 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:05:40.496 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:05:40.499 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]] 2021-02-18 21:05:40.502 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@s-container-sync.service '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' ubuntu 2021-02-18 21:05:40.504 | + functions-common:write_user_unit_file:1464 : local service=devstack@s-container-sync.service 2021-02-18 21:05:40.506 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-18 21:05:40.509 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:05:40.511 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:05:40.513 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:05:40.516 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:05:40.518 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@s-container-sync.service 2021-02-18 21:05:40.520 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:05:40.524 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Unit Description 'Devstack devstack@s-container-sync.service' 2021-02-18 21:05:40.581 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu 2021-02-18 21:05:40.634 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecStart '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-18 21:05:40.680 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process 2021-02-18 21:05:40.727 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300 2021-02-18 21:05:40.772 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:05:40.817 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:05:40.820 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target 2021-02-18 21:05:40.874 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:05:41.086 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@s-container-sync.service 2021-02-18 21:05:41.099 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container-sync.service → /etc/systemd/system/devstack@s-container-sync.service. 2021-02-18 21:05:41.299 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@s-container-sync.service 2021-02-18 21:05:41.319 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:05:41.321 | + functions-common:time_stop:2331 : local name 2021-02-18 21:05:41.324 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:05:41.326 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:05:41.329 | + functions-common:time_stop:2334 : local total 2021-02-18 21:05:41.332 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:05:41.334 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:05:41.336 | + functions-common:time_stop:2338 : start_time=1613682340438 2021-02-18 21:05:41.339 | + functions-common:time_stop:2340 : [[ -z 1613682340438 ]] 2021-02-18 21:05:41.342 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:05:41.346 | + functions-common:time_stop:2343 : end_time=1613682341343 2021-02-18 21:05:41.348 | + functions-common:time_stop:2344 : elapsed_time=905 2021-02-18 21:05:41.350 | + functions-common:time_stop:2345 : total=4641 2021-02-18 21:05:41.353 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:05:41.355 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=5546 2021-02-18 21:05:41.357 | + lib/swift:start_swift:825 : is_service_enabled tls-proxy 2021-02-18 21:05:41.379 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:05:41.382 | + lib/swift:start_swift:829 : run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-18 21:05:41.384 | + functions-common:run_process:1582 : local service=s-proxy 2021-02-18 21:05:41.386 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-18 21:05:41.389 | + functions-common:run_process:1584 : local group= 2021-02-18 21:05:41.392 | + functions-common:run_process:1585 : local user= 2021-02-18 21:05:41.394 | + functions-common:run_process:1587 : local name=s-proxy 2021-02-18 21:05:41.396 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:05:41.399 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:05:41.401 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:05:41.403 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:05:41.410 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:05:41.413 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682341410 2021-02-18 21:05:41.415 | + functions-common:run_process:1590 : is_service_enabled s-proxy 2021-02-18 21:05:41.433 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:05:41.435 | + functions-common:run_process:1591 : _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' '' 2021-02-18 21:05:41.438 | + functions-common:_run_under_systemd:1547 : local service=s-proxy 2021-02-18 21:05:41.440 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-18 21:05:41.442 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-18 21:05:41.445 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-18 21:05:41.447 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-18 21:05:41.450 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]] 2021-02-18 21:05:41.452 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]] 2021-02-18 21:05:41.455 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@s-proxy.service 2021-02-18 21:05:41.457 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:05:41.459 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:05:41.462 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]] 2021-02-18 21:05:41.464 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@s-proxy.service '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' ubuntu 2021-02-18 21:05:41.467 | + functions-common:write_user_unit_file:1464 : local service=devstack@s-proxy.service 2021-02-18 21:05:41.469 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-18 21:05:41.471 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:05:41.474 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:05:41.476 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:05:41.478 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:05:41.480 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@s-proxy.service 2021-02-18 21:05:41.483 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:05:41.487 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service' 2021-02-18 21:05:41.542 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu 2021-02-18 21:05:41.597 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecStart '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-18 21:05:41.643 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process 2021-02-18 21:05:41.689 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300 2021-02-18 21:05:41.734 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:05:41.780 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:05:41.783 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target 2021-02-18 21:05:41.837 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:05:42.041 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@s-proxy.service 2021-02-18 21:05:42.054 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service. 2021-02-18 21:05:42.259 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@s-proxy.service 2021-02-18 21:05:42.280 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:05:42.284 | + functions-common:time_stop:2331 : local name 2021-02-18 21:05:42.286 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:05:42.288 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:05:42.291 | + functions-common:time_stop:2334 : local total 2021-02-18 21:05:42.293 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:05:42.295 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:05:42.299 | + functions-common:time_stop:2338 : start_time=1613682341410 2021-02-18 21:05:42.301 | + functions-common:time_stop:2340 : [[ -z 1613682341410 ]] 2021-02-18 21:05:42.305 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:05:42.308 | + functions-common:time_stop:2343 : end_time=1613682342305 2021-02-18 21:05:42.310 | + functions-common:time_stop:2344 : elapsed_time=895 2021-02-18 21:05:42.313 | + functions-common:time_stop:2345 : total=5546 2021-02-18 21:05:42.315 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:05:42.317 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=6441 2021-02-18 21:05:42.320 | + lib/swift:start_swift:834 : echo 'Waiting for swift proxy to start...' 2021-02-18 21:05:42.321 | Waiting for swift proxy to start... 2021-02-18 21:05:42.322 | + lib/swift:start_swift:835 : wait_for_service 60 http://10.222.0.41:8080/info 2021-02-18 21:05:42.325 | + functions:wait_for_service:444 : local timeout=60 2021-02-18 21:05:42.328 | + functions:wait_for_service:445 : local url=http://10.222.0.41:8080/info 2021-02-18 21:05:42.331 | + functions:wait_for_service:446 : local rval=0 2021-02-18 21:05:42.333 | + functions:wait_for_service:447 : time_start wait_for_service 2021-02-18 21:05:42.336 | + functions-common:time_start:2317 : local name=wait_for_service 2021-02-18 21:05:42.338 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:05:42.341 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:05:42.344 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:05:42.348 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682342345 2021-02-18 21:05:42.350 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-02-18 21:05:42.355 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.41:8080/info 2021-02-18 21:05:42.368 | + :: : [[ 000 == 503 ]] 2021-02-18 21:05:42.370 | + :: : [[ 7 -eq 7 ]] 2021-02-18 21:05:42.371 | + :: : sleep 1 2021-02-18 21:05:43.374 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.41:8080/info 2021-02-18 21:05:43.387 | + :: : [[ 000 == 503 ]] 2021-02-18 21:05:43.388 | + :: : [[ 7 -eq 7 ]] 2021-02-18 21:05:43.389 | + :: : sleep 1 2021-02-18 21:05:44.393 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.41:8080/info 2021-02-18 21:05:44.405 | + :: : [[ 000 == 503 ]] 2021-02-18 21:05:44.407 | + :: : [[ 7 -eq 7 ]] 2021-02-18 21:05:44.409 | + :: : sleep 1 2021-02-18 21:05:45.412 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.41:8080/info 2021-02-18 21:05:45.642 | + :: : [[ 200 == 503 ]] 2021-02-18 21:05:45.644 | + :: : [[ 0 -eq 7 ]] 2021-02-18 21:05:45.647 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-02-18 21:05:45.649 | + functions-common:time_stop:2331 : local name 2021-02-18 21:05:45.652 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:05:45.654 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:05:45.657 | + functions-common:time_stop:2334 : local total 2021-02-18 21:05:45.660 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:05:45.662 | + functions-common:time_stop:2337 : name=wait_for_service 2021-02-18 21:05:45.664 | + functions-common:time_stop:2338 : start_time=1613682342345 2021-02-18 21:05:45.667 | + functions-common:time_stop:2340 : [[ -z 1613682342345 ]] 2021-02-18 21:05:45.670 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:05:45.673 | + functions-common:time_stop:2343 : end_time=1613682345671 2021-02-18 21:05:45.676 | + functions-common:time_stop:2344 : elapsed_time=3326 2021-02-18 21:05:45.678 | + functions-common:time_stop:2345 : total=3658 2021-02-18 21:05:45.681 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:05:45.683 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=6984 2021-02-18 21:05:45.686 | + functions:wait_for_service:454 : return 0 2021-02-18 21:05:45.688 | + lib/swift:start_swift:839 : [[ False == \T\r\u\e ]] 2021-02-18 21:05:45.691 | + ./stack.sh:main:1235 : is_service_enabled glance 2021-02-18 21:05:45.707 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:05:45.709 | + ./stack.sh:main:1236 : echo_summary 'Starting Glance' 2021-02-18 21:05:45.712 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:05:45.714 | + ./stack.sh:echo_summary:421 : echo -e Starting Glance 2021-02-18 21:05:45.717 | + ./stack.sh:main:1237 : start_glance 2021-02-18 21:05:45.720 | + lib/glance:start_glance:385 : local service_protocol=http 2021-02-18 21:05:45.722 | + lib/glance:start_glance:386 : is_service_enabled tls-proxy 2021-02-18 21:05:45.738 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:05:45.740 | + lib/glance:start_glance:393 : run_process g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-02-18 21:05:45.743 | + functions-common:run_process:1582 : local service=g-reg 2021-02-18 21:05:45.745 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-02-18 21:05:45.748 | + functions-common:run_process:1584 : local group= 2021-02-18 21:05:45.750 | + functions-common:run_process:1585 : local user= 2021-02-18 21:05:45.753 | + functions-common:run_process:1587 : local name=g-reg 2021-02-18 21:05:45.755 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:05:45.757 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:05:45.760 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:05:45.762 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:05:45.766 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:05:45.770 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682345767 2021-02-18 21:05:45.772 | + functions-common:run_process:1590 : is_service_enabled g-reg 2021-02-18 21:05:45.788 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:05:45.790 | + functions-common:run_process:1591 : _run_under_systemd g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' '' '' 2021-02-18 21:05:45.793 | + functions-common:_run_under_systemd:1547 : local service=g-reg 2021-02-18 21:05:45.795 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-02-18 21:05:45.798 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-02-18 21:05:45.800 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-02-18 21:05:45.802 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-02-18 21:05:45.805 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf =~ sudo ]] 2021-02-18 21:05:45.807 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf =~ ^/ ]] 2021-02-18 21:05:45.810 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@g-reg.service 2021-02-18 21:05:45.812 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:05:45.815 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:05:45.817 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf =~ uwsgi ]] 2021-02-18 21:05:45.820 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@g-reg.service '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' '' ubuntu 2021-02-18 21:05:45.822 | + functions-common:write_user_unit_file:1464 : local service=devstack@g-reg.service 2021-02-18 21:05:45.824 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-02-18 21:05:45.826 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:05:45.829 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:05:45.832 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:05:45.834 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:05:45.836 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@g-reg.service 2021-02-18 21:05:45.838 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:05:45.842 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Unit Description 'Devstack devstack@g-reg.service' 2021-02-18 21:05:45.897 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service User ubuntu 2021-02-18 21:05:45.950 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service ExecStart '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-02-18 21:05:45.998 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service KillMode process 2021-02-18 21:05:46.044 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service TimeoutStopSec 300 2021-02-18 21:05:46.090 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:05:46.136 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:05:46.138 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Install WantedBy multi-user.target 2021-02-18 21:05:46.194 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:05:46.399 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@g-reg.service 2021-02-18 21:05:46.412 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-reg.service → /etc/systemd/system/devstack@g-reg.service. 2021-02-18 21:05:46.607 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@g-reg.service 2021-02-18 21:05:46.626 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:05:46.629 | + functions-common:time_stop:2331 : local name 2021-02-18 21:05:46.631 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:05:46.633 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:05:46.636 | + functions-common:time_stop:2334 : local total 2021-02-18 21:05:46.638 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:05:46.641 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:05:46.643 | + functions-common:time_stop:2338 : start_time=1613682345767 2021-02-18 21:05:46.646 | + functions-common:time_stop:2340 : [[ -z 1613682345767 ]] 2021-02-18 21:05:46.649 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:05:46.652 | + functions-common:time_stop:2343 : end_time=1613682346650 2021-02-18 21:05:46.655 | + functions-common:time_stop:2344 : elapsed_time=883 2021-02-18 21:05:46.658 | + functions-common:time_stop:2345 : total=6441 2021-02-18 21:05:46.660 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:05:46.663 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=7324 2021-02-18 21:05:46.665 | + lib/glance:start_glance:394 : [[ uwsgi == \u\w\s\g\i ]] 2021-02-18 21:05:46.668 | ++ lib/glance:start_glance:395 : which uwsgi 2021-02-18 21:05:46.672 | + lib/glance:start_glance:395 : run_process g-api '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-18 21:05:46.674 | + functions-common:run_process:1582 : local service=g-api 2021-02-18 21:05:46.677 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-18 21:05:46.679 | + functions-common:run_process:1584 : local group= 2021-02-18 21:05:46.681 | + functions-common:run_process:1585 : local user= 2021-02-18 21:05:46.684 | + functions-common:run_process:1587 : local name=g-api 2021-02-18 21:05:46.686 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:05:46.689 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:05:46.691 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:05:46.694 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:05:46.697 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:05:46.700 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682346698 2021-02-18 21:05:46.703 | + functions-common:run_process:1590 : is_service_enabled g-api 2021-02-18 21:05:46.719 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:05:46.721 | + functions-common:run_process:1591 : _run_under_systemd g-api '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' 2021-02-18 21:05:46.724 | + functions-common:_run_under_systemd:1547 : local service=g-api 2021-02-18 21:05:46.726 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-18 21:05:46.728 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-18 21:05:46.731 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-18 21:05:46.733 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-18 21:05:46.736 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2021-02-18 21:05:46.739 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2021-02-18 21:05:46.741 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@g-api.service 2021-02-18 21:05:46.744 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:05:46.746 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:05:46.748 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2021-02-18 21:05:46.752 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' ubuntu 2021-02-18 21:05:46.754 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@g-api.service 2021-02-18 21:05:46.756 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-18 21:05:46.759 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-02-18 21:05:46.761 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-02-18 21:05:46.764 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@g-api.service 2021-02-18 21:05:46.766 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-02-18 21:05:46.770 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2021-02-18 21:05:46.825 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2021-02-18 21:05:46.880 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User ubuntu 2021-02-18 21:05:46.926 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-18 21:05:46.973 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:05:47.020 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2021-02-18 21:05:47.065 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2021-02-18 21:05:47.119 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2021-02-18 21:05:47.164 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2021-02-18 21:05:47.211 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2021-02-18 21:05:47.258 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-02-18 21:05:47.260 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2021-02-18 21:05:47.319 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-02-18 21:05:47.525 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@g-api.service 2021-02-18 21:05:47.539 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2021-02-18 21:05:47.742 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@g-api.service 2021-02-18 21:05:47.819 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:05:47.821 | + functions-common:time_stop:2331 : local name 2021-02-18 21:05:47.823 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:05:47.826 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:05:47.829 | + functions-common:time_stop:2334 : local total 2021-02-18 21:05:47.831 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:05:47.834 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:05:47.837 | + functions-common:time_stop:2338 : start_time=1613682346698 2021-02-18 21:05:47.840 | + functions-common:time_stop:2340 : [[ -z 1613682346698 ]] 2021-02-18 21:05:47.845 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:05:47.847 | + functions-common:time_stop:2343 : end_time=1613682347844 2021-02-18 21:05:47.849 | + functions-common:time_stop:2344 : elapsed_time=1146 2021-02-18 21:05:47.852 | + functions-common:time_stop:2345 : total=7324 2021-02-18 21:05:47.854 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:05:47.857 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=8470 2021-02-18 21:05:47.860 | + lib/glance:start_glance:400 : echo 'Waiting for g-api (10.222.0.41) to start...' 2021-02-18 21:05:47.860 | Waiting for g-api (10.222.0.41) to start... 2021-02-18 21:05:47.862 | + lib/glance:start_glance:401 : wait_for_service 60 http://10.222.0.41/image 2021-02-18 21:05:47.865 | + functions:wait_for_service:444 : local timeout=60 2021-02-18 21:05:47.867 | + functions:wait_for_service:445 : local url=http://10.222.0.41/image 2021-02-18 21:05:47.870 | + functions:wait_for_service:446 : local rval=0 2021-02-18 21:05:47.872 | + functions:wait_for_service:447 : time_start wait_for_service 2021-02-18 21:05:47.875 | + functions-common:time_start:2317 : local name=wait_for_service 2021-02-18 21:05:47.877 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:05:47.880 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:05:47.884 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:05:47.886 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682347883 2021-02-18 21:05:47.889 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-02-18 21:05:47.895 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.41/image 2021-02-18 21:05:51.621 | + :: : [[ 300 == 503 ]] 2021-02-18 21:05:51.622 | + :: : [[ 0 -eq 7 ]] 2021-02-18 21:05:51.625 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-02-18 21:05:51.628 | + functions-common:time_stop:2331 : local name 2021-02-18 21:05:51.631 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:05:51.634 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:05:51.636 | + functions-common:time_stop:2334 : local total 2021-02-18 21:05:51.639 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:05:51.642 | + functions-common:time_stop:2337 : name=wait_for_service 2021-02-18 21:05:51.644 | + functions-common:time_stop:2338 : start_time=1613682347883 2021-02-18 21:05:51.646 | + functions-common:time_stop:2340 : [[ -z 1613682347883 ]] 2021-02-18 21:05:51.650 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:05:51.653 | + functions-common:time_stop:2343 : end_time=1613682351650 2021-02-18 21:05:51.656 | + functions-common:time_stop:2344 : elapsed_time=3767 2021-02-18 21:05:51.658 | + functions-common:time_stop:2345 : total=6984 2021-02-18 21:05:51.661 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:05:51.663 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=10751 2021-02-18 21:05:51.666 | + functions:wait_for_service:454 : return 0 2021-02-18 21:05:51.669 | + ./stack.sh:main:1252 : is_service_enabled mysql postgresql 2021-02-18 21:05:51.686 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:05:51.689 | + ./stack.sh:main:1252 : is_service_enabled glance 2021-02-18 21:05:51.707 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:05:51.709 | + ./stack.sh:main:1253 : echo_summary 'Uploading images' 2021-02-18 21:05:51.712 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:05:51.714 | + ./stack.sh:echo_summary:421 : echo -e Uploading images 2021-02-18 21:05:51.717 | + ./stack.sh:main:1255 : for image_url in ${IMAGE_URLS//,/ } 2021-02-18 21:05:51.719 | + ./stack.sh:main:1256 : upload_image http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-18 21:05:51.722 | + functions:upload_image:89 : local image_url=http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-18 21:05:51.724 | + functions:upload_image:91 : local image image_fname image_name 2021-02-18 21:05:51.726 | + functions:upload_image:94 : mkdir -p /home/ubuntu/devstack/files/images 2021-02-18 21:05:51.730 | ++ functions:upload_image:95 : basename http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-18 21:05:51.734 | + functions:upload_image:95 : image_fname=ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-18 21:05:51.736 | + functions:upload_image:96 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx != file* ]] 2021-02-18 21:05:51.738 | + functions:upload_image:98 : [[ ! -f /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx ]] 2021-02-18 21:05:51.740 | + 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-02-18 21:05:51.743 | --2021-02-18 21:05:51-- http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-18 21:05:51.751 | Connecting to 10.100.0.9:80... connected. 2021-02-18 21:05:51.758 | HTTP request sent, awaiting response... 200 OK 2021-02-18 21:05:51.759 | Length: 645922816 (616M) 2021-02-18 21:05:51.759 | Saving to: ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ 2021-02-18 21:05:51.830 | 2021-02-18 21:05:53.023 | 0K ........ ........ ........ ........ 5% 25.5M 23s 2021-02-18 21:05:53.309 | 32768K ........ ........ ........ ........ 10% 112M 13s 2021-02-18 21:05:53.594 | 65536K ........ ........ ........ ........ 15% 112M 10s 2021-02-18 21:05:53.879 | 98304K ........ ........ ........ ........ 20% 112M 8s 2021-02-18 21:05:54.166 | 131072K ........ ........ ........ ........ 25% 112M 7s 2021-02-18 21:05:54.451 | 163840K ........ ........ ........ ........ 31% 112M 6s 2021-02-18 21:05:54.736 | 196608K ........ ........ ........ ........ 36% 112M 5s 2021-02-18 21:05:55.021 | 229376K ........ ........ ........ ........ 41% 112M 5s 2021-02-18 21:05:55.306 | 262144K ........ ........ ........ ........ 46% 112M 4s 2021-02-18 21:05:55.592 | 294912K ........ ........ ........ ........ 51% 112M 4s 2021-02-18 21:05:55.878 | 327680K ........ ........ ........ ........ 57% 112M 3s 2021-02-18 21:05:56.163 | 360448K ........ ........ ........ ........ 62% 112M 3s 2021-02-18 21:05:56.448 | 393216K ........ ........ ........ ........ 67% 112M 2s 2021-02-18 21:05:56.733 | 425984K ........ ........ ........ ........ 72% 112M 2s 2021-02-18 21:05:57.018 | 458752K ........ ........ ........ ........ 77% 112M 1s 2021-02-18 21:05:57.303 | 491520K ........ ........ ........ ........ 83% 112M 1s 2021-02-18 21:05:57.588 | 524288K ........ ........ ........ ........ 88% 112M 1s 2021-02-18 21:05:57.873 | 557056K ........ ........ ........ ........ 93% 112M 0s 2021-02-18 21:05:58.158 | 589824K ........ ........ ........ ........ 98% 112M 0s 2021-02-18 21:05:58.221 | 622592K ........ 100% 112M=6.5s 2021-02-18 21:05:58.221 | 2021-02-18 21:05:58.221 | 2021-02-18 21:05:58 (95.3 MB/s) - ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ saved [645922816/645922816] 2021-02-18 21:05:58.221 | 2021-02-18 21:05:58.224 | + functions:upload_image:100 : [[ 0 -ne 0 ]] 2021-02-18 21:05:58.226 | + functions:upload_image:105 : image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-18 21:05:58.228 | + functions:upload_image:119 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ openvz ]] 2021-02-18 21:05:58.230 | + functions:upload_image:126 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vmdk ]] 2021-02-18 21:05:58.232 | + functions:upload_image:241 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vhd\.tgz ]] 2021-02-18 21:05:58.235 | + functions:upload_image:263 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.xen-raw\.tgz ]] 2021-02-18 21:05:58.237 | + functions:upload_image:274 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.hds ]] 2021-02-18 21:05:58.239 | + functions:upload_image:290 : local kernel= 2021-02-18 21:05:58.241 | + functions:upload_image:291 : local ramdisk= 2021-02-18 21:05:58.243 | + functions:upload_image:292 : local disk_format= 2021-02-18 21:05:58.245 | + functions:upload_image:293 : local container_format= 2021-02-18 21:05:58.248 | + functions:upload_image:294 : local unpack= 2021-02-18 21:05:58.250 | + functions:upload_image:295 : local 'img_property=--property hw_rng_model=virtio' 2021-02-18 21:05:58.252 | + functions:upload_image:296 : case "$image_fname" in 2021-02-18 21:05:58.254 | + functions:upload_image:361 : local extension=04-minimal-cloudimg-amd64-sync.vhdx 2021-02-18 21:05:58.257 | ++ functions:upload_image:362 : basename /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx .04-minimal-cloudimg-amd64-sync.vhdx 2021-02-18 21:05:58.260 | + functions:upload_image:362 : image_name=ubuntu-16 2021-02-18 21:05:58.263 | ++ functions:upload_image:363 : echo ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-18 21:05:58.264 | ++ functions:upload_image:363 : grep -oP '(?<=\.)vhdx?(?=\.|$)' 2021-02-18 21:05:58.268 | + functions:upload_image:363 : disk_format=vhdx 2021-02-18 21:05:58.270 | + functions:upload_image:364 : container_format=bare 2021-02-18 21:05:58.273 | + functions:upload_image:365 : '[' vhdx == gz ']' 2021-02-18 21:05:58.275 | + functions:upload_image:372 : is_arch ppc64le 2021-02-18 21:05:58.277 | ++ functions-common:is_arch:428 : uname -m 2021-02-18 21:05:58.281 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c\6\4\l\e ]] 2021-02-18 21:05:58.283 | + functions:upload_image:372 : is_arch ppc64 2021-02-18 21:05:58.285 | ++ functions-common:is_arch:428 : uname -m 2021-02-18 21:05:58.288 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c\6\4 ]] 2021-02-18 21:05:58.290 | + functions:upload_image:372 : is_arch ppc 2021-02-18 21:05:58.293 | ++ functions-common:is_arch:428 : uname -m 2021-02-18 21:05:58.296 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c ]] 2021-02-18 21:05:58.298 | + functions:upload_image:376 : is_arch aarch64 2021-02-18 21:05:58.301 | ++ functions-common:is_arch:428 : uname -m 2021-02-18 21:05:58.304 | + functions-common:is_arch:428 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2021-02-18 21:05:58.306 | + functions:upload_image:380 : '[' bare = bare ']' 2021-02-18 21:05:58.308 | + functions:upload_image:381 : '[' '' = zcat ']' 2021-02-18 21:05:58.311 | + functions:upload_image:383 : '[' '' = bunzip2 ']' 2021-02-18 21:05:58.314 | + functions:upload_image:385 : '[' '' = unxz ']' 2021-02-18 21:05:58.316 | + functions:upload_image:396 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create ubuntu-16 --property hw_rng_model=virtio --public --container-format=bare --disk-format vhdx 2021-02-18 21:06:17.160 | +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:06:17.160 | | Field | Value | 2021-02-18 21:06:17.160 | +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:06:17.160 | | container_format | bare | 2021-02-18 21:06:17.160 | | created_at | 2021-02-18T21:06:02Z | 2021-02-18 21:06:17.160 | | disk_format | vhdx | 2021-02-18 21:06:17.160 | | file | /v2/images/ff94da88-6543-4b6d-8e9b-ec07576e7764/file | 2021-02-18 21:06:17.160 | | id | ff94da88-6543-4b6d-8e9b-ec07576e7764 | 2021-02-18 21:06:17.160 | | min_disk | 0 | 2021-02-18 21:06:17.160 | | min_ram | 0 | 2021-02-18 21:06:17.160 | | name | ubuntu-16 | 2021-02-18 21:06:17.160 | | owner | f974164a87f6418fbfa94a9e33811967 | 2021-02-18 21:06:17.160 | | properties | hw_rng_model='virtio', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/ubuntu-16', owner_specified.openstack.sha256='', self='/v2/images/ff94da88-6543-4b6d-8e9b-ec07576e7764' | 2021-02-18 21:06:17.160 | | protected | False | 2021-02-18 21:06:17.160 | | schema | /v2/schemas/image | 2021-02-18 21:06:17.160 | | status | queued | 2021-02-18 21:06:17.160 | | tags | | 2021-02-18 21:06:17.160 | | updated_at | 2021-02-18T21:06:02Z | 2021-02-18 21:06:17.160 | | visibility | public | 2021-02-18 21:06:17.160 | +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:06:17.273 | + ./stack.sh:main:1263 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-02-18 21:06:17.275 | + ./stack.sh:main:1264 : is_service_enabled nova 2021-02-18 21:06:17.291 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:06:17.294 | + ./stack.sh:main:1265 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-02-18 21:06:17.319 | + ./stack.sh:main:1266 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-02-18 21:06:17.347 | + ./stack.sh:main:1269 : is_service_enabled cinder 2021-02-18 21:06:17.363 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:06:17.365 | + ./stack.sh:main:1270 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-02-18 21:06:17.392 | + ./stack.sh:main:1274 : is_service_enabled n-api 2021-02-18 21:06:17.409 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:06:17.411 | + ./stack.sh:main:1275 : echo_summary 'Starting Nova API' 2021-02-18 21:06:17.414 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:06:17.416 | + ./stack.sh:echo_summary:421 : echo -e Starting Nova API 2021-02-18 21:06:17.418 | + ./stack.sh:main:1276 : start_nova_api 2021-02-18 21:06:17.421 | + lib/nova:start_nova_api:847 : local service_port=8774 2021-02-18 21:06:17.423 | + lib/nova:start_nova_api:848 : local service_protocol=http 2021-02-18 21:06:17.426 | + lib/nova:start_nova_api:849 : local nova_url 2021-02-18 21:06:17.428 | + lib/nova:start_nova_api:850 : is_service_enabled tls-proxy 2021-02-18 21:06:17.444 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:06:17.447 | + lib/nova:start_nova_api:856 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:06:17.449 | + lib/nova:start_nova_api:857 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:06:17.453 | + lib/nova:start_nova_api:857 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:06:17.455 | + lib/nova:start_nova_api:859 : '[' True == False ']' 2021-02-18 21:06:17.458 | ++ lib/nova:start_nova_api:867 : which uwsgi 2021-02-18 21:06:17.462 | + lib/nova:start_nova_api:867 : run_process n-api '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-18 21:06:17.465 | + functions-common:run_process:1582 : local service=n-api 2021-02-18 21:06:17.468 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-18 21:06:17.470 | + functions-common:run_process:1584 : local group= 2021-02-18 21:06:17.473 | + functions-common:run_process:1585 : local user= 2021-02-18 21:06:17.475 | + functions-common:run_process:1587 : local name=n-api 2021-02-18 21:06:17.478 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:06:17.480 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:06:17.483 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:06:17.485 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:06:17.488 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:06:17.492 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682377489 2021-02-18 21:06:17.494 | + functions-common:run_process:1590 : is_service_enabled n-api 2021-02-18 21:06:17.510 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:06:17.513 | + functions-common:run_process:1591 : _run_under_systemd n-api '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' 2021-02-18 21:06:17.516 | + functions-common:_run_under_systemd:1547 : local service=n-api 2021-02-18 21:06:17.518 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-18 21:06:17.521 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-18 21:06:17.523 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-18 21:06:17.526 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-18 21:06:17.528 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2021-02-18 21:06:17.531 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2021-02-18 21:06:17.534 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@n-api.service 2021-02-18 21:06:17.536 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:06:17.539 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:06:17.541 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2021-02-18 21:06:17.544 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' ubuntu 2021-02-18 21:06:17.546 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@n-api.service 2021-02-18 21:06:17.548 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-18 21:06:17.551 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-02-18 21:06:17.553 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-02-18 21:06:17.555 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@n-api.service 2021-02-18 21:06:17.557 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-02-18 21:06:17.562 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2021-02-18 21:06:17.617 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2021-02-18 21:06:17.671 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu 2021-02-18 21:06:17.717 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-18 21:06:17.763 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:06:17.809 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2021-02-18 21:06:17.855 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2021-02-18 21:06:17.901 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2021-02-18 21:06:17.948 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2021-02-18 21:06:17.995 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2021-02-18 21:06:18.042 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-02-18 21:06:18.044 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2021-02-18 21:06:18.101 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-02-18 21:06:18.291 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@n-api.service 2021-02-18 21:06:18.305 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2021-02-18 21:06:18.495 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@n-api.service 2021-02-18 21:06:18.572 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:06:18.574 | + functions-common:time_stop:2331 : local name 2021-02-18 21:06:18.577 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:06:18.580 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:06:18.582 | + functions-common:time_stop:2334 : local total 2021-02-18 21:06:18.585 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:06:18.588 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:06:18.590 | + functions-common:time_stop:2338 : start_time=1613682377489 2021-02-18 21:06:18.593 | + functions-common:time_stop:2340 : [[ -z 1613682377489 ]] 2021-02-18 21:06:18.597 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:06:18.600 | + functions-common:time_stop:2343 : end_time=1613682378597 2021-02-18 21:06:18.602 | + functions-common:time_stop:2344 : elapsed_time=1108 2021-02-18 21:06:18.605 | + functions-common:time_stop:2345 : total=8470 2021-02-18 21:06:18.608 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:06:18.610 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=9578 2021-02-18 21:06:18.613 | + lib/nova:start_nova_api:868 : nova_url=http://10.222.0.41/compute/v2.1/ 2021-02-18 21:06:18.616 | + lib/nova:start_nova_api:871 : echo 'Waiting for nova-api to start...' 2021-02-18 21:06:18.616 | Waiting for nova-api to start... 2021-02-18 21:06:18.618 | + lib/nova:start_nova_api:872 : wait_for_service 60 http://10.222.0.41/compute/v2.1/ 2021-02-18 21:06:18.621 | + functions:wait_for_service:444 : local timeout=60 2021-02-18 21:06:18.624 | + functions:wait_for_service:445 : local url=http://10.222.0.41/compute/v2.1/ 2021-02-18 21:06:18.627 | + functions:wait_for_service:446 : local rval=0 2021-02-18 21:06:18.629 | + functions:wait_for_service:447 : time_start wait_for_service 2021-02-18 21:06:18.632 | + functions-common:time_start:2317 : local name=wait_for_service 2021-02-18 21:06:18.634 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:06:18.637 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:06:18.640 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:06:18.644 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682378641 2021-02-18 21:06:18.646 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-02-18 21:06:18.652 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.41/compute/v2.1/ 2021-02-18 21:06:24.612 | + :: : [[ 200 == 503 ]] 2021-02-18 21:06:24.614 | + :: : [[ 0 -eq 7 ]] 2021-02-18 21:06:24.617 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-02-18 21:06:24.619 | + functions-common:time_stop:2331 : local name 2021-02-18 21:06:24.622 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:06:24.625 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:06:24.628 | + functions-common:time_stop:2334 : local total 2021-02-18 21:06:24.630 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:06:24.632 | + functions-common:time_stop:2337 : name=wait_for_service 2021-02-18 21:06:24.635 | + functions-common:time_stop:2338 : start_time=1613682378641 2021-02-18 21:06:24.637 | + functions-common:time_stop:2340 : [[ -z 1613682378641 ]] 2021-02-18 21:06:24.641 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:06:24.645 | + functions-common:time_stop:2343 : end_time=1613682384642 2021-02-18 21:06:24.647 | + functions-common:time_stop:2344 : elapsed_time=6001 2021-02-18 21:06:24.650 | + functions-common:time_stop:2345 : total=10751 2021-02-18 21:06:24.652 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:06:24.655 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=16752 2021-02-18 21:06:24.657 | + functions:wait_for_service:454 : return 0 2021-02-18 21:06:24.660 | + lib/nova:start_nova_api:876 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:06:24.662 | + lib/nova:start_nova_api:876 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:06:24.665 | + ./stack.sh:main:1279 : is_service_enabled neutron-api 2021-02-18 21:06:24.682 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:06:24.684 | + ./stack.sh:main:1282 : is_service_enabled q-svc 2021-02-18 21:06:24.700 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:06:24.703 | + ./stack.sh:main:1283 : echo_summary 'Starting Neutron' 2021-02-18 21:06:24.706 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:06:24.709 | + ./stack.sh:echo_summary:421 : echo -e Starting Neutron 2021-02-18 21:06:24.711 | + ./stack.sh:main:1284 : configure_neutron_after_post_config 2021-02-18 21:06:24.714 | + lib/neutron-legacy:configure_neutron_after_post_config:459 : [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]] 2021-02-18 21:06:24.716 | + lib/neutron-legacy:configure_neutron_after_post_config:460 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router,neutron.services.metering.metering_plugin.MeteringPlugin 2021-02-18 21:06:24.748 | + ./stack.sh:main:1285 : start_neutron_service_and_check 2021-02-18 21:06:24.750 | + lib/neutron-legacy:start_neutron_service_and_check:466 : local service_port=9696 2021-02-18 21:06:24.753 | + lib/neutron-legacy:start_neutron_service_and_check:467 : local service_protocol=http 2021-02-18 21:06:24.755 | + lib/neutron-legacy:start_neutron_service_and_check:468 : local cfg_file_options 2021-02-18 21:06:24.758 | + lib/neutron-legacy:start_neutron_service_and_check:469 : local neutron_url 2021-02-18 21:06:24.761 | ++ lib/neutron-legacy:start_neutron_service_and_check:471 : determine_config_files neutron-server 2021-02-18 21:06:24.765 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2021-02-18 21:06:24.767 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2021-02-18 21:06:24.770 | +++ lib/neutron-legacy:determine_config_files:326 : _determine_config_server 2021-02-18 21:06:24.773 | +++ lib/neutron-legacy:_determine_config_server:294 : [[ '' != '' ]] 2021-02-18 21:06:24.775 | +++ lib/neutron-legacy:_determine_config_server:301 : [[ 0 > 0 ]] 2021-02-18 21:06:24.778 | +++ lib/neutron-legacy:_determine_config_server:308 : local cfg_file 2021-02-18 21:06:24.781 | +++ 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-02-18 21:06:24.783 | +++ lib/neutron-legacy:_determine_config_server:313 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:24.786 | ++ lib/neutron-legacy:determine_config_files:326 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:24.789 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2021-02-18 21:06:24.791 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:24.794 | + lib/neutron-legacy:start_neutron_service_and_check:471 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:24.797 | + lib/neutron-legacy:start_neutron_service_and_check:473 : is_service_enabled tls-proxy 2021-02-18 21:06:24.813 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:06:24.815 | + lib/neutron-legacy:start_neutron_service_and_check:478 : '[' False == True ']' 2021-02-18 21:06:24.818 | + lib/neutron-legacy:start_neutron_service_and_check:485 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:24.821 | + functions-common:run_process:1582 : local service=q-svc 2021-02-18 21:06:24.823 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:24.826 | + functions-common:run_process:1584 : local group= 2021-02-18 21:06:24.829 | + functions-common:run_process:1585 : local user= 2021-02-18 21:06:24.831 | + functions-common:run_process:1587 : local name=q-svc 2021-02-18 21:06:24.834 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:06:24.836 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:06:24.839 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:06:24.841 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:06:24.845 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:06:24.848 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682384846 2021-02-18 21:06:24.851 | + functions-common:run_process:1590 : is_service_enabled q-svc 2021-02-18 21:06:24.866 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:06:24.868 | + functions-common:run_process:1591 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' 2021-02-18 21:06:24.871 | + functions-common:_run_under_systemd:1547 : local service=q-svc 2021-02-18 21:06:24.874 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:24.876 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:24.879 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:24.881 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:24.883 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2021-02-18 21:06:24.886 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2021-02-18 21:06:24.888 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-svc.service 2021-02-18 21:06:24.891 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:06:24.894 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:06:24.897 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2021-02-18 21:06:24.899 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu 2021-02-18 21:06:24.902 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-svc.service 2021-02-18 21:06:24.904 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:24.907 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:06:24.909 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:06:24.911 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:06:24.913 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:06:24.915 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2021-02-18 21:06:24.918 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:06:24.922 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2021-02-18 21:06:24.977 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu 2021-02-18 21:06:25.032 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:25.078 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2021-02-18 21:06:25.124 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2021-02-18 21:06:25.170 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:06:25.215 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:06:25.218 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2021-02-18 21:06:25.273 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:06:25.483 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-svc.service 2021-02-18 21:06:25.496 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2021-02-18 21:06:25.700 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-svc.service 2021-02-18 21:06:25.719 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:06:25.722 | + functions-common:time_stop:2331 : local name 2021-02-18 21:06:25.724 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:06:25.727 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:06:25.729 | + functions-common:time_stop:2334 : local total 2021-02-18 21:06:25.732 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:06:25.734 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:06:25.737 | + functions-common:time_stop:2338 : start_time=1613682384846 2021-02-18 21:06:25.739 | + functions-common:time_stop:2340 : [[ -z 1613682384846 ]] 2021-02-18 21:06:25.742 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:06:25.746 | + functions-common:time_stop:2343 : end_time=1613682385743 2021-02-18 21:06:25.749 | + functions-common:time_stop:2344 : elapsed_time=897 2021-02-18 21:06:25.751 | + functions-common:time_stop:2345 : total=9578 2021-02-18 21:06:25.754 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:06:25.756 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=10475 2021-02-18 21:06:25.759 | + lib/neutron-legacy:start_neutron_service_and_check:486 : neutron_url=http://10.222.0.41:9696 2021-02-18 21:06:25.761 | + lib/neutron-legacy:start_neutron_service_and_check:488 : is_service_enabled tls-proxy 2021-02-18 21:06:25.777 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:06:25.781 | + lib/neutron-legacy:start_neutron_service_and_check:492 : echo 'Waiting for Neutron to start...' 2021-02-18 21:06:25.781 | Waiting for Neutron to start... 2021-02-18 21:06:25.783 | + lib/neutron-legacy:start_neutron_service_and_check:494 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.41:9696' 2021-02-18 21:06:25.785 | + lib/neutron-legacy:start_neutron_service_and_check:495 : test_with_retry 'wget --no-proxy -q -O- http://10.222.0.41:9696' 'Neutron did not start' 60 2021-02-18 21:06:25.788 | + functions-common:test_with_retry:2269 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.41:9696' 2021-02-18 21:06:25.790 | + functions-common:test_with_retry:2270 : local 'failmsg=Neutron did not start' 2021-02-18 21:06:25.793 | + functions-common:test_with_retry:2271 : local until=60 2021-02-18 21:06:25.796 | + functions-common:test_with_retry:2272 : local sleep=0.5 2021-02-18 21:06:25.798 | + functions-common:test_with_retry:2274 : time_start test_with_retry 2021-02-18 21:06:25.801 | + functions-common:time_start:2317 : local name=test_with_retry 2021-02-18 21:06:25.803 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:06:25.805 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:06:25.808 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:06:25.812 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682385809 2021-02-18 21:06:25.815 | + functions-common:test_with_retry:2275 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.222.0.41:9696; do sleep 0.5; done' 2021-02-18 21:06:25.819 | 2021-02-18 21:06:25.820 | Redirecting output to ‘wget-log’. 2021-02-18 21:06:26.324 | 2021-02-18 21:06:26.324 | Redirecting output to ‘wget-log.1’. 2021-02-18 21:06:26.828 | 2021-02-18 21:06:26.828 | Redirecting output to ‘wget-log.2’. 2021-02-18 21:06:27.333 | 2021-02-18 21:06:27.333 | Redirecting output to ‘wget-log.3’. 2021-02-18 21:06:27.837 | 2021-02-18 21:06:27.837 | Redirecting output to ‘wget-log.4’. 2021-02-18 21:06:28.341 | 2021-02-18 21:06:28.341 | Redirecting output to ‘wget-log.5’. 2021-02-18 21:06:28.846 | 2021-02-18 21:06:28.846 | Redirecting output to ‘wget-log.6’. 2021-02-18 21:06:29.350 | 2021-02-18 21:06:29.350 | Redirecting output to ‘wget-log.7’. 2021-02-18 21:06:29.854 | 2021-02-18 21:06:29.855 | Redirecting output to ‘wget-log.8’. 2021-02-18 21:06:30.359 | 2021-02-18 21:06:30.359 | Redirecting output to ‘wget-log.9’. 2021-02-18 21:06:30.863 | 2021-02-18 21:06:30.864 | Redirecting output to ‘wget-log.10’. 2021-02-18 21:06:31.368 | 2021-02-18 21:06:31.368 | Redirecting output to ‘wget-log.11’. 2021-02-18 21:06:31.383 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.222.0.41:9696/v2.0/"}]}]}+ functions-common:test_with_retry:2278 : time_stop test_with_retry 2021-02-18 21:06:31.386 | + functions-common:time_stop:2331 : local name 2021-02-18 21:06:31.389 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:06:31.392 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:06:31.394 | + functions-common:time_stop:2334 : local total 2021-02-18 21:06:31.397 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:06:31.399 | + functions-common:time_stop:2337 : name=test_with_retry 2021-02-18 21:06:31.401 | + functions-common:time_stop:2338 : start_time=1613682385809 2021-02-18 21:06:31.404 | + functions-common:time_stop:2340 : [[ -z 1613682385809 ]] 2021-02-18 21:06:31.407 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:06:31.410 | + functions-common:time_stop:2343 : end_time=1613682391408 2021-02-18 21:06:31.413 | + functions-common:time_stop:2344 : elapsed_time=5599 2021-02-18 21:06:31.415 | + functions-common:time_stop:2345 : total=0 2021-02-18 21:06:31.418 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:06:31.421 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=5599 2021-02-18 21:06:31.423 | + ./stack.sh:main:1290 : is_service_enabled placement 2021-02-18 21:06:31.440 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:06:31.443 | + ./stack.sh:main:1291 : echo_summary 'Starting Placement' 2021-02-18 21:06:31.445 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:06:31.448 | + ./stack.sh:echo_summary:421 : echo -e Starting Placement 2021-02-18 21:06:31.450 | + ./stack.sh:main:1292 : start_placement 2021-02-18 21:06:31.453 | + lib/placement:start_placement:161 : start_placement_api 2021-02-18 21:06:31.455 | + lib/placement:start_placement_api:146 : [[ uwsgi == \u\w\s\g\i ]] 2021-02-18 21:06:31.458 | ++ lib/placement:start_placement_api:147 : which uwsgi 2021-02-18 21:06:31.462 | + lib/placement:start_placement_api:147 : run_process placement-api '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-18 21:06:31.464 | + functions-common:run_process:1582 : local service=placement-api 2021-02-18 21:06:31.467 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-18 21:06:31.469 | + functions-common:run_process:1584 : local group= 2021-02-18 21:06:31.472 | + functions-common:run_process:1585 : local user= 2021-02-18 21:06:31.474 | + functions-common:run_process:1587 : local name=placement-api 2021-02-18 21:06:31.476 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:06:31.479 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:06:31.481 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:06:31.484 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:06:31.487 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:06:31.491 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682391488 2021-02-18 21:06:31.493 | + functions-common:run_process:1590 : is_service_enabled placement-api 2021-02-18 21:06:31.510 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:06:31.513 | + functions-common:run_process:1591 : _run_under_systemd placement-api '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' 2021-02-18 21:06:31.515 | + functions-common:_run_under_systemd:1547 : local service=placement-api 2021-02-18 21:06:31.518 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-18 21:06:31.520 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-18 21:06:31.523 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-18 21:06:31.525 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-18 21:06:31.528 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2021-02-18 21:06:31.530 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2021-02-18 21:06:31.533 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@placement-api.service 2021-02-18 21:06:31.535 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:06:31.537 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:06:31.540 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2021-02-18 21:06:31.542 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' ubuntu 2021-02-18 21:06:31.545 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@placement-api.service 2021-02-18 21:06:31.548 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-18 21:06:31.550 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-02-18 21:06:31.553 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-02-18 21:06:31.555 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2021-02-18 21:06:31.557 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-02-18 21:06:31.562 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2021-02-18 21:06:31.617 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2021-02-18 21:06:31.671 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu 2021-02-18 21:06:31.718 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-18 21:06:31.764 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:06:31.810 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2021-02-18 21:06:31.856 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2021-02-18 21:06:31.901 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2021-02-18 21:06:31.950 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2021-02-18 21:06:31.996 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2021-02-18 21:06:32.044 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-02-18 21:06:32.047 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2021-02-18 21:06:32.104 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-02-18 21:06:32.310 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@placement-api.service 2021-02-18 21:06:32.324 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2021-02-18 21:06:32.511 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@placement-api.service 2021-02-18 21:06:32.586 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:06:32.588 | + functions-common:time_stop:2331 : local name 2021-02-18 21:06:32.590 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:06:32.593 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:06:32.596 | + functions-common:time_stop:2334 : local total 2021-02-18 21:06:32.598 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:06:32.601 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:06:32.603 | + functions-common:time_stop:2338 : start_time=1613682391488 2021-02-18 21:06:32.605 | + functions-common:time_stop:2340 : [[ -z 1613682391488 ]] 2021-02-18 21:06:32.609 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:06:32.613 | + functions-common:time_stop:2343 : end_time=1613682392610 2021-02-18 21:06:32.615 | + functions-common:time_stop:2344 : elapsed_time=1122 2021-02-18 21:06:32.618 | + functions-common:time_stop:2345 : total=10475 2021-02-18 21:06:32.620 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:06:32.622 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=11597 2021-02-18 21:06:32.625 | + lib/placement:start_placement_api:154 : echo 'Waiting for placement-api to start...' 2021-02-18 21:06:32.625 | Waiting for placement-api to start... 2021-02-18 21:06:32.628 | + lib/placement:start_placement_api:155 : wait_for_service 60 http://10.222.0.41/placement 2021-02-18 21:06:32.630 | + functions:wait_for_service:444 : local timeout=60 2021-02-18 21:06:32.632 | + functions:wait_for_service:445 : local url=http://10.222.0.41/placement 2021-02-18 21:06:32.635 | + functions:wait_for_service:446 : local rval=0 2021-02-18 21:06:32.637 | + functions:wait_for_service:447 : time_start wait_for_service 2021-02-18 21:06:32.640 | + functions-common:time_start:2317 : local name=wait_for_service 2021-02-18 21:06:32.643 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:06:32.645 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:06:32.648 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:06:32.652 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682392649 2021-02-18 21:06:32.655 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-02-18 21:06:32.660 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.41/placement 2021-02-18 21:06:35.406 | + :: : [[ 200 == 503 ]] 2021-02-18 21:06:35.407 | + :: : [[ 0 -eq 7 ]] 2021-02-18 21:06:35.410 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-02-18 21:06:35.413 | + functions-common:time_stop:2331 : local name 2021-02-18 21:06:35.415 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:06:35.418 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:06:35.421 | + functions-common:time_stop:2334 : local total 2021-02-18 21:06:35.423 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:06:35.426 | + functions-common:time_stop:2337 : name=wait_for_service 2021-02-18 21:06:35.428 | + functions-common:time_stop:2338 : start_time=1613682392649 2021-02-18 21:06:35.431 | + functions-common:time_stop:2340 : [[ -z 1613682392649 ]] 2021-02-18 21:06:35.434 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:06:35.438 | + functions-common:time_stop:2343 : end_time=1613682395435 2021-02-18 21:06:35.441 | + functions-common:time_stop:2344 : elapsed_time=2786 2021-02-18 21:06:35.443 | + functions-common:time_stop:2345 : total=16752 2021-02-18 21:06:35.446 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:06:35.448 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=19538 2021-02-18 21:06:35.451 | + functions:wait_for_service:454 : return 0 2021-02-18 21:06:35.453 | + ./stack.sh:main:1295 : is_service_enabled neutron 2021-02-18 21:06:35.469 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:06:35.472 | + ./stack.sh:main:1296 : start_neutron 2021-02-18 21:06:35.474 | + lib/neutron:start_neutron:702 : is_neutron_legacy_enabled 2021-02-18 21:06:35.478 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-18 21:06:35.479 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-02-18 21:06:35.483 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-18 21:06:35.486 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-02-18 21:06:35.488 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync =~ ,q- ]] 2021-02-18 21:06:35.491 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-02-18 21:06:35.493 | + lib/neutron:start_neutron:704 : start_mutnauq_l2_agent 2021-02-18 21:06:35.496 | + lib/neutron-legacy:start_mutnauq_l2_agent:501 : run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:35.499 | + functions-common:run_process:1582 : local service=q-agt 2021-02-18 21:06:35.501 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:35.504 | + functions-common:run_process:1584 : local group= 2021-02-18 21:06:35.506 | + functions-common:run_process:1585 : local user= 2021-02-18 21:06:35.509 | + functions-common:run_process:1587 : local name=q-agt 2021-02-18 21:06:35.511 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:06:35.514 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:06:35.516 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:06:35.518 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:06:35.522 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:06:35.525 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682395522 2021-02-18 21:06:35.528 | + functions-common:run_process:1590 : is_service_enabled q-agt 2021-02-18 21:06:35.543 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:06:35.546 | + functions-common:run_process:1591 : _run_under_systemd q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' 2021-02-18 21:06:35.549 | + functions-common:_run_under_systemd:1547 : local service=q-agt 2021-02-18 21:06:35.551 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:35.554 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:35.556 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:35.559 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:35.561 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2021-02-18 21:06:35.564 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2021-02-18 21:06:35.566 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-agt.service 2021-02-18 21:06:35.569 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:06:35.571 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:06:35.574 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2021-02-18 21:06:35.576 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@q-agt.service '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu 2021-02-18 21:06:35.579 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-agt.service 2021-02-18 21:06:35.581 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:35.583 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:06:35.585 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:06:35.587 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:06:35.590 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:06:35.592 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2021-02-18 21:06:35.595 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:06:35.599 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2021-02-18 21:06:35.652 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User ubuntu 2021-02-18 21:06:35.705 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-18 21:06:35.751 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2021-02-18 21:06:35.796 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2021-02-18 21:06:35.842 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:06:35.887 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:06:35.890 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2021-02-18 21:06:35.945 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:06:36.152 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-agt.service 2021-02-18 21:06:36.165 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2021-02-18 21:06:36.362 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-agt.service 2021-02-18 21:06:36.381 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:06:36.386 | + functions-common:time_stop:2331 : local name 2021-02-18 21:06:36.390 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:06:36.393 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:06:36.396 | + functions-common:time_stop:2334 : local total 2021-02-18 21:06:36.398 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:06:36.401 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:06:36.403 | + functions-common:time_stop:2338 : start_time=1613682395522 2021-02-18 21:06:36.406 | + functions-common:time_stop:2340 : [[ -z 1613682395522 ]] 2021-02-18 21:06:36.409 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:06:36.413 | + functions-common:time_stop:2343 : end_time=1613682396410 2021-02-18 21:06:36.415 | + functions-common:time_stop:2344 : elapsed_time=888 2021-02-18 21:06:36.418 | + functions-common:time_stop:2345 : total=11597 2021-02-18 21:06:36.421 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:06:36.423 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=12485 2021-02-18 21:06:36.426 | + lib/neutron-legacy:start_mutnauq_l2_agent:503 : is_provider_network 2021-02-18 21:06:36.429 | + functions-common:is_provider_network:2180 : '[' '' == True ']' 2021-02-18 21:06:36.432 | + functions-common:is_provider_network:2183 : return 1 2021-02-18 21:06:36.434 | + lib/neutron:start_neutron:705 : start_mutnauq_other_agents 2021-02-18 21:06:36.437 | + lib/neutron-legacy:start_mutnauq_other_agents:519 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-18 21:06:36.439 | + functions-common:run_process:1582 : local service=q-dhcp 2021-02-18 21:06:36.442 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-18 21:06:36.444 | + functions-common:run_process:1584 : local group= 2021-02-18 21:06:36.447 | + functions-common:run_process:1585 : local user= 2021-02-18 21:06:36.449 | + functions-common:run_process:1587 : local name=q-dhcp 2021-02-18 21:06:36.451 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:06:36.454 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:06:36.456 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:06:36.459 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:06:36.462 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:06:36.466 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682396463 2021-02-18 21:06:36.469 | + functions-common:run_process:1590 : is_service_enabled q-dhcp 2021-02-18 21:06:36.485 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:06:36.488 | + functions-common:run_process:1591 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' 2021-02-18 21:06:36.490 | + functions-common:_run_under_systemd:1547 : local service=q-dhcp 2021-02-18 21:06:36.493 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-18 21:06:36.495 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-18 21:06:36.498 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-18 21:06:36.501 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-18 21:06:36.503 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2021-02-18 21:06:36.506 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2021-02-18 21:06:36.508 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-dhcp.service 2021-02-18 21:06:36.511 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:06:36.513 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:06:36.516 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2021-02-18 21:06:36.519 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@q-dhcp.service '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' ubuntu 2021-02-18 21:06:36.521 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-dhcp.service 2021-02-18 21:06:36.524 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-18 21:06:36.526 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:06:36.529 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:06:36.531 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:06:36.534 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:06:36.536 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2021-02-18 21:06:36.539 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:06:36.543 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2021-02-18 21:06:36.599 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User ubuntu 2021-02-18 21:06:36.655 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-18 21:06:36.703 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2021-02-18 21:06:36.749 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2021-02-18 21:06:36.796 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:06:36.844 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:06:36.846 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2021-02-18 21:06:36.902 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:06:37.115 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-dhcp.service 2021-02-18 21:06:37.128 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2021-02-18 21:06:37.336 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-dhcp.service 2021-02-18 21:06:37.358 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:06:37.361 | + functions-common:time_stop:2331 : local name 2021-02-18 21:06:37.363 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:06:37.366 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:06:37.368 | + functions-common:time_stop:2334 : local total 2021-02-18 21:06:37.371 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:06:37.374 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:06:37.376 | + functions-common:time_stop:2338 : start_time=1613682396463 2021-02-18 21:06:37.379 | + functions-common:time_stop:2340 : [[ -z 1613682396463 ]] 2021-02-18 21:06:37.382 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:06:37.385 | + functions-common:time_stop:2343 : end_time=1613682397383 2021-02-18 21:06:37.388 | + functions-common:time_stop:2344 : elapsed_time=920 2021-02-18 21:06:37.391 | + functions-common:time_stop:2345 : total=12485 2021-02-18 21:06:37.393 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:06:37.396 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=13405 2021-02-18 21:06:37.398 | + lib/neutron-legacy:start_mutnauq_other_agents:521 : is_service_enabled neutron-vpnaas 2021-02-18 21:06:37.416 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:06:37.421 | ++ lib/neutron-legacy:start_mutnauq_other_agents:524 : determine_config_files neutron-l3-agent 2021-02-18 21:06:37.423 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2021-02-18 21:06:37.425 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2021-02-18 21:06:37.428 | +++ lib/neutron-legacy:determine_config_files:327 : _determine_config_l3 2021-02-18 21:06:37.431 | +++ lib/neutron-legacy:_determine_config_l3:317 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-18 21:06:37.434 | +++ lib/neutron-legacy:_determine_config_l3:318 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-18 21:06:37.437 | ++ lib/neutron-legacy:determine_config_files:327 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-18 21:06:37.440 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2021-02-18 21:06:37.442 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-18 21:06:37.445 | + lib/neutron-legacy:start_mutnauq_other_agents:524 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-18 21:06:37.447 | + functions-common:run_process:1582 : local service=q-l3 2021-02-18 21:06:37.450 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-18 21:06:37.453 | + functions-common:run_process:1584 : local group= 2021-02-18 21:06:37.455 | + functions-common:run_process:1585 : local user= 2021-02-18 21:06:37.458 | + functions-common:run_process:1587 : local name=q-l3 2021-02-18 21:06:37.461 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:06:37.463 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:06:37.466 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:06:37.468 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:06:37.472 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:06:37.475 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682397472 2021-02-18 21:06:37.478 | + functions-common:run_process:1590 : is_service_enabled q-l3 2021-02-18 21:06:37.497 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:06:37.499 | + functions-common:run_process:1591 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' 2021-02-18 21:06:37.502 | + functions-common:_run_under_systemd:1547 : local service=q-l3 2021-02-18 21:06:37.505 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-18 21:06:37.507 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-18 21:06:37.509 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-18 21:06:37.512 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-18 21:06:37.515 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2021-02-18 21:06:37.518 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2021-02-18 21:06:37.520 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-l3.service 2021-02-18 21:06:37.523 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:06:37.525 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:06:37.527 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2021-02-18 21:06:37.530 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@q-l3.service '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' ubuntu 2021-02-18 21:06:37.533 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-l3.service 2021-02-18 21:06:37.535 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-18 21:06:37.538 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:06:37.540 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:06:37.543 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:06:37.546 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:06:37.548 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2021-02-18 21:06:37.551 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:06:37.555 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2021-02-18 21:06:37.617 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User ubuntu 2021-02-18 21:06:37.677 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-18 21:06:37.726 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2021-02-18 21:06:37.775 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2021-02-18 21:06:37.825 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:06:37.875 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:06:37.878 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2021-02-18 21:06:37.942 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:06:38.193 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-l3.service 2021-02-18 21:06:38.207 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2021-02-18 21:06:38.428 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-l3.service 2021-02-18 21:06:38.457 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:06:38.459 | + functions-common:time_stop:2331 : local name 2021-02-18 21:06:38.462 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:06:38.464 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:06:38.467 | + functions-common:time_stop:2334 : local total 2021-02-18 21:06:38.470 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:06:38.473 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:06:38.475 | + functions-common:time_stop:2338 : start_time=1613682397472 2021-02-18 21:06:38.478 | + functions-common:time_stop:2340 : [[ -z 1613682397472 ]] 2021-02-18 21:06:38.483 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:06:38.486 | + functions-common:time_stop:2343 : end_time=1613682398483 2021-02-18 21:06:38.488 | + functions-common:time_stop:2344 : elapsed_time=1011 2021-02-18 21:06:38.493 | + functions-common:time_stop:2345 : total=13405 2021-02-18 21:06:38.496 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:06:38.498 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=14416 2021-02-18 21:06:38.501 | + lib/neutron-legacy:start_mutnauq_other_agents:527 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-18 21:06:38.503 | + functions-common:run_process:1582 : local service=q-meta 2021-02-18 21:06:38.506 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-18 21:06:38.508 | + functions-common:run_process:1584 : local group= 2021-02-18 21:06:38.511 | + functions-common:run_process:1585 : local user= 2021-02-18 21:06:38.513 | + functions-common:run_process:1587 : local name=q-meta 2021-02-18 21:06:38.516 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:06:38.519 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:06:38.521 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:06:38.523 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:06:38.528 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:06:38.531 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682398527 2021-02-18 21:06:38.533 | + functions-common:run_process:1590 : is_service_enabled q-meta 2021-02-18 21:06:38.550 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:06:38.556 | + functions-common:run_process:1591 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' 2021-02-18 21:06:38.556 | + functions-common:_run_under_systemd:1547 : local service=q-meta 2021-02-18 21:06:38.559 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-18 21:06:38.562 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-18 21:06:38.565 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-18 21:06:38.567 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-18 21:06:38.570 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2021-02-18 21:06:38.576 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2021-02-18 21:06:38.580 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-meta.service 2021-02-18 21:06:38.584 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:06:38.588 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:06:38.592 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2021-02-18 21:06:38.592 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@q-meta.service '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' ubuntu 2021-02-18 21:06:38.600 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-meta.service 2021-02-18 21:06:38.600 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-18 21:06:38.600 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:06:38.602 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:06:38.604 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:06:38.607 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:06:38.609 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2021-02-18 21:06:38.612 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:06:38.616 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2021-02-18 21:06:38.680 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User ubuntu 2021-02-18 21:06:38.746 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-18 21:06:38.801 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2021-02-18 21:06:38.862 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2021-02-18 21:06:38.911 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:06:38.970 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:06:38.973 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2021-02-18 21:06:39.040 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:06:39.273 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-meta.service 2021-02-18 21:06:39.288 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2021-02-18 21:06:39.502 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-meta.service 2021-02-18 21:06:39.526 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:06:39.529 | + functions-common:time_stop:2331 : local name 2021-02-18 21:06:39.533 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:06:39.544 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:06:39.552 | + functions-common:time_stop:2334 : local total 2021-02-18 21:06:39.558 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:06:39.563 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:06:39.577 | + functions-common:time_stop:2338 : start_time=1613682398527 2021-02-18 21:06:39.581 | + functions-common:time_stop:2340 : [[ -z 1613682398527 ]] 2021-02-18 21:06:39.588 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:06:39.601 | + functions-common:time_stop:2343 : end_time=1613682399589 2021-02-18 21:06:39.612 | + functions-common:time_stop:2344 : elapsed_time=1062 2021-02-18 21:06:39.620 | + functions-common:time_stop:2345 : total=14416 2021-02-18 21:06:39.628 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:06:39.633 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=15478 2021-02-18 21:06:39.644 | + lib/neutron-legacy:start_mutnauq_other_agents:528 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-18 21:06:39.652 | + functions-common:run_process:1582 : local service=q-metering 2021-02-18 21:06:39.658 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-18 21:06:39.668 | + functions-common:run_process:1584 : local group= 2021-02-18 21:06:39.676 | + functions-common:run_process:1585 : local user= 2021-02-18 21:06:39.685 | + functions-common:run_process:1587 : local name=q-metering 2021-02-18 21:06:39.696 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:06:39.708 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:06:39.720 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:06:39.729 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:06:39.736 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:06:39.756 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682399741 2021-02-18 21:06:39.764 | + functions-common:run_process:1590 : is_service_enabled q-metering 2021-02-18 21:06:39.821 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:06:39.832 | + functions-common:run_process:1591 : _run_under_systemd q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' '' '' 2021-02-18 21:06:39.840 | + functions-common:_run_under_systemd:1547 : local service=q-metering 2021-02-18 21:06:39.852 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-18 21:06:39.861 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-18 21:06:39.872 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-18 21:06:39.884 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-18 21:06:39.892 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ sudo ]] 2021-02-18 21:06:39.905 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ ^/ ]] 2021-02-18 21:06:39.916 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-metering.service 2021-02-18 21:06:39.928 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:06:39.940 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:06:39.943 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ uwsgi ]] 2021-02-18 21:06:39.949 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@q-metering.service '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' '' ubuntu 2021-02-18 21:06:39.958 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-metering.service 2021-02-18 21:06:39.969 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-18 21:06:39.978 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:06:39.989 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:06:39.996 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:06:40.008 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:06:40.020 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-metering.service 2021-02-18 21:06:40.032 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:06:40.048 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Unit Description 'Devstack devstack@q-metering.service' 2021-02-18 21:06:40.201 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service User ubuntu 2021-02-18 21:06:40.344 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecStart '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-18 21:06:40.469 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service KillMode process 2021-02-18 21:06:40.558 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service TimeoutStopSec 300 2021-02-18 21:06:40.666 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:06:40.788 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:06:40.796 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Install WantedBy multi-user.target 2021-02-18 21:06:40.932 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:06:41.180 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-metering.service 2021-02-18 21:06:41.194 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-metering.service → /etc/systemd/system/devstack@q-metering.service. 2021-02-18 21:06:41.442 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-metering.service 2021-02-18 21:06:41.471 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:06:41.471 | + functions-common:time_stop:2331 : local name 2021-02-18 21:06:41.474 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:06:41.478 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:06:41.484 | + functions-common:time_stop:2334 : local total 2021-02-18 21:06:41.487 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:06:41.489 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:06:41.499 | + functions-common:time_stop:2338 : start_time=1613682399741 2021-02-18 21:06:41.504 | + functions-common:time_stop:2340 : [[ -z 1613682399741 ]] 2021-02-18 21:06:41.514 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:06:41.521 | + functions-common:time_stop:2343 : end_time=1613682401513 2021-02-18 21:06:41.530 | + functions-common:time_stop:2344 : elapsed_time=1772 2021-02-18 21:06:41.540 | + functions-common:time_stop:2345 : total=15478 2021-02-18 21:06:41.544 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:06:41.550 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=17250 2021-02-18 21:06:41.560 | + ./stack.sh:main:1299 : is_service_enabled q-svc 2021-02-18 21:06:41.590 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:06:41.594 | + ./stack.sh:main:1299 : [[ True == \T\r\u\e ]] 2021-02-18 21:06:41.598 | + ./stack.sh:main:1300 : echo_summary 'Creating initial neutron network elements' 2021-02-18 21:06:41.602 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:06:41.606 | + ./stack.sh:echo_summary:421 : echo -e Creating initial neutron network elements 2021-02-18 21:06:41.609 | + ./stack.sh:main:1301 : create_neutron_initial_network 2021-02-18 21:06:41.617 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:165 : local project_id 2021-02-18 21:06:41.628 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : oscwrap project list 2021-02-18 21:06:41.630 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : get_field 1 2021-02-18 21:06:41.633 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : grep ' demo ' 2021-02-18 21:06:41.634 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:06:41.644 | ++ functions-common:get_field:727 : read data 2021-02-18 21:06:44.422 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:06:44.425 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-02-18 21:06:44.428 | ++ functions-common:get_field:731 : field='$2' 2021-02-18 21:06:44.431 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-18 21:06:44.432 | ++ functions-common:get_field:733 : echo '| 32f2ce302ad149d98ac2eef6f8e901c2 | demo |' 2021-02-18 21:06:44.438 | ++ functions-common:get_field:727 : read data 2021-02-18 21:06:44.441 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : project_id=32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 21:06:44.444 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:167 : die_if_not_set 167 project_id 'Failure retrieving project_id for demo' 2021-02-18 21:06:44.446 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-02-18 21:06:44.468 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:170 : type -p neutron_plugin_create_initial_network_profile 2021-02-18 21:06:44.471 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:174 : is_networking_extension_supported auto-allocated-topology 2021-02-18 21:06:44.474 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=auto-allocated-topology 2021-02-18 21:06:44.477 | ++ 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-02-18 21:06:47.313 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:06:47.316 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-02-18 21:06:47.316 | router-admin-state-down-before-update 2021-02-18 21:06:47.316 | agent 2021-02-18 21:06:47.316 | agent-resources-synced 2021-02-18 21:06:47.316 | allowed-address-pairs 2021-02-18 21:06:47.316 | auto-allocated-topology 2021-02-18 21:06:47.316 | availability_zone 2021-02-18 21:06:47.316 | availability_zone_filter 2021-02-18 21:06:47.316 | default-subnetpools 2021-02-18 21:06:47.316 | dhcp_agent_scheduler 2021-02-18 21:06:47.316 | dvr 2021-02-18 21:06:47.317 | empty-string-filtering 2021-02-18 21:06:47.317 | external-net 2021-02-18 21:06:47.317 | extra_dhcp_opt 2021-02-18 21:06:47.317 | extraroute 2021-02-18 21:06:47.317 | extraroute-atomic 2021-02-18 21:06:47.317 | filter-validation 2021-02-18 21:06:47.317 | fip-port-details 2021-02-18 21:06:47.317 | flavors 2021-02-18 21:06:47.317 | floatingip-pools 2021-02-18 21:06:47.317 | ip-substring-filtering 2021-02-18 21:06:47.317 | router 2021-02-18 21:06:47.317 | ext-gw-mode 2021-02-18 21:06:47.317 | l3-ha 2021-02-18 21:06:47.317 | l3-flavors 2021-02-18 21:06:47.317 | l3-port-ip-change-not-allowed 2021-02-18 21:06:47.317 | l3_agent_scheduler 2021-02-18 21:06:47.317 | metering 2021-02-18 21:06:47.317 | multi-provider 2021-02-18 21:06:47.317 | net-mtu 2021-02-18 21:06:47.317 | net-mtu-writable 2021-02-18 21:06:47.317 | network_availability_zone 2021-02-18 21:06:47.317 | network-ip-availability 2021-02-18 21:06:47.317 | pagination 2021-02-18 21:06:47.317 | port-mac-address-regenerate 2021-02-18 21:06:47.317 | binding 2021-02-18 21:06:47.317 | binding-extended 2021-02-18 21:06:47.317 | port-security 2021-02-18 21:06:47.317 | project-id 2021-02-18 21:06:47.317 | provider 2021-02-18 21:06:47.317 | quotas 2021-02-18 21:06:47.317 | quota_details 2021-02-18 21:06:47.317 | rbac-policies 2021-02-18 21:06:47.317 | rbac-address-scope 2021-02-18 21:06:47.317 | rbac-security-groups 2021-02-18 21:06:47.317 | rbac-subnetpool 2021-02-18 21:06:47.317 | revision-if-match 2021-02-18 21:06:47.318 | standard-attr-revisions 2021-02-18 21:06:47.318 | router_availability_zone 2021-02-18 21:06:47.318 | port-security-groups-filtering 2021-02-18 21:06:47.318 | security-group 2021-02-18 21:06:47.318 | service-type 2021-02-18 21:06:47.318 | sorting 2021-02-18 21:06:47.318 | standard-attr-description 2021-02-18 21:06:47.318 | stateful-security-group 2021-02-18 21:06:47.318 | subnet_onboard 2021-02-18 21:06:47.318 | subnet-service-types 2021-02-18 21:06:47.318 | subnet_allocation 2021-02-18 21:06:47.318 | subnetpool-prefix-ops 2021-02-18 21:06:47.318 | standard-attr-tag 2021-02-18 21:06:47.318 | standard-attr-timestamp' 2021-02-18 21:06:47.319 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-02-18 21:06:47.319 | router-admin-state-down-before-update 2021-02-18 21:06:47.319 | agent 2021-02-18 21:06:47.320 | agent-resources-synced 2021-02-18 21:06:47.320 | allowed-address-pairs 2021-02-18 21:06:47.320 | auto-allocated-topology 2021-02-18 21:06:47.320 | availability_zone 2021-02-18 21:06:47.320 | availability_zone_filter 2021-02-18 21:06:47.320 | default-subnetpools 2021-02-18 21:06:47.320 | dhcp_agent_scheduler 2021-02-18 21:06:47.320 | dvr 2021-02-18 21:06:47.320 | empty-string-filtering 2021-02-18 21:06:47.320 | external-net 2021-02-18 21:06:47.320 | extra_dhcp_opt 2021-02-18 21:06:47.320 | extraroute 2021-02-18 21:06:47.320 | extraroute-atomic 2021-02-18 21:06:47.320 | filter-validation 2021-02-18 21:06:47.320 | fip-port-details 2021-02-18 21:06:47.320 | flavors 2021-02-18 21:06:47.320 | floatingip-pools 2021-02-18 21:06:47.320 | ip-substring-filtering 2021-02-18 21:06:47.320 | router 2021-02-18 21:06:47.320 | ext-gw-mode 2021-02-18 21:06:47.320 | l3-ha 2021-02-18 21:06:47.320 | l3-flavors 2021-02-18 21:06:47.320 | l3-port-ip-change-not-allowed 2021-02-18 21:06:47.320 | l3_agent_scheduler 2021-02-18 21:06:47.320 | metering 2021-02-18 21:06:47.320 | multi-provider 2021-02-18 21:06:47.320 | net-mtu 2021-02-18 21:06:47.320 | net-mtu-writable 2021-02-18 21:06:47.320 | network_availability_zone 2021-02-18 21:06:47.320 | network-ip-availability 2021-02-18 21:06:47.320 | pagination 2021-02-18 21:06:47.320 | port-mac-address-regenerate 2021-02-18 21:06:47.321 | binding 2021-02-18 21:06:47.321 | binding-extended 2021-02-18 21:06:47.321 | port-security 2021-02-18 21:06:47.321 | project-id 2021-02-18 21:06:47.321 | provider 2021-02-18 21:06:47.321 | quotas 2021-02-18 21:06:47.321 | quota_details 2021-02-18 21:06:47.321 | rbac-policies 2021-02-18 21:06:47.321 | rbac-address-scope 2021-02-18 21:06:47.321 | rbac-security-groups 2021-02-18 21:06:47.321 | rbac-subnetpool 2021-02-18 21:06:47.321 | revision-if-match 2021-02-18 21:06:47.321 | standard-attr-revisions 2021-02-18 21:06:47.321 | router_availability_zone 2021-02-18 21:06:47.321 | port-security-groups-filtering 2021-02-18 21:06:47.321 | security-group 2021-02-18 21:06:47.321 | service-type 2021-02-18 21:06:47.321 | sorting 2021-02-18 21:06:47.321 | standard-attr-description 2021-02-18 21:06:47.321 | stateful-security-group 2021-02-18 21:06:47.321 | subnet_onboard 2021-02-18 21:06:47.321 | subnet-service-types 2021-02-18 21:06:47.321 | subnet_allocation 2021-02-18 21:06:47.321 | subnetpool-prefix-ops 2021-02-18 21:06:47.321 | standard-attr-tag 2021-02-18 21:06:47.321 | standard-attr-timestamp =~ auto-allocated-topology ]] 2021-02-18 21:06:47.324 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-02-18 21:06:47.326 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:175 : [[ True == \T\r\u\e ]] 2021-02-18 21:06:47.329 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:176 : [[ 4 =~ 4.* ]] 2021-02-18 21:06:47.333 | ++ 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-02-18 21:06:49.966 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:06:49.970 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:177 : SUBNETPOOL_V4_ID=54de6e50-d2c1-46f4-bc25-0e9f7b77f1fb 2021-02-18 21:06:49.972 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:179 : [[ 4 =~ .*6 ]] 2021-02-18 21:06:49.975 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:185 : is_provider_network 2021-02-18 21:06:49.977 | + functions-common:is_provider_network:2180 : '[' '' == True ']' 2021-02-18 21:06:49.980 | + functions-common:is_provider_network:2183 : return 1 2021-02-18 21:06:49.985 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create --project 32f2ce302ad149d98ac2eef6f8e901c2 private 2021-02-18 21:06:49.985 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : grep ' id ' 2021-02-18 21:06:49.985 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : get_field 2 2021-02-18 21:06:49.988 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:06:49.991 | ++ functions-common:get_field:727 : read data 2021-02-18 21:06:52.751 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:06:52.754 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-02-18 21:06:52.757 | ++ functions-common:get_field:731 : field='$3' 2021-02-18 21:06:52.760 | ++ functions-common:get_field:733 : echo '| id | 7e0e530e-8a6e-470a-b4b4-070f8aee1633 |' 2021-02-18 21:06:52.760 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-02-18 21:06:52.768 | ++ functions-common:get_field:727 : read data 2021-02-18 21:06:52.771 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : NET_ID=7e0e530e-8a6e-470a-b4b4-070f8aee1633 2021-02-18 21:06:52.774 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : die_if_not_set 216 NET_ID 'Failure creating NET_ID for private 32f2ce302ad149d98ac2eef6f8e901c2' 2021-02-18 21:06:52.776 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-02-18 21:06:52.793 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ 4 =~ 4.* ]] 2021-02-18 21:06:52.797 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : _neutron_create_private_subnet_v4 32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 21:06:52.799 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : local project_id=32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 21:06:52.802 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : '[' -z 54de6e50-d2c1-46f4-bc25-0e9f7b77f1fb ']' 2021-02-18 21:06:52.804 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:271 : local 'subnet_params=--project 32f2ce302ad149d98ac2eef6f8e901c2 ' 2021-02-18 21:06:52.807 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:272 : subnet_params+='--ip-version 4 ' 2021-02-18 21:06:52.809 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:273 : [[ -n 172.20.0.1 ]] 2021-02-18 21:06:52.812 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:274 : subnet_params+='--gateway 172.20.0.1 ' 2021-02-18 21:06:52.815 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:276 : subnet_params+='--subnet-pool 54de6e50-d2c1-46f4-bc25-0e9f7b77f1fb ' 2021-02-18 21:06:52.817 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:277 : subnet_params+=' ' 2021-02-18 21:06:52.819 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:278 : subnet_params+='--network 7e0e530e-8a6e-470a-b4b4-070f8aee1633 private-subnet' 2021-02-18 21:06:52.822 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:279 : local subnet_id 2021-02-18 21:06:52.826 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --project 32f2ce302ad149d98ac2eef6f8e901c2 --ip-version 4 --gateway 172.20.0.1 --subnet-pool 54de6e50-d2c1-46f4-bc25-0e9f7b77f1fb --network 7e0e530e-8a6e-470a-b4b4-070f8aee1633 private-subnet 2021-02-18 21:06:52.827 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : get_field 2 2021-02-18 21:06:52.827 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : grep ' id ' 2021-02-18 21:06:52.830 | +++ functions-common:get_field:726 : local data field 2021-02-18 21:06:52.832 | +++ functions-common:get_field:727 : read data 2021-02-18 21:06:56.020 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:06:56.023 | +++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-02-18 21:06:56.025 | +++ functions-common:get_field:731 : field='$3' 2021-02-18 21:06:56.028 | +++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-02-18 21:06:56.029 | +++ functions-common:get_field:733 : echo '| id | e71c80b8-c8e8-4939-80fe-e2b87dbdda67 |' 2021-02-18 21:06:56.034 | +++ functions-common:get_field:727 : read data 2021-02-18 21:06:56.037 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : subnet_id=e71c80b8-c8e8-4939-80fe-e2b87dbdda67 2021-02-18 21:06:56.040 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:281 : die_if_not_set 281 subnet_id 'Failure creating private IPv4 subnet for 32f2ce302ad149d98ac2eef6f8e901c2' 2021-02-18 21:06:56.042 | ++ functions-common:die_if_not_set:211 : local exitcode=0 2021-02-18 21:06:56.059 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:282 : echo e71c80b8-c8e8-4939-80fe-e2b87dbdda67 2021-02-18 21:06:56.063 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : SUBNET_ID=e71c80b8-c8e8-4939-80fe-e2b87dbdda67 2021-02-18 21:06:56.065 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : [[ 4 =~ .*6 ]] 2021-02-18 21:06:56.074 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported router 2021-02-18 21:06:56.077 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=router 2021-02-18 21:06:56.081 | ++ 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-02-18 21:06:58.784 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:06:58.787 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-02-18 21:06:58.787 | router-admin-state-down-before-update 2021-02-18 21:06:58.787 | agent 2021-02-18 21:06:58.787 | agent-resources-synced 2021-02-18 21:06:58.787 | allowed-address-pairs 2021-02-18 21:06:58.787 | auto-allocated-topology 2021-02-18 21:06:58.787 | availability_zone 2021-02-18 21:06:58.787 | availability_zone_filter 2021-02-18 21:06:58.787 | default-subnetpools 2021-02-18 21:06:58.787 | dhcp_agent_scheduler 2021-02-18 21:06:58.787 | dvr 2021-02-18 21:06:58.787 | empty-string-filtering 2021-02-18 21:06:58.787 | external-net 2021-02-18 21:06:58.787 | extra_dhcp_opt 2021-02-18 21:06:58.787 | extraroute 2021-02-18 21:06:58.787 | extraroute-atomic 2021-02-18 21:06:58.787 | filter-validation 2021-02-18 21:06:58.787 | fip-port-details 2021-02-18 21:06:58.787 | flavors 2021-02-18 21:06:58.787 | floatingip-pools 2021-02-18 21:06:58.788 | ip-substring-filtering 2021-02-18 21:06:58.788 | router 2021-02-18 21:06:58.788 | ext-gw-mode 2021-02-18 21:06:58.788 | l3-ha 2021-02-18 21:06:58.788 | l3-flavors 2021-02-18 21:06:58.788 | l3-port-ip-change-not-allowed 2021-02-18 21:06:58.788 | l3_agent_scheduler 2021-02-18 21:06:58.788 | metering 2021-02-18 21:06:58.788 | multi-provider 2021-02-18 21:06:58.788 | net-mtu 2021-02-18 21:06:58.788 | net-mtu-writable 2021-02-18 21:06:58.788 | network_availability_zone 2021-02-18 21:06:58.788 | network-ip-availability 2021-02-18 21:06:58.788 | pagination 2021-02-18 21:06:58.788 | port-mac-address-regenerate 2021-02-18 21:06:58.788 | binding 2021-02-18 21:06:58.788 | binding-extended 2021-02-18 21:06:58.788 | port-security 2021-02-18 21:06:58.788 | project-id 2021-02-18 21:06:58.788 | provider 2021-02-18 21:06:58.788 | quotas 2021-02-18 21:06:58.788 | quota_details 2021-02-18 21:06:58.788 | rbac-policies 2021-02-18 21:06:58.788 | rbac-address-scope 2021-02-18 21:06:58.788 | rbac-security-groups 2021-02-18 21:06:58.788 | rbac-subnetpool 2021-02-18 21:06:58.788 | revision-if-match 2021-02-18 21:06:58.788 | standard-attr-revisions 2021-02-18 21:06:58.788 | router_availability_zone 2021-02-18 21:06:58.788 | port-security-groups-filtering 2021-02-18 21:06:58.788 | security-group 2021-02-18 21:06:58.788 | service-type 2021-02-18 21:06:58.788 | sorting 2021-02-18 21:06:58.789 | standard-attr-description 2021-02-18 21:06:58.789 | stateful-security-group 2021-02-18 21:06:58.789 | subnet_onboard 2021-02-18 21:06:58.789 | subnet-service-types 2021-02-18 21:06:58.789 | subnet_allocation 2021-02-18 21:06:58.789 | subnetpool-prefix-ops 2021-02-18 21:06:58.789 | standard-attr-tag 2021-02-18 21:06:58.789 | standard-attr-timestamp' 2021-02-18 21:06:58.790 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-02-18 21:06:58.790 | router-admin-state-down-before-update 2021-02-18 21:06:58.790 | agent 2021-02-18 21:06:58.790 | agent-resources-synced 2021-02-18 21:06:58.790 | allowed-address-pairs 2021-02-18 21:06:58.790 | auto-allocated-topology 2021-02-18 21:06:58.790 | availability_zone 2021-02-18 21:06:58.790 | availability_zone_filter 2021-02-18 21:06:58.791 | default-subnetpools 2021-02-18 21:06:58.791 | dhcp_agent_scheduler 2021-02-18 21:06:58.791 | dvr 2021-02-18 21:06:58.791 | empty-string-filtering 2021-02-18 21:06:58.791 | external-net 2021-02-18 21:06:58.791 | extra_dhcp_opt 2021-02-18 21:06:58.791 | extraroute 2021-02-18 21:06:58.791 | extraroute-atomic 2021-02-18 21:06:58.791 | filter-validation 2021-02-18 21:06:58.791 | fip-port-details 2021-02-18 21:06:58.791 | flavors 2021-02-18 21:06:58.791 | floatingip-pools 2021-02-18 21:06:58.791 | ip-substring-filtering 2021-02-18 21:06:58.791 | router 2021-02-18 21:06:58.791 | ext-gw-mode 2021-02-18 21:06:58.791 | l3-ha 2021-02-18 21:06:58.791 | l3-flavors 2021-02-18 21:06:58.791 | l3-port-ip-change-not-allowed 2021-02-18 21:06:58.791 | l3_agent_scheduler 2021-02-18 21:06:58.791 | metering 2021-02-18 21:06:58.791 | multi-provider 2021-02-18 21:06:58.791 | net-mtu 2021-02-18 21:06:58.791 | net-mtu-writable 2021-02-18 21:06:58.791 | network_availability_zone 2021-02-18 21:06:58.791 | network-ip-availability 2021-02-18 21:06:58.791 | pagination 2021-02-18 21:06:58.791 | port-mac-address-regenerate 2021-02-18 21:06:58.791 | binding 2021-02-18 21:06:58.791 | binding-extended 2021-02-18 21:06:58.791 | port-security 2021-02-18 21:06:58.791 | project-id 2021-02-18 21:06:58.791 | provider 2021-02-18 21:06:58.791 | quotas 2021-02-18 21:06:58.791 | quota_details 2021-02-18 21:06:58.792 | rbac-policies 2021-02-18 21:06:58.792 | rbac-address-scope 2021-02-18 21:06:58.792 | rbac-security-groups 2021-02-18 21:06:58.792 | rbac-subnetpool 2021-02-18 21:06:58.792 | revision-if-match 2021-02-18 21:06:58.792 | standard-attr-revisions 2021-02-18 21:06:58.792 | router_availability_zone 2021-02-18 21:06:58.792 | port-security-groups-filtering 2021-02-18 21:06:58.792 | security-group 2021-02-18 21:06:58.792 | service-type 2021-02-18 21:06:58.792 | sorting 2021-02-18 21:06:58.792 | standard-attr-description 2021-02-18 21:06:58.792 | stateful-security-group 2021-02-18 21:06:58.792 | subnet_onboard 2021-02-18 21:06:58.792 | subnet-service-types 2021-02-18 21:06:58.792 | subnet_allocation 2021-02-18 21:06:58.792 | subnetpool-prefix-ops 2021-02-18 21:06:58.792 | standard-attr-tag 2021-02-18 21:06:58.792 | standard-attr-timestamp =~ router ]] 2021-02-18 21:06:58.795 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-02-18 21:06:58.798 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported external-net 2021-02-18 21:06:58.800 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=external-net 2021-02-18 21:06:58.804 | ++ 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-02-18 21:07:01.070 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:07:01.074 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-02-18 21:07:01.074 | router-admin-state-down-before-update 2021-02-18 21:07:01.074 | agent 2021-02-18 21:07:01.074 | agent-resources-synced 2021-02-18 21:07:01.074 | allowed-address-pairs 2021-02-18 21:07:01.074 | auto-allocated-topology 2021-02-18 21:07:01.074 | availability_zone 2021-02-18 21:07:01.074 | availability_zone_filter 2021-02-18 21:07:01.074 | default-subnetpools 2021-02-18 21:07:01.074 | dhcp_agent_scheduler 2021-02-18 21:07:01.074 | dvr 2021-02-18 21:07:01.074 | empty-string-filtering 2021-02-18 21:07:01.074 | external-net 2021-02-18 21:07:01.074 | extra_dhcp_opt 2021-02-18 21:07:01.074 | extraroute 2021-02-18 21:07:01.074 | extraroute-atomic 2021-02-18 21:07:01.074 | filter-validation 2021-02-18 21:07:01.074 | fip-port-details 2021-02-18 21:07:01.074 | flavors 2021-02-18 21:07:01.074 | floatingip-pools 2021-02-18 21:07:01.074 | ip-substring-filtering 2021-02-18 21:07:01.074 | router 2021-02-18 21:07:01.074 | ext-gw-mode 2021-02-18 21:07:01.074 | l3-ha 2021-02-18 21:07:01.074 | l3-flavors 2021-02-18 21:07:01.074 | l3-port-ip-change-not-allowed 2021-02-18 21:07:01.074 | l3_agent_scheduler 2021-02-18 21:07:01.074 | metering 2021-02-18 21:07:01.075 | multi-provider 2021-02-18 21:07:01.075 | net-mtu 2021-02-18 21:07:01.075 | net-mtu-writable 2021-02-18 21:07:01.075 | network_availability_zone 2021-02-18 21:07:01.075 | network-ip-availability 2021-02-18 21:07:01.075 | pagination 2021-02-18 21:07:01.075 | port-mac-address-regenerate 2021-02-18 21:07:01.075 | binding 2021-02-18 21:07:01.075 | binding-extended 2021-02-18 21:07:01.075 | port-security 2021-02-18 21:07:01.075 | project-id 2021-02-18 21:07:01.075 | provider 2021-02-18 21:07:01.075 | quotas 2021-02-18 21:07:01.075 | quota_details 2021-02-18 21:07:01.075 | rbac-policies 2021-02-18 21:07:01.075 | rbac-address-scope 2021-02-18 21:07:01.075 | rbac-security-groups 2021-02-18 21:07:01.075 | rbac-subnetpool 2021-02-18 21:07:01.075 | revision-if-match 2021-02-18 21:07:01.075 | standard-attr-revisions 2021-02-18 21:07:01.075 | router_availability_zone 2021-02-18 21:07:01.075 | port-security-groups-filtering 2021-02-18 21:07:01.075 | security-group 2021-02-18 21:07:01.075 | service-type 2021-02-18 21:07:01.075 | sorting 2021-02-18 21:07:01.075 | standard-attr-description 2021-02-18 21:07:01.075 | stateful-security-group 2021-02-18 21:07:01.075 | subnet_onboard 2021-02-18 21:07:01.075 | subnet-service-types 2021-02-18 21:07:01.076 | subnet_allocation 2021-02-18 21:07:01.076 | subnetpool-prefix-ops 2021-02-18 21:07:01.076 | standard-attr-tag 2021-02-18 21:07:01.076 | standard-attr-timestamp' 2021-02-18 21:07:01.077 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-02-18 21:07:01.077 | router-admin-state-down-before-update 2021-02-18 21:07:01.077 | agent 2021-02-18 21:07:01.077 | agent-resources-synced 2021-02-18 21:07:01.077 | allowed-address-pairs 2021-02-18 21:07:01.077 | auto-allocated-topology 2021-02-18 21:07:01.077 | availability_zone 2021-02-18 21:07:01.077 | availability_zone_filter 2021-02-18 21:07:01.077 | default-subnetpools 2021-02-18 21:07:01.077 | dhcp_agent_scheduler 2021-02-18 21:07:01.077 | dvr 2021-02-18 21:07:01.077 | empty-string-filtering 2021-02-18 21:07:01.077 | external-net 2021-02-18 21:07:01.077 | extra_dhcp_opt 2021-02-18 21:07:01.077 | extraroute 2021-02-18 21:07:01.077 | extraroute-atomic 2021-02-18 21:07:01.077 | filter-validation 2021-02-18 21:07:01.077 | fip-port-details 2021-02-18 21:07:01.077 | flavors 2021-02-18 21:07:01.077 | floatingip-pools 2021-02-18 21:07:01.078 | ip-substring-filtering 2021-02-18 21:07:01.078 | router 2021-02-18 21:07:01.078 | ext-gw-mode 2021-02-18 21:07:01.078 | l3-ha 2021-02-18 21:07:01.078 | l3-flavors 2021-02-18 21:07:01.078 | l3-port-ip-change-not-allowed 2021-02-18 21:07:01.078 | l3_agent_scheduler 2021-02-18 21:07:01.078 | metering 2021-02-18 21:07:01.078 | multi-provider 2021-02-18 21:07:01.078 | net-mtu 2021-02-18 21:07:01.078 | net-mtu-writable 2021-02-18 21:07:01.078 | network_availability_zone 2021-02-18 21:07:01.078 | network-ip-availability 2021-02-18 21:07:01.078 | pagination 2021-02-18 21:07:01.078 | port-mac-address-regenerate 2021-02-18 21:07:01.078 | binding 2021-02-18 21:07:01.078 | binding-extended 2021-02-18 21:07:01.078 | port-security 2021-02-18 21:07:01.078 | project-id 2021-02-18 21:07:01.078 | provider 2021-02-18 21:07:01.078 | quotas 2021-02-18 21:07:01.078 | quota_details 2021-02-18 21:07:01.078 | rbac-policies 2021-02-18 21:07:01.078 | rbac-address-scope 2021-02-18 21:07:01.078 | rbac-security-groups 2021-02-18 21:07:01.078 | rbac-subnetpool 2021-02-18 21:07:01.078 | revision-if-match 2021-02-18 21:07:01.078 | standard-attr-revisions 2021-02-18 21:07:01.078 | router_availability_zone 2021-02-18 21:07:01.078 | port-security-groups-filtering 2021-02-18 21:07:01.078 | security-group 2021-02-18 21:07:01.078 | service-type 2021-02-18 21:07:01.078 | sorting 2021-02-18 21:07:01.078 | standard-attr-description 2021-02-18 21:07:01.078 | stateful-security-group 2021-02-18 21:07:01.078 | subnet_onboard 2021-02-18 21:07:01.079 | subnet-service-types 2021-02-18 21:07:01.079 | subnet_allocation 2021-02-18 21:07:01.079 | subnetpool-prefix-ops 2021-02-18 21:07:01.079 | standard-attr-tag 2021-02-18 21:07:01.079 | standard-attr-timestamp =~ external-net ]] 2021-02-18 21:07:01.080 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-02-18 21:07:01.082 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:231 : [[ True == \T\r\u\e ]] 2021-02-18 21:07:01.087 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : get_field 2 2021-02-18 21:07:01.087 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : grep ' id ' 2021-02-18 21:07:01.089 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : oscwrap --os-cloud devstack-admin --os-region RegionOne router create --project 32f2ce302ad149d98ac2eef6f8e901c2 router1 2021-02-18 21:07:01.090 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:07:01.095 | ++ functions-common:get_field:727 : read data 2021-02-18 21:07:03.813 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:07:03.816 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-02-18 21:07:03.819 | ++ functions-common:get_field:731 : field='$3' 2021-02-18 21:07:03.822 | ++ functions-common:get_field:733 : echo '| id | 507b103d-81eb-493f-bc49-46efb1401470 |' 2021-02-18 21:07:03.822 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-02-18 21:07:03.828 | ++ functions-common:get_field:727 : read data 2021-02-18 21:07:03.831 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : ROUTER_ID=507b103d-81eb-493f-bc49-46efb1401470 2021-02-18 21:07:03.834 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : die_if_not_set 234 ROUTER_ID 'Failure creating ROUTER_ID for 32f2ce302ad149d98ac2eef6f8e901c2 router1' 2021-02-18 21:07:03.836 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-02-18 21:07:03.852 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:241 : EXTERNAL_NETWORK_FLAGS=--external 2021-02-18 21:07:03.855 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : is_networking_extension_supported auto-allocated-topology 2021-02-18 21:07:03.858 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=auto-allocated-topology 2021-02-18 21:07:03.861 | ++ 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-02-18 21:07:06.088 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:07:06.091 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-02-18 21:07:06.091 | router-admin-state-down-before-update 2021-02-18 21:07:06.091 | agent 2021-02-18 21:07:06.091 | agent-resources-synced 2021-02-18 21:07:06.091 | allowed-address-pairs 2021-02-18 21:07:06.091 | auto-allocated-topology 2021-02-18 21:07:06.091 | availability_zone 2021-02-18 21:07:06.091 | availability_zone_filter 2021-02-18 21:07:06.091 | default-subnetpools 2021-02-18 21:07:06.091 | dhcp_agent_scheduler 2021-02-18 21:07:06.091 | dvr 2021-02-18 21:07:06.091 | empty-string-filtering 2021-02-18 21:07:06.091 | external-net 2021-02-18 21:07:06.091 | extra_dhcp_opt 2021-02-18 21:07:06.091 | extraroute 2021-02-18 21:07:06.091 | extraroute-atomic 2021-02-18 21:07:06.091 | filter-validation 2021-02-18 21:07:06.091 | fip-port-details 2021-02-18 21:07:06.091 | flavors 2021-02-18 21:07:06.091 | floatingip-pools 2021-02-18 21:07:06.091 | ip-substring-filtering 2021-02-18 21:07:06.091 | router 2021-02-18 21:07:06.091 | ext-gw-mode 2021-02-18 21:07:06.092 | l3-ha 2021-02-18 21:07:06.092 | l3-flavors 2021-02-18 21:07:06.092 | l3-port-ip-change-not-allowed 2021-02-18 21:07:06.092 | l3_agent_scheduler 2021-02-18 21:07:06.092 | metering 2021-02-18 21:07:06.092 | multi-provider 2021-02-18 21:07:06.092 | net-mtu 2021-02-18 21:07:06.092 | net-mtu-writable 2021-02-18 21:07:06.092 | network_availability_zone 2021-02-18 21:07:06.092 | network-ip-availability 2021-02-18 21:07:06.092 | pagination 2021-02-18 21:07:06.092 | port-mac-address-regenerate 2021-02-18 21:07:06.092 | binding 2021-02-18 21:07:06.092 | binding-extended 2021-02-18 21:07:06.092 | port-security 2021-02-18 21:07:06.092 | project-id 2021-02-18 21:07:06.092 | provider 2021-02-18 21:07:06.092 | quotas 2021-02-18 21:07:06.092 | quota_details 2021-02-18 21:07:06.092 | rbac-policies 2021-02-18 21:07:06.092 | rbac-address-scope 2021-02-18 21:07:06.092 | rbac-security-groups 2021-02-18 21:07:06.092 | rbac-subnetpool 2021-02-18 21:07:06.092 | revision-if-match 2021-02-18 21:07:06.092 | standard-attr-revisions 2021-02-18 21:07:06.092 | router_availability_zone 2021-02-18 21:07:06.092 | port-security-groups-filtering 2021-02-18 21:07:06.092 | security-group 2021-02-18 21:07:06.092 | service-type 2021-02-18 21:07:06.092 | sorting 2021-02-18 21:07:06.092 | standard-attr-description 2021-02-18 21:07:06.092 | stateful-security-group 2021-02-18 21:07:06.092 | subnet_onboard 2021-02-18 21:07:06.092 | subnet-service-types 2021-02-18 21:07:06.093 | subnet_allocation 2021-02-18 21:07:06.093 | subnetpool-prefix-ops 2021-02-18 21:07:06.093 | standard-attr-tag 2021-02-18 21:07:06.093 | standard-attr-timestamp' 2021-02-18 21:07:06.094 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-02-18 21:07:06.094 | router-admin-state-down-before-update 2021-02-18 21:07:06.094 | agent 2021-02-18 21:07:06.094 | agent-resources-synced 2021-02-18 21:07:06.094 | allowed-address-pairs 2021-02-18 21:07:06.094 | auto-allocated-topology 2021-02-18 21:07:06.094 | availability_zone 2021-02-18 21:07:06.094 | availability_zone_filter 2021-02-18 21:07:06.094 | default-subnetpools 2021-02-18 21:07:06.094 | dhcp_agent_scheduler 2021-02-18 21:07:06.094 | dvr 2021-02-18 21:07:06.094 | empty-string-filtering 2021-02-18 21:07:06.094 | external-net 2021-02-18 21:07:06.094 | extra_dhcp_opt 2021-02-18 21:07:06.094 | extraroute 2021-02-18 21:07:06.094 | extraroute-atomic 2021-02-18 21:07:06.094 | filter-validation 2021-02-18 21:07:06.094 | fip-port-details 2021-02-18 21:07:06.094 | flavors 2021-02-18 21:07:06.094 | floatingip-pools 2021-02-18 21:07:06.094 | ip-substring-filtering 2021-02-18 21:07:06.094 | router 2021-02-18 21:07:06.094 | ext-gw-mode 2021-02-18 21:07:06.094 | l3-ha 2021-02-18 21:07:06.094 | l3-flavors 2021-02-18 21:07:06.094 | l3-port-ip-change-not-allowed 2021-02-18 21:07:06.094 | l3_agent_scheduler 2021-02-18 21:07:06.094 | metering 2021-02-18 21:07:06.094 | multi-provider 2021-02-18 21:07:06.094 | net-mtu 2021-02-18 21:07:06.094 | net-mtu-writable 2021-02-18 21:07:06.094 | network_availability_zone 2021-02-18 21:07:06.095 | network-ip-availability 2021-02-18 21:07:06.095 | pagination 2021-02-18 21:07:06.095 | port-mac-address-regenerate 2021-02-18 21:07:06.095 | binding 2021-02-18 21:07:06.095 | binding-extended 2021-02-18 21:07:06.095 | port-security 2021-02-18 21:07:06.095 | project-id 2021-02-18 21:07:06.095 | provider 2021-02-18 21:07:06.095 | quotas 2021-02-18 21:07:06.095 | quota_details 2021-02-18 21:07:06.095 | rbac-policies 2021-02-18 21:07:06.095 | rbac-address-scope 2021-02-18 21:07:06.095 | rbac-security-groups 2021-02-18 21:07:06.095 | rbac-subnetpool 2021-02-18 21:07:06.095 | revision-if-match 2021-02-18 21:07:06.095 | standard-attr-revisions 2021-02-18 21:07:06.095 | router_availability_zone 2021-02-18 21:07:06.095 | port-security-groups-filtering 2021-02-18 21:07:06.095 | security-group 2021-02-18 21:07:06.095 | service-type 2021-02-18 21:07:06.095 | sorting 2021-02-18 21:07:06.095 | standard-attr-description 2021-02-18 21:07:06.095 | stateful-security-group 2021-02-18 21:07:06.095 | subnet_onboard 2021-02-18 21:07:06.095 | subnet-service-types 2021-02-18 21:07:06.095 | subnet_allocation 2021-02-18 21:07:06.095 | subnetpool-prefix-ops 2021-02-18 21:07:06.095 | standard-attr-tag 2021-02-18 21:07:06.095 | standard-attr-timestamp =~ auto-allocated-topology ]] 2021-02-18 21:07:06.097 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-02-18 21:07:06.099 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:243 : EXTERNAL_NETWORK_FLAGS='--external --default' 2021-02-18 21:07:06.102 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:246 : '[' True = True ']' 2021-02-18 21:07:06.107 | ++ 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-02-18 21:07:06.107 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : grep ' id ' 2021-02-18 21:07:06.108 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : get_field 2 2021-02-18 21:07:06.111 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:07:06.113 | ++ functions-common:get_field:727 : read data 2021-02-18 21:07:08.817 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:07:08.820 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-02-18 21:07:08.823 | ++ functions-common:get_field:731 : field='$3' 2021-02-18 21:07:08.826 | ++ functions-common:get_field:733 : echo '| id | 49a84bb5-d080-4f95-bdbf-ef3c33f66632 |' 2021-02-18 21:07:08.827 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-02-18 21:07:08.832 | ++ functions-common:get_field:727 : read data 2021-02-18 21:07:08.835 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : EXT_NET_ID=49a84bb5-d080-4f95-bdbf-ef3c33f66632 2021-02-18 21:07:08.838 | + 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-02-18 21:07:08.840 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-02-18 21:07:08.857 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:253 : [[ 4 =~ 4.* ]] 2021-02-18 21:07:08.860 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:255 : _neutron_configure_router_v4 2021-02-18 21:07:08.863 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:337 : openstack --os-cloud devstack-admin --os-region RegionOne router add subnet 507b103d-81eb-493f-bc49-46efb1401470 e71c80b8-c8e8-4939-80fe-e2b87dbdda67 2021-02-18 21:07:14.028 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:339 : local id_and_ext_gw_ip 2021-02-18 21:07:14.031 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:340 : _neutron_create_public_subnet_v4 49a84bb5-d080-4f95-bdbf-ef3c33f66632 2021-02-18 21:07:14.034 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:310 : local 'subnet_params=--ip-version 4 ' 2021-02-18 21:07:14.036 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:311 : subnet_params+=' ' 2021-02-18 21:07:14.038 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:312 : [[ -n 172.30.1.1 ]] 2021-02-18 21:07:14.041 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:313 : subnet_params+='--gateway 172.30.1.1 ' 2021-02-18 21:07:14.043 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:315 : subnet_params+='--network 49a84bb5-d080-4f95-bdbf-ef3c33f66632 --subnet-range 172.30.1.0/24 --no-dhcp ' 2021-02-18 21:07:14.045 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:316 : subnet_params+=public-subnet 2021-02-18 21:07:14.047 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:317 : local id_and_ext_gw_ip 2021-02-18 21:07:14.051 | +++ 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.30.1.1 --network 49a84bb5-d080-4f95-bdbf-ef3c33f66632 --subnet-range 172.30.1.0/24 --no-dhcp public-subnet 2021-02-18 21:07:14.054 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:318 : grep -e gateway_ip -e ' id ' 2021-02-18 21:07:17.193 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:07:17.197 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:318 : id_and_ext_gw_ip='| gateway_ip | 172.30.1.1 | 2021-02-18 21:07:17.197 | | id | 869b300b-50a2-448b-b6e6-ce11418cf9c8 |' 2021-02-18 21:07:17.199 | ++ 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-02-18 21:07:17.202 | ++ functions-common:die_if_not_set:211 : local exitcode=0 2021-02-18 21:07:17.218 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:320 : echo '|' gateway_ip '|' 172.30.1.1 '|' '|' id '|' 869b300b-50a2-448b-b6e6-ce11418cf9c8 '|' 2021-02-18 21:07:17.221 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:340 : id_and_ext_gw_ip='| gateway_ip | 172.30.1.1 | | id | 869b300b-50a2-448b-b6e6-ce11418cf9c8 |' 2021-02-18 21:07:17.224 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:341 : local ext_gw_ip 2021-02-18 21:07:17.227 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : echo '|' gateway_ip '|' 172.30.1.1 '|' '|' id '|' 869b300b-50a2-448b-b6e6-ce11418cf9c8 '|' 2021-02-18 21:07:17.227 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : get_field 2 2021-02-18 21:07:17.230 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:07:17.233 | ++ functions-common:get_field:727 : read data 2021-02-18 21:07:17.236 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-02-18 21:07:17.239 | ++ functions-common:get_field:731 : field='$3' 2021-02-18 21:07:17.244 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-02-18 21:07:17.248 | ++ functions-common:get_field:733 : echo '| gateway_ip | 172.30.1.1 | | id | 869b300b-50a2-448b-b6e6-ce11418cf9c8 |' 2021-02-18 21:07:17.251 | ++ functions-common:get_field:727 : read data 2021-02-18 21:07:17.255 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : ext_gw_ip=172.30.1.1 2021-02-18 21:07:17.259 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : echo '|' gateway_ip '|' 172.30.1.1 '|' '|' id '|' 869b300b-50a2-448b-b6e6-ce11418cf9c8 '|' 2021-02-18 21:07:17.259 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : get_field 5 2021-02-18 21:07:17.264 | ++ functions-common:get_field:726 : local data field 2021-02-18 21:07:17.266 | ++ functions-common:get_field:727 : read data 2021-02-18 21:07:17.269 | ++ functions-common:get_field:728 : '[' 5 -lt 0 ']' 2021-02-18 21:07:17.271 | ++ functions-common:get_field:731 : field='$6' 2021-02-18 21:07:17.275 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2021-02-18 21:07:17.275 | ++ functions-common:get_field:733 : echo '| gateway_ip | 172.30.1.1 | | id | 869b300b-50a2-448b-b6e6-ce11418cf9c8 |' 2021-02-18 21:07:17.281 | ++ functions-common:get_field:727 : read data 2021-02-18 21:07:17.286 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : PUB_SUBNET_ID=869b300b-50a2-448b-b6e6-ce11418cf9c8 2021-02-18 21:07:17.289 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : openstack --os-cloud devstack-admin --os-region RegionOne router set --external-gateway 49a84bb5-d080-4f95-bdbf-ef3c33f66632 507b103d-81eb-493f-bc49-46efb1401470 2021-02-18 21:07:22.223 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : is_service_enabled q-l3 2021-02-18 21:07:22.238 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:07:22.240 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local ext_gw_interface=none 2021-02-18 21:07:22.243 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : is_neutron_ovs_base_plugin 2021-02-18 21:07:22.245 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:17 : return 0 2021-02-18 21:07:22.249 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : _neutron_get_ext_gw_interface 2021-02-18 21:07:22.251 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:153 : [[ False == \T\r\u\e ]] 2021-02-18 21:07:22.254 | ++ 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-02-18 21:07:22.275 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:160 : echo br-data 2021-02-18 21:07:22.278 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ext_gw_interface=br-data 2021-02-18 21:07:22.281 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:364 : [[ br-data != \n\o\n\e ]] 2021-02-18 21:07:22.283 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:365 : local cidr_len=24 2021-02-18 21:07:22.286 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:366 : local 'testcmd=ip -o link | grep -q br-data' 2021-02-18 21:07:22.288 | + 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-02-18 21:07:22.290 | + functions-common:test_with_retry:2269 : local 'testcmd=ip -o link | grep -q br-data' 2021-02-18 21:07:22.293 | + functions-common:test_with_retry:2270 : local 'failmsg=br-data creation failed' 2021-02-18 21:07:22.295 | + functions-common:test_with_retry:2271 : local until=10 2021-02-18 21:07:22.298 | + functions-common:test_with_retry:2272 : local sleep=0.5 2021-02-18 21:07:22.300 | + functions-common:test_with_retry:2274 : time_start test_with_retry 2021-02-18 21:07:22.303 | + functions-common:time_start:2317 : local name=test_with_retry 2021-02-18 21:07:22.305 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:07:22.307 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:07:22.310 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:07:22.314 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682442312 2021-02-18 21:07:22.317 | + functions-common:test_with_retry:2275 : timeout 10 sh -c 'while ! ip -o link | grep -q br-data; do sleep 0.5; done' 2021-02-18 21:07:22.324 | + functions-common:test_with_retry:2278 : time_stop test_with_retry 2021-02-18 21:07:22.327 | + functions-common:time_stop:2331 : local name 2021-02-18 21:07:22.329 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:07:22.331 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:07:22.334 | + functions-common:time_stop:2334 : local total 2021-02-18 21:07:22.336 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:07:22.338 | + functions-common:time_stop:2337 : name=test_with_retry 2021-02-18 21:07:22.341 | + functions-common:time_stop:2338 : start_time=1613682442312 2021-02-18 21:07:22.343 | + functions-common:time_stop:2340 : [[ -z 1613682442312 ]] 2021-02-18 21:07:22.346 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:07:22.350 | + functions-common:time_stop:2343 : end_time=1613682442347 2021-02-18 21:07:22.352 | + functions-common:time_stop:2344 : elapsed_time=35 2021-02-18 21:07:22.354 | + functions-common:time_stop:2345 : total=5599 2021-02-18 21:07:22.356 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:07:22.359 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=5634 2021-02-18 21:07:22.364 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : ip addr show dev br-data 2021-02-18 21:07:22.364 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : grep -c 172.30.1.1 2021-02-18 21:07:22.368 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ 0 == 0 ]] 2021-02-18 21:07:22.370 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ True == \F\a\l\s\e ]] 2021-02-18 21:07:22.373 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ False == \T\r\u\e ]] 2021-02-18 21:07:22.376 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ True == \T\r\u\e ]] 2021-02-18 21:07:22.378 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:369 : sudo ip addr add 172.30.1.1/24 dev br-data 2021-02-18 21:07:22.393 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:370 : sudo ip link set br-data up 2021-02-18 21:07:22.406 | ++ 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-02-18 21:07:22.407 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : awk -Fip_address '{ print $2 }' 2021-02-18 21:07:22.412 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : cut -f2 '-d'\''' 2021-02-18 21:07:22.412 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : tr '\n' ' ' 2021-02-18 21:07:24.722 | ++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:07:24.726 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : ROUTER_GW_IP=' 172.30.1.9 ' 2021-02-18 21:07:24.728 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:373 : die_if_not_set 373 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2021-02-18 21:07:24.731 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-02-18 21:07:24.749 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:375 : _neutron_set_router_id 2021-02-18 21:07:24.753 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:146 : [[ True == \F\a\l\s\e ]] 2021-02-18 21:07:24.756 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:258 : [[ 4 =~ .*6 ]] 2021-02-18 21:07:24.759 | + ./stack.sh:main:1304 : is_service_enabled nova 2021-02-18 21:07:24.781 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:07:24.783 | + ./stack.sh:main:1305 : echo_summary 'Starting Nova' 2021-02-18 21:07:24.786 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:07:24.788 | + ./stack.sh:echo_summary:421 : echo -e Starting Nova 2021-02-18 21:07:24.791 | + ./stack.sh:main:1306 : start_nova 2021-02-18 21:07:24.793 | + lib/nova:start_nova:1050 : start_nova_rest 2021-02-18 21:07:24.797 | + lib/nova:start_nova_rest:948 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:07:24.799 | + lib/nova:start_nova_rest:949 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:07:24.802 | + lib/nova:start_nova_rest:949 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:07:24.805 | + lib/nova:start_nova_rest:951 : local api_cell_conf=/etc/nova/nova.conf 2021-02-18 21:07:24.807 | + lib/nova:start_nova_rest:952 : local compute_cell_conf=/etc/nova/nova.conf 2021-02-18 21:07:24.812 | + lib/nova:start_nova_rest:954 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-18 21:07:24.814 | + functions-common:run_process:1582 : local service=n-sch 2021-02-18 21:07:24.817 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-18 21:07:24.820 | + functions-common:run_process:1584 : local group= 2021-02-18 21:07:24.822 | + functions-common:run_process:1585 : local user= 2021-02-18 21:07:24.825 | + functions-common:run_process:1587 : local name=n-sch 2021-02-18 21:07:24.828 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:07:24.831 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:07:24.834 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:07:24.836 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:07:24.841 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:07:24.845 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682444842 2021-02-18 21:07:24.847 | + functions-common:run_process:1590 : is_service_enabled n-sch 2021-02-18 21:07:24.868 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:07:24.871 | + functions-common:run_process:1591 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' 2021-02-18 21:07:24.874 | + functions-common:_run_under_systemd:1547 : local service=n-sch 2021-02-18 21:07:24.876 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-18 21:07:24.879 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-18 21:07:24.882 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-18 21:07:24.884 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-18 21:07:24.887 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2021-02-18 21:07:24.890 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2021-02-18 21:07:24.892 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@n-sch.service 2021-02-18 21:07:24.895 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:07:24.898 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:07:24.900 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2021-02-18 21:07:24.903 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' ubuntu 2021-02-18 21:07:24.906 | + functions-common:write_user_unit_file:1464 : local service=devstack@n-sch.service 2021-02-18 21:07:24.909 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-18 21:07:24.911 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:07:24.914 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:07:24.916 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:07:24.918 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:07:24.921 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2021-02-18 21:07:24.924 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:07:24.928 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2021-02-18 21:07:24.989 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User ubuntu 2021-02-18 21:07:25.052 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-18 21:07:25.101 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2021-02-18 21:07:25.151 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2021-02-18 21:07:25.202 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:07:25.251 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:07:25.254 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2021-02-18 21:07:25.310 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:07:25.533 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@n-sch.service 2021-02-18 21:07:25.546 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2021-02-18 21:07:25.774 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@n-sch.service 2021-02-18 21:07:25.794 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:07:25.797 | + functions-common:time_stop:2331 : local name 2021-02-18 21:07:25.799 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:07:25.802 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:07:25.804 | + functions-common:time_stop:2334 : local total 2021-02-18 21:07:25.807 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:07:25.810 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:07:25.813 | + functions-common:time_stop:2338 : start_time=1613682444842 2021-02-18 21:07:25.815 | + functions-common:time_stop:2340 : [[ -z 1613682444842 ]] 2021-02-18 21:07:25.818 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:07:25.822 | + functions-common:time_stop:2343 : end_time=1613682445819 2021-02-18 21:07:25.824 | + functions-common:time_stop:2344 : elapsed_time=977 2021-02-18 21:07:25.827 | + functions-common:time_stop:2345 : total=17250 2021-02-18 21:07:25.830 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:07:25.832 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=18227 2021-02-18 21:07:25.835 | + lib/nova:start_nova_rest:955 : '[' True == False ']' 2021-02-18 21:07:25.838 | ++ lib/nova:start_nova_rest:958 : which uwsgi 2021-02-18 21:07:25.842 | + lib/nova:start_nova_rest:958 : run_process n-api-meta '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-18 21:07:25.845 | + functions-common:run_process:1582 : local service=n-api-meta 2021-02-18 21:07:25.847 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-18 21:07:25.850 | + functions-common:run_process:1584 : local group= 2021-02-18 21:07:25.852 | + functions-common:run_process:1585 : local user= 2021-02-18 21:07:25.855 | + functions-common:run_process:1587 : local name=n-api-meta 2021-02-18 21:07:25.857 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:07:25.860 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:07:25.862 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:07:25.865 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:07:25.868 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:07:25.871 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682445869 2021-02-18 21:07:25.874 | + functions-common:run_process:1590 : is_service_enabled n-api-meta 2021-02-18 21:07:25.891 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:07:25.893 | + functions-common:run_process:1591 : _run_under_systemd n-api-meta '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' 2021-02-18 21:07:25.896 | + functions-common:_run_under_systemd:1547 : local service=n-api-meta 2021-02-18 21:07:25.899 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-18 21:07:25.901 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-18 21:07:25.904 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-18 21:07:25.907 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-18 21:07:25.909 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2021-02-18 21:07:25.912 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2021-02-18 21:07:25.915 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@n-api-meta.service 2021-02-18 21:07:25.917 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:07:25.920 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:07:25.923 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2021-02-18 21:07:25.925 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' ubuntu 2021-02-18 21:07:25.928 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@n-api-meta.service 2021-02-18 21:07:25.931 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-18 21:07:25.933 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-02-18 21:07:25.936 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-02-18 21:07:25.939 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2021-02-18 21:07:25.941 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-02-18 21:07:25.946 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2021-02-18 21:07:26.003 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2021-02-18 21:07:26.061 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User ubuntu 2021-02-18 21:07:26.121 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-18 21:07:26.170 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:07:26.218 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2021-02-18 21:07:26.266 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2021-02-18 21:07:26.313 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2021-02-18 21:07:26.360 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2021-02-18 21:07:26.409 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2021-02-18 21:07:26.457 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-02-18 21:07:26.460 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2021-02-18 21:07:26.518 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-02-18 21:07:26.750 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@n-api-meta.service 2021-02-18 21:07:26.764 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2021-02-18 21:07:26.994 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@n-api-meta.service 2021-02-18 21:07:27.073 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:07:27.084 | + functions-common:time_stop:2331 : local name 2021-02-18 21:07:27.089 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:07:27.091 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:07:27.098 | + functions-common:time_stop:2334 : local total 2021-02-18 21:07:27.100 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:07:27.103 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:07:27.105 | + functions-common:time_stop:2338 : start_time=1613682445869 2021-02-18 21:07:27.108 | + functions-common:time_stop:2340 : [[ -z 1613682445869 ]] 2021-02-18 21:07:27.115 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:07:27.119 | + functions-common:time_stop:2343 : end_time=1613682447116 2021-02-18 21:07:27.126 | + functions-common:time_stop:2344 : elapsed_time=1247 2021-02-18 21:07:27.131 | + functions-common:time_stop:2345 : total=18227 2021-02-18 21:07:27.137 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:07:27.143 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=19474 2021-02-18 21:07:27.153 | + lib/nova:start_nova_rest:961 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:07:27.156 | + lib/nova:start_nova_rest:961 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:07:27.158 | + lib/nova:start_nova:1051 : start_nova_console_proxies 2021-02-18 21:07:27.162 | + lib/nova:start_nova_console_proxies:976 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:07:27.165 | + lib/nova:start_nova_console_proxies:978 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:07:27.168 | + lib/nova:start_nova_console_proxies:978 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:07:27.171 | + lib/nova:start_nova_console_proxies:980 : local api_cell_conf=/etc/nova/nova.conf 2021-02-18 21:07:27.174 | + lib/nova:start_nova_console_proxies:982 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-02-18 21:07:27.176 | + lib/nova:start_nova_console_proxies:988 : enable_nova_console_proxies 2021-02-18 21:07:27.181 | ++ lib/nova:enable_nova_console_proxies:965 : seq 1 1 2021-02-18 21:07:27.183 | + lib/nova:enable_nova_console_proxies:965 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-18 21:07:27.186 | + lib/nova:enable_nova_console_proxies:966 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-02-18 21:07:27.189 | + lib/nova:enable_nova_console_proxies:967 : is_service_enabled n-novnc 2021-02-18 21:07:27.206 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:07:27.209 | + lib/nova:enable_nova_console_proxies:966 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-02-18 21:07:27.212 | + lib/nova:enable_nova_console_proxies:967 : is_service_enabled n-xvnc 2021-02-18 21:07:27.230 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:07:27.233 | + lib/nova:enable_nova_console_proxies:966 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-02-18 21:07:27.236 | + lib/nova:enable_nova_console_proxies:967 : is_service_enabled n-spice 2021-02-18 21:07:27.255 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:07:27.258 | + lib/nova:enable_nova_console_proxies:966 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-02-18 21:07:27.261 | + lib/nova:enable_nova_console_proxies:967 : is_service_enabled n-sproxy 2021-02-18 21:07:27.281 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:07:27.285 | ++ lib/nova:start_nova_console_proxies:989 : seq 1 1 2021-02-18 21:07:27.287 | + lib/nova:start_nova_console_proxies:989 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-18 21:07:27.290 | + lib/nova:start_nova_console_proxies:990 : local conf 2021-02-18 21:07:27.294 | ++ lib/nova:start_nova_console_proxies:991 : conductor_conf 1 2021-02-18 21:07:27.296 | ++ lib/nova:conductor_conf:741 : local cell=1 2021-02-18 21:07:27.299 | ++ lib/nova:conductor_conf:742 : echo /etc/nova/nova_cell1.conf 2021-02-18 21:07:27.302 | + lib/nova:start_nova_console_proxies:991 : conf=/etc/nova/nova_cell1.conf 2021-02-18 21:07:27.304 | + lib/nova:start_nova_console_proxies:992 : run_process n-novnc-cell1 '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-02-18 21:07:27.307 | + functions-common:run_process:1582 : local service=n-novnc-cell1 2021-02-18 21:07:27.314 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-02-18 21:07:27.317 | + functions-common:run_process:1584 : local group= 2021-02-18 21:07:27.319 | + functions-common:run_process:1585 : local user= 2021-02-18 21:07:27.326 | + functions-common:run_process:1587 : local name=n-novnc-cell1 2021-02-18 21:07:27.330 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:07:27.332 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:07:27.335 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:07:27.337 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:07:27.344 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:07:27.352 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682447344 2021-02-18 21:07:27.361 | + functions-common:run_process:1590 : is_service_enabled n-novnc-cell1 2021-02-18 21:07:27.406 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:07:27.416 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:07:27.420 | + functions-common:time_stop:2331 : local name 2021-02-18 21:07:27.424 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:07:27.428 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:07:27.432 | + functions-common:time_stop:2334 : local total 2021-02-18 21:07:27.445 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:07:27.452 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:07:27.460 | + functions-common:time_stop:2338 : start_time=1613682447344 2021-02-18 21:07:27.469 | + functions-common:time_stop:2340 : [[ -z 1613682447344 ]] 2021-02-18 21:07:27.478 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:07:27.488 | + functions-common:time_stop:2343 : end_time=1613682447479 2021-02-18 21:07:27.497 | + functions-common:time_stop:2344 : elapsed_time=135 2021-02-18 21:07:27.504 | + functions-common:time_stop:2345 : total=19474 2021-02-18 21:07:27.511 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:07:27.520 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=19609 2021-02-18 21:07:27.529 | + lib/nova:start_nova_console_proxies:993 : run_process n-xvnc-cell1 '/usr/local/bin/nova-xvpvncproxy --config-file /etc/nova/nova_cell1.conf' 2021-02-18 21:07:27.537 | + functions-common:run_process:1582 : local service=n-xvnc-cell1 2021-02-18 21:07:27.542 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-xvpvncproxy --config-file /etc/nova/nova_cell1.conf' 2021-02-18 21:07:27.551 | + functions-common:run_process:1584 : local group= 2021-02-18 21:07:27.558 | + functions-common:run_process:1585 : local user= 2021-02-18 21:07:27.567 | + functions-common:run_process:1587 : local name=n-xvnc-cell1 2021-02-18 21:07:27.567 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:07:27.573 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:07:27.579 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:07:27.582 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:07:27.592 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:07:27.606 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682447594 2021-02-18 21:07:27.617 | + functions-common:run_process:1590 : is_service_enabled n-xvnc-cell1 2021-02-18 21:07:27.654 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:07:27.658 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:07:27.667 | + functions-common:time_stop:2331 : local name 2021-02-18 21:07:27.674 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:07:27.676 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:07:27.681 | + functions-common:time_stop:2334 : local total 2021-02-18 21:07:27.685 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:07:27.686 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:07:27.689 | + functions-common:time_stop:2338 : start_time=1613682447594 2021-02-18 21:07:27.691 | + functions-common:time_stop:2340 : [[ -z 1613682447594 ]] 2021-02-18 21:07:27.695 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:07:27.699 | + functions-common:time_stop:2343 : end_time=1613682447695 2021-02-18 21:07:27.702 | + functions-common:time_stop:2344 : elapsed_time=101 2021-02-18 21:07:27.704 | + functions-common:time_stop:2345 : total=19609 2021-02-18 21:07:27.707 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:07:27.709 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=19710 2021-02-18 21:07:27.712 | + lib/nova:start_nova_console_proxies:994 : run_process n-spice-cell1 '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-02-18 21:07:27.718 | + functions-common:run_process:1582 : local service=n-spice-cell1 2021-02-18 21:07:27.720 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-02-18 21:07:27.723 | + functions-common:run_process:1584 : local group= 2021-02-18 21:07:27.725 | + functions-common:run_process:1585 : local user= 2021-02-18 21:07:27.728 | + functions-common:run_process:1587 : local name=n-spice-cell1 2021-02-18 21:07:27.730 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:07:27.733 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:07:27.735 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:07:27.738 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:07:27.742 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:07:27.744 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682447741 2021-02-18 21:07:27.747 | + functions-common:run_process:1590 : is_service_enabled n-spice-cell1 2021-02-18 21:07:27.765 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:07:27.768 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:07:27.770 | + functions-common:time_stop:2331 : local name 2021-02-18 21:07:27.773 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:07:27.775 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:07:27.777 | + functions-common:time_stop:2334 : local total 2021-02-18 21:07:27.781 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:07:27.783 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:07:27.785 | + functions-common:time_stop:2338 : start_time=1613682447741 2021-02-18 21:07:27.788 | + functions-common:time_stop:2340 : [[ -z 1613682447741 ]] 2021-02-18 21:07:27.792 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:07:27.795 | + functions-common:time_stop:2343 : end_time=1613682447792 2021-02-18 21:07:27.797 | + functions-common:time_stop:2344 : elapsed_time=51 2021-02-18 21:07:27.799 | + functions-common:time_stop:2345 : total=19710 2021-02-18 21:07:27.802 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:07:27.804 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=19761 2021-02-18 21:07:27.807 | + lib/nova:start_nova_console_proxies:995 : run_process n-sproxy-cell1 '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2021-02-18 21:07:27.809 | + functions-common:run_process:1582 : local service=n-sproxy-cell1 2021-02-18 21:07:27.812 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2021-02-18 21:07:27.815 | + functions-common:run_process:1584 : local group= 2021-02-18 21:07:27.817 | + functions-common:run_process:1585 : local user= 2021-02-18 21:07:27.820 | + functions-common:run_process:1587 : local name=n-sproxy-cell1 2021-02-18 21:07:27.822 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:07:27.825 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:07:27.828 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:07:27.830 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:07:27.835 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:07:27.837 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682447834 2021-02-18 21:07:27.840 | + functions-common:run_process:1590 : is_service_enabled n-sproxy-cell1 2021-02-18 21:07:27.860 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:07:27.863 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:07:27.865 | + functions-common:time_stop:2331 : local name 2021-02-18 21:07:27.867 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:07:27.870 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:07:27.872 | + functions-common:time_stop:2334 : local total 2021-02-18 21:07:27.875 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:07:27.877 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:07:27.879 | + functions-common:time_stop:2338 : start_time=1613682447834 2021-02-18 21:07:27.882 | + functions-common:time_stop:2340 : [[ -z 1613682447834 ]] 2021-02-18 21:07:27.886 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:07:27.889 | + functions-common:time_stop:2343 : end_time=1613682447885 2021-02-18 21:07:27.892 | + functions-common:time_stop:2344 : elapsed_time=51 2021-02-18 21:07:27.894 | + functions-common:time_stop:2345 : total=19761 2021-02-18 21:07:27.896 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:07:27.899 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=19812 2021-02-18 21:07:27.902 | + lib/nova:start_nova_console_proxies:999 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:07:27.904 | + lib/nova:start_nova_console_proxies:999 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:07:27.907 | + lib/nova:start_nova:1052 : start_nova_conductor 2021-02-18 21:07:27.910 | + lib/nova:start_nova_conductor:1012 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-02-18 21:07:27.912 | + lib/nova:start_nova_conductor:1018 : enable_nova_fleet 2021-02-18 21:07:27.915 | + lib/nova:enable_nova_fleet:1003 : is_service_enabled n-cond 2021-02-18 21:07:27.933 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:07:27.936 | + lib/nova:enable_nova_fleet:1004 : enable_service n-super-cond 2021-02-18 21:07:27.993 | ++ lib/nova:enable_nova_fleet:1005 : seq 1 1 2021-02-18 21:07:27.997 | + lib/nova:enable_nova_fleet:1005 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-18 21:07:27.999 | + lib/nova:enable_nova_fleet:1006 : enable_service n-cond-cell1 2021-02-18 21:07:28.049 | + lib/nova:start_nova_conductor:1019 : is_service_enabled n-super-cond 2021-02-18 21:07:28.068 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:07:28.072 | + lib/nova:start_nova_conductor:1020 : run_process n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-18 21:07:28.076 | + functions-common:run_process:1582 : local service=n-super-cond 2021-02-18 21:07:28.076 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-18 21:07:28.080 | + functions-common:run_process:1584 : local group= 2021-02-18 21:07:28.082 | + functions-common:run_process:1585 : local user= 2021-02-18 21:07:28.088 | + functions-common:run_process:1587 : local name=n-super-cond 2021-02-18 21:07:28.088 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:07:28.088 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:07:28.092 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:07:28.096 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:07:28.102 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:07:28.110 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682448102 2021-02-18 21:07:28.114 | + functions-common:run_process:1590 : is_service_enabled n-super-cond 2021-02-18 21:07:28.144 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:07:28.147 | + functions-common:run_process:1591 : _run_under_systemd n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' 2021-02-18 21:07:28.150 | + functions-common:_run_under_systemd:1547 : local service=n-super-cond 2021-02-18 21:07:28.152 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-18 21:07:28.155 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-18 21:07:28.158 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-18 21:07:28.161 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-18 21:07:28.163 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2021-02-18 21:07:28.166 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2021-02-18 21:07:28.168 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@n-super-cond.service 2021-02-18 21:07:28.171 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:07:28.173 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:07:28.176 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2021-02-18 21:07:28.178 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@n-super-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' ubuntu 2021-02-18 21:07:28.181 | + functions-common:write_user_unit_file:1464 : local service=devstack@n-super-cond.service 2021-02-18 21:07:28.183 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-18 21:07:28.186 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:07:28.188 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:07:28.190 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:07:28.192 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:07:28.195 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@n-super-cond.service 2021-02-18 21:07:28.197 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:07:28.202 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Unit Description 'Devstack devstack@n-super-cond.service' 2021-02-18 21:07:28.265 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service User ubuntu 2021-02-18 21:07:28.326 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-18 21:07:28.383 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service KillMode process 2021-02-18 21:07:28.439 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service TimeoutStopSec 300 2021-02-18 21:07:28.494 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:07:28.550 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:07:28.552 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Install WantedBy multi-user.target 2021-02-18 21:07:28.627 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:07:28.884 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@n-super-cond.service 2021-02-18 21:07:28.899 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-super-cond.service → /etc/systemd/system/devstack@n-super-cond.service. 2021-02-18 21:07:29.134 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@n-super-cond.service 2021-02-18 21:07:29.156 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:07:29.158 | + functions-common:time_stop:2331 : local name 2021-02-18 21:07:29.162 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:07:29.164 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:07:29.167 | + functions-common:time_stop:2334 : local total 2021-02-18 21:07:29.170 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:07:29.174 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:07:29.176 | + functions-common:time_stop:2338 : start_time=1613682448102 2021-02-18 21:07:29.182 | + functions-common:time_stop:2340 : [[ -z 1613682448102 ]] 2021-02-18 21:07:29.186 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:07:29.189 | + functions-common:time_stop:2343 : end_time=1613682449185 2021-02-18 21:07:29.196 | + functions-common:time_stop:2344 : elapsed_time=1083 2021-02-18 21:07:29.201 | + functions-common:time_stop:2345 : total=19812 2021-02-18 21:07:29.206 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:07:29.213 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=20895 2021-02-18 21:07:29.224 | ++ lib/nova:start_nova_conductor:1022 : seq 1 1 2021-02-18 21:07:29.239 | + lib/nova:start_nova_conductor:1022 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-18 21:07:29.245 | + lib/nova:start_nova_conductor:1023 : is_service_enabled n-cond-cell1 2021-02-18 21:07:29.298 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:07:29.302 | + lib/nova:start_nova_conductor:1024 : local conf 2021-02-18 21:07:29.312 | ++ lib/nova:start_nova_conductor:1025 : conductor_conf 1 2021-02-18 21:07:29.324 | ++ lib/nova:conductor_conf:741 : local cell=1 2021-02-18 21:07:29.332 | ++ lib/nova:conductor_conf:742 : echo /etc/nova/nova_cell1.conf 2021-02-18 21:07:29.337 | + lib/nova:start_nova_conductor:1025 : conf=/etc/nova/nova_cell1.conf 2021-02-18 21:07:29.345 | + lib/nova:start_nova_conductor:1026 : run_process n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-18 21:07:29.353 | + functions-common:run_process:1582 : local service=n-cond-cell1 2021-02-18 21:07:29.361 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-18 21:07:29.369 | + functions-common:run_process:1584 : local group= 2021-02-18 21:07:29.377 | + functions-common:run_process:1585 : local user= 2021-02-18 21:07:29.385 | + functions-common:run_process:1587 : local name=n-cond-cell1 2021-02-18 21:07:29.400 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:07:29.409 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:07:29.417 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:07:29.425 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:07:29.436 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:07:29.453 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682449441 2021-02-18 21:07:29.465 | + functions-common:run_process:1590 : is_service_enabled n-cond-cell1 2021-02-18 21:07:29.513 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:07:29.521 | + functions-common:run_process:1591 : _run_under_systemd n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' '' 2021-02-18 21:07:29.529 | + functions-common:_run_under_systemd:1547 : local service=n-cond-cell1 2021-02-18 21:07:29.534 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-18 21:07:29.541 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-18 21:07:29.549 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-18 21:07:29.557 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-18 21:07:29.563 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ sudo ]] 2021-02-18 21:07:29.577 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ ^/ ]] 2021-02-18 21:07:29.585 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@n-cond-cell1.service 2021-02-18 21:07:29.593 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:07:29.600 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:07:29.609 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ uwsgi ]] 2021-02-18 21:07:29.617 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@n-cond-cell1.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' ubuntu 2021-02-18 21:07:29.625 | + functions-common:write_user_unit_file:1464 : local service=devstack@n-cond-cell1.service 2021-02-18 21:07:29.629 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-18 21:07:29.637 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:07:29.645 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:07:29.654 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:07:29.661 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:07:29.664 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@n-cond-cell1.service 2021-02-18 21:07:29.666 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:07:29.675 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Unit Description 'Devstack devstack@n-cond-cell1.service' 2021-02-18 21:07:29.780 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service User ubuntu 2021-02-18 21:07:29.898 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-18 21:07:29.984 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service KillMode process 2021-02-18 21:07:30.088 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service TimeoutStopSec 300 2021-02-18 21:07:30.185 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:07:30.258 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:07:30.262 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Install WantedBy multi-user.target 2021-02-18 21:07:30.339 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:07:30.587 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@n-cond-cell1.service 2021-02-18 21:07:30.602 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond-cell1.service → /etc/systemd/system/devstack@n-cond-cell1.service. 2021-02-18 21:07:30.851 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@n-cond-cell1.service 2021-02-18 21:07:30.878 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:07:30.880 | + functions-common:time_stop:2331 : local name 2021-02-18 21:07:30.883 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:07:30.886 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:07:30.890 | + functions-common:time_stop:2334 : local total 2021-02-18 21:07:30.894 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:07:30.898 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:07:30.905 | + functions-common:time_stop:2338 : start_time=1613682449441 2021-02-18 21:07:30.910 | + functions-common:time_stop:2340 : [[ -z 1613682449441 ]] 2021-02-18 21:07:30.916 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:07:30.925 | + functions-common:time_stop:2343 : end_time=1613682450917 2021-02-18 21:07:30.930 | + functions-common:time_stop:2344 : elapsed_time=1476 2021-02-18 21:07:30.934 | + functions-common:time_stop:2345 : total=20895 2021-02-18 21:07:30.941 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:07:30.949 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=22371 2021-02-18 21:07:30.957 | + lib/nova:start_nova:1053 : start_nova_compute 2021-02-18 21:07:30.965 | + lib/nova:start_nova_compute:883 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:07:30.973 | + lib/nova:start_nova_compute:884 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:07:30.978 | + lib/nova:start_nova_compute:884 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:07:30.982 | + lib/nova:start_nova_compute:886 : local compute_cell_conf=/etc/nova/nova.conf 2021-02-18 21:07:30.987 | + lib/nova:start_nova_compute:889 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2021-02-18 21:07:30.996 | + lib/nova:start_nova_compute:891 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2021-02-18 21:07:31.002 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-02-18 21:07:31.006 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-02-18 21:07:31.013 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2021-02-18 21:07:31.017 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-02-18 21:07:31.028 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2021-02-18 21:07:31.036 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2021-02-18 21:07:31.048 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2021-02-18 21:07:31.058 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2021-02-18 21:07:31.064 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2021-02-18 21:07:31.068 | + inc/meta-config:merge_config_file:164 : read a 2021-02-18 21:07:31.072 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-02-18 21:07:31.072 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2021-02-18 21:07:31.072 | BEGIN { 2021-02-18 21:07:31.072 | section = "" 2021-02-18 21:07:31.072 | last_section = "" 2021-02-18 21:07:31.072 | section_count = 0 2021-02-18 21:07:31.072 | } 2021-02-18 21:07:31.072 | /^\[.+\]/ { 2021-02-18 21:07:31.072 | gsub("[][]", "", $1); 2021-02-18 21:07:31.072 | section=$1 2021-02-18 21:07:31.072 | next 2021-02-18 21:07:31.072 | } 2021-02-18 21:07:31.072 | /^ *\#/ { 2021-02-18 21:07:31.072 | next 2021-02-18 21:07:31.072 | } 2021-02-18 21:07:31.072 | /^[^ \t]+/ { 2021-02-18 21:07:31.073 | # get offset of first = in $0 2021-02-18 21:07:31.073 | eq_idx = index($0, "=") 2021-02-18 21:07:31.073 | # extract attr & value from $0 2021-02-18 21:07:31.073 | attr = substr($0, 1, eq_idx - 1) 2021-02-18 21:07:31.073 | value = substr($0, eq_idx + 1) 2021-02-18 21:07:31.073 | # only need to strip trailing whitespace from attr 2021-02-18 21:07:31.073 | sub(/[ \t]*$/, "", attr) 2021-02-18 21:07:31.073 | # need to strip leading & trailing whitespace from value 2021-02-18 21:07:31.073 | sub(/^[ \t]*/, "", value) 2021-02-18 21:07:31.073 | sub(/[ \t]*$/, "", value) 2021-02-18 21:07:31.073 | 2021-02-18 21:07:31.073 | # cfg_attr_count: number of config lines per [section, attr] 2021-02-18 21:07:31.073 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-02-18 21:07:31.073 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-02-18 21:07:31.073 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-02-18 21:07:31.073 | if (! (section, attr) in cfg_attr_count) { 2021-02-18 21:07:31.073 | if (section != last_section) { 2021-02-18 21:07:31.073 | cfg_section[section_count++] = section 2021-02-18 21:07:31.073 | last_section = section 2021-02-18 21:07:31.073 | } 2021-02-18 21:07:31.073 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-02-18 21:07:31.073 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-02-18 21:07:31.073 | 2021-02-18 21:07:31.073 | cfg_attr[section, attr, 0] = value 2021-02-18 21:07:31.073 | cfg_attr_count[section, attr] = 1 2021-02-18 21:07:31.073 | } else { 2021-02-18 21:07:31.073 | lno = cfg_attr_count[section, attr]++ 2021-02-18 21:07:31.073 | cfg_attr[section, attr, lno] = value 2021-02-18 21:07:31.073 | } 2021-02-18 21:07:31.073 | } 2021-02-18 21:07:31.073 | END { 2021-02-18 21:07:31.073 | # Process each section in order 2021-02-18 21:07:31.073 | for (sno = 0; sno < section_count; sno++) { 2021-02-18 21:07:31.074 | section = cfg_section[sno] 2021-02-18 21:07:31.074 | # The ini routines simply append a config item immediately 2021-02-18 21:07:31.074 | # after the section header. To keep the same order as defined 2021-02-18 21:07:31.074 | # in local.conf, invoke the ini routines in the reverse order 2021-02-18 21:07:31.074 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-02-18 21:07:31.074 | attr = cfg_sec_attr_name[sno, attr_no] 2021-02-18 21:07:31.074 | if (cfg_attr_count[section, attr] == 1) 2021-02-18 21:07:31.074 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-02-18 21:07:31.074 | else { 2021-02-18 21:07:31.074 | # For multiline, invoke the ini routines in the reverse order 2021-02-18 21:07:31.074 | count = cfg_attr_count[section, attr] 2021-02-18 21:07:31.074 | print "inidelete " configfile " " section " " attr 2021-02-18 21:07:31.074 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-02-18 21:07:31.074 | for (l = count -2; l >= 0; l--) 2021-02-18 21:07:31.074 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-02-18 21:07:31.074 | } 2021-02-18 21:07:31.074 | } 2021-02-18 21:07:31.074 | } 2021-02-18 21:07:31.074 | } 2021-02-18 21:07:31.074 | ' 2021-02-18 21:07:31.080 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-02-18 21:07:31.088 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2021-02-18 21:07:31.100 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-18 21:07:31.108 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2021-02-18 21:07:31.116 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2021-02-18 21:07:31.117 | BEGIN { group = "" } 2021-02-18 21:07:31.117 | /^\[\[.+\|.*\]\]/ { 2021-02-18 21:07:31.117 | gsub("[][]", "", $1); 2021-02-18 21:07:31.117 | split($1, a, "|"); 2021-02-18 21:07:31.117 | if (a[1] == matchgroup && a[2] == configfile) { 2021-02-18 21:07:31.117 | group=a[1] 2021-02-18 21:07:31.117 | } else { 2021-02-18 21:07:31.117 | group="" 2021-02-18 21:07:31.117 | } 2021-02-18 21:07:31.117 | next 2021-02-18 21:07:31.117 | } 2021-02-18 21:07:31.117 | { 2021-02-18 21:07:31.117 | if (group != "") 2021-02-18 21:07:31.117 | print $0 2021-02-18 21:07:31.117 | } 2021-02-18 21:07:31.117 | ' /home/ubuntu/devstack/local.conf 2021-02-18 21:07:31.128 | + lib/nova:start_nova_compute:893 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-02-18 21:07:31.131 | + lib/nova:start_nova_compute:900 : iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True 2021-02-18 21:07:31.188 | + lib/nova:start_nova_compute:903 : iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False 2021-02-18 21:07:31.256 | + lib/nova:start_nova_compute:904 : iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1 2021-02-18 21:07:31.264 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-02-18 21:07:31.274 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova-cpu.conf 2021-02-18 21:07:31.278 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-02-18 21:07:31.284 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2021-02-18 21:07:31.292 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-02-18 21:07:31.328 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:07:31.334 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2021-02-18 21:07:31.339 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2021-02-18 21:07:31.353 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-02-18 21:07:31.396 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:07:31.408 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/nova_cell1 2021-02-18 21:07:31.417 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova-cpu.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/nova_cell1 2021-02-18 21:07:31.473 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-02-18 21:07:31.482 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-02-18 21:07:31.488 | + lib/nova:start_nova_compute:908 : inidelete /etc/nova/nova-cpu.conf database connection 2021-02-18 21:07:31.537 | + lib/nova:start_nova_compute:909 : inidelete /etc/nova/nova-cpu.conf api_database connection 2021-02-18 21:07:31.585 | + lib/nova:start_nova_compute:914 : configure_console_compute 2021-02-18 21:07:31.593 | + lib/nova:configure_console_compute:619 : local offset 2021-02-18 21:07:31.601 | + lib/nova:configure_console_compute:620 : offset=0 2021-02-18 21:07:31.609 | + lib/nova:configure_console_compute:624 : local default_proxyclient_addr 2021-02-18 21:07:31.616 | ++ lib/nova:configure_console_compute:625 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2021-02-18 21:07:31.671 | + lib/nova:configure_console_compute:625 : default_proxyclient_addr=10.222.0.41 2021-02-18 21:07:31.681 | + lib/nova:configure_console_compute:629 : is_service_enabled n-cpu 2021-02-18 21:07:31.717 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:07:31.725 | + lib/nova:configure_console_compute:647 : is_service_enabled n-novnc 2021-02-18 21:07:31.765 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:07:31.772 | + lib/nova:configure_console_compute:647 : is_service_enabled n-xvnc 2021-02-18 21:07:31.821 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:07:31.827 | + lib/nova:configure_console_compute:647 : '[' False '!=' False ']' 2021-02-18 21:07:31.836 | + lib/nova:configure_console_compute:655 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2021-02-18 21:07:31.885 | + lib/nova:configure_console_compute:658 : is_service_enabled n-spice 2021-02-18 21:07:31.922 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:07:31.925 | + lib/nova:configure_console_compute:668 : is_service_enabled n-sproxy 2021-02-18 21:07:31.952 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:07:31.960 | + lib/nova:start_nova_compute:916 : [[ libvirt = \l\i\b\v\i\r\t ]] 2021-02-18 21:07:31.963 | + lib/nova:start_nova_compute:920 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt 2021-02-18 21:07:31.965 | + functions-common:run_process:1582 : local service=n-cpu 2021-02-18 21:07:31.968 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2021-02-18 21:07:31.970 | + functions-common:run_process:1584 : local group=libvirt 2021-02-18 21:07:31.973 | + functions-common:run_process:1585 : local user= 2021-02-18 21:07:31.975 | + functions-common:run_process:1587 : local name=n-cpu 2021-02-18 21:07:31.978 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:07:31.980 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:07:31.983 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:07:31.988 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:07:32.008 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:07:32.017 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682452009 2021-02-18 21:07:32.025 | + functions-common:run_process:1590 : is_service_enabled n-cpu 2021-02-18 21:07:32.063 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:07:32.069 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:07:32.077 | + functions-common:time_stop:2331 : local name 2021-02-18 21:07:32.082 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:07:32.089 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:07:32.093 | + functions-common:time_stop:2334 : local total 2021-02-18 21:07:32.101 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:07:32.109 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:07:32.117 | + functions-common:time_stop:2338 : start_time=1613682452009 2021-02-18 21:07:32.123 | + functions-common:time_stop:2340 : [[ -z 1613682452009 ]] 2021-02-18 21:07:32.133 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:07:32.145 | + functions-common:time_stop:2343 : end_time=1613682452136 2021-02-18 21:07:32.153 | + functions-common:time_stop:2344 : elapsed_time=127 2021-02-18 21:07:32.159 | + functions-common:time_stop:2345 : total=22371 2021-02-18 21:07:32.164 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:07:32.172 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=22498 2021-02-18 21:07:32.178 | + lib/nova:start_nova_compute:942 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:07:32.186 | + lib/nova:start_nova_compute:942 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-18 21:07:32.190 | + lib/nova:start_nova:1054 : is_service_enabled n-api 2021-02-18 21:07:32.238 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:07:32.248 | + lib/nova:start_nova:1056 : echo 'Dumping cells_v2 mapping' 2021-02-18 21:07:32.248 | Dumping cells_v2 mapping 2021-02-18 21:07:32.256 | + lib/nova:start_nova:1057 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2021-02-18 21:07:35.832 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-02-18 21:07:35.832 | | Name | UUID | Transport URL | Database Connection | Disabled | 2021-02-18 21:07:35.832 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-02-18 21:07:35.832 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8 | False | 2021-02-18 21:07:35.832 | | cell1 | bf06d925-dfba-493d-a50d-30da8445a130 | rabbit://stackrabbit:Passw0rd@10.222.0.41:5672/nova_cell1 | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8 | False | 2021-02-18 21:07:35.832 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-02-18 21:07:36.228 | + ./stack.sh:main:1307 : create_flavors 2021-02-18 21:07:36.230 | + lib/nova:create_flavors:1121 : is_service_enabled n-api 2021-02-18 21:07:36.246 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:07:36.249 | + lib/nova:create_flavors:1122 : openstack --os-region-name=RegionOne flavor list 2021-02-18 21:07:36.249 | + lib/nova:create_flavors:1122 : grep -q ds512M 2021-02-18 21:07:38.949 | + lib/nova:create_flavors:1124 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2021-02-18 21:07:41.525 | +----------------------------+-----------------------+ 2021-02-18 21:07:41.525 | | Field | Value | 2021-02-18 21:07:41.525 | +----------------------------+-----------------------+ 2021-02-18 21:07:41.525 | | OS-FLV-DISABLED:disabled | False | 2021-02-18 21:07:41.525 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-18 21:07:41.525 | | disk | 1 | 2021-02-18 21:07:41.525 | | id | c1 | 2021-02-18 21:07:41.525 | | name | cirros256 | 2021-02-18 21:07:41.525 | | os-flavor-access:is_public | True | 2021-02-18 21:07:41.525 | | properties | hw_rng:allowed='True' | 2021-02-18 21:07:41.526 | | ram | 256 | 2021-02-18 21:07:41.526 | | rxtx_factor | 1.0 | 2021-02-18 21:07:41.526 | | swap | | 2021-02-18 21:07:41.526 | | vcpus | 1 | 2021-02-18 21:07:41.526 | +----------------------------+-----------------------+ 2021-02-18 21:07:41.644 | + lib/nova:create_flavors:1125 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2021-02-18 21:07:43.947 | +----------------------------+-----------------------+ 2021-02-18 21:07:43.947 | | Field | Value | 2021-02-18 21:07:43.947 | +----------------------------+-----------------------+ 2021-02-18 21:07:43.947 | | OS-FLV-DISABLED:disabled | False | 2021-02-18 21:07:43.947 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-18 21:07:43.947 | | disk | 5 | 2021-02-18 21:07:43.947 | | id | d1 | 2021-02-18 21:07:43.947 | | name | ds512M | 2021-02-18 21:07:43.947 | | os-flavor-access:is_public | True | 2021-02-18 21:07:43.947 | | properties | hw_rng:allowed='True' | 2021-02-18 21:07:43.947 | | ram | 512 | 2021-02-18 21:07:43.947 | | rxtx_factor | 1.0 | 2021-02-18 21:07:43.947 | | swap | | 2021-02-18 21:07:43.947 | | vcpus | 1 | 2021-02-18 21:07:43.947 | +----------------------------+-----------------------+ 2021-02-18 21:07:44.068 | + lib/nova:create_flavors:1126 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2021-02-18 21:07:46.326 | +----------------------------+-----------------------+ 2021-02-18 21:07:46.326 | | Field | Value | 2021-02-18 21:07:46.326 | +----------------------------+-----------------------+ 2021-02-18 21:07:46.326 | | OS-FLV-DISABLED:disabled | False | 2021-02-18 21:07:46.326 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-18 21:07:46.326 | | disk | 10 | 2021-02-18 21:07:46.326 | | id | d2 | 2021-02-18 21:07:46.326 | | name | ds1G | 2021-02-18 21:07:46.326 | | os-flavor-access:is_public | True | 2021-02-18 21:07:46.326 | | properties | hw_rng:allowed='True' | 2021-02-18 21:07:46.326 | | ram | 1024 | 2021-02-18 21:07:46.326 | | rxtx_factor | 1.0 | 2021-02-18 21:07:46.326 | | swap | | 2021-02-18 21:07:46.326 | | vcpus | 1 | 2021-02-18 21:07:46.326 | +----------------------------+-----------------------+ 2021-02-18 21:07:46.445 | + lib/nova:create_flavors:1127 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2021-02-18 21:07:48.727 | +----------------------------+-----------------------+ 2021-02-18 21:07:48.727 | | Field | Value | 2021-02-18 21:07:48.727 | +----------------------------+-----------------------+ 2021-02-18 21:07:48.728 | | OS-FLV-DISABLED:disabled | False | 2021-02-18 21:07:48.728 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-18 21:07:48.728 | | disk | 10 | 2021-02-18 21:07:48.728 | | id | d3 | 2021-02-18 21:07:48.728 | | name | ds2G | 2021-02-18 21:07:48.728 | | os-flavor-access:is_public | True | 2021-02-18 21:07:48.728 | | properties | hw_rng:allowed='True' | 2021-02-18 21:07:48.728 | | ram | 2048 | 2021-02-18 21:07:48.728 | | rxtx_factor | 1.0 | 2021-02-18 21:07:48.728 | | swap | | 2021-02-18 21:07:48.728 | | vcpus | 2 | 2021-02-18 21:07:48.728 | +----------------------------+-----------------------+ 2021-02-18 21:07:48.847 | + lib/nova:create_flavors:1128 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2021-02-18 21:07:51.115 | +----------------------------+-----------------------+ 2021-02-18 21:07:51.116 | | Field | Value | 2021-02-18 21:07:51.116 | +----------------------------+-----------------------+ 2021-02-18 21:07:51.116 | | OS-FLV-DISABLED:disabled | False | 2021-02-18 21:07:51.116 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-18 21:07:51.116 | | disk | 20 | 2021-02-18 21:07:51.116 | | id | d4 | 2021-02-18 21:07:51.116 | | name | ds4G | 2021-02-18 21:07:51.116 | | os-flavor-access:is_public | True | 2021-02-18 21:07:51.116 | | properties | hw_rng:allowed='True' | 2021-02-18 21:07:51.116 | | ram | 4096 | 2021-02-18 21:07:51.116 | | rxtx_factor | 1.0 | 2021-02-18 21:07:51.116 | | swap | | 2021-02-18 21:07:51.116 | | vcpus | 4 | 2021-02-18 21:07:51.116 | +----------------------------+-----------------------+ 2021-02-18 21:07:51.235 | + lib/nova:create_flavors:1131 : openstack --os-region-name=RegionOne flavor list 2021-02-18 21:07:51.235 | + lib/nova:create_flavors:1131 : grep -q m1.tiny 2021-02-18 21:07:53.525 | + lib/nova:create_flavors:1132 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2021-02-18 21:07:55.807 | +----------------------------+-----------------------+ 2021-02-18 21:07:55.807 | | Field | Value | 2021-02-18 21:07:55.807 | +----------------------------+-----------------------+ 2021-02-18 21:07:55.807 | | OS-FLV-DISABLED:disabled | False | 2021-02-18 21:07:55.807 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-18 21:07:55.807 | | disk | 1 | 2021-02-18 21:07:55.807 | | id | 1 | 2021-02-18 21:07:55.807 | | name | m1.tiny | 2021-02-18 21:07:55.807 | | os-flavor-access:is_public | True | 2021-02-18 21:07:55.807 | | properties | hw_rng:allowed='True' | 2021-02-18 21:07:55.807 | | ram | 512 | 2021-02-18 21:07:55.807 | | rxtx_factor | 1.0 | 2021-02-18 21:07:55.807 | | swap | | 2021-02-18 21:07:55.807 | | vcpus | 1 | 2021-02-18 21:07:55.807 | +----------------------------+-----------------------+ 2021-02-18 21:07:55.924 | + lib/nova:create_flavors:1133 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2021-02-18 21:07:58.193 | +----------------------------+-----------------------+ 2021-02-18 21:07:58.194 | | Field | Value | 2021-02-18 21:07:58.194 | +----------------------------+-----------------------+ 2021-02-18 21:07:58.194 | | OS-FLV-DISABLED:disabled | False | 2021-02-18 21:07:58.194 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-18 21:07:58.194 | | disk | 20 | 2021-02-18 21:07:58.194 | | id | 2 | 2021-02-18 21:07:58.194 | | name | m1.small | 2021-02-18 21:07:58.194 | | os-flavor-access:is_public | True | 2021-02-18 21:07:58.194 | | properties | hw_rng:allowed='True' | 2021-02-18 21:07:58.194 | | ram | 2048 | 2021-02-18 21:07:58.194 | | rxtx_factor | 1.0 | 2021-02-18 21:07:58.194 | | swap | | 2021-02-18 21:07:58.194 | | vcpus | 1 | 2021-02-18 21:07:58.194 | +----------------------------+-----------------------+ 2021-02-18 21:07:58.310 | + lib/nova:create_flavors:1134 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2021-02-18 21:08:00.624 | +----------------------------+-----------------------+ 2021-02-18 21:08:00.624 | | Field | Value | 2021-02-18 21:08:00.624 | +----------------------------+-----------------------+ 2021-02-18 21:08:00.624 | | OS-FLV-DISABLED:disabled | False | 2021-02-18 21:08:00.624 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-18 21:08:00.624 | | disk | 40 | 2021-02-18 21:08:00.624 | | id | 3 | 2021-02-18 21:08:00.624 | | name | m1.medium | 2021-02-18 21:08:00.624 | | os-flavor-access:is_public | True | 2021-02-18 21:08:00.624 | | properties | hw_rng:allowed='True' | 2021-02-18 21:08:00.624 | | ram | 4096 | 2021-02-18 21:08:00.624 | | rxtx_factor | 1.0 | 2021-02-18 21:08:00.624 | | swap | | 2021-02-18 21:08:00.624 | | vcpus | 2 | 2021-02-18 21:08:00.625 | +----------------------------+-----------------------+ 2021-02-18 21:08:00.751 | + lib/nova:create_flavors:1135 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2021-02-18 21:08:03.032 | +----------------------------+-----------------------+ 2021-02-18 21:08:03.032 | | Field | Value | 2021-02-18 21:08:03.032 | +----------------------------+-----------------------+ 2021-02-18 21:08:03.032 | | OS-FLV-DISABLED:disabled | False | 2021-02-18 21:08:03.032 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-18 21:08:03.032 | | disk | 80 | 2021-02-18 21:08:03.032 | | id | 4 | 2021-02-18 21:08:03.032 | | name | m1.large | 2021-02-18 21:08:03.032 | | os-flavor-access:is_public | True | 2021-02-18 21:08:03.032 | | properties | hw_rng:allowed='True' | 2021-02-18 21:08:03.032 | | ram | 8192 | 2021-02-18 21:08:03.032 | | rxtx_factor | 1.0 | 2021-02-18 21:08:03.032 | | swap | | 2021-02-18 21:08:03.032 | | vcpus | 4 | 2021-02-18 21:08:03.032 | +----------------------------+-----------------------+ 2021-02-18 21:08:03.153 | + lib/nova:create_flavors:1136 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2021-02-18 21:08:05.418 | +----------------------------+-----------------------+ 2021-02-18 21:08:05.418 | | Field | Value | 2021-02-18 21:08:05.418 | +----------------------------+-----------------------+ 2021-02-18 21:08:05.419 | | OS-FLV-DISABLED:disabled | False | 2021-02-18 21:08:05.419 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-18 21:08:05.419 | | disk | 160 | 2021-02-18 21:08:05.419 | | id | 5 | 2021-02-18 21:08:05.419 | | name | m1.xlarge | 2021-02-18 21:08:05.419 | | os-flavor-access:is_public | True | 2021-02-18 21:08:05.419 | | properties | hw_rng:allowed='True' | 2021-02-18 21:08:05.419 | | ram | 16384 | 2021-02-18 21:08:05.419 | | rxtx_factor | 1.0 | 2021-02-18 21:08:05.419 | | swap | | 2021-02-18 21:08:05.419 | | vcpus | 8 | 2021-02-18 21:08:05.419 | +----------------------------+-----------------------+ 2021-02-18 21:08:05.538 | + ./stack.sh:main:1309 : is_service_enabled cinder 2021-02-18 21:08:05.555 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:08:05.558 | + ./stack.sh:main:1310 : echo_summary 'Starting Cinder' 2021-02-18 21:08:05.560 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:08:05.563 | + ./stack.sh:echo_summary:421 : echo -e Starting Cinder 2021-02-18 21:08:05.566 | + ./stack.sh:main:1311 : start_cinder 2021-02-18 21:08:05.569 | + lib/cinder:start_cinder:459 : local service_port=8776 2021-02-18 21:08:05.571 | + lib/cinder:start_cinder:460 : local service_protocol=http 2021-02-18 21:08:05.573 | + lib/cinder:start_cinder:461 : local cinder_url 2021-02-18 21:08:05.576 | + lib/cinder:start_cinder:462 : is_service_enabled tls-proxy 2021-02-18 21:08:05.592 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:08:05.594 | + lib/cinder:start_cinder:466 : '[' tgtadm = tgtadm ']' 2021-02-18 21:08:05.597 | + lib/cinder:start_cinder:467 : is_service_enabled c-vol 2021-02-18 21:08:05.612 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:08:05.615 | + lib/cinder:start_cinder:486 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync,n-super-cond,n-cond-cell1 =~ c-api ]] 2021-02-18 21:08:05.618 | + lib/cinder:start_cinder:487 : '[' True == False ']' 2021-02-18 21:08:05.621 | ++ lib/cinder:start_cinder:495 : which uwsgi 2021-02-18 21:08:05.625 | + 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-02-18 21:08:05.627 | + functions-common:run_process:1582 : local service=c-api 2021-02-18 21:08:05.630 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-02-18 21:08:05.632 | + functions-common:run_process:1584 : local group= 2021-02-18 21:08:05.635 | + functions-common:run_process:1585 : local user= 2021-02-18 21:08:05.637 | + functions-common:run_process:1587 : local name=c-api 2021-02-18 21:08:05.639 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:08:05.642 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:08:05.644 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:08:05.647 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:08:05.650 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:08:05.654 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682485651 2021-02-18 21:08:05.656 | + functions-common:run_process:1590 : is_service_enabled c-api 2021-02-18 21:08:05.672 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:08:05.674 | + functions-common:run_process:1591 : _run_under_systemd c-api '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' 2021-02-18 21:08:05.677 | + functions-common:_run_under_systemd:1547 : local service=c-api 2021-02-18 21:08:05.679 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-02-18 21:08:05.682 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-02-18 21:08:05.684 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-02-18 21:08:05.687 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-02-18 21:08:05.689 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2021-02-18 21:08:05.692 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2021-02-18 21:08:05.694 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@c-api.service 2021-02-18 21:08:05.697 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:08:05.699 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:08:05.701 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2021-02-18 21:08:05.704 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' ubuntu 2021-02-18 21:08:05.706 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@c-api.service 2021-02-18 21:08:05.709 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-02-18 21:08:05.711 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-02-18 21:08:05.713 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-02-18 21:08:05.716 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@c-api.service 2021-02-18 21:08:05.718 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-02-18 21:08:05.722 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2021-02-18 21:08:05.776 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2021-02-18 21:08:05.831 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User ubuntu 2021-02-18 21:08:05.876 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-02-18 21:08:05.923 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:08:05.969 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2021-02-18 21:08:06.016 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2021-02-18 21:08:06.061 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2021-02-18 21:08:06.109 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2021-02-18 21:08:06.157 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2021-02-18 21:08:06.204 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-02-18 21:08:06.206 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2021-02-18 21:08:06.261 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-02-18 21:08:06.487 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@c-api.service 2021-02-18 21:08:06.501 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2021-02-18 21:08:06.711 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@c-api.service 2021-02-18 21:08:06.787 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:08:06.789 | + functions-common:time_stop:2331 : local name 2021-02-18 21:08:06.792 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:08:06.795 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:08:06.798 | + functions-common:time_stop:2334 : local total 2021-02-18 21:08:06.800 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:08:06.803 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:08:06.805 | + functions-common:time_stop:2338 : start_time=1613682485651 2021-02-18 21:08:06.808 | + functions-common:time_stop:2340 : [[ -z 1613682485651 ]] 2021-02-18 21:08:06.812 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:08:06.816 | + functions-common:time_stop:2343 : end_time=1613682486813 2021-02-18 21:08:06.818 | + functions-common:time_stop:2344 : elapsed_time=1162 2021-02-18 21:08:06.820 | + functions-common:time_stop:2345 : total=22498 2021-02-18 21:08:06.823 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:08:06.826 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=23660 2021-02-18 21:08:06.828 | + lib/cinder:start_cinder:496 : cinder_url=http://10.222.0.41/volume/v3 2021-02-18 21:08:06.831 | + lib/cinder:start_cinder:500 : echo 'Waiting for Cinder API to start...' 2021-02-18 21:08:06.831 | Waiting for Cinder API to start... 2021-02-18 21:08:06.833 | + lib/cinder:start_cinder:501 : wait_for_service 60 http://10.222.0.41/volume/v3 2021-02-18 21:08:06.836 | + functions:wait_for_service:444 : local timeout=60 2021-02-18 21:08:06.838 | + functions:wait_for_service:445 : local url=http://10.222.0.41/volume/v3 2021-02-18 21:08:06.841 | + functions:wait_for_service:446 : local rval=0 2021-02-18 21:08:06.843 | + functions:wait_for_service:447 : time_start wait_for_service 2021-02-18 21:08:06.846 | + functions-common:time_start:2317 : local name=wait_for_service 2021-02-18 21:08:06.848 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:08:06.851 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:08:06.854 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:08:06.858 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682486855 2021-02-18 21:08:06.860 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-02-18 21:08:06.866 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.41/volume/v3 2021-02-18 21:08:11.775 | + :: : [[ 401 == 503 ]] 2021-02-18 21:08:11.776 | + :: : [[ 0 -eq 7 ]] 2021-02-18 21:08:11.780 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-02-18 21:08:11.782 | + functions-common:time_stop:2331 : local name 2021-02-18 21:08:11.785 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:08:11.787 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:08:11.790 | + functions-common:time_stop:2334 : local total 2021-02-18 21:08:11.792 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:08:11.795 | + functions-common:time_stop:2337 : name=wait_for_service 2021-02-18 21:08:11.797 | + functions-common:time_stop:2338 : start_time=1613682486855 2021-02-18 21:08:11.800 | + functions-common:time_stop:2340 : [[ -z 1613682486855 ]] 2021-02-18 21:08:11.803 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:08:11.806 | + functions-common:time_stop:2343 : end_time=1613682491804 2021-02-18 21:08:11.809 | + functions-common:time_stop:2344 : elapsed_time=4949 2021-02-18 21:08:11.811 | + functions-common:time_stop:2345 : total=19538 2021-02-18 21:08:11.814 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:08:11.816 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=24487 2021-02-18 21:08:11.819 | + functions:wait_for_service:454 : return 0 2021-02-18 21:08:11.821 | + lib/cinder:start_cinder:505 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-18 21:08:11.824 | + functions-common:run_process:1582 : local service=c-sch 2021-02-18 21:08:11.826 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-18 21:08:11.828 | + functions-common:run_process:1584 : local group= 2021-02-18 21:08:11.831 | + functions-common:run_process:1585 : local user= 2021-02-18 21:08:11.833 | + functions-common:run_process:1587 : local name=c-sch 2021-02-18 21:08:11.836 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:08:11.838 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:08:11.841 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:08:11.844 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:08:11.847 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:08:11.850 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682491848 2021-02-18 21:08:11.853 | + functions-common:run_process:1590 : is_service_enabled c-sch 2021-02-18 21:08:11.870 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:08:11.872 | + functions-common:run_process:1591 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' 2021-02-18 21:08:11.875 | + functions-common:_run_under_systemd:1547 : local service=c-sch 2021-02-18 21:08:11.877 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-18 21:08:11.880 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-18 21:08:11.882 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-18 21:08:11.885 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-18 21:08:11.888 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2021-02-18 21:08:11.890 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2021-02-18 21:08:11.893 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@c-sch.service 2021-02-18 21:08:11.895 | + functions-common:_run_under_systemd:1554 : local group= 2021-02-18 21:08:11.898 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-02-18 21:08:11.900 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2021-02-18 21:08:11.903 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' ubuntu 2021-02-18 21:08:11.906 | + functions-common:write_user_unit_file:1464 : local service=devstack@c-sch.service 2021-02-18 21:08:11.908 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-18 21:08:11.911 | + functions-common:write_user_unit_file:1466 : local group= 2021-02-18 21:08:11.913 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-02-18 21:08:11.916 | + functions-common:write_user_unit_file:1468 : local extra= 2021-02-18 21:08:11.918 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-02-18 21:08:11.921 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2021-02-18 21:08:11.923 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-02-18 21:08:11.927 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2021-02-18 21:08:11.984 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User ubuntu 2021-02-18 21:08:12.039 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-18 21:08:12.088 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2021-02-18 21:08:12.135 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2021-02-18 21:08:12.182 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-18 21:08:12.229 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-02-18 21:08:12.232 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2021-02-18 21:08:12.289 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-02-18 21:08:12.514 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@c-sch.service 2021-02-18 21:08:12.528 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2021-02-18 21:08:12.736 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@c-sch.service 2021-02-18 21:08:12.756 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:08:12.758 | + functions-common:time_stop:2331 : local name 2021-02-18 21:08:12.762 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:08:12.764 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:08:12.767 | + functions-common:time_stop:2334 : local total 2021-02-18 21:08:12.769 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:08:12.772 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:08:12.774 | + functions-common:time_stop:2338 : start_time=1613682491848 2021-02-18 21:08:12.777 | + functions-common:time_stop:2340 : [[ -z 1613682491848 ]] 2021-02-18 21:08:12.781 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:08:12.784 | + functions-common:time_stop:2343 : end_time=1613682492781 2021-02-18 21:08:12.787 | + functions-common:time_stop:2344 : elapsed_time=933 2021-02-18 21:08:12.789 | + functions-common:time_stop:2345 : total=23660 2021-02-18 21:08:12.792 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:08:12.794 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=24593 2021-02-18 21:08:12.797 | + lib/cinder:start_cinder:506 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-02-18 21:08:12.799 | + functions-common:run_process:1582 : local service=c-bak 2021-02-18 21:08:12.802 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-02-18 21:08:12.804 | + functions-common:run_process:1584 : local group= 2021-02-18 21:08:12.807 | + functions-common:run_process:1585 : local user= 2021-02-18 21:08:12.809 | + functions-common:run_process:1587 : local name=c-bak 2021-02-18 21:08:12.812 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:08:12.814 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:08:12.817 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:08:12.819 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:08:12.822 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:08:12.827 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682492823 2021-02-18 21:08:12.829 | + functions-common:run_process:1590 : is_service_enabled c-bak 2021-02-18 21:08:12.846 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:08:12.849 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:08:12.851 | + functions-common:time_stop:2331 : local name 2021-02-18 21:08:12.854 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:08:12.856 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:08:12.859 | + functions-common:time_stop:2334 : local total 2021-02-18 21:08:12.861 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:08:12.864 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:08:12.866 | + functions-common:time_stop:2338 : start_time=1613682492823 2021-02-18 21:08:12.869 | + functions-common:time_stop:2340 : [[ -z 1613682492823 ]] 2021-02-18 21:08:12.872 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:08:12.875 | + functions-common:time_stop:2343 : end_time=1613682492873 2021-02-18 21:08:12.878 | + functions-common:time_stop:2344 : elapsed_time=50 2021-02-18 21:08:12.881 | + functions-common:time_stop:2345 : total=24593 2021-02-18 21:08:12.883 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:08:12.886 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=24643 2021-02-18 21:08:12.889 | + lib/cinder:start_cinder:507 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-02-18 21:08:12.891 | + functions-common:run_process:1582 : local service=c-vol 2021-02-18 21:08:12.894 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-02-18 21:08:12.897 | + functions-common:run_process:1584 : local group= 2021-02-18 21:08:12.899 | + functions-common:run_process:1585 : local user= 2021-02-18 21:08:12.901 | + functions-common:run_process:1587 : local name=c-vol 2021-02-18 21:08:12.905 | + functions-common:run_process:1589 : time_start run_process 2021-02-18 21:08:12.907 | + functions-common:time_start:2317 : local name=run_process 2021-02-18 21:08:12.910 | + functions-common:time_start:2318 : local start_time= 2021-02-18 21:08:12.912 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-02-18 21:08:12.915 | ++ functions-common:time_start:2322 : date +%s%3N 2021-02-18 21:08:12.919 | + functions-common:time_start:2322 : _TIME_START[$name]=1613682492916 2021-02-18 21:08:12.921 | + functions-common:run_process:1590 : is_service_enabled c-vol 2021-02-18 21:08:12.938 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:08:12.941 | + functions-common:run_process:1593 : time_stop run_process 2021-02-18 21:08:12.944 | + functions-common:time_stop:2331 : local name 2021-02-18 21:08:12.946 | + functions-common:time_stop:2332 : local end_time 2021-02-18 21:08:12.949 | + functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:08:12.952 | + functions-common:time_stop:2334 : local total 2021-02-18 21:08:12.954 | + functions-common:time_stop:2335 : local start_time 2021-02-18 21:08:12.957 | + functions-common:time_stop:2337 : name=run_process 2021-02-18 21:08:12.959 | + functions-common:time_stop:2338 : start_time=1613682492916 2021-02-18 21:08:12.962 | + functions-common:time_stop:2340 : [[ -z 1613682492916 ]] 2021-02-18 21:08:12.966 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:08:12.969 | + functions-common:time_stop:2343 : end_time=1613682492966 2021-02-18 21:08:12.972 | + functions-common:time_stop:2344 : elapsed_time=50 2021-02-18 21:08:12.974 | + functions-common:time_stop:2345 : total=24643 2021-02-18 21:08:12.977 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:08:12.979 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=24693 2021-02-18 21:08:12.982 | + ./stack.sh:main:1312 : create_volume_types 2021-02-18 21:08:12.984 | + lib/cinder:create_volume_types:525 : is_service_enabled c-api 2021-02-18 21:08:13.001 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:08:13.003 | + lib/cinder:create_volume_types:525 : [[ -n lvm:lvmdriver-1 ]] 2021-02-18 21:08:13.006 | + lib/cinder:create_volume_types:526 : local be be_name 2021-02-18 21:08:13.008 | + lib/cinder:create_volume_types:527 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2021-02-18 21:08:13.011 | + lib/cinder:create_volume_types:528 : be_name=lvmdriver-1 2021-02-18 21:08:13.014 | + lib/cinder:create_volume_types:530 : is_service_enabled keystone 2021-02-18 21:08:13.031 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:08:13.033 | + lib/cinder:create_volume_types:531 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1 2021-02-18 21:08:16.253 | +-------------+--------------------------------------+ 2021-02-18 21:08:16.253 | | Field | Value | 2021-02-18 21:08:16.253 | +-------------+--------------------------------------+ 2021-02-18 21:08:16.253 | | description | None | 2021-02-18 21:08:16.253 | | id | f9e466bf-5e35-42d1-8a56-a9deefcb023e | 2021-02-18 21:08:16.253 | | is_public | True | 2021-02-18 21:08:16.253 | | name | lvmdriver-1 | 2021-02-18 21:08:16.253 | | properties | volume_backend_name='lvmdriver-1' | 2021-02-18 21:08:16.253 | +-------------+--------------------------------------+ 2021-02-18 21:08:16.375 | + ./stack.sh:main:1316 : is_service_enabled horizon 2021-02-18 21:08:16.392 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:08:16.395 | + ./stack.sh:main:1330 : is_service_enabled nova 2021-02-18 21:08:16.412 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:08:16.415 | + ./stack.sh:main:1330 : is_service_enabled keystone 2021-02-18 21:08:16.432 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:08:16.435 | + ./stack.sh:main:1331 : USERRC_PARAMS='-PA --target-dir /home/ubuntu/devstack/accrc' 2021-02-18 21:08:16.437 | + ./stack.sh:main:1333 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-02-18 21:08:16.440 | + ./stack.sh:main:1337 : /home/ubuntu/devstack/tools/create_userrc.sh -PA --target-dir /home/ubuntu/devstack/accrc 2021-02-18 21:08:16.444 | + home/ubuntu/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2021-02-18 21:08:16.446 | ++ 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-02-18 21:08:16.448 | + home/ubuntu/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/home/ubuntu/devstack/accrc'\'' --' 2021-02-18 21:08:16.450 | + home/ubuntu/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/home/ubuntu/devstack/accrc'\''' -- 2021-02-18 21:08:16.452 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /home/ubuntu/devstack/accrc -- 2021-02-18 21:08:16.453 | + home/ubuntu/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2021-02-18 21:08:16.455 | + home/ubuntu/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2021-02-18 21:08:16.456 | + home/ubuntu/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2021-02-18 21:08:16.458 | + home/ubuntu/devstack/tools/create_userrc.sh:main:92 : MODE= 2021-02-18 21:08:16.459 | + home/ubuntu/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2021-02-18 21:08:16.460 | + home/ubuntu/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2021-02-18 21:08:16.462 | + home/ubuntu/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2021-02-18 21:08:16.463 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2021-02-18 21:08:16.466 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-02-18 21:08:16.467 | + home/ubuntu/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2021-02-18 21:08:16.468 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-02-18 21:08:16.470 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 4 -gt 0 ']' 2021-02-18 21:08:16.471 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-02-18 21:08:16.473 | + home/ubuntu/devstack/tools/create_userrc.sh:main:118 : MODE=all 2021-02-18 21:08:16.474 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-02-18 21:08:16.476 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2021-02-18 21:08:16.477 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-02-18 21:08:16.478 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/home/ubuntu/devstack/accrc 2021-02-18 21:08:16.480 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : shift 2021-02-18 21:08:16.481 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-02-18 21:08:16.483 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2021-02-18 21:08:16.485 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-02-18 21:08:16.486 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : shift 2021-02-18 21:08:16.487 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : break 2021-02-18 21:08:16.489 | + home/ubuntu/devstack/tools/create_userrc.sh:main:129 : '[' -z Passw0rd ']' 2021-02-18 21:08:16.490 | + home/ubuntu/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2021-02-18 21:08:16.492 | + home/ubuntu/devstack/tools/create_userrc.sh:main:142 : '[' -z admin -a '' ']' 2021-02-18 21:08:16.493 | + home/ubuntu/devstack/tools/create_userrc.sh:main:146 : '[' -z admin -a -z '' ']' 2021-02-18 21:08:16.495 | + home/ubuntu/devstack/tools/create_userrc.sh:main:150 : '[' -z admin ']' 2021-02-18 21:08:16.497 | + home/ubuntu/devstack/tools/create_userrc.sh:main:154 : '[' -z http://10.222.0.41/identity ']' 2021-02-18 21:08:16.498 | + home/ubuntu/devstack/tools/create_userrc.sh:main:158 : '[' -z default -a -z '' ']' 2021-02-18 21:08:16.499 | + home/ubuntu/devstack/tools/create_userrc.sh:main:163 : '[' -z default -a -z '' ']' 2021-02-18 21:08:16.501 | + home/ubuntu/devstack/tools/create_userrc.sh:main:168 : USER_PASS=Passw0rd 2021-02-18 21:08:16.502 | + home/ubuntu/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2021-02-18 21:08:16.504 | + home/ubuntu/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2021-02-18 21:08:16.506 | + home/ubuntu/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2021-02-18 21:08:16.508 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep ,True 2021-02-18 21:08:16.508 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2021-02-18 21:08:16.511 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-18 21:08:16.513 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep -v service 2021-02-18 21:08:16.521 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-18 21:08:18.654 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-02-18 21:08:18.654 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 23d435d46d6b4457b4e178e67565bf41 --long --quote none -f csv 2021-02-18 21:08:18.654 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:18.656 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:20.895 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest2 '!=' admin ']' 2021-02-18 21:08:20.897 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest2_password' 2021-02-18 21:08:20.898 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing2 2021-02-18 21:08:20.900 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing2 ']' 2021-02-18 21:08:20.901 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing2 2021-02-18 21:08:20.903 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry efaa260471624e5b8f070241dcae22f6 swiftusertest2 23d435d46d6b4457b4e178e67565bf41 swiftprojecttest2 testing2 2021-02-18 21:08:20.905 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=efaa260471624e5b8f070241dcae22f6 2021-02-18 21:08:20.906 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest2 2021-02-18 21:08:20.907 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=23d435d46d6b4457b4e178e67565bf41 2021-02-18 21:08:20.909 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest2 2021-02-18 21:08:20.910 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing2 2021-02-18 21:08:20.912 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest2 2021-02-18 21:08:20.915 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest2/swiftusertest2 2021-02-18 21:08:20.916 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-18 21:08:20.920 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-18 21:08:20.921 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing2"' 2021-02-18 21:08:20.923 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-18 21:08:20.924 | + 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-02-18 21:08:20.926 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:20.927 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-18 21:08:20.929 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-02-18 21:08:20.930 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:20.932 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-18 21:08:20.934 | + 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-02-18 21:08:20.935 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:20.937 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-18 21:08:20.938 | + 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-02-18 21:08:20.940 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:20.941 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-18 21:08:20.943 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:20.944 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:20.946 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-18 21:08:20.948 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-18 21:08:20.950 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 32f2ce302ad149d98ac2eef6f8e901c2 --long --quote none -f csv 2021-02-18 21:08:20.950 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-02-18 21:08:20.950 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:20.951 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:23.287 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2021-02-18 21:08:23.289 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2021-02-18 21:08:23.290 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-02-18 21:08:23.292 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-02-18 21:08:23.294 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry cf99c71789334b409e12a9d47f4b01f9 demo 32f2ce302ad149d98ac2eef6f8e901c2 demo Passw0rd 2021-02-18 21:08:23.295 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=cf99c71789334b409e12a9d47f4b01f9 2021-02-18 21:08:23.297 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2021-02-18 21:08:23.298 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 21:08:23.300 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2021-02-18 21:08:23.301 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-02-18 21:08:23.303 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2021-02-18 21:08:23.306 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/demo 2021-02-18 21:08:23.307 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-18 21:08:23.311 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-18 21:08:23.312 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-02-18 21:08:23.314 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-18 21:08:23.315 | + 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-02-18 21:08:23.317 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:23.318 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-18 21:08:23.320 | + 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-02-18 21:08:23.321 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:23.323 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-18 21:08:23.324 | + 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-02-18 21:08:23.326 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:23.327 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-18 21:08:23.329 | + 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-02-18 21:08:23.330 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:23.332 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-18 21:08:23.333 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:23.335 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:23.336 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-02-18 21:08:23.338 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-02-18 21:08:23.339 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-02-18 21:08:23.341 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-02-18 21:08:23.342 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry f1dbd3630521471db823ecb3dc6b2a1c admin 32f2ce302ad149d98ac2eef6f8e901c2 demo Passw0rd 2021-02-18 21:08:23.344 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=f1dbd3630521471db823ecb3dc6b2a1c 2021-02-18 21:08:23.345 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-02-18 21:08:23.347 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=32f2ce302ad149d98ac2eef6f8e901c2 2021-02-18 21:08:23.348 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2021-02-18 21:08:23.350 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-02-18 21:08:23.351 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2021-02-18 21:08:23.354 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/admin 2021-02-18 21:08:23.356 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-18 21:08:23.359 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-18 21:08:23.360 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-02-18 21:08:23.362 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-18 21:08:23.363 | + 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-02-18 21:08:23.365 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:23.366 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-18 21:08:23.368 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-02-18 21:08:23.369 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:23.371 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-18 21:08:23.372 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-02-18 21:08:23.374 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:23.375 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-18 21:08:23.377 | + 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-02-18 21:08:23.378 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:23.380 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-18 21:08:23.381 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:23.383 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:23.384 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-18 21:08:23.386 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-18 21:08:23.388 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-02-18 21:08:23.388 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 35cad7f300fa4fb6ae30d1a7b8882981 --long --quote none -f csv 2021-02-18 21:08:23.389 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:23.390 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:25.712 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a alt_demo '!=' admin ']' 2021-02-18 21:08:25.713 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$alt_demo_password' 2021-02-18 21:08:25.715 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-02-18 21:08:25.717 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-02-18 21:08:25.718 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry c7d51e77bbac45d3919458856aefd500 alt_demo 35cad7f300fa4fb6ae30d1a7b8882981 alt_demo Passw0rd 2021-02-18 21:08:25.720 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=c7d51e77bbac45d3919458856aefd500 2021-02-18 21:08:25.721 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=alt_demo 2021-02-18 21:08:25.723 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 21:08:25.724 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2021-02-18 21:08:25.726 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-02-18 21:08:25.727 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2021-02-18 21:08:25.731 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/alt_demo 2021-02-18 21:08:25.732 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-18 21:08:25.735 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-18 21:08:25.736 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-02-18 21:08:25.738 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-18 21:08:25.739 | + 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-02-18 21:08:25.741 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:25.742 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-18 21:08:25.744 | + 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-02-18 21:08:25.745 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:25.747 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-18 21:08:25.748 | + 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-02-18 21:08:25.750 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:25.751 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-18 21:08:25.753 | + 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-02-18 21:08:25.754 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:25.756 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-18 21:08:25.757 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:25.759 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:25.760 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-02-18 21:08:25.762 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-02-18 21:08:25.764 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-02-18 21:08:25.765 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-02-18 21:08:25.767 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry f1dbd3630521471db823ecb3dc6b2a1c admin 35cad7f300fa4fb6ae30d1a7b8882981 alt_demo Passw0rd 2021-02-18 21:08:25.768 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=f1dbd3630521471db823ecb3dc6b2a1c 2021-02-18 21:08:25.770 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-02-18 21:08:25.771 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=35cad7f300fa4fb6ae30d1a7b8882981 2021-02-18 21:08:25.773 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2021-02-18 21:08:25.774 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-02-18 21:08:25.775 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2021-02-18 21:08:25.779 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/admin 2021-02-18 21:08:25.780 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-18 21:08:25.783 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-18 21:08:25.785 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-02-18 21:08:25.786 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-18 21:08:25.788 | + 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-02-18 21:08:25.789 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:25.791 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-18 21:08:25.792 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-02-18 21:08:25.794 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:25.795 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-18 21:08:25.796 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-02-18 21:08:25.798 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:25.799 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-18 21:08:25.801 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-02-18 21:08:25.802 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:25.804 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-18 21:08:25.805 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:25.807 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:25.809 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-18 21:08:25.810 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-18 21:08:25.813 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 39d67b0a88e94127a2c037f62c0a3464 --long --quote none -f csv 2021-02-18 21:08:25.813 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:25.813 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-02-18 21:08:25.814 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:28.145 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest1 '!=' admin ']' 2021-02-18 21:08:28.146 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest1_password' 2021-02-18 21:08:28.148 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing 2021-02-18 21:08:28.149 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing ']' 2021-02-18 21:08:28.151 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing 2021-02-18 21:08:28.153 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry c3cdc8bfdb7943d38125fc175c8c7025 swiftusertest1 39d67b0a88e94127a2c037f62c0a3464 swiftprojecttest1 testing 2021-02-18 21:08:28.154 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=c3cdc8bfdb7943d38125fc175c8c7025 2021-02-18 21:08:28.156 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest1 2021-02-18 21:08:28.157 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=39d67b0a88e94127a2c037f62c0a3464 2021-02-18 21:08:28.159 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2021-02-18 21:08:28.160 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing 2021-02-18 21:08:28.162 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2021-02-18 21:08:28.165 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest1 2021-02-18 21:08:28.166 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-18 21:08:28.170 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-18 21:08:28.171 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing"' 2021-02-18 21:08:28.173 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-18 21:08:28.175 | + 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-02-18 21:08:28.176 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:28.177 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-18 21:08:28.179 | + 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-02-18 21:08:28.180 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:28.182 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-18 21:08:28.183 | + 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-02-18 21:08:28.185 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:28.187 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-18 21:08:28.188 | + 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-02-18 21:08:28.190 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:28.191 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-18 21:08:28.192 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:28.194 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:28.195 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest3 '!=' admin ']' 2021-02-18 21:08:28.197 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest3_password' 2021-02-18 21:08:28.198 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing3 2021-02-18 21:08:28.200 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing3 ']' 2021-02-18 21:08:28.201 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing3 2021-02-18 21:08:28.203 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 4d45bfad5e914211abfbe3eba55c2521 swiftusertest3 39d67b0a88e94127a2c037f62c0a3464 swiftprojecttest1 testing3 2021-02-18 21:08:28.204 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=4d45bfad5e914211abfbe3eba55c2521 2021-02-18 21:08:28.206 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest3 2021-02-18 21:08:28.207 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=39d67b0a88e94127a2c037f62c0a3464 2021-02-18 21:08:28.209 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2021-02-18 21:08:28.210 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing3 2021-02-18 21:08:28.211 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2021-02-18 21:08:28.215 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest3 2021-02-18 21:08:28.216 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-18 21:08:28.219 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-18 21:08:28.220 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing3"' 2021-02-18 21:08:28.222 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-18 21:08:28.223 | + 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-02-18 21:08:28.225 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:28.226 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-18 21:08:28.228 | + 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-02-18 21:08:28.229 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:28.231 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-18 21:08:28.232 | + 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-02-18 21:08:28.234 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:28.235 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-18 21:08:28.237 | + 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-02-18 21:08:28.238 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:28.240 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-18 21:08:28.241 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:28.243 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:28.244 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-18 21:08:28.246 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-18 21:08:28.248 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-02-18 21:08:28.248 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:28.249 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 92ab8a819f5e4e5f9f8749b96271e1ee --long --quote none -f csv 2021-02-18 21:08:28.250 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:30.501 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest4 '!=' admin ']' 2021-02-18 21:08:30.502 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest4_password' 2021-02-18 21:08:30.504 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing4 2021-02-18 21:08:30.505 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing4 ']' 2021-02-18 21:08:30.507 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing4 2021-02-18 21:08:30.509 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 7bb26dc1644343c4847add6a49ea2727 swiftusertest4 92ab8a819f5e4e5f9f8749b96271e1ee swiftprojecttest4 testing4 2021-02-18 21:08:30.510 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=7bb26dc1644343c4847add6a49ea2727 2021-02-18 21:08:30.512 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest4 2021-02-18 21:08:30.513 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=92ab8a819f5e4e5f9f8749b96271e1ee 2021-02-18 21:08:30.515 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest4 2021-02-18 21:08:30.516 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing4 2021-02-18 21:08:30.517 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest4 2021-02-18 21:08:30.521 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest4/swiftusertest4 2021-02-18 21:08:30.522 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-18 21:08:30.525 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-18 21:08:30.526 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing4"' 2021-02-18 21:08:30.528 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-18 21:08:30.530 | + 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-02-18 21:08:30.531 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:30.533 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-18 21:08:30.534 | + 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-02-18 21:08:30.536 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:30.537 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-18 21:08:30.539 | + 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-02-18 21:08:30.540 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:30.542 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-18 21:08:30.544 | + 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-02-18 21:08:30.545 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:30.546 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-18 21:08:30.548 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:30.549 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:30.551 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-18 21:08:30.553 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-18 21:08:30.555 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 9c5380b223ee4e54bc57b8864f902e24 --long --quote none -f csv 2021-02-18 21:08:30.555 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-02-18 21:08:30.555 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:30.556 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:32.785 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2021-02-18 21:08:32.787 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2021-02-18 21:08:32.789 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-02-18 21:08:32.790 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-02-18 21:08:32.792 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry cf99c71789334b409e12a9d47f4b01f9 demo 9c5380b223ee4e54bc57b8864f902e24 invisible_to_admin Passw0rd 2021-02-18 21:08:32.794 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=cf99c71789334b409e12a9d47f4b01f9 2021-02-18 21:08:32.795 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2021-02-18 21:08:32.797 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=9c5380b223ee4e54bc57b8864f902e24 2021-02-18 21:08:32.798 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=invisible_to_admin 2021-02-18 21:08:32.800 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-02-18 21:08:32.801 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/invisible_to_admin 2021-02-18 21:08:32.804 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/invisible_to_admin/demo 2021-02-18 21:08:32.806 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-18 21:08:32.809 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-18 21:08:32.810 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-02-18 21:08:32.812 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-18 21:08:32.813 | + 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-02-18 21:08:32.815 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:32.816 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-18 21:08:32.818 | + 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-02-18 21:08:32.819 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:32.821 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-18 21:08:32.822 | + 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-02-18 21:08:32.824 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:32.825 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-18 21:08:32.827 | + 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-02-18 21:08:32.828 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:32.829 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-18 21:08:32.831 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:32.832 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:32.834 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-18 21:08:32.836 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-18 21:08:32.838 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project f974164a87f6418fbfa94a9e33811967 --long --quote none -f csv 2021-02-18 21:08:32.838 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-02-18 21:08:32.838 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:32.840 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:35.061 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-02-18 21:08:35.063 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-02-18 21:08:35.064 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-02-18 21:08:35.066 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-02-18 21:08:35.067 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry f1dbd3630521471db823ecb3dc6b2a1c admin f974164a87f6418fbfa94a9e33811967 admin Passw0rd 2021-02-18 21:08:35.069 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=f1dbd3630521471db823ecb3dc6b2a1c 2021-02-18 21:08:35.070 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-02-18 21:08:35.072 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=f974164a87f6418fbfa94a9e33811967 2021-02-18 21:08:35.074 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=admin 2021-02-18 21:08:35.075 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-02-18 21:08:35.077 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/admin 2021-02-18 21:08:35.080 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/admin/admin 2021-02-18 21:08:35.081 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-18 21:08:35.085 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-18 21:08:35.086 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-02-18 21:08:35.088 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-18 21:08:35.090 | + 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-02-18 21:08:35.091 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:35.093 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-18 21:08:35.094 | + 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-02-18 21:08:35.096 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:35.097 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-18 21:08:35.099 | + 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-02-18 21:08:35.100 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-18 21:08:35.102 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-18 21:08:35.103 | + 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-02-18 21:08:35.105 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-18 21:08:35.107 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-18 21:08:35.108 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-18 21:08:35.110 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-18 21:08:35.112 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-18 21:08:35.113 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-18 21:08:35.116 | + ./stack.sh:main:1342 : save_stackenv 2021-02-18 21:08:35.119 | + functions-common:save_stackenv:60 : local tag= 2021-02-18 21:08:35.122 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-02-18 21:08:35.126 | + functions-common:save_stackenv:62 : time_stamp=2021-02-18-210835 2021-02-18 21:08:35.128 | + functions-common:save_stackenv:63 : echo '# 2021-02-18-210835 ' 2021-02-18 21:08:35.131 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 21:08:35.134 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-02-18 21:08:35.137 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 21:08:35.139 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-02-18 21:08:35.142 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 21:08:35.144 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-02-18 21:08:35.147 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 21:08:35.149 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync,n-super-cond,n-cond-cell1 2021-02-18 21:08:35.152 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 21:08:35.155 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.41 2021-02-18 21:08:35.157 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 21:08:35.160 | + functions-common:save_stackenv:65 : echo KEYSTONE_AUTH_URI=http://10.222.0.41/identity 2021-02-18 21:08:35.162 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 21:08:35.165 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.41/identity 2021-02-18 21:08:35.167 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 21:08:35.170 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-02-18-204243 2021-02-18 21:08:35.172 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 21:08:35.175 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-02-18 21:08:35.177 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 21:08:35.179 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.41 2021-02-18 21:08:35.182 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 21:08:35.185 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-02-18 21:08:35.187 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 21:08:35.190 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-02-18 21:08:35.192 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 21:08:35.195 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-02-18 21:08:35.197 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-18 21:08:35.200 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-02-18 21:08:35.203 | + ./stack.sh:main:1353 : merge_config_group /home/ubuntu/devstack/local.conf extra 2021-02-18 21:08:35.205 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-02-18 21:08:35.207 | + inc/meta-config:merge_config_group:171 : shift 2021-02-18 21:08:35.210 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2021-02-18 21:08:35.212 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-18 21:08:35.216 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-02-18 21:08:35.218 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-02-18 21:08:35.221 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf extra 2021-02-18 21:08:35.224 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-02-18 21:08:35.226 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2021-02-18 21:08:35.229 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-18 21:08:35.231 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2021-02-18 21:08:35.231 | /^\[\[.+\|.*\]\]/ { 2021-02-18 21:08:35.231 | gsub("[][]", "", $1); 2021-02-18 21:08:35.231 | split($1, a, "|"); 2021-02-18 21:08:35.231 | if (a[1] == matchgroup) 2021-02-18 21:08:35.231 | print a[2] 2021-02-18 21:08:35.231 | } 2021-02-18 21:08:35.231 | ' /home/ubuntu/devstack/local.conf 2021-02-18 21:08:35.237 | + ./stack.sh:main:1360 : run_phase stack extra 2021-02-18 21:08:35.240 | + functions-common:run_phase:1759 : local mode=stack 2021-02-18 21:08:35.242 | + functions-common:run_phase:1760 : local phase=extra 2021-02-18 21:08:35.245 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-02-18 21:08:35.247 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-02-18 21:08:35.250 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-02-18 21:08:35.252 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-02-18 21:08:35.255 | + functions-common:run_phase:1769 : local extra 2021-02-18 21:08:35.258 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-02-18 21:08:35.262 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-02-18 21:08:35.265 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-02-18 21:08:35.268 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-02-18 21:08:35.270 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack extra 2021-02-18 21:08:35.273 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-02-18 21:08:35.289 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:08:35.291 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-02-18 21:08:35.294 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-02-18 21:08:35.296 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2021-02-18 21:08:35.298 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-02-18 21:08:35.301 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-02-18 21:08:35.303 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-02-18 21:08:35.306 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2021-02-18 21:08:35.308 | ++ extras.d/80-tempest.sh:source:15 : : 2021-02-18 21:08:35.311 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-02-18 21:08:35.313 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-02-18 21:08:35.316 | + functions-common:run_phase:1780 : [[ stack == \s\o\u\r\c\e ]] 2021-02-18 21:08:35.318 | + functions-common:run_phase:1783 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-02-18 21:08:35.321 | + functions-common:run_phase:1786 : run_plugins stack extra 2021-02-18 21:08:35.324 | + functions-common:run_plugins:1745 : local mode=stack 2021-02-18 21:08:35.326 | + functions-common:run_plugins:1746 : local phase=extra 2021-02-18 21:08:35.329 | + functions-common:run_plugins:1748 : local plugins= 2021-02-18 21:08:35.331 | + functions-common:run_plugins:1749 : local plugin 2021-02-18 21:08:35.334 | + ./stack.sh:main:1368 : merge_config_group /home/ubuntu/devstack/local.conf post-extra 2021-02-18 21:08:35.336 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-02-18 21:08:35.339 | + inc/meta-config:merge_config_group:171 : shift 2021-02-18 21:08:35.341 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2021-02-18 21:08:35.344 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-18 21:08:35.346 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-02-18 21:08:35.349 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-02-18 21:08:35.352 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-extra 2021-02-18 21:08:35.355 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-02-18 21:08:35.358 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2021-02-18 21:08:35.360 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-18 21:08:35.363 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2021-02-18 21:08:35.363 | /^\[\[.+\|.*\]\]/ { 2021-02-18 21:08:35.363 | gsub("[][]", "", $1); 2021-02-18 21:08:35.363 | split($1, a, "|"); 2021-02-18 21:08:35.363 | if (a[1] == matchgroup) 2021-02-18 21:08:35.363 | print a[2] 2021-02-18 21:08:35.363 | } 2021-02-18 21:08:35.363 | ' /home/ubuntu/devstack/local.conf 2021-02-18 21:08:35.369 | + ./stack.sh:main:1377 : is_service_enabled n-cpu 2021-02-18 21:08:35.385 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:08:35.388 | + ./stack.sh:main:1382 : service_check 2021-02-18 21:08:35.391 | + functions-common:service_check:1620 : local service 2021-02-18 21:08:35.393 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.396 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@key.service 2021-02-18 21:08:35.408 | Failed to get unit file state for devstack@key.service: No such file or directory 2021-02-18 21:08:35.412 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.414 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-api.service 2021-02-18 21:08:35.428 | enabled 2021-02-18 21:08:35.432 | + functions-common:service_check:1627 : sudo systemctl status devstack@n-api.service --no-pager 2021-02-18 21:08:35.448 | ● devstack@n-api.service - Devstack devstack@n-api.service 2021-02-18 21:08:35.448 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2021-02-18 21:08:35.448 | Active: active (running) since Thu 2021-02-18 21:06:18 UTC; 2min 16s ago 2021-02-18 21:08:35.448 | Main PID: 81169 (uwsgi) 2021-02-18 21:08:35.448 | Status: "uWSGI is ready" 2021-02-18 21:08:35.448 | Tasks: 3 (limit: 14352) 2021-02-18 21:08:35.448 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2021-02-18 21:08:35.448 | ├─81169 nova-apiuWSGI master 2021-02-18 21:08:35.448 | ├─81170 nova-apiuWSGI worker 1 2021-02-18 21:08:35.449 | └─81171 nova-apiuWSGI worker 2 2021-02-18 21:08:35.449 | 2021-02-18 21:08:35.449 | Feb 18 21:08:03 dv-osbrick-773686-1-smb devstack@n-api.service[81169]: [pid: 81170|app: 0|req: 15/30] 10.222.0.41 () {58 vars in 1180 bytes} [Thu Feb 18 21:08:03 2021] GET /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 26 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2021-02-18 21:08:35.449 | Feb 18 21:08:05 dv-osbrick-773686-1-smb devstack@n-api.service[81169]: DEBUG nova.api.openstack.wsgi [None req-d50a1fec-ded1-4374-a0a3-1402aa5b6eeb 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=81171) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:520}} 2021-02-18 21:08:35.449 | Feb 18 21:08:05 dv-osbrick-773686-1-smb devstack@n-api.service[81169]: INFO nova.api.openstack.requestlog [None req-d50a1fec-ded1-4374-a0a3-1402aa5b6eeb admin admin] 10.222.0.41 "POST /compute/v2.1/flavors" status: 200 len: 368 microversion: 2.1 time: 0.110132 2021-02-18 21:08:35.449 | Feb 18 21:08:05 dv-osbrick-773686-1-smb devstack@n-api.service[81169]: [pid: 81171|app: 0|req: 16/31] 10.222.0.41 () {62 vars in 1183 bytes} [Thu Feb 18 21:08:05 2021] POST /compute/v2.1/flavors => generated 368 bytes in 111 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2021-02-18 21:08:35.449 | Feb 18 21:08:05 dv-osbrick-773686-1-smb devstack@n-api.service[81169]: DEBUG nova.api.openstack.wsgi [None req-7c2e2637-a66a-40ca-a347-34b630455728 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=81170) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:520}} 2021-02-18 21:08:35.449 | Feb 18 21:08:05 dv-osbrick-773686-1-smb devstack@n-api.service[81169]: INFO nova.api.openstack.requestlog [None req-7c2e2637-a66a-40ca-a347-34b630455728 admin admin] 10.222.0.41 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.1 time: 0.045503 2021-02-18 21:08:35.449 | Feb 18 21:08:05 dv-osbrick-773686-1-smb devstack@n-api.service[81169]: [pid: 81170|app: 0|req: 16/32] 10.222.0.41 () {62 vars in 1233 bytes} [Thu Feb 18 21:08:05 2021] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 47 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2021-02-18 21:08:35.449 | Feb 18 21:08:05 dv-osbrick-773686-1-smb devstack@n-api.service[81169]: DEBUG nova.api.openstack.wsgi [None req-ec7c16be-a94d-4e16-a860-3f5947b1fdeb admin admin] Calling method '>' {{(pid=81171) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:523}} 2021-02-18 21:08:35.449 | Feb 18 21:08:05 dv-osbrick-773686-1-smb devstack@n-api.service[81169]: INFO nova.api.openstack.requestlog [None req-ec7c16be-a94d-4e16-a860-3f5947b1fdeb admin admin] 10.222.0.41 "GET /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.1 time: 0.025373 2021-02-18 21:08:35.449 | Feb 18 21:08:05 dv-osbrick-773686-1-smb devstack@n-api.service[81169]: [pid: 81171|app: 0|req: 17/33] 10.222.0.41 () {58 vars in 1180 bytes} [Thu Feb 18 21:08:05 2021] GET /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 27 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2021-02-18 21:08:35.452 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.454 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-cond.service 2021-02-18 21:08:35.467 | Failed to get unit file state for devstack@n-cond.service: No such file or directory 2021-02-18 21:08:35.471 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.473 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-sch.service 2021-02-18 21:08:35.486 | enabled 2021-02-18 21:08:35.489 | + functions-common:service_check:1627 : sudo systemctl status devstack@n-sch.service --no-pager 2021-02-18 21:08:35.505 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2021-02-18 21:08:35.505 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2021-02-18 21:08:35.505 | Active: active (running) since Thu 2021-02-18 21:07:25 UTC; 1min 9s ago 2021-02-18 21:08:35.505 | Main PID: 86018 (nova-scheduler) 2021-02-18 21:08:35.505 | Tasks: 3 (limit: 14352) 2021-02-18 21:08:35.505 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2021-02-18 21:08:35.505 | ├─86018 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-02-18 21:08:35.505 | ├─87552 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-02-18 21:08:35.505 | └─87554 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-02-18 21:08:35.505 | 2021-02-18 21:08:35.505 | Feb 18 21:07:30 dv-osbrick-773686-1-smb nova-scheduler[86018]: DEBUG oslo_service.service [None req-575a0181-666e-450f-997a-41b9d6c7e139 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=86018) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.505 | Feb 18 21:07:30 dv-osbrick-773686-1-smb nova-scheduler[86018]: DEBUG oslo_service.service [None req-575a0181-666e-450f-997a-41b9d6c7e139 None None] oslo_messaging_notifications.transport_url = **** {{(pid=86018) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.505 | Feb 18 21:07:30 dv-osbrick-773686-1-smb nova-scheduler[86018]: DEBUG oslo_service.service [None req-575a0181-666e-450f-997a-41b9d6c7e139 None None] oslo_reports.file_event_handler = None {{(pid=86018) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.505 | Feb 18 21:07:30 dv-osbrick-773686-1-smb nova-scheduler[86018]: DEBUG oslo_service.service [None req-575a0181-666e-450f-997a-41b9d6c7e139 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=86018) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.505 | Feb 18 21:07:30 dv-osbrick-773686-1-smb nova-scheduler[86018]: DEBUG oslo_service.service [None req-575a0181-666e-450f-997a-41b9d6c7e139 None None] oslo_reports.log_dir = None {{(pid=86018) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.505 | Feb 18 21:07:30 dv-osbrick-773686-1-smb nova-scheduler[86018]: DEBUG oslo_service.service [None req-575a0181-666e-450f-997a-41b9d6c7e139 None None] ******************************************************************************** {{(pid=86018) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-02-18 21:08:35.506 | Feb 18 21:07:32 dv-osbrick-773686-1-smb nova-scheduler[86018]: DEBUG oslo_service.periodic_task [None req-70b4c6e4-9f38-4ed9-8403-7121e52a4c91 None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=87552) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-02-18 21:08:35.506 | Feb 18 21:07:35 dv-osbrick-773686-1-smb nova-scheduler[86018]: DEBUG oslo_service.periodic_task [None req-0f7c4664-f757-44e4-9312-650ce7396c1a None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=87554) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-02-18 21:08:35.506 | Feb 18 21:08:32 dv-osbrick-773686-1-smb nova-scheduler[86018]: DEBUG oslo_service.periodic_task [None req-70b4c6e4-9f38-4ed9-8403-7121e52a4c91 None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=87552) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-02-18 21:08:35.506 | Feb 18 21:08:35 dv-osbrick-773686-1-smb nova-scheduler[86018]: DEBUG oslo_service.periodic_task [None req-0f7c4664-f757-44e4-9312-650ce7396c1a None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=87554) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-02-18 21:08:35.508 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.512 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-api-meta.service 2021-02-18 21:08:35.525 | enabled 2021-02-18 21:08:35.529 | + functions-common:service_check:1627 : sudo systemctl status devstack@n-api-meta.service --no-pager 2021-02-18 21:08:35.544 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2021-02-18 21:08:35.544 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2021-02-18 21:08:35.544 | Active: active (running) since Thu 2021-02-18 21:07:27 UTC; 1min 8s ago 2021-02-18 21:08:35.544 | Main PID: 86461 (uwsgi) 2021-02-18 21:08:35.544 | Status: "uWSGI is ready" 2021-02-18 21:08:35.544 | Tasks: 4 (limit: 14352) 2021-02-18 21:08:35.544 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2021-02-18 21:08:35.544 | ├─86461 nova-api-metauWSGI master 2021-02-18 21:08:35.544 | ├─86462 nova-api-metauWSGI worker 1 2021-02-18 21:08:35.544 | ├─86463 nova-api-metauWSGI worker 2 2021-02-18 21:08:35.545 | └─86464 nova-api-metauWSGI http 1 2021-02-18 21:08:35.545 | 2021-02-18 21:08:35.545 | Feb 18 21:07:32 dv-osbrick-773686-1-smb devstack@n-api-meta.service[86461]: DEBUG oslo_concurrency.lockutils [None req-c1492612-b75d-451b-aa5d-dddce2e21609 None None] Lock "00000000-0000-0000-0000-000000000000" released by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.003s {{(pid=86462) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-02-18 21:08:35.545 | Feb 18 21:07:32 dv-osbrick-773686-1-smb devstack@n-api-meta.service[86461]: DEBUG oslo_concurrency.lockutils [None req-c1492612-b75d-451b-aa5d-dddce2e21609 None None] Lock "bf06d925-dfba-493d-a50d-30da8445a130" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=86462) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-02-18 21:08:35.545 | Feb 18 21:07:32 dv-osbrick-773686-1-smb devstack@n-api-meta.service[86461]: DEBUG oslo_concurrency.lockutils [None req-c1492612-b75d-451b-aa5d-dddce2e21609 None None] Lock "bf06d925-dfba-493d-a50d-30da8445a130" released by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.002s {{(pid=86462) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-02-18 21:08:35.545 | Feb 18 21:07:32 dv-osbrick-773686-1-smb devstack@n-api-meta.service[86461]: DEBUG oslo_db.sqlalchemy.engines [None req-c1492612-b75d-451b-aa5d-dddce2e21609 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=86462) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-18 21:08:35.545 | Feb 18 21:07:32 dv-osbrick-773686-1-smb devstack@n-api-meta.service[86461]: DEBUG oslo_db.sqlalchemy.engines [None req-c1492612-b75d-451b-aa5d-dddce2e21609 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=86462) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-18 21:08:35.545 | Feb 18 21:07:32 dv-osbrick-773686-1-smb devstack@n-api-meta.service[86461]: WARNING nova.api.metadata.handler [None req-531db789-8938-4812-8576-8652019f1b51 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2021-02-18 21:08:35.545 | Feb 18 21:07:32 dv-osbrick-773686-1-smb devstack@n-api-meta.service[86461]: WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x5623d27ed310 pid: 86463 (default app) 2021-02-18 21:08:35.545 | Feb 18 21:07:32 dv-osbrick-773686-1-smb devstack@n-api-meta.service[86461]: DEBUG oslo_db.sqlalchemy.engines [None req-c1492612-b75d-451b-aa5d-dddce2e21609 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=86462) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-18 21:08:35.545 | Feb 18 21:07:32 dv-osbrick-773686-1-smb devstack@n-api-meta.service[86461]: WARNING nova.api.metadata.handler [None req-c1492612-b75d-451b-aa5d-dddce2e21609 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2021-02-18 21:08:35.545 | Feb 18 21:07:32 dv-osbrick-773686-1-smb devstack@n-api-meta.service[86461]: WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x5623d27ed310 pid: 86462 (default app) 2021-02-18 21:08:35.548 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.550 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@placement-api.service 2021-02-18 21:08:35.565 | enabled 2021-02-18 21:08:35.568 | + functions-common:service_check:1627 : sudo systemctl status devstack@placement-api.service --no-pager 2021-02-18 21:08:35.584 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2021-02-18 21:08:35.584 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2021-02-18 21:08:35.585 | Active: active (running) since Thu 2021-02-18 21:06:32 UTC; 2min 3s ago 2021-02-18 21:08:35.585 | Main PID: 82309 (uwsgi) 2021-02-18 21:08:35.585 | Status: "uWSGI is ready" 2021-02-18 21:08:35.585 | Tasks: 3 (limit: 14352) 2021-02-18 21:08:35.585 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2021-02-18 21:08:35.585 | ├─82309 placementuWSGI master 2021-02-18 21:08:35.585 | ├─82310 placementuWSGI worker 1 2021-02-18 21:08:35.585 | └─82311 placementuWSGI worker 2 2021-02-18 21:08:35.585 | 2021-02-18 21:08:35.585 | Feb 18 21:07:29 dv-osbrick-773686-1-smb devstack@placement-api.service[82309]: [pid: 82311|app: 0|req: 2/2] 10.222.0.41 () {54 vars in 905 bytes} [Thu Feb 18 21:07:29 2021] GET /placement => generated 136 bytes in 3 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-02-18 21:08:35.585 | Feb 18 21:07:29 dv-osbrick-773686-1-smb devstack@placement-api.service[82309]: DEBUG placement.requestlog [None req-20d21469-96db-4f5a-ab06-d65ed4b8bd36 None None] Starting request: 10.222.0.41 "GET /placement/" {{(pid=82310) __call__ /opt/stack/placement/placement/requestlog.py:61}} 2021-02-18 21:08:35.585 | Feb 18 21:07:29 dv-osbrick-773686-1-smb devstack@placement-api.service[82309]: INFO placement.requestlog [None req-20d21469-96db-4f5a-ab06-d65ed4b8bd36 None None] 10.222.0.41 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-02-18 21:08:35.585 | Feb 18 21:07:29 dv-osbrick-773686-1-smb devstack@placement-api.service[82309]: [pid: 82310|app: 0|req: 1/3] 10.222.0.41 () {54 vars in 905 bytes} [Thu Feb 18 21:07:29 2021] GET /placement => generated 136 bytes in 21 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-02-18 21:08:35.585 | Feb 18 21:07:33 dv-osbrick-773686-1-smb devstack@placement-api.service[82309]: DEBUG placement.requestlog [None req-62140a6f-fe7e-4c13-b4a4-9047070bf6ab None None] Starting request: 10.222.0.41 "GET /placement/" {{(pid=82311) __call__ /opt/stack/placement/placement/requestlog.py:61}} 2021-02-18 21:08:35.585 | Feb 18 21:07:33 dv-osbrick-773686-1-smb devstack@placement-api.service[82309]: INFO placement.requestlog [None req-62140a6f-fe7e-4c13-b4a4-9047070bf6ab None None] 10.222.0.41 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-02-18 21:08:35.585 | Feb 18 21:07:33 dv-osbrick-773686-1-smb devstack@placement-api.service[82309]: [pid: 82311|app: 0|req: 3/4] 10.222.0.41 () {54 vars in 905 bytes} [Thu Feb 18 21:07:33 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-02-18 21:08:35.585 | Feb 18 21:07:34 dv-osbrick-773686-1-smb devstack@placement-api.service[82309]: DEBUG placement.requestlog [None req-df0e67d4-ed66-41a8-b99c-6f83d332b596 None None] Starting request: 10.222.0.41 "GET /placement/" {{(pid=82310) __call__ /opt/stack/placement/placement/requestlog.py:61}} 2021-02-18 21:08:35.585 | Feb 18 21:07:34 dv-osbrick-773686-1-smb devstack@placement-api.service[82309]: INFO placement.requestlog [None req-df0e67d4-ed66-41a8-b99c-6f83d332b596 None None] 10.222.0.41 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-02-18 21:08:35.585 | Feb 18 21:07:34 dv-osbrick-773686-1-smb devstack@placement-api.service[82309]: [pid: 82310|app: 0|req: 2/5] 10.222.0.41 () {54 vars in 905 bytes} [Thu Feb 18 21:07:34 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-02-18 21:08:35.588 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.590 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@placement-client.service 2021-02-18 21:08:35.602 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2021-02-18 21:08:35.606 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.609 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@g-api.service 2021-02-18 21:08:35.622 | enabled 2021-02-18 21:08:35.626 | + functions-common:service_check:1627 : sudo systemctl status devstack@g-api.service --no-pager 2021-02-18 21:08:35.641 | ● devstack@g-api.service - Devstack devstack@g-api.service 2021-02-18 21:08:35.641 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2021-02-18 21:08:35.641 | Active: active (running) since Thu 2021-02-18 21:05:47 UTC; 2min 47s ago 2021-02-18 21:08:35.641 | Main PID: 80305 (uwsgi) 2021-02-18 21:08:35.641 | Status: "uWSGI is ready" 2021-02-18 21:08:35.642 | Tasks: 5 (limit: 14352) 2021-02-18 21:08:35.642 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2021-02-18 21:08:35.642 | ├─80305 glance-apiuWSGI master 2021-02-18 21:08:35.642 | ├─80306 glance-apiuWSGI worker 1 2021-02-18 21:08:35.642 | └─80307 glance-apiuWSGI worker 2 2021-02-18 21:08:35.642 | 2021-02-18 21:08:35.642 | Feb 18 21:06:17 dv-osbrick-773686-1-smb devstack@g-api.service[80305]: DEBUG glance_store.location [None req-dd8042eb-efbe-4b89-9097-f54081291bc3 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=80307) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-18 21:08:35.642 | Feb 18 21:06:17 dv-osbrick-773686-1-smb devstack@g-api.service[80305]: DEBUG glance_store.location [None req-dd8042eb-efbe-4b89-9097-f54081291bc3 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=80307) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-18 21:08:35.642 | Feb 18 21:06:17 dv-osbrick-773686-1-smb devstack@g-api.service[80305]: DEBUG glance_store.location [None req-dd8042eb-efbe-4b89-9097-f54081291bc3 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=80307) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-18 21:08:35.642 | Feb 18 21:06:17 dv-osbrick-773686-1-smb devstack@g-api.service[80305]: DEBUG glance_store.location [None req-dd8042eb-efbe-4b89-9097-f54081291bc3 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=80307) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-18 21:08:35.642 | Feb 18 21:06:17 dv-osbrick-773686-1-smb devstack@g-api.service[80305]: DEBUG glance_store.location [None req-dd8042eb-efbe-4b89-9097-f54081291bc3 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=80307) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-18 21:08:35.642 | Feb 18 21:06:17 dv-osbrick-773686-1-smb devstack@g-api.service[80305]: DEBUG glance_store.location [None req-dd8042eb-efbe-4b89-9097-f54081291bc3 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=80307) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-18 21:08:35.642 | Feb 18 21:06:17 dv-osbrick-773686-1-smb devstack@g-api.service[80305]: DEBUG glance_store.location [None req-dd8042eb-efbe-4b89-9097-f54081291bc3 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=80307) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-18 21:08:35.642 | Feb 18 21:06:17 dv-osbrick-773686-1-smb devstack@g-api.service[80305]: DEBUG glance_store.location [None req-dd8042eb-efbe-4b89-9097-f54081291bc3 admin admin] Registering scheme swift+config with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=80307) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-18 21:08:35.642 | Feb 18 21:06:17 dv-osbrick-773686-1-smb devstack@g-api.service[80305]: DEBUG glance_store.backend [None req-dd8042eb-efbe-4b89-9097-f54081291bc3 admin admin] Skipping store.set_acls... not implemented. {{(pid=80307) set_acls /usr/local/lib/python3.6/dist-packages/glance_store/backend.py:509}} 2021-02-18 21:08:35.642 | Feb 18 21:06:17 dv-osbrick-773686-1-smb devstack@g-api.service[80305]: [pid: 80307|app: 0|req: 3/7] 127.0.0.1 () {40 vars in 875 bytes} [Thu Feb 18 21:06:01 2021] PUT /v2/images/ff94da88-6543-4b6d-8e9b-ec07576e7764/file => generated 0 bytes in 15246 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2021-02-18 21:08:35.645 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.648 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@c-sch.service 2021-02-18 21:08:35.661 | enabled 2021-02-18 21:08:35.664 | + functions-common:service_check:1627 : sudo systemctl status devstack@c-sch.service --no-pager 2021-02-18 21:08:35.680 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2021-02-18 21:08:35.680 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2021-02-18 21:08:35.680 | Active: active (running) since Thu 2021-02-18 21:08:12 UTC; 22s ago 2021-02-18 21:08:35.680 | Main PID: 89244 (cinder-schedule) 2021-02-18 21:08:35.680 | Tasks: 4 (limit: 14352) 2021-02-18 21:08:35.680 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2021-02-18 21:08:35.680 | └─89244 /usr/bin/python3.6 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2021-02-18 21:08:35.680 | 2021-02-18 21:08:35.680 | Feb 18 21:08:16 dv-osbrick-773686-1-smb cinder-scheduler[89244]: DEBUG oslo_service.service [None req-d5bedfbd-e881-4d39-9ed4-c441fa4d9ecd None None] nova.region_name = RegionOne {{(pid=89244) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.680 | Feb 18 21:08:16 dv-osbrick-773686-1-smb cinder-scheduler[89244]: DEBUG oslo_service.service [None req-d5bedfbd-e881-4d39-9ed4-c441fa4d9ecd None None] nova.split_loggers = False {{(pid=89244) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.680 | Feb 18 21:08:16 dv-osbrick-773686-1-smb cinder-scheduler[89244]: DEBUG oslo_service.service [None req-d5bedfbd-e881-4d39-9ed4-c441fa4d9ecd None None] nova.timeout = None {{(pid=89244) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.680 | Feb 18 21:08:16 dv-osbrick-773686-1-smb cinder-scheduler[89244]: DEBUG oslo_service.service [None req-d5bedfbd-e881-4d39-9ed4-c441fa4d9ecd None None] nova.token_auth_url = None {{(pid=89244) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.680 | Feb 18 21:08:16 dv-osbrick-773686-1-smb cinder-scheduler[89244]: DEBUG oslo_service.service [None req-d5bedfbd-e881-4d39-9ed4-c441fa4d9ecd None None] ******************************************************************************** {{(pid=89244) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-02-18 21:08:35.680 | Feb 18 21:08:16 dv-osbrick-773686-1-smb cinder-scheduler[89244]: INFO cinder.service [-] Starting cinder-scheduler node (version 16.2.2) 2021-02-18 21:08:35.680 | Feb 18 21:08:16 dv-osbrick-773686-1-smb cinder-scheduler[89244]: INFO cinder.manager [None req-bce0d88a-3eac-4e42-82a0-461d35e15575 None None] Initiating service 1 cleanup 2021-02-18 21:08:35.680 | Feb 18 21:08:16 dv-osbrick-773686-1-smb cinder-scheduler[89244]: INFO cinder.manager [None req-bce0d88a-3eac-4e42-82a0-461d35e15575 None None] Service 1 cleanup completed. 2021-02-18 21:08:35.681 | Feb 18 21:08:16 dv-osbrick-773686-1-smb cinder-scheduler[89244]: DEBUG cinder.service [None req-bce0d88a-3eac-4e42-82a0-461d35e15575 None None] Creating RPC server for service cinder-scheduler {{(pid=89244) start /opt/stack/cinder/cinder/service.py:231}} 2021-02-18 21:08:35.681 | Feb 18 21:08:16 dv-osbrick-773686-1-smb cinder-scheduler[89244]: DEBUG cinder.service [None req-bce0d88a-3eac-4e42-82a0-461d35e15575 None None] Pinning object versions for RPC server serializer to 1.38 {{(pid=89244) start /opt/stack/cinder/cinder/service.py:238}} 2021-02-18 21:08:35.684 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.687 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@c-api.service 2021-02-18 21:08:35.701 | enabled 2021-02-18 21:08:35.704 | + functions-common:service_check:1627 : sudo systemctl status devstack@c-api.service --no-pager 2021-02-18 21:08:35.720 | ● devstack@c-api.service - Devstack devstack@c-api.service 2021-02-18 21:08:35.720 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2021-02-18 21:08:35.720 | Active: active (running) since Thu 2021-02-18 21:08:06 UTC; 28s ago 2021-02-18 21:08:35.720 | Main PID: 88808 (uwsgi) 2021-02-18 21:08:35.720 | Status: "uWSGI is ready" 2021-02-18 21:08:35.720 | Tasks: 11 (limit: 14352) 2021-02-18 21:08:35.720 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2021-02-18 21:08:35.720 | ├─88808 cinder-apiuWSGI master 2021-02-18 21:08:35.720 | ├─88809 cinder-apiuWSGI worker 1 2021-02-18 21:08:35.720 | └─88810 cinder-apiuWSGI worker 2 2021-02-18 21:08:35.720 | 2021-02-18 21:08:35.720 | Feb 18 21:08:15 dv-osbrick-773686-1-smb devstack@c-api.service[88808]: [pid: 88809|app: 0|req: 1/2] 10.222.0.41 () {60 vars in 1228 bytes} [Thu Feb 18 21:08:15 2021] POST /volume/v3/f974164a87f6418fbfa94a9e33811967/types => generated 186 bytes in 681 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2021-02-18 21:08:35.720 | Feb 18 21:08:16 dv-osbrick-773686-1-smb devstack@c-api.service[88808]: INFO cinder.api.openstack.wsgi [req-ac181c52-70cb-4102-88a4-494080fb14b0 req-d6716bf1-ded6-4a3f-bc0d-9aa76e827027 admin admin] POST http://10.222.0.41/volume/v3/f974164a87f6418fbfa94a9e33811967/types/f9e466bf-5e35-42d1-8a56-a9deefcb023e/extra_specs 2021-02-18 21:08:35.720 | Feb 18 21:08:16 dv-osbrick-773686-1-smb devstack@c-api.service[88808]: /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-02-18 21:08:35.721 | Feb 18 21:08:16 dv-osbrick-773686-1-smb devstack@c-api.service[88808]: DeprecationWarning, 2021-02-18 21:08:35.721 | Feb 18 21:08:16 dv-osbrick-773686-1-smb devstack@c-api.service[88808]: DEBUG cinder.api.openstack.wsgi [req-ac181c52-70cb-4102-88a4-494080fb14b0 req-d6716bf1-ded6-4a3f-bc0d-9aa76e827027 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=88810) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:865}} 2021-02-18 21:08:35.721 | Feb 18 21:08:16 dv-osbrick-773686-1-smb devstack@c-api.service[88808]: /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-02-18 21:08:35.721 | Feb 18 21:08:16 dv-osbrick-773686-1-smb devstack@c-api.service[88808]: DeprecationWarning) 2021-02-18 21:08:35.721 | Feb 18 21:08:16 dv-osbrick-773686-1-smb devstack@c-api.service[88808]: DEBUG oslo_db.sqlalchemy.engines [req-ac181c52-70cb-4102-88a4-494080fb14b0 req-d6716bf1-ded6-4a3f-bc0d-9aa76e827027 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=88810) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-18 21:08:35.721 | Feb 18 21:08:16 dv-osbrick-773686-1-smb devstack@c-api.service[88808]: INFO cinder.api.openstack.wsgi [req-ac181c52-70cb-4102-88a4-494080fb14b0 req-d6716bf1-ded6-4a3f-bc0d-9aa76e827027 admin admin] http://10.222.0.41/volume/v3/f974164a87f6418fbfa94a9e33811967/types/f9e466bf-5e35-42d1-8a56-a9deefcb023e/extra_specs returned with HTTP 200 2021-02-18 21:08:35.721 | Feb 18 21:08:16 dv-osbrick-773686-1-smb devstack@c-api.service[88808]: [pid: 88810|app: 0|req: 2/3] 10.222.0.41 () {62 vars in 1445 bytes} [Thu Feb 18 21:08:15 2021] POST /volume/v3/f974164a87f6418fbfa94a9e33811967/types/f9e466bf-5e35-42d1-8a56-a9deefcb023e/extra_specs => generated 55 bytes in 500 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2021-02-18 21:08:35.723 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.726 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-svc.service 2021-02-18 21:08:35.739 | enabled 2021-02-18 21:08:35.743 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-svc.service --no-pager 2021-02-18 21:08:35.759 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2021-02-18 21:08:35.759 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2021-02-18 21:08:35.759 | Active: active (running) since Thu 2021-02-18 21:06:25 UTC; 2min 10s ago 2021-02-18 21:08:35.759 | Main PID: 81725 (/usr/bin/python) 2021-02-18 21:08:35.759 | Tasks: 5 (limit: 14352) 2021-02-18 21:08:35.759 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2021-02-18 21:08:35.759 | ├─81725 /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-02-18 21:08:35.759 | ├─81836 /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-02-18 21:08:35.759 | ├─81837 /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-02-18 21:08:35.759 | ├─81838 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-02-18 21:08:35.759 | └─81839 neutron-server: periodic 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-02-18 21:08:35.759 | 2021-02-18 21:08:35.759 | Feb 18 21:07:43 dv-osbrick-773686-1-smb neutron-server[81725]: DEBUG neutron_lib.callbacks.manager [None req-c63eae4e-bc97-4f75-8660-3fc719a030bd None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8747326049395', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1337401'] for agent, after_update {{(pid=81838) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-18 21:08:35.759 | Feb 18 21:07:44 dv-osbrick-773686-1-smb neutron-server[81725]: DEBUG neutron_lib.callbacks.manager [None req-9d9e2ce1-7d2f-4fc7-8ae4-0afa22464545 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8747326049395', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1337401'] for agent, after_update {{(pid=81838) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-18 21:08:35.759 | Feb 18 21:07:45 dv-osbrick-773686-1-smb neutron-server[81725]: DEBUG neutron_lib.callbacks.manager [None req-da1d992c-96f4-41a8-953f-218497cda2ee None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8747326049395', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1337401'] for agent, after_update {{(pid=81838) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-18 21:08:35.759 | Feb 18 21:07:45 dv-osbrick-773686-1-smb neutron-server[81725]: DEBUG neutron_lib.callbacks.manager [None req-b43d1bb2-f64c-4566-9e2f-a3ec3a10920e None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8747326049395', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1337401'] for agent, after_update {{(pid=81838) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-18 21:08:35.759 | Feb 18 21:08:02 dv-osbrick-773686-1-smb neutron-server[81725]: DEBUG neutron.db.agents_db [None req-5b0fc804-e91b-45af-9045-dcd69bdea30b None None] Agent healthcheck: found 5 active agents {{(pid=81839) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:327}} 2021-02-18 21:08:35.760 | Feb 18 21:08:11 dv-osbrick-773686-1-smb neutron-server[81725]: DEBUG neutron_lib.callbacks.manager [None req-265d332e-5625-4da4-8c91-6a9808cb5ac0 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8747326049395', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1337401'] for agent, after_update {{(pid=81838) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-18 21:08:35.760 | Feb 18 21:08:13 dv-osbrick-773686-1-smb neutron-server[81725]: DEBUG neutron_lib.callbacks.manager [None req-c63eae4e-bc97-4f75-8660-3fc719a030bd None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8747326049395', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1337401'] for agent, after_update {{(pid=81838) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-18 21:08:35.760 | Feb 18 21:08:14 dv-osbrick-773686-1-smb neutron-server[81725]: DEBUG neutron_lib.callbacks.manager [None req-cb69b440-3b13-456c-a7ea-7af3e04f8e2f None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8747326049395', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1337401'] for agent, after_update {{(pid=81838) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-18 21:08:35.760 | Feb 18 21:08:15 dv-osbrick-773686-1-smb neutron-server[81725]: DEBUG neutron_lib.callbacks.manager [None req-da1d992c-96f4-41a8-953f-218497cda2ee None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8747326049395', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1337401'] for agent, after_update {{(pid=81838) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-18 21:08:35.760 | Feb 18 21:08:15 dv-osbrick-773686-1-smb neutron-server[81725]: DEBUG neutron_lib.callbacks.manager [None req-b43d1bb2-f64c-4566-9e2f-a3ec3a10920e None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8747326049395', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1337401'] for agent, after_update {{(pid=81838) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-18 21:08:35.763 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.766 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-dhcp.service 2021-02-18 21:08:35.779 | enabled 2021-02-18 21:08:35.783 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-dhcp.service --no-pager 2021-02-18 21:08:35.798 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2021-02-18 21:08:35.798 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2021-02-18 21:08:35.798 | Active: active (running) since Thu 2021-02-18 21:06:37 UTC; 1min 58s ago 2021-02-18 21:08:35.798 | Main PID: 83121 (/usr/bin/python) 2021-02-18 21:08:35.798 | Tasks: 12 (limit: 14352) 2021-02-18 21:08:35.798 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2021-02-18 21:08:35.798 | ├─83121 /usr/bin/python3.6 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini 2021-02-18 21:08:35.798 | ├─84725 /usr/bin/python3.6 /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/tmpk11txv1k/privsep.sock 2021-02-18 21:08:35.798 | ├─84739 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-02-18 21:08:35.798 | ├─84740 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-02-18 21:08:35.798 | └─84877 dnsmasq --no-hosts --pid-file=/opt/stack/data/neutron/dhcp/7e0e530e-8a6e-470a-b4b4-070f8aee1633/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/7e0e530e-8a6e-470a-b4b4-070f8aee1633/host --addn-hosts=/opt/stack/data/neutron/dhcp/7e0e530e-8a6e-470a-b4b4-070f8aee1633/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/7e0e530e-8a6e-470a-b4b4-070f8aee1633/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/7e0e530e-8a6e-470a-b4b4-070f8aee1633/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-e71c80b8-c8e8-4939-80fe-e2b87dbdda67,172.20.0.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,1450 --dhcp-lease-max=64 --conf-file=/dev/null --domain=openstacklocal 2021-02-18 21:08:35.798 | 2021-02-18 21:08:35.798 | Feb 18 21:07:17 dv-osbrick-773686-1-smb neutron-dhcp-agent[83121]: DEBUG oslo_concurrency.lockutils [None req-d2d383bf-ef98-43ca-a551-26d45d181edb None None] Lock "resize_greenpool" released by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.001s {{(pid=83121) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-02-18 21:08:35.798 | Feb 18 21:07:21 dv-osbrick-773686-1-smb neutron-dhcp-agent[83121]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=83121) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-02-18 21:08:35.798 | Feb 18 21:07:23 dv-osbrick-773686-1-smb neutron-dhcp-agent[83121]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (,) {} {{(pid=83121) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-02-18 21:08:35.798 | Feb 18 21:07:23 dv-osbrick-773686-1-smb neutron-dhcp-agent[83121]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (,) {} {{(pid=83121) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-02-18 21:08:35.798 | Feb 18 21:07:24 dv-osbrick-773686-1-smb dnsmasq[84877]: reading /etc/resolv.conf 2021-02-18 21:08:35.798 | Feb 18 21:07:24 dv-osbrick-773686-1-smb dnsmasq[84877]: using nameserver 127.0.0.53#53 2021-02-18 21:08:35.798 | Feb 18 21:07:24 dv-osbrick-773686-1-smb dnsmasq[84877]: reading /etc/resolv.conf 2021-02-18 21:08:35.798 | Feb 18 21:07:24 dv-osbrick-773686-1-smb dnsmasq[84877]: using nameserver 127.0.0.53#53 2021-02-18 21:08:35.798 | Feb 18 21:07:41 dv-osbrick-773686-1-smb neutron-dhcp-agent[83121]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=83121) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-02-18 21:08:35.798 | Feb 18 21:07:41 dv-osbrick-773686-1-smb neutron-dhcp-agent[83121]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=83121) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-02-18 21:08:35.802 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.804 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-meta.service 2021-02-18 21:08:35.818 | enabled 2021-02-18 21:08:35.821 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-meta.service --no-pager 2021-02-18 21:08:35.837 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2021-02-18 21:08:35.837 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2021-02-18 21:08:35.837 | Active: active (running) since Thu 2021-02-18 21:06:39 UTC; 1min 56s ago 2021-02-18 21:08:35.837 | Main PID: 83858 (/usr/bin/python) 2021-02-18 21:08:35.837 | Tasks: 3 (limit: 14352) 2021-02-18 21:08:35.837 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2021-02-18 21:08:35.837 | ├─83858 /usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2021-02-18 21:08:35.837 | ├─84318 /usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2021-02-18 21:08:35.837 | └─84319 /usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2021-02-18 21:08:35.837 | 2021-02-18 21:08:35.837 | Feb 18 21:06:43 dv-osbrick-773686-1-smb neutron-metadata-agent[83858]: DEBUG oslo_service.service [None req-c63eae4e-bc97-4f75-8660-3fc719a030bd None None] oslo_messaging_rabbit.ssl = False {{(pid=83858) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.838 | Feb 18 21:06:43 dv-osbrick-773686-1-smb neutron-metadata-agent[83858]: DEBUG oslo_service.service [None req-c63eae4e-bc97-4f75-8660-3fc719a030bd None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=83858) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.838 | Feb 18 21:06:43 dv-osbrick-773686-1-smb neutron-metadata-agent[83858]: DEBUG oslo_service.service [None req-c63eae4e-bc97-4f75-8660-3fc719a030bd None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=83858) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.838 | Feb 18 21:06:43 dv-osbrick-773686-1-smb neutron-metadata-agent[83858]: DEBUG oslo_service.service [None req-c63eae4e-bc97-4f75-8660-3fc719a030bd None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=83858) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.838 | Feb 18 21:06:43 dv-osbrick-773686-1-smb neutron-metadata-agent[83858]: DEBUG oslo_service.service [None req-c63eae4e-bc97-4f75-8660-3fc719a030bd None None] oslo_messaging_rabbit.ssl_version = {{(pid=83858) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.838 | Feb 18 21:06:43 dv-osbrick-773686-1-smb neutron-metadata-agent[83858]: DEBUG oslo_service.service [None req-c63eae4e-bc97-4f75-8660-3fc719a030bd None None] oslo_messaging_notifications.driver = [] {{(pid=83858) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.838 | Feb 18 21:06:43 dv-osbrick-773686-1-smb neutron-metadata-agent[83858]: DEBUG oslo_service.service [None req-c63eae4e-bc97-4f75-8660-3fc719a030bd None None] oslo_messaging_notifications.retry = -1 {{(pid=83858) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.838 | Feb 18 21:06:43 dv-osbrick-773686-1-smb neutron-metadata-agent[83858]: DEBUG oslo_service.service [None req-c63eae4e-bc97-4f75-8660-3fc719a030bd None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=83858) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.838 | Feb 18 21:06:43 dv-osbrick-773686-1-smb neutron-metadata-agent[83858]: DEBUG oslo_service.service [None req-c63eae4e-bc97-4f75-8660-3fc719a030bd None None] oslo_messaging_notifications.transport_url = **** {{(pid=83858) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:35.838 | Feb 18 21:06:43 dv-osbrick-773686-1-smb neutron-metadata-agent[83858]: DEBUG oslo_service.service [None req-c63eae4e-bc97-4f75-8660-3fc719a030bd None None] ******************************************************************************** {{(pid=83858) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-02-18 21:08:35.841 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.843 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-agt.service 2021-02-18 21:08:35.856 | enabled 2021-02-18 21:08:35.860 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-agt.service --no-pager 2021-02-18 21:08:35.875 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2021-02-18 21:08:35.875 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2021-02-18 21:08:35.875 | Active: active (running) since Thu 2021-02-18 21:06:36 UTC; 1min 59s ago 2021-02-18 21:08:35.876 | Main PID: 82764 (/usr/bin/python) 2021-02-18 21:08:35.876 | Tasks: 12 (limit: 14352) 2021-02-18 21:08:35.876 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2021-02-18 21:08:35.876 | ├─82764 /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-02-18 21:08:35.876 | ├─84310 /usr/bin/python3.6 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpvxofmfp0/privsep.sock 2021-02-18 21:08:35.876 | ├─84413 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-02-18 21:08:35.876 | ├─84414 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-02-18 21:08:35.876 | └─84434 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2021-02-18 21:08:35.876 | 2021-02-18 21:08:35.876 | Feb 18 21:08:31 dv-osbrick-773686-1-smb neutron-openvswitch-agent[82764]: DEBUG neutron.agent.linux.utils [None req-da67470b-dfef-483f-9bee-bc6397d06fec None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 84434. {{(pid=82764) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:343}} 2021-02-18 21:08:35.876 | Feb 18 21:08:31 dv-osbrick-773686-1-smb neutron-openvswitch-agent[82764]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-da67470b-dfef-483f-9bee-bc6397d06fec None None] Agent rpc_loop - iteration:53 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2021-02-18 21:08:35.876 | Feb 18 21:08:33 dv-osbrick-773686-1-smb neutron-openvswitch-agent[82764]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-da67470b-dfef-483f-9bee-bc6397d06fec None None] Agent rpc_loop - iteration:54 started 2021-02-18 21:08:35.876 | Feb 18 21:08:33 dv-osbrick-773686-1-smb neutron-openvswitch-agent[82764]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-da67470b-dfef-483f-9bee-bc6397d06fec None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xed5d37a6,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=6525463639550565061,duration_nsec=134000000,duration_sec=109,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=82764) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:114}} 2021-02-18 21:08:35.876 | Feb 18 21:08:33 dv-osbrick-773686-1-smb neutron-openvswitch-agent[82764]: DEBUG neutron.agent.linux.utils [None req-da67470b-dfef-483f-9bee-bc6397d06fec None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 84434. {{(pid=82764) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:343}} 2021-02-18 21:08:35.876 | Feb 18 21:08:33 dv-osbrick-773686-1-smb neutron-openvswitch-agent[82764]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-da67470b-dfef-483f-9bee-bc6397d06fec None None] Agent rpc_loop - iteration:54 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.005 2021-02-18 21:08:35.876 | Feb 18 21:08:35 dv-osbrick-773686-1-smb neutron-openvswitch-agent[82764]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-da67470b-dfef-483f-9bee-bc6397d06fec None None] Agent rpc_loop - iteration:55 started 2021-02-18 21:08:35.876 | Feb 18 21:08:35 dv-osbrick-773686-1-smb neutron-openvswitch-agent[82764]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-da67470b-dfef-483f-9bee-bc6397d06fec None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xed5d37a8,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=6525463639550565061,duration_nsec=135000000,duration_sec=111,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=82764) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:114}} 2021-02-18 21:08:35.876 | Feb 18 21:08:35 dv-osbrick-773686-1-smb neutron-openvswitch-agent[82764]: DEBUG neutron.agent.linux.utils [None req-da67470b-dfef-483f-9bee-bc6397d06fec None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 84434. {{(pid=82764) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:343}} 2021-02-18 21:08:35.876 | Feb 18 21:08:35 dv-osbrick-773686-1-smb neutron-openvswitch-agent[82764]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-da67470b-dfef-483f-9bee-bc6397d06fec None None] Agent rpc_loop - iteration:55 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2021-02-18 21:08:35.879 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.882 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-l3.service 2021-02-18 21:08:35.895 | enabled 2021-02-18 21:08:35.899 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-l3.service --no-pager 2021-02-18 21:08:35.914 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2021-02-18 21:08:35.914 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2021-02-18 21:08:35.914 | Active: active (running) since Thu 2021-02-18 21:06:38 UTC; 1min 57s ago 2021-02-18 21:08:35.914 | Main PID: 83507 (/usr/bin/python) 2021-02-18 21:08:35.914 | Tasks: 12 (limit: 14352) 2021-02-18 21:08:35.914 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2021-02-18 21:08:35.914 | ├─83507 /usr/bin/python3.6 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini 2021-02-18 21:08:35.915 | ├─84476 /usr/bin/python3.6 /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/tmpv0vzon8j/privsep.sock 2021-02-18 21:08:35.915 | ├─85209 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-02-18 21:08:35.915 | ├─85210 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-02-18 21:08:35.915 | └─85388 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/507b103d-81eb-493f-bc49-46efb1401470.conf 2021-02-18 21:08:35.915 | 2021-02-18 21:08:35.915 | Feb 18 21:07:27 dv-osbrick-773686-1-smb neutron-l3-agent[83507]: DEBUG oslo_service.periodic_task [None req-8a6510b7-c0ec-4f22-bb20-2f18f88e556b None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=83507) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-02-18 21:08:35.915 | Feb 18 21:07:27 dv-osbrick-773686-1-smb neutron-l3-agent[83507]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-507b103d-81eb-493f-bc49-46efb1401470', 'arping', '-U', '-I', 'qg-59cbe6d5-62', '-c', '1', '-w', '1.5', '172.30.1.9'] {{(pid=83507) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:103}} 2021-02-18 21:08:35.915 | Feb 18 21:07:27 dv-osbrick-773686-1-smb neutron-l3-agent[83507]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-507b103d-81eb-493f-bc49-46efb1401470', 'arping', '-A', '-I', 'qg-59cbe6d5-62', '-c', '1', '-w', '1.5', '172.30.1.9'] {{(pid=83507) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:103}} 2021-02-18 21:08:35.915 | Feb 18 21:07:29 dv-osbrick-773686-1-smb neutron-l3-agent[83507]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-507b103d-81eb-493f-bc49-46efb1401470', 'arping', '-U', '-I', 'qg-59cbe6d5-62', '-c', '1', '-w', '1.5', '172.30.1.9'] {{(pid=83507) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:103}} 2021-02-18 21:08:35.915 | Feb 18 21:07:29 dv-osbrick-773686-1-smb neutron-l3-agent[83507]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-507b103d-81eb-493f-bc49-46efb1401470', 'arping', '-A', '-I', 'qg-59cbe6d5-62', '-c', '1', '-w', '1.5', '172.30.1.9'] {{(pid=83507) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:103}} 2021-02-18 21:08:35.915 | Feb 18 21:07:43 dv-osbrick-773686-1-smb neutron-l3-agent[83507]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=83507) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-02-18 21:08:35.915 | Feb 18 21:07:43 dv-osbrick-773686-1-smb neutron-l3-agent[83507]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.002s {{(pid=83507) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-02-18 21:08:35.915 | Feb 18 21:07:43 dv-osbrick-773686-1-smb neutron-l3-agent[83507]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=83507) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-02-18 21:08:35.915 | Feb 18 21:07:43 dv-osbrick-773686-1-smb neutron-l3-agent[83507]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=83507) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-02-18 21:08:35.915 | Feb 18 21:08:07 dv-osbrick-773686-1-smb neutron-l3-agent[83507]: DEBUG oslo_service.periodic_task [None req-8a6510b7-c0ec-4f22-bb20-2f18f88e556b None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=83507) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-02-18 21:08:35.919 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.921 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@rabbit.service 2021-02-18 21:08:35.934 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2021-02-18 21:08:35.938 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.941 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@tempest.service 2021-02-18 21:08:35.952 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2021-02-18 21:08:35.956 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.959 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@mysql.service 2021-02-18 21:08:35.970 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2021-02-18 21:08:35.974 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.976 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@etcd3.service 2021-02-18 21:08:35.989 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2021-02-18 21:08:35.992 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:35.995 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@dstat.service 2021-02-18 21:08:36.008 | enabled 2021-02-18 21:08:36.012 | + functions-common:service_check:1627 : sudo systemctl status devstack@dstat.service --no-pager 2021-02-18 21:08:36.028 | ● devstack@dstat.service - Devstack devstack@dstat.service 2021-02-18 21:08:36.028 | Loaded: loaded (/etc/systemd/system/devstack@dstat.service; enabled; vendor preset: enabled) 2021-02-18 21:08:36.028 | Active: active (running) since Thu 2021-02-18 20:55:03 UTC; 13min ago 2021-02-18 21:08:36.028 | Main PID: 64384 (dstat.sh) 2021-02-18 21:08:36.028 | Tasks: 3 (limit: 14352) 2021-02-18 21:08:36.028 | CGroup: /system.slice/system-devstack.slice/devstack@dstat.service 2021-02-18 21:08:36.028 | ├─64384 /bin/bash /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs 2021-02-18 21:08:36.028 | ├─64439 python2 /usr/bin/dstat -tcmndrylpg --tcp --output /opt/stack/logs/dstat-csv.log 2021-02-18 21:08:36.028 | └─64440 python2 /usr/bin/dstat -tcmndrylpg --top-cpu-adv --top-io-adv --top-mem --swap --tcp 2021-02-18 21:08:36.028 | 2021-02-18 21:08:36.028 | Feb 18 21:08:26 dv-osbrick-773686-1-smb dstat.sh[64384]: 18-02 21:08:26| 25 4 70 0 0|4139M 2898M 147M 4603M| 623B 0 | 0 196k| 0 16.0 |1301 5281 |1.95 1.52 1.13|2.0 0 139| 0 0 |openstack 899966.8%1956k 256B|bash 89626 11M 49k 0%|mysqld 405M| 0 0 | 26 251 0 148 0 2021-02-18 21:08:36.028 | Feb 18 21:08:27 dv-osbrick-773686-1-smb dstat.sh[64384]: 18-02 21:08:27| 27 3 70 0 0|4161M 2876M 147M 4603M| 0 0 | 0 396k| 0 16.0 | 304 3278 |1.95 1.52 1.13|2.0 0 1.0| 0 0 |openstack 89996 25%5788k 33k|openstack 899965788k 33k 25%|mysqld 405M| 0 0 | 26 251 0 142 0 2021-02-18 21:08:36.028 | Feb 18 21:08:28 dv-osbrick-773686-1-smb dstat.sh[64384]: 18-02 21:08:28| 26 3 71 0 0|4175M 2862M 147M 4603M| 0 0 | 0 1184k| 0 11.0 | 810 4228 |1.95 1.52 1.13|2.0 0 0| 0 0 |openstack 89996 17%3508k 210B|openstack 899963508k 210B 17%|mysqld 405M| 0 0 | 26 251 0 149 0 2021-02-18 21:08:36.028 | Feb 18 21:08:29 dv-osbrick-773686-1-smb dstat.sh[64384]: 18-02 21:08:29| 25 4 71 0 0|4153M 2883M 147M 4603M|1048B 0 | 0 88k| 0 3.00 | 851 4406 |1.88 1.51 1.13|2.0 0 144| 0 0 |openstack 90140 21%5716k 33k|bash 89626 11M 49k 0%|mysqld 405M| 0 0 | 26 251 0 149 0 2021-02-18 21:08:36.028 | Feb 18 21:08:30 dv-osbrick-773686-1-smb dstat.sh[64384]: 18-02 21:08:30| 26 2 72 0 0|4175M 2861M 147M 4603M| 914B 0 | 0 136k| 0 9.00 | 343 3300 |1.88 1.51 1.13|2.0 0 2.0| 0 0 |openstack 90140 25%5532k 0 |openstack 901405532k 0 25%|mysqld 405M| 0 0 | 26 253 0 150 0 2021-02-18 21:08:36.028 | Feb 18 21:08:31 dv-osbrick-773686-1-smb dstat.sh[64384]: 18-02 21:08:31| 27 4 70 0 0|4142M 2895M 147M 4603M| 457B 0 | 0 32k| 0 3.00 |1017 4708 |1.88 1.51 1.13|3.0 0 80| 0 0 |openstack 90222 13%3068k 33k|bash 89626 11M 42k 0%|mysqld 405M| 0 0 | 26 251 0 149 0 2021-02-18 21:08:36.028 | Feb 18 21:08:32 dv-osbrick-773686-1-smb dstat.sh[64384]: 18-02 21:08:32| 27 3 70 0 0|4169M 2867M 147M 4603M|1505B 0 | 0 224k| 0 15.0 | 343 3329 |1.88 1.51 1.13|2.0 0 0| 0 0 |openstack 90222 25%7030k 0 |openstack 902227030k 0 25%|mysqld 405M| 0 0 | 26 251 0 149 0 2021-02-18 21:08:36.028 | Feb 18 21:08:33 dv-osbrick-773686-1-smb dstat.sh[64384]: 18-02 21:08:33| 27 3 70 0 0|4139M 2898M 147M 4603M| 513B 70B| 0 76k| 0 1.00 | 980 4502 |1.88 1.51 1.13|2.0 0 77| 0 0 |openstack 903006.0%1956k 256B|bash 89626 11M 42k 0%|mysqld 405M| 0 0 | 26 251 0 155 0 2021-02-18 21:08:36.028 | Feb 18 21:08:34 dv-osbrick-773686-1-smb dstat.sh[64384]: 18-02 21:08:34| 26 3 72 0 0|4162M 2875M 147M 4603M|1469B 0 | 0 0 | 0 0 | 302 3219 |1.81 1.50 1.13|3.0 0 1.0| 0 0 |openstack 90300 25%5788k 33k|openstack 903005788k 33k 25%|mysqld 405M| 0 0 | 26 251 0 155 0 2021-02-18 21:08:36.028 | Feb 18 21:08:35 dv-osbrick-773686-1-smb dstat.sh[64384]: 18-02 21:08:35| 27 3 70 0 0|4128M 2909M 147M 4603M|1469B 0 | 0 112k| 0 6.00 | 782 4130 |1.81 1.50 1.13|2.0 0 16| 0 0 |uwsgi 655973.2%3713B 14k|bash 89626 11M 34k 0%|mysqld 405M| 0 0 | 26 251 0 158 0 2021-02-18 21:08:36.031 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.034 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-crt.service 2021-02-18 21:08:36.046 | Failed to get unit file state for devstack@n-crt.service: No such file or directory 2021-02-18 21:08:36.050 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.052 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-cauth.service 2021-02-18 21:08:36.065 | Failed to get unit file state for devstack@n-cauth.service: No such file or directory 2021-02-18 21:08:36.069 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.071 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-metering.service 2021-02-18 21:08:36.084 | enabled 2021-02-18 21:08:36.088 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-metering.service --no-pager 2021-02-18 21:08:36.104 | ● devstack@q-metering.service - Devstack devstack@q-metering.service 2021-02-18 21:08:36.104 | Loaded: loaded (/etc/systemd/system/devstack@q-metering.service; enabled; vendor preset: enabled) 2021-02-18 21:08:36.104 | Active: active (running) since Thu 2021-02-18 21:06:41 UTC; 1min 54s ago 2021-02-18 21:08:36.104 | Main PID: 84213 (/usr/bin/python) 2021-02-18 21:08:36.104 | Tasks: 1 (limit: 14352) 2021-02-18 21:08:36.104 | CGroup: /system.slice/system-devstack.slice/devstack@q-metering.service 2021-02-18 21:08:36.104 | └─84213 /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-02-18 21:08:36.104 | 2021-02-18 21:08:36.104 | Feb 18 21:07:45 dv-osbrick-773686-1-smb neutron-metering-agent[84213]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=84213) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-02-18 21:08:36.104 | Feb 18 21:08:07 dv-osbrick-773686-1-smb neutron-metering-agent[84213]: DEBUG oslo_service.periodic_task [None req-40e2c5d8-098a-48f8-a947-3019b877b484 None None] Running periodic task MeteringAgentWithStateReport._sync_routers_task {{(pid=84213) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-02-18 21:08:36.104 | Feb 18 21:08:15 dv-osbrick-773686-1-smb neutron-metering-agent[84213]: DEBUG neutron.services.metering.agents.metering_agent [-] Sync router namespaces {{(pid=84213) _sync_router_namespaces /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:219}} 2021-02-18 21:08:36.104 | Feb 18 21:08:15 dv-osbrick-773686-1-smb neutron-metering-agent[84213]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=84213) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-02-18 21:08:36.104 | Feb 18 21:08:15 dv-osbrick-773686-1-smb neutron-metering-agent[84213]: 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=84213) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-02-18 21:08:36.105 | Feb 18 21:08:15 dv-osbrick-773686-1-smb neutron-metering-agent[84213]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=84213) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-02-18 21:08:36.105 | Feb 18 21:08:15 dv-osbrick-773686-1-smb neutron-metering-agent[84213]: DEBUG neutron.services.metering.agents.metering_agent [-] Get router traffic counters {{(pid=84213) _get_traffic_counters /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:215}} 2021-02-18 21:08:36.105 | Feb 18 21:08:15 dv-osbrick-773686-1-smb neutron-metering-agent[84213]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=84213) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-02-18 21:08:36.105 | Feb 18 21:08:15 dv-osbrick-773686-1-smb neutron-metering-agent[84213]: 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=84213) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-02-18 21:08:36.105 | Feb 18 21:08:15 dv-osbrick-773686-1-smb neutron-metering-agent[84213]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=84213) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-02-18 21:08:36.108 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.111 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-vpn.service 2021-02-18 21:08:36.124 | Failed to get unit file state for devstack@q-vpn.service: No such file or directory 2021-02-18 21:08:36.128 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.130 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@g-reg.service 2021-02-18 21:08:36.143 | enabled 2021-02-18 21:08:36.147 | + functions-common:service_check:1627 : sudo systemctl status devstack@g-reg.service --no-pager 2021-02-18 21:08:36.163 | ● devstack@g-reg.service - Devstack devstack@g-reg.service 2021-02-18 21:08:36.163 | Loaded: loaded (/etc/systemd/system/devstack@g-reg.service; enabled; vendor preset: enabled) 2021-02-18 21:08:36.163 | Active: active (running) since Thu 2021-02-18 21:05:46 UTC; 2min 49s ago 2021-02-18 21:08:36.163 | Main PID: 79862 (glance-registry) 2021-02-18 21:08:36.163 | Tasks: 3 (limit: 14352) 2021-02-18 21:08:36.163 | CGroup: /system.slice/system-devstack.slice/devstack@g-reg.service 2021-02-18 21:08:36.163 | ├─79862 /usr/bin/python3.6 /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf 2021-02-18 21:08:36.163 | ├─80371 /usr/bin/python3.6 /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf 2021-02-18 21:08:36.163 | └─80372 /usr/bin/python3.6 /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf 2021-02-18 21:08:36.163 | 2021-02-18 21:08:36.163 | Feb 18 21:05:49 dv-osbrick-773686-1-smb glance-registry[79862]: DEBUG glance.common.config [-] healthcheck.backends = ['disable_by_file'] {{(pid=79862) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.163 | Feb 18 21:05:49 dv-osbrick-773686-1-smb glance-registry[79862]: DEBUG glance.common.config [-] healthcheck.detailed = False {{(pid=79862) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.163 | Feb 18 21:05:49 dv-osbrick-773686-1-smb glance-registry[79862]: DEBUG glance.common.config [-] healthcheck.disable_by_file_path = None {{(pid=79862) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.163 | Feb 18 21:05:49 dv-osbrick-773686-1-smb glance-registry[79862]: DEBUG glance.common.config [-] healthcheck.path = /healthcheck {{(pid=79862) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.163 | Feb 18 21:05:49 dv-osbrick-773686-1-smb glance-registry[79862]: DEBUG glance.common.config [-] ******************************************************************************** {{(pid=79862) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-02-18 21:08:36.163 | Feb 18 21:05:49 dv-osbrick-773686-1-smb glance-registry[79862]: INFO glance.common.wsgi [-] Starting 2 workers 2021-02-18 21:08:36.163 | Feb 18 21:05:49 dv-osbrick-773686-1-smb glance-registry[79862]: INFO glance.common.wsgi [-] Started child 80371 2021-02-18 21:08:36.163 | Feb 18 21:05:49 dv-osbrick-773686-1-smb glance-registry[79862]: INFO glance.common.wsgi [-] Started child 80372 2021-02-18 21:08:36.163 | Feb 18 21:05:49 dv-osbrick-773686-1-smb glance-registry[79862]: INFO eventlet.wsgi.server [-] (80371) wsgi starting up on http://0.0.0.0:9191 2021-02-18 21:08:36.163 | Feb 18 21:05:49 dv-osbrick-773686-1-smb glance-registry[79862]: INFO eventlet.wsgi.server [-] (80372) wsgi starting up on http://0.0.0.0:9191 2021-02-18 21:08:36.166 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.169 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@cinder.service 2021-02-18 21:08:36.181 | Failed to get unit file state for devstack@cinder.service: No such file or directory 2021-02-18 21:08:36.185 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.188 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@s-proxy.service 2021-02-18 21:08:36.201 | enabled 2021-02-18 21:08:36.205 | + functions-common:service_check:1627 : sudo systemctl status devstack@s-proxy.service --no-pager 2021-02-18 21:08:36.220 | ● devstack@s-proxy.service - Devstack devstack@s-proxy.service 2021-02-18 21:08:36.220 | Loaded: loaded (/etc/systemd/system/devstack@s-proxy.service; enabled; vendor preset: enabled) 2021-02-18 21:08:36.220 | Active: active (running) since Thu 2021-02-18 21:05:42 UTC; 2min 53s ago 2021-02-18 21:08:36.221 | Main PID: 79363 (swift-proxy-ser) 2021-02-18 21:08:36.221 | Tasks: 2 (limit: 14352) 2021-02-18 21:08:36.221 | CGroup: /system.slice/system-devstack.slice/devstack@s-proxy.service 2021-02-18 21:08:36.221 | ├─79363 /usr/bin/python3.6 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2021-02-18 21:08:36.221 | └─79462 /usr/bin/python3.6 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2021-02-18 21:08:36.221 | 2021-02-18 21:08:36.221 | Feb 18 21:06:03 dv-osbrick-773686-1-smb proxy-server[79462]: Validating token access rules against request 2021-02-18 21:08:36.221 | Feb 18 21:06:03 dv-osbrick-773686-1-smb swift-proxy-server[79363]: proxy-server: Validating token access rules against request 2021-02-18 21:08:36.221 | Feb 18 21:06:03 dv-osbrick-773686-1-smb proxy-server[79462]: Received request from user: user_id 157f4bb5993945a9a3eae04d1e6159ca, project_id 42ec74ce08614b808a423abfa0dcde65, roles service,ResellerAdmin 2021-02-18 21:08:36.221 | Feb 18 21:06:03 dv-osbrick-773686-1-smb swift-proxy-server[79363]: proxy-server: Received request from user: user_id 157f4bb5993945a9a3eae04d1e6159ca, project_id 42ec74ce08614b808a423abfa0dcde65, roles service,ResellerAdmin 2021-02-18 21:08:36.221 | Feb 18 21:06:03 dv-osbrick-773686-1-smb proxy-server[79462]: Using identity: {'user': ('157f4bb5993945a9a3eae04d1e6159ca', 'glance-swift'), 'tenant': ('42ec74ce08614b808a423abfa0dcde65', 'service'), 'roles': ['service', 'ResellerAdmin'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: tx68d8abef54c64e2c8937c-00602ed6bb) 2021-02-18 21:08:36.221 | Feb 18 21:06:03 dv-osbrick-773686-1-smb swift-proxy-server[79363]: proxy-server: Using identity: {'user': ('157f4bb5993945a9a3eae04d1e6159ca', 'glance-swift'), 'tenant': ('42ec74ce08614b808a423abfa0dcde65', 'service'), 'roles': ['service', 'ResellerAdmin'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: tx68d8abef54c64e2c8937c-00602ed6bb) 2021-02-18 21:08:36.221 | Feb 18 21:06:03 dv-osbrick-773686-1-smb proxy-server[79462]: User 42ec74ce08614b808a423abfa0dcde65 has reseller admin authorizing (txn: tx68d8abef54c64e2c8937c-00602ed6bb) (client_ip: 10.222.0.41) 2021-02-18 21:08:36.221 | Feb 18 21:06:03 dv-osbrick-773686-1-smb swift-proxy-server[79363]: proxy-server: User 42ec74ce08614b808a423abfa0dcde65 has reseller admin authorizing (txn: tx68d8abef54c64e2c8937c-00602ed6bb) (client_ip: 10.222.0.41) 2021-02-18 21:08:36.221 | Feb 18 21:06:17 dv-osbrick-773686-1-smb proxy-server[79462]: 10.222.0.41 10.222.0.41 18/Feb/2021/21/06/17 PUT /v1/AUTH_42ec74ce08614b808a423abfa0dcde65/glance/ff94da88-6543-4b6d-8e9b-ec07576e7764 HTTP/1.0 201 - python-swiftclient-3.9.0 gAAAAABgLta6... 645922816 - - tx68d8abef54c64e2c8937c-00602ed6bb - 14.0869 - - 1613682363.001132965 1613682377.087988377 0 2021-02-18 21:08:36.221 | Feb 18 21:06:17 dv-osbrick-773686-1-smb swift-proxy-server[79363]: proxy-server: 10.222.0.41 10.222.0.41 18/Feb/2021/21/06/17 PUT /v1/AUTH_42ec74ce08614b808a423abfa0dcde65/glance/ff94da88-6543-4b6d-8e9b-ec07576e7764 HTTP/1.0 201 - python-swiftclient-3.9.0 gAAAAABgLta6... 645922816 - - tx68d8abef54c64e2c8937c-00602ed6bb - 14.0869 - - 1613682363.001132965 1613682377.087988377 0 2021-02-18 21:08:36.224 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.226 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@s-object.service 2021-02-18 21:08:36.240 | enabled 2021-02-18 21:08:36.244 | + functions-common:service_check:1627 : sudo systemctl status devstack@s-object.service --no-pager 2021-02-18 21:08:36.260 | ● devstack@s-object.service - Devstack devstack@s-object.service 2021-02-18 21:08:36.260 | Loaded: loaded (/etc/systemd/system/devstack@s-object.service; enabled; vendor preset: enabled) 2021-02-18 21:08:36.260 | Active: active (running) since Thu 2021-02-18 21:05:38 UTC; 2min 57s ago 2021-02-18 21:08:36.260 | Main PID: 77881 (swift-object-se) 2021-02-18 21:08:36.260 | Tasks: 23 (limit: 14352) 2021-02-18 21:08:36.260 | CGroup: /system.slice/system-devstack.slice/devstack@s-object.service 2021-02-18 21:08:36.260 | ├─77881 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-02-18 21:08:36.260 | ├─78385 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-02-18 21:08:36.260 | └─78387 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-02-18 21:08:36.260 | 2021-02-18 21:08:36.260 | Feb 18 21:05:38 dv-osbrick-773686-1-smb systemd[1]: Started Devstack devstack@s-object.service. 2021-02-18 21:08:36.260 | Feb 18 21:05:39 dv-osbrick-773686-1-smb object-server[77881]: Started child 78385 from parent 77881 2021-02-18 21:08:36.260 | Feb 18 21:05:39 dv-osbrick-773686-1-smb swift-object-server[77881]: object-server: Started child 78385 from parent 77881 2021-02-18 21:08:36.260 | Feb 18 21:05:39 dv-osbrick-773686-1-smb object-server[77881]: Started child 78387 from parent 77881 2021-02-18 21:08:36.260 | Feb 18 21:05:39 dv-osbrick-773686-1-smb swift-object-server[77881]: object-server: Started child 78387 from parent 77881 2021-02-18 21:08:36.260 | Feb 18 21:06:17 dv-osbrick-773686-1-smb object-server[78387]: 127.0.0.1 - - [18/Feb/2021:21:06:17 +0000] "PUT /sdb1/112/AUTH_42ec74ce08614b808a423abfa0dcde65/glance/ff94da88-6543-4b6d-8e9b-ec07576e7764" 201 - "PUT http://10.222.0.41:8080/v1/AUTH_42ec74ce08614b808a423abfa0dcde65/glance/ff94da88-6543-4b6d-8e9b-ec07576e7764" "tx68d8abef54c64e2c8937c-00602ed6bb" "proxy-server 79462" 14.0620 "-" 78387 0 2021-02-18 21:08:36.260 | Feb 18 21:06:17 dv-osbrick-773686-1-smb swift-object-server[77881]: object-server: 127.0.0.1 - - [18/Feb/2021:21:06:17 +0000] "PUT /sdb1/112/AUTH_42ec74ce08614b808a423abfa0dcde65/glance/ff94da88-6543-4b6d-8e9b-ec07576e7764" 201 - "PUT http://10.222.0.41:8080/v1/AUTH_42ec74ce08614b808a423abfa0dcde65/glance/ff94da88-6543-4b6d-8e9b-ec07576e7764" "tx68d8abef54c64e2c8937c-00602ed6bb" "proxy-server 79462" 14.0620 "-" 78387 0 2021-02-18 21:08:36.263 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.266 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@s-container.service 2021-02-18 21:08:36.279 | enabled 2021-02-18 21:08:36.283 | + functions-common:service_check:1627 : sudo systemctl status devstack@s-container.service --no-pager 2021-02-18 21:08:36.299 | ● devstack@s-container.service - Devstack devstack@s-container.service 2021-02-18 21:08:36.299 | Loaded: loaded (/etc/systemd/system/devstack@s-container.service; enabled; vendor preset: enabled) 2021-02-18 21:08:36.299 | Active: active (running) since Thu 2021-02-18 21:05:39 UTC; 2min 56s ago 2021-02-18 21:08:36.299 | Main PID: 78238 (swift-container) 2021-02-18 21:08:36.299 | Tasks: 3 (limit: 14352) 2021-02-18 21:08:36.299 | CGroup: /system.slice/system-devstack.slice/devstack@s-container.service 2021-02-18 21:08:36.299 | ├─78238 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-02-18 21:08:36.299 | ├─78702 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-02-18 21:08:36.299 | └─78704 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-02-18 21:08:36.300 | 2021-02-18 21:08:36.300 | Feb 18 21:05:40 dv-osbrick-773686-1-smb container-server[78238]: Started child 78702 from parent 78238 2021-02-18 21:08:36.300 | Feb 18 21:05:40 dv-osbrick-773686-1-smb swift-container-server[78238]: container-server: Started child 78702 from parent 78238 2021-02-18 21:08:36.300 | Feb 18 21:05:40 dv-osbrick-773686-1-smb container-server[78238]: Started child 78704 from parent 78238 2021-02-18 21:08:36.300 | Feb 18 21:05:40 dv-osbrick-773686-1-smb swift-container-server[78238]: container-server: Started child 78704 from parent 78238 2021-02-18 21:08:36.300 | Feb 18 21:06:02 dv-osbrick-773686-1-smb container-server[78704]: 127.0.0.1 - - [18/Feb/2021:21:06:02 +0000] "PUT /sdb1/353/AUTH_42ec74ce08614b808a423abfa0dcde65/glance" 201 - "PUT http://10.222.0.41:8080/v1/AUTH_42ec74ce08614b808a423abfa0dcde65/glance" "tx7cd6563fc34a405e95af2-00602ed6ba" "proxy-server 79462" 0.0200 "-" 78704 0 2021-02-18 21:08:36.300 | Feb 18 21:06:02 dv-osbrick-773686-1-smb swift-container-server[78238]: container-server: 127.0.0.1 - - [18/Feb/2021:21:06:02 +0000] "PUT /sdb1/353/AUTH_42ec74ce08614b808a423abfa0dcde65/glance" 201 - "PUT http://10.222.0.41:8080/v1/AUTH_42ec74ce08614b808a423abfa0dcde65/glance" "tx7cd6563fc34a405e95af2-00602ed6ba" "proxy-server 79462" 0.0200 "-" 78704 0 2021-02-18 21:08:36.300 | Feb 18 21:06:03 dv-osbrick-773686-1-smb container-server[78704]: 127.0.0.1 - - [18/Feb/2021:21:06:03 +0000] "HEAD /sdb1/353/AUTH_42ec74ce08614b808a423abfa0dcde65/glance" 204 - "HEAD http://10.222.0.41:8080/v1/AUTH_42ec74ce08614b808a423abfa0dcde65/glance?format=json&states=listing" "tx68d8abef54c64e2c8937c-00602ed6bb" "proxy-server 79462" 0.0031 "-" 78704 0 2021-02-18 21:08:36.300 | Feb 18 21:06:03 dv-osbrick-773686-1-smb swift-container-server[78238]: container-server: 127.0.0.1 - - [18/Feb/2021:21:06:03 +0000] "HEAD /sdb1/353/AUTH_42ec74ce08614b808a423abfa0dcde65/glance" 204 - "HEAD http://10.222.0.41:8080/v1/AUTH_42ec74ce08614b808a423abfa0dcde65/glance?format=json&states=listing" "tx68d8abef54c64e2c8937c-00602ed6bb" "proxy-server 79462" 0.0031 "-" 78704 0 2021-02-18 21:08:36.300 | Feb 18 21:06:17 dv-osbrick-773686-1-smb container-server[78702]: 127.0.0.1 - - [18/Feb/2021:21:06:17 +0000] "PUT /sdb1/353/AUTH_42ec74ce08614b808a423abfa0dcde65/glance/ff94da88-6543-4b6d-8e9b-ec07576e7764" 201 - "PUT http://10.222.0.41:8080/sdb1/112/AUTH_42ec74ce08614b808a423abfa0dcde65/glance/ff94da88-6543-4b6d-8e9b-ec07576e7764" "tx68d8abef54c64e2c8937c-00602ed6bb" "object-server 78387" 0.0023 "-" 78702 0 2021-02-18 21:08:36.300 | Feb 18 21:06:17 dv-osbrick-773686-1-smb swift-container-server[78238]: container-server: 127.0.0.1 - - [18/Feb/2021:21:06:17 +0000] "PUT /sdb1/353/AUTH_42ec74ce08614b808a423abfa0dcde65/glance/ff94da88-6543-4b6d-8e9b-ec07576e7764" 201 - "PUT http://10.222.0.41:8080/sdb1/112/AUTH_42ec74ce08614b808a423abfa0dcde65/glance/ff94da88-6543-4b6d-8e9b-ec07576e7764" "tx68d8abef54c64e2c8937c-00602ed6bb" "object-server 78387" 0.0023 "-" 78702 0 2021-02-18 21:08:36.303 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.305 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@s-account.service 2021-02-18 21:08:36.318 | enabled 2021-02-18 21:08:36.322 | + functions-common:service_check:1627 : sudo systemctl status devstack@s-account.service --no-pager 2021-02-18 21:08:36.338 | ● devstack@s-account.service - Devstack devstack@s-account.service 2021-02-18 21:08:36.338 | Loaded: loaded (/etc/systemd/system/devstack@s-account.service; enabled; vendor preset: enabled) 2021-02-18 21:08:36.338 | Active: active (running) since Thu 2021-02-18 21:05:40 UTC; 2min 56s ago 2021-02-18 21:08:36.338 | Main PID: 78595 (swift-account-s) 2021-02-18 21:08:36.338 | Tasks: 3 (limit: 14352) 2021-02-18 21:08:36.338 | CGroup: /system.slice/system-devstack.slice/devstack@s-account.service 2021-02-18 21:08:36.338 | ├─78595 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-02-18 21:08:36.338 | ├─79033 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-02-18 21:08:36.338 | └─79036 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-02-18 21:08:36.338 | 2021-02-18 21:08:36.338 | Feb 18 21:06:02 dv-osbrick-773686-1-smb account-server[79033]: 127.0.0.1 - - [18/Feb/2021:21:06:02 +0000] "HEAD /sdb1/5/AUTH_42ec74ce08614b808a423abfa0dcde65" 404 - "HEAD http://10.222.0.41:8080/v1/AUTH_42ec74ce08614b808a423abfa0dcde65?format=json" "tx1f72ac8ce0dd4197a409e-00602ed6ba" "proxy-server 79462" 0.0020 "-" 79033 - 2021-02-18 21:08:36.338 | Feb 18 21:06:02 dv-osbrick-773686-1-smb swift-account-server[78595]: account-server: 127.0.0.1 - - [18/Feb/2021:21:06:02 +0000] "HEAD /sdb1/5/AUTH_42ec74ce08614b808a423abfa0dcde65" 404 - "HEAD http://10.222.0.41:8080/v1/AUTH_42ec74ce08614b808a423abfa0dcde65?format=json" "tx1f72ac8ce0dd4197a409e-00602ed6ba" "proxy-server 79462" 0.0020 "-" 79033 - 2021-02-18 21:08:36.338 | Feb 18 21:06:02 dv-osbrick-773686-1-smb account-server[79033]: 127.0.0.1 - - [18/Feb/2021:21:06:02 +0000] "HEAD /sdb1/5/AUTH_42ec74ce08614b808a423abfa0dcde65" 404 - "HEAD http://10.222.0.41:8080/v1/AUTH_42ec74ce08614b808a423abfa0dcde65?format=json" "tx1f72ac8ce0dd4197a409e-00602ed6ba" "proxy-server 79462" 0.0006 "-" 79033 - 2021-02-18 21:08:36.338 | Feb 18 21:06:02 dv-osbrick-773686-1-smb swift-account-server[78595]: account-server: 127.0.0.1 - - [18/Feb/2021:21:06:02 +0000] "HEAD /sdb1/5/AUTH_42ec74ce08614b808a423abfa0dcde65" 404 - "HEAD http://10.222.0.41:8080/v1/AUTH_42ec74ce08614b808a423abfa0dcde65?format=json" "tx1f72ac8ce0dd4197a409e-00602ed6ba" "proxy-server 79462" 0.0006 "-" 79033 - 2021-02-18 21:08:36.338 | Feb 18 21:06:02 dv-osbrick-773686-1-smb account-server[79033]: 127.0.0.1 - - [18/Feb/2021:21:06:02 +0000] "PUT /sdb1/5/AUTH_42ec74ce08614b808a423abfa0dcde65" 201 - "-" "tx7cd6563fc34a405e95af2-00602ed6ba" "-" 0.0171 "-" 79033 - 2021-02-18 21:08:36.338 | Feb 18 21:06:02 dv-osbrick-773686-1-smb swift-account-server[78595]: account-server: 127.0.0.1 - - [18/Feb/2021:21:06:02 +0000] "PUT /sdb1/5/AUTH_42ec74ce08614b808a423abfa0dcde65" 201 - "-" "tx7cd6563fc34a405e95af2-00602ed6ba" "-" 0.0171 "-" 79033 - 2021-02-18 21:08:36.338 | Feb 18 21:06:02 dv-osbrick-773686-1-smb account-server[79033]: 127.0.0.1 - - [18/Feb/2021:21:06:02 +0000] "HEAD /sdb1/5/AUTH_42ec74ce08614b808a423abfa0dcde65" 204 - "HEAD http://10.222.0.41:8080/v1/AUTH_42ec74ce08614b808a423abfa0dcde65?format=json" "tx7cd6563fc34a405e95af2-00602ed6ba" "proxy-server 79462" 0.0021 "-" 79033 - 2021-02-18 21:08:36.338 | Feb 18 21:06:02 dv-osbrick-773686-1-smb swift-account-server[78595]: account-server: 127.0.0.1 - - [18/Feb/2021:21:06:02 +0000] "HEAD /sdb1/5/AUTH_42ec74ce08614b808a423abfa0dcde65" 204 - "HEAD http://10.222.0.41:8080/v1/AUTH_42ec74ce08614b808a423abfa0dcde65?format=json" "tx7cd6563fc34a405e95af2-00602ed6ba" "proxy-server 79462" 0.0021 "-" 79033 - 2021-02-18 21:08:36.338 | Feb 18 21:06:02 dv-osbrick-773686-1-smb account-server[79033]: 127.0.0.1 - - [18/Feb/2021:21:06:02 +0000] "PUT /sdb1/5/AUTH_42ec74ce08614b808a423abfa0dcde65/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/353/AUTH_42ec74ce08614b808a423abfa0dcde65/glance" "tx7cd6563fc34a405e95af2-00602ed6ba" "container-server 78704" 0.0018 "-" 79033 0 2021-02-18 21:08:36.338 | Feb 18 21:06:02 dv-osbrick-773686-1-smb swift-account-server[78595]: account-server: 127.0.0.1 - - [18/Feb/2021:21:06:02 +0000] "PUT /sdb1/5/AUTH_42ec74ce08614b808a423abfa0dcde65/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/353/AUTH_42ec74ce08614b808a423abfa0dcde65/glance" "tx7cd6563fc34a405e95af2-00602ed6ba" "container-server 78704" 0.0018 "-" 79033 0 2021-02-18 21:08:36.342 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.344 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@heat.service 2021-02-18 21:08:36.357 | Failed to get unit file state for devstack@heat.service: No such file or directory 2021-02-18 21:08:36.360 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.363 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@h-api.service 2021-02-18 21:08:36.375 | Failed to get unit file state for devstack@h-api.service: No such file or directory 2021-02-18 21:08:36.378 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.381 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@h-api-cfn.service 2021-02-18 21:08:36.393 | Failed to get unit file state for devstack@h-api-cfn.service: No such file or directory 2021-02-18 21:08:36.397 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.399 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@h-api-cw.service 2021-02-18 21:08:36.412 | Failed to get unit file state for devstack@h-api-cw.service: No such file or directory 2021-02-18 21:08:36.415 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.418 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@h-eng.service 2021-02-18 21:08:36.430 | Failed to get unit file state for devstack@h-eng.service: No such file or directory 2021-02-18 21:08:36.434 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.436 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@ceilometer-acentral.service 2021-02-18 21:08:36.448 | Failed to get unit file state for devstack@ceilometer-acentral.service: No such file or directory 2021-02-18 21:08:36.452 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.455 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@ceilometer-acompute.service 2021-02-18 21:08:36.467 | Failed to get unit file state for devstack@ceilometer-acompute.service: No such file or directory 2021-02-18 21:08:36.471 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.473 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@ceilometer-collector.service 2021-02-18 21:08:36.486 | Failed to get unit file state for devstack@ceilometer-collector.service: No such file or directory 2021-02-18 21:08:36.489 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.492 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@ceilometer-api.service 2021-02-18 21:08:36.503 | Failed to get unit file state for devstack@ceilometer-api.service: No such file or directory 2021-02-18 21:08:36.507 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.509 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@ceilometer-anotification.service 2021-02-18 21:08:36.521 | Failed to get unit file state for devstack@ceilometer-anotification.service: No such file or directory 2021-02-18 21:08:36.525 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.528 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@s-container-sync.service 2021-02-18 21:08:36.540 | enabled 2021-02-18 21:08:36.545 | + functions-common:service_check:1627 : sudo systemctl status devstack@s-container-sync.service --no-pager 2021-02-18 21:08:36.560 | ● devstack@s-container-sync.service - Devstack devstack@s-container-sync.service 2021-02-18 21:08:36.560 | Loaded: loaded (/etc/systemd/system/devstack@s-container-sync.service; enabled; vendor preset: enabled) 2021-02-18 21:08:36.560 | Active: active (running) since Thu 2021-02-18 21:05:41 UTC; 2min 55s ago 2021-02-18 21:08:36.560 | Main PID: 78992 (swift-container) 2021-02-18 21:08:36.560 | Tasks: 1 (limit: 14352) 2021-02-18 21:08:36.560 | CGroup: /system.slice/system-devstack.slice/devstack@s-container-sync.service 2021-02-18 21:08:36.560 | └─78992 /usr/bin/python3.6 /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf 2021-02-18 21:08:36.560 | 2021-02-18 21:08:36.560 | Feb 18 21:05:41 dv-osbrick-773686-1-smb systemd[1]: Started Devstack devstack@s-container-sync.service. 2021-02-18 21:08:36.560 | Feb 18 21:05:42 dv-osbrick-773686-1-smb container-sync[78992]: Starting 78992 2021-02-18 21:08:36.560 | Feb 18 21:05:42 dv-osbrick-773686-1-smb container-sync[78992]: Configuration option internal_client_conf_path not defined. Using default configuration, See internal-client.conf-sample for options 2021-02-18 21:08:36.564 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.567 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-super-cond.service 2021-02-18 21:08:36.579 | enabled 2021-02-18 21:08:36.583 | + functions-common:service_check:1627 : sudo systemctl status devstack@n-super-cond.service --no-pager 2021-02-18 21:08:36.599 | ● devstack@n-super-cond.service - Devstack devstack@n-super-cond.service 2021-02-18 21:08:36.599 | Loaded: loaded (/etc/systemd/system/devstack@n-super-cond.service; enabled; vendor preset: enabled) 2021-02-18 21:08:36.599 | Active: active (running) since Thu 2021-02-18 21:07:29 UTC; 1min 7s ago 2021-02-18 21:08:36.599 | Main PID: 87345 (nova-conductor) 2021-02-18 21:08:36.599 | Tasks: 3 (limit: 14352) 2021-02-18 21:08:36.599 | CGroup: /system.slice/system-devstack.slice/devstack@n-super-cond.service 2021-02-18 21:08:36.599 | ├─87345 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-02-18 21:08:36.599 | ├─88235 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-02-18 21:08:36.599 | └─88236 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-02-18 21:08:36.599 | 2021-02-18 21:08:36.599 | Feb 18 21:07:34 dv-osbrick-773686-1-smb nova-conductor[87345]: DEBUG oslo_service.service [None req-cc6439db-f43b-4d1f-8405-ab7dd158bb46 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=87345) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.599 | Feb 18 21:07:34 dv-osbrick-773686-1-smb nova-conductor[87345]: DEBUG oslo_service.service [None req-cc6439db-f43b-4d1f-8405-ab7dd158bb46 None None] oslo_messaging_rabbit.ssl_version = {{(pid=87345) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.599 | Feb 18 21:07:34 dv-osbrick-773686-1-smb nova-conductor[87345]: DEBUG oslo_service.service [None req-cc6439db-f43b-4d1f-8405-ab7dd158bb46 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=87345) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.599 | Feb 18 21:07:34 dv-osbrick-773686-1-smb nova-conductor[87345]: DEBUG oslo_service.service [None req-cc6439db-f43b-4d1f-8405-ab7dd158bb46 None None] oslo_messaging_notifications.retry = -1 {{(pid=87345) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.599 | Feb 18 21:07:34 dv-osbrick-773686-1-smb nova-conductor[87345]: DEBUG oslo_service.service [None req-cc6439db-f43b-4d1f-8405-ab7dd158bb46 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=87345) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.599 | Feb 18 21:07:34 dv-osbrick-773686-1-smb nova-conductor[87345]: DEBUG oslo_service.service [None req-cc6439db-f43b-4d1f-8405-ab7dd158bb46 None None] oslo_messaging_notifications.transport_url = **** {{(pid=87345) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.599 | Feb 18 21:07:34 dv-osbrick-773686-1-smb nova-conductor[87345]: DEBUG oslo_service.service [None req-cc6439db-f43b-4d1f-8405-ab7dd158bb46 None None] oslo_reports.file_event_handler = None {{(pid=87345) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.599 | Feb 18 21:07:34 dv-osbrick-773686-1-smb nova-conductor[87345]: DEBUG oslo_service.service [None req-cc6439db-f43b-4d1f-8405-ab7dd158bb46 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=87345) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.599 | Feb 18 21:07:34 dv-osbrick-773686-1-smb nova-conductor[87345]: DEBUG oslo_service.service [None req-cc6439db-f43b-4d1f-8405-ab7dd158bb46 None None] oslo_reports.log_dir = None {{(pid=87345) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.599 | Feb 18 21:07:34 dv-osbrick-773686-1-smb nova-conductor[87345]: DEBUG oslo_service.service [None req-cc6439db-f43b-4d1f-8405-ab7dd158bb46 None None] ******************************************************************************** {{(pid=87345) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-02-18 21:08:36.602 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-02-18 21:08:36.605 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-cond-cell1.service 2021-02-18 21:08:36.618 | enabled 2021-02-18 21:08:36.621 | + functions-common:service_check:1627 : sudo systemctl status devstack@n-cond-cell1.service --no-pager 2021-02-18 21:08:36.638 | ● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service 2021-02-18 21:08:36.638 | Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled) 2021-02-18 21:08:36.638 | Active: active (running) since Thu 2021-02-18 21:07:30 UTC; 1min 5s ago 2021-02-18 21:08:36.638 | Main PID: 87735 (nova-conductor) 2021-02-18 21:08:36.638 | Tasks: 3 (limit: 14352) 2021-02-18 21:08:36.638 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond-cell1.service 2021-02-18 21:08:36.638 | ├─87735 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-02-18 21:08:36.638 | ├─88242 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-02-18 21:08:36.638 | └─88243 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-02-18 21:08:36.638 | 2021-02-18 21:08:36.638 | Feb 18 21:07:35 dv-osbrick-773686-1-smb nova-conductor[87735]: DEBUG oslo_service.service [None req-058feb9e-aca0-471d-b24d-89fdd446fee4 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=87735) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.638 | Feb 18 21:07:35 dv-osbrick-773686-1-smb nova-conductor[87735]: DEBUG oslo_service.service [None req-058feb9e-aca0-471d-b24d-89fdd446fee4 None None] oslo_messaging_notifications.transport_url = **** {{(pid=87735) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.638 | Feb 18 21:07:35 dv-osbrick-773686-1-smb nova-conductor[87735]: DEBUG oslo_service.service [None req-058feb9e-aca0-471d-b24d-89fdd446fee4 None None] oslo_reports.file_event_handler = None {{(pid=87735) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.638 | Feb 18 21:07:35 dv-osbrick-773686-1-smb nova-conductor[87735]: DEBUG oslo_service.service [None req-058feb9e-aca0-471d-b24d-89fdd446fee4 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=87735) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.638 | Feb 18 21:07:35 dv-osbrick-773686-1-smb nova-conductor[87735]: DEBUG oslo_service.service [None req-058feb9e-aca0-471d-b24d-89fdd446fee4 None None] oslo_reports.log_dir = None {{(pid=87735) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-18 21:08:36.638 | Feb 18 21:07:35 dv-osbrick-773686-1-smb nova-conductor[87735]: DEBUG oslo_service.service [None req-058feb9e-aca0-471d-b24d-89fdd446fee4 None None] ******************************************************************************** {{(pid=87735) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-02-18 21:08:36.638 | Feb 18 21:07:35 dv-osbrick-773686-1-smb nova-conductor[87735]: DEBUG nova.service [None req-fb4ddb14-3f70-4bc6-9b82-afd7840824e7 None None] Join ServiceGroup membership for this service conductor {{(pid=88242) start /opt/stack/nova/nova/service.py:214}} 2021-02-18 21:08:36.638 | Feb 18 21:07:35 dv-osbrick-773686-1-smb nova-conductor[87735]: DEBUG nova.servicegroup.drivers.db [None req-fb4ddb14-3f70-4bc6-9b82-afd7840824e7 None None] DB_Driver: join new ServiceGroup member dv-osbrick-773686-1-smb to the conductor group, service = {{(pid=88242) join /opt/stack/nova/nova/servicegroup/drivers/db.py:48}} 2021-02-18 21:08:36.638 | Feb 18 21:07:35 dv-osbrick-773686-1-smb nova-conductor[87735]: DEBUG nova.service [None req-b2fce5af-0774-4e4c-b3b2-b1696ce52f2d None None] Join ServiceGroup membership for this service conductor {{(pid=88243) start /opt/stack/nova/nova/service.py:214}} 2021-02-18 21:08:36.638 | Feb 18 21:07:35 dv-osbrick-773686-1-smb nova-conductor[87735]: DEBUG nova.servicegroup.drivers.db [None req-b2fce5af-0774-4e4c-b3b2-b1696ce52f2d None None] DB_Driver: join new ServiceGroup member dv-osbrick-773686-1-smb to the conductor group, service = {{(pid=88243) join /opt/stack/nova/nova/servicegroup/drivers/db.py:48}} 2021-02-18 21:08:36.641 | + ./stack.sh:main:1388 : is_service_enabled n-api 2021-02-18 21:08:36.658 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:08:36.661 | + ./stack.sh:main:1389 : is_service_enabled n-cpu 2021-02-18 21:08:36.678 | + functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:08:36.680 | + ./stack.sh:main:1396 : 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-02-18 21:08:36.684 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:08:36.687 | + ./stack.sh:echo_summary:421 : 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-02-18 21:08:36.689 | + ./stack.sh:main:1403 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2021-02-18 21:08:40.171 | +--------------------------------------------------------------------+ 2021-02-18 21:08:40.171 | | Upgrade Check Results | 2021-02-18 21:08:40.171 | +--------------------------------------------------------------------+ 2021-02-18 21:08:40.171 | | Check: Cells v2 | 2021-02-18 21:08:40.171 | | Result: Success | 2021-02-18 21:08:40.171 | | Details: No host mappings or compute nodes were found. Remember to | 2021-02-18 21:08:40.171 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2021-02-18 21:08:40.171 | | compute hosts are deployed. | 2021-02-18 21:08:40.171 | +--------------------------------------------------------------------+ 2021-02-18 21:08:40.171 | | Check: Placement API | 2021-02-18 21:08:40.171 | | Result: Success | 2021-02-18 21:08:40.171 | | Details: None | 2021-02-18 21:08:40.171 | +--------------------------------------------------------------------+ 2021-02-18 21:08:40.171 | | Check: Ironic Flavor Migration | 2021-02-18 21:08:40.171 | | Result: Success | 2021-02-18 21:08:40.171 | | Details: None | 2021-02-18 21:08:40.171 | +--------------------------------------------------------------------+ 2021-02-18 21:08:40.171 | | Check: Cinder API | 2021-02-18 21:08:40.171 | | Result: Success | 2021-02-18 21:08:40.171 | | Details: None | 2021-02-18 21:08:40.171 | +--------------------------------------------------------------------+ 2021-02-18 21:08:40.171 | | Check: Policy Scope-based Defaults | 2021-02-18 21:08:40.171 | | Result: Success | 2021-02-18 21:08:40.171 | | Details: None | 2021-02-18 21:08:40.171 | +--------------------------------------------------------------------+ 2021-02-18 21:08:40.171 | | Check: Older than N-1 computes | 2021-02-18 21:08:40.171 | | Result: Success | 2021-02-18 21:08:40.171 | | Details: None | 2021-02-18 21:08:40.171 | +--------------------------------------------------------------------+ 2021-02-18 21:08:40.533 | + ./stack.sh:main:1410 : [[ -x /home/ubuntu/devstack/local.sh ]] 2021-02-18 21:08:40.536 | + ./stack.sh:main:1411 : echo 'Running user script /home/ubuntu/devstack/local.sh' 2021-02-18 21:08:40.536 | Running user script /home/ubuntu/devstack/local.sh 2021-02-18 21:08:40.538 | + ./stack.sh:main:1412 : /home/ubuntu/devstack/local.sh 2021-02-18 21:08:40.540 | Before updating nova flavors: 2021-02-18 21:08:42.716 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-02-18 21:08:42.716 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2021-02-18 21:08:42.716 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-02-18 21:08:42.716 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2021-02-18 21:08:42.716 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2021-02-18 21:08:42.716 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2021-02-18 21:08:42.716 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2021-02-18 21:08:42.716 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2021-02-18 21:08:42.716 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2021-02-18 21:08:42.716 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2021-02-18 21:08:42.716 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2021-02-18 21:08:42.716 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2021-02-18 21:08:42.716 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2021-02-18 21:08:42.716 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-02-18 21:08:44.657 | ERROR (CommandError): No flavor with a name or ID of '42' exists. 2021-02-18 21:08:44.737 | Flavor 42 not found 2021-02-18 21:08:46.556 | ERROR (CommandError): No flavor with a name or ID of '84' exists. 2021-02-18 21:08:46.637 | Flavor 84 not found 2021-02-18 21:08:48.459 | ERROR (CommandError): No flavor with a name or ID of '451' exists. 2021-02-18 21:08:48.538 | Flavor 451 not found 2021-02-18 21:08:50.261 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:08:50.261 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-18 21:08:50.261 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:08:50.261 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:08:50.261 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:08:52.065 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:08:52.065 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-18 21:08:52.065 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:08:52.065 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:08:52.065 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:08:53.872 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:08:53.872 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-18 21:08:53.872 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:08:53.872 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:08:53.872 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:08:55.676 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:08:55.676 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-18 21:08:55.676 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:08:55.676 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:08:55.676 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:08:55.757 | After updating nova flavors: 2021-02-18 21:08:57.488 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:08:57.488 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-18 21:08:57.488 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:08:57.488 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:08:57.488 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:08:57.488 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-18 21:08:57.488 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-18 21:08:57.489 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:08:57.489 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:08:57.489 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:08:57.489 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-02-18 21:08:57.489 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:08:57.489 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:08:57.489 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:08:57.489 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:08:57.489 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-18 21:08:57.489 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-18 21:08:57.489 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:09:03.027 | Neutron networks: 2021-02-18 21:09:05.248 | +--------------------------------------+---------+--------------------------------------+ 2021-02-18 21:09:05.248 | | ID | Name | Subnets | 2021-02-18 21:09:05.248 | +--------------------------------------+---------+--------------------------------------+ 2021-02-18 21:09:05.248 | | 49a84bb5-d080-4f95-bdbf-ef3c33f66632 | public | 869b300b-50a2-448b-b6e6-ce11418cf9c8 | 2021-02-18 21:09:05.248 | | 7e0e530e-8a6e-470a-b4b4-070f8aee1633 | private | e71c80b8-c8e8-4939-80fe-e2b87dbdda67 | 2021-02-18 21:09:05.248 | +--------------------------------------+---------+--------------------------------------+ 2021-02-18 21:09:09.865 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:09.865 | | Field | Value | 2021-02-18 21:09:09.865 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:09.865 | | admin_state_up | UP | 2021-02-18 21:09:09.865 | | availability_zone_hints | | 2021-02-18 21:09:09.865 | | availability_zones | nova | 2021-02-18 21:09:09.865 | | created_at | 2021-02-18T21:07:08Z | 2021-02-18 21:09:09.865 | | description | | 2021-02-18 21:09:09.865 | | dns_domain | None | 2021-02-18 21:09:09.865 | | id | 49a84bb5-d080-4f95-bdbf-ef3c33f66632 | 2021-02-18 21:09:09.865 | | ipv4_address_scope | None | 2021-02-18 21:09:09.865 | | ipv6_address_scope | None | 2021-02-18 21:09:09.866 | | is_default | True | 2021-02-18 21:09:09.866 | | is_vlan_transparent | None | 2021-02-18 21:09:09.866 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='f974164a87f6418fbfa94a9e33811967', project.name='admin', region_name='RegionOne', zone= | 2021-02-18 21:09:09.866 | | mtu | 1500 | 2021-02-18 21:09:09.866 | | name | public | 2021-02-18 21:09:09.866 | | port_security_enabled | True | 2021-02-18 21:09:09.866 | | project_id | f974164a87f6418fbfa94a9e33811967 | 2021-02-18 21:09:09.866 | | provider:network_type | flat | 2021-02-18 21:09:09.866 | | provider:physical_network | physnet1 | 2021-02-18 21:09:09.866 | | provider:segmentation_id | None | 2021-02-18 21:09:09.866 | | qos_policy_id | None | 2021-02-18 21:09:09.866 | | revision_number | 2 | 2021-02-18 21:09:09.866 | | router:external | External | 2021-02-18 21:09:09.866 | | segments | None | 2021-02-18 21:09:09.866 | | shared | False | 2021-02-18 21:09:09.866 | | status | ACTIVE | 2021-02-18 21:09:09.866 | | subnets | 869b300b-50a2-448b-b6e6-ce11418cf9c8 | 2021-02-18 21:09:09.866 | | tags | | 2021-02-18 21:09:09.866 | | updated_at | 2021-02-18T21:07:16Z | 2021-02-18 21:09:09.866 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:12.165 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:12.165 | | Field | Value | 2021-02-18 21:09:12.165 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:12.165 | | admin_state_up | UP | 2021-02-18 21:09:12.165 | | availability_zone_hints | | 2021-02-18 21:09:12.165 | | availability_zones | nova | 2021-02-18 21:09:12.165 | | created_at | 2021-02-18T21:06:52Z | 2021-02-18 21:09:12.165 | | description | | 2021-02-18 21:09:12.165 | | dns_domain | None | 2021-02-18 21:09:12.165 | | id | 7e0e530e-8a6e-470a-b4b4-070f8aee1633 | 2021-02-18 21:09:12.165 | | ipv4_address_scope | None | 2021-02-18 21:09:12.165 | | ipv6_address_scope | None | 2021-02-18 21:09:12.165 | | is_default | None | 2021-02-18 21:09:12.165 | | is_vlan_transparent | None | 2021-02-18 21:09:12.165 | | location | cloud='', project.domain_id=, project.domain_name=, project.id='32f2ce302ad149d98ac2eef6f8e901c2', project.name=, region_name='RegionOne', zone= | 2021-02-18 21:09:12.165 | | mtu | 1450 | 2021-02-18 21:09:12.165 | | name | private | 2021-02-18 21:09:12.165 | | port_security_enabled | True | 2021-02-18 21:09:12.165 | | project_id | 32f2ce302ad149d98ac2eef6f8e901c2 | 2021-02-18 21:09:12.165 | | provider:network_type | vxlan | 2021-02-18 21:09:12.165 | | provider:physical_network | None | 2021-02-18 21:09:12.165 | | provider:segmentation_id | 1 | 2021-02-18 21:09:12.165 | | qos_policy_id | None | 2021-02-18 21:09:12.165 | | revision_number | 3 | 2021-02-18 21:09:12.166 | | router:external | Internal | 2021-02-18 21:09:12.166 | | segments | None | 2021-02-18 21:09:12.166 | | shared | False | 2021-02-18 21:09:12.166 | | status | ACTIVE | 2021-02-18 21:09:12.166 | | subnets | e71c80b8-c8e8-4939-80fe-e2b87dbdda67 | 2021-02-18 21:09:12.166 | | tags | | 2021-02-18 21:09:12.166 | | updated_at | 2021-02-18T21:09:02Z | 2021-02-18 21:09:12.166 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:12.276 | Neutron subnetworks: 2021-02-18 21:09:14.408 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-02-18 21:09:14.408 | | ID | Name | Network | Subnet | 2021-02-18 21:09:14.408 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-02-18 21:09:14.408 | | 869b300b-50a2-448b-b6e6-ce11418cf9c8 | public-subnet | 49a84bb5-d080-4f95-bdbf-ef3c33f66632 | 172.30.1.0/24 | 2021-02-18 21:09:14.408 | | e71c80b8-c8e8-4939-80fe-e2b87dbdda67 | private-subnet | 7e0e530e-8a6e-470a-b4b4-070f8aee1633 | 172.20.0.0/26 | 2021-02-18 21:09:14.408 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-02-18 21:09:18.965 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:18.965 | | Field | Value | 2021-02-18 21:09:18.965 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:18.965 | | allocation_pools | 172.30.1.2-172.30.1.254 | 2021-02-18 21:09:18.965 | | cidr | 172.30.1.0/24 | 2021-02-18 21:09:18.965 | | created_at | 2021-02-18T21:07:16Z | 2021-02-18 21:09:18.965 | | description | | 2021-02-18 21:09:18.965 | | dns_nameservers | | 2021-02-18 21:09:18.965 | | dns_publish_fixed_ip | None | 2021-02-18 21:09:18.965 | | enable_dhcp | False | 2021-02-18 21:09:18.965 | | gateway_ip | 172.30.1.1 | 2021-02-18 21:09:18.965 | | host_routes | | 2021-02-18 21:09:18.965 | | id | 869b300b-50a2-448b-b6e6-ce11418cf9c8 | 2021-02-18 21:09:18.966 | | ip_version | 4 | 2021-02-18 21:09:18.966 | | ipv6_address_mode | None | 2021-02-18 21:09:18.966 | | ipv6_ra_mode | None | 2021-02-18 21:09:18.966 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='f974164a87f6418fbfa94a9e33811967', project.name='admin', region_name='RegionOne', zone= | 2021-02-18 21:09:18.966 | | name | public-subnet | 2021-02-18 21:09:18.966 | | network_id | 49a84bb5-d080-4f95-bdbf-ef3c33f66632 | 2021-02-18 21:09:18.966 | | prefix_length | None | 2021-02-18 21:09:18.966 | | project_id | f974164a87f6418fbfa94a9e33811967 | 2021-02-18 21:09:18.966 | | revision_number | 0 | 2021-02-18 21:09:18.966 | | segment_id | None | 2021-02-18 21:09:18.966 | | service_types | | 2021-02-18 21:09:18.966 | | subnetpool_id | None | 2021-02-18 21:09:18.966 | | tags | | 2021-02-18 21:09:18.966 | | updated_at | 2021-02-18T21:07:16Z | 2021-02-18 21:09:18.966 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:21.213 | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:21.213 | | Field | Value | 2021-02-18 21:09:21.213 | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:21.213 | | allocation_pools | 172.20.0.2-172.20.0.62 | 2021-02-18 21:09:21.213 | | cidr | 172.20.0.0/26 | 2021-02-18 21:09:21.213 | | created_at | 2021-02-18T21:06:55Z | 2021-02-18 21:09:21.213 | | description | | 2021-02-18 21:09:21.213 | | dns_nameservers | 8.8.4.4, 8.8.8.8 | 2021-02-18 21:09:21.213 | | dns_publish_fixed_ip | None | 2021-02-18 21:09:21.213 | | enable_dhcp | True | 2021-02-18 21:09:21.213 | | gateway_ip | 172.20.0.1 | 2021-02-18 21:09:21.213 | | host_routes | | 2021-02-18 21:09:21.213 | | id | e71c80b8-c8e8-4939-80fe-e2b87dbdda67 | 2021-02-18 21:09:21.213 | | ip_version | 4 | 2021-02-18 21:09:21.213 | | ipv6_address_mode | None | 2021-02-18 21:09:21.213 | | ipv6_ra_mode | None | 2021-02-18 21:09:21.213 | | location | cloud='', project.domain_id=, project.domain_name=, project.id='32f2ce302ad149d98ac2eef6f8e901c2', project.name=, region_name='RegionOne', zone= | 2021-02-18 21:09:21.213 | | name | private-subnet | 2021-02-18 21:09:21.213 | | network_id | 7e0e530e-8a6e-470a-b4b4-070f8aee1633 | 2021-02-18 21:09:21.213 | | prefix_length | None | 2021-02-18 21:09:21.213 | | project_id | 32f2ce302ad149d98ac2eef6f8e901c2 | 2021-02-18 21:09:21.214 | | revision_number | 1 | 2021-02-18 21:09:21.214 | | segment_id | None | 2021-02-18 21:09:21.214 | | service_types | | 2021-02-18 21:09:21.214 | | subnetpool_id | 54de6e50-d2c1-46f4-bc25-0e9f7b77f1fb | 2021-02-18 21:09:21.214 | | tags | | 2021-02-18 21:09:21.214 | | updated_at | 2021-02-18T21:09:02Z | 2021-02-18 21:09:21.214 | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:21.521 | + ./stack.sh:main:1421 : command openstack complete 2021-02-18 21:09:21.521 | + ./stack.sh:main:1422 : sudo tee /etc/bash_completion.d/osc.bash_completion 2021-02-18 21:09:21.524 | + ./stack.sh:main:1421 : openstack complete 2021-02-18 21:09:23.821 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2021-02-18 21:09:24.209 | + ./stack.sh:main:1425 : is_service_enabled cinder 2021-02-18 21:09:24.226 | + functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:09:24.229 | + ./stack.sh:main:1426 : is_ubuntu 2021-02-18 21:09:24.231 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-02-18 21:09:24.234 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-02-18 21:09:24.236 | + ./stack.sh:main:1427 : echo_summary 'Configuring lvm.conf global device filter' 2021-02-18 21:09:24.239 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:09:24.241 | + ./stack.sh:echo_summary:421 : echo -e Configuring lvm.conf global device filter 2021-02-18 21:09:24.244 | + ./stack.sh:main:1428 : set_lvm_filter 2021-02-18 21:09:24.246 | + lib/lvm:set_lvm_filter:184 : local 'filter_suffix="r|.*|" ] # from devstack' 2021-02-18 21:09:24.249 | + lib/lvm:set_lvm_filter:185 : local 'filter_string=global_filter = [ ' 2021-02-18 21:09:24.251 | + lib/lvm:set_lvm_filter:186 : local pv 2021-02-18 21:09:24.254 | + lib/lvm:set_lvm_filter:187 : local vg 2021-02-18 21:09:24.256 | + lib/lvm:set_lvm_filter:188 : local line 2021-02-18 21:09:24.259 | ++ lib/lvm:set_lvm_filter:190 : sudo pvs --noheadings -o name 2021-02-18 21:09:24.308 | + lib/lvm:set_lvm_filter:195 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2021-02-18 21:09:24.311 | + lib/lvm:set_lvm_filter:197 : clean_lvm_filter 2021-02-18 21:09:24.314 | + lib/lvm:clean_lvm_filter:172 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2021-02-18 21:09:24.333 | + lib/lvm:set_lvm_filter:198 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2021-02-18 21:09:24.351 | + lib/lvm:set_lvm_filter:199 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2021-02-18 21:09:24.354 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:09:24.357 | + ./stack.sh:echo_summary:421 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2021-02-18 21:09:24.359 | + ./stack.sh:main:1438 : run_phase stack test-config 2021-02-18 21:09:24.362 | + functions-common:run_phase:1759 : local mode=stack 2021-02-18 21:09:24.365 | + functions-common:run_phase:1760 : local phase=test-config 2021-02-18 21:09:24.367 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-02-18 21:09:24.370 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-02-18 21:09:24.373 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-02-18 21:09:24.376 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-02-18 21:09:24.378 | + functions-common:run_phase:1769 : local extra 2021-02-18 21:09:24.381 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-02-18 21:09:24.386 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-02-18 21:09:24.388 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-02-18 21:09:24.391 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-02-18 21:09:24.394 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack test-config 2021-02-18 21:09:24.397 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-02-18 21:09:24.412 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:09:24.414 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-02-18 21:09:24.417 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-02-18 21:09:24.419 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2021-02-18 21:09:24.422 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-02-18 21:09:24.424 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-02-18 21:09:24.427 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-02-18 21:09:24.429 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2021-02-18 21:09:24.432 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-02-18 21:09:24.434 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2021-02-18 21:09:24.437 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-02-18 21:09:24.439 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-02-18 21:09:24.442 | ++ extras.d/80-tempest.sh:source:20 : echo_summary 'Initializing Tempest' 2021-02-18 21:09:24.444 | ++ ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:09:24.447 | ++ ./stack.sh:echo_summary:421 : echo -e Initializing Tempest 2021-02-18 21:09:24.450 | ++ extras.d/80-tempest.sh:source:21 : configure_tempest 2021-02-18 21:09:24.453 | ++ lib/tempest:configure_tempest:115 : [[ False == \T\r\u\e ]] 2021-02-18 21:09:24.455 | ++ lib/tempest:configure_tempest:119 : pip_install_gr testrepository 2021-02-18 21:09:24.457 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2021-02-18 21:09:24.459 | ++ inc/python:pip_install_gr:77 : local clean_name 2021-02-18 21:09:24.461 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2021-02-18 21:09:24.463 | +++ inc/python:get_from_global_requirements:238 : local package=testrepository 2021-02-18 21:09:24.465 | +++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-02-18 21:09:24.469 | ++++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-02-18 21:09:24.469 | ++++ inc/python:get_from_global_requirements:240 : grep -i -h '^testrepository' /opt/stack/requirements/global-requirements.txt 2021-02-18 21:09:24.473 | +++ inc/python:get_from_global_requirements:240 : required_pkg='testrepository ' 2021-02-18 21:09:24.475 | +++ inc/python:get_from_global_requirements:241 : [[ testrepository == '' ]] 2021-02-18 21:09:24.477 | +++ inc/python:get_from_global_requirements:244 : echo testrepository 2021-02-18 21:09:24.479 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2021-02-18 21:09:24.481 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2021-02-18 21:09:24.499 | Using python 3.6 to install testrepository because python3_enabled=True 2021-02-18 21:09:24.504 | ++ inc/python:pip_install:200 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt testrepository 2021-02-18 21:09:27.284 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 21:09:27.284 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-18 21:09:27.284 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.285 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.285 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.286 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.286 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.287 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.287 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.288 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.288 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.288 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.289 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.289 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.290 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.290 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.291 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.291 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.292 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.292 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.293 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.293 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.294 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.294 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.294 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.295 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.295 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.297 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.298 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.298 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.299 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.300 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.300 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.301 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.301 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.301 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.302 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.302 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.303 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.303 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.303 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.304 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.304 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.304 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.305 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.305 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.306 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.306 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.307 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.308 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.308 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.309 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.309 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.309 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.310 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.310 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.311 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.311 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.312 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.312 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.313 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.313 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.314 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.315 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.315 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.316 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.316 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.317 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.317 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.318 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.318 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.319 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.320 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.320 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.320 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.321 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.321 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.322 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.323 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.323 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.324 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.324 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.325 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.325 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.326 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.326 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.327 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.327 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.328 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.328 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.329 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.329 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.329 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.330 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.330 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.331 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.331 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.332 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.332 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.333 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.333 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.334 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.334 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.335 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.335 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.336 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.336 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.337 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.337 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.337 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.338 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.338 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.339 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.339 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.340 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.340 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.341 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.341 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.342 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.342 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.343 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.343 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.343 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.344 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.344 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.345 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.345 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.346 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.346 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.347 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.347 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.348 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.348 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.348 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.349 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.349 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.350 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.350 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.351 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.351 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.351 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.352 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.352 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.353 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.353 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.353 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.354 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.355 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.355 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.355 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.356 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.356 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.357 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.357 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.357 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.358 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.358 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.359 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.359 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.360 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.360 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.360 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.361 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.361 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.362 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.362 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.362 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.363 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.363 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.364 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.364 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.364 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.365 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.365 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.366 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.366 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.366 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.367 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.367 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.368 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.368 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.368 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.369 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.370 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.370 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.370 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.371 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.371 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.372 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.372 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.372 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.373 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.373 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.374 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.374 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.375 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.375 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.375 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.376 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.376 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.376 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.377 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.377 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.378 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.378 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.378 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.379 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.379 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.380 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.380 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.380 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.381 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.381 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.382 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.382 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.382 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.383 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.383 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.383 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.384 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.384 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.385 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.386 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.386 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.387 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.387 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.388 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.388 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.388 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.389 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.389 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.390 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.390 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.391 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.392 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.392 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.393 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.394 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.394 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.395 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.395 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.396 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.396 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.396 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.397 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.397 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.398 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.398 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.399 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.399 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.399 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.400 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.400 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.401 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.401 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.402 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.402 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.403 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.403 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.404 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.404 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.404 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.405 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.405 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.406 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.406 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.406 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.407 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.407 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.408 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.408 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.409 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.409 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.409 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.410 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.410 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.411 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.411 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.412 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.412 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.413 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.413 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.413 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.414 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.414 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.415 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.415 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.415 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.416 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.416 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.417 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.417 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.418 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.418 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.418 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.419 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.419 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.420 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.420 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.420 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.421 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.421 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.422 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.422 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.423 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.423 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.423 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.424 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.424 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.425 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.425 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.426 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.426 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.426 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.427 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.427 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.428 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.428 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.429 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.429 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.429 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.430 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.430 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.431 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.431 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.432 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.432 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.433 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.433 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.434 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.434 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.437 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.437 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.438 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.438 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.439 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.439 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.439 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.440 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.441 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.441 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.441 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.444 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.444 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.444 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.444 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.444 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.444 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.444 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.445 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.445 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.445 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.446 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.446 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.447 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.448 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.448 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.449 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.449 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.450 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.450 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.451 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.451 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.451 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.452 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.452 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.453 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.453 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.454 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.454 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.454 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.455 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.455 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.456 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.456 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.457 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.457 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.457 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.458 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.458 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.459 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.459 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.460 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.460 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.461 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.461 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.462 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.462 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.463 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.463 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.464 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.464 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.465 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.465 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.465 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.466 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.466 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.466 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.467 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.467 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.468 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.468 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.469 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.469 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.470 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.470 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.470 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.471 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.471 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.472 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.472 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.473 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.473 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.474 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.474 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.475 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.475 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-02-18 21:09:27.476 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-02-18 21:09:27.476 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:09:27.610 | Collecting testrepository===0.0.20 2021-02-18 21:09:27.618 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/752/449bc98c20253/testrepository-0.0.20.tar.gz (84 kB) 2021-02-18 21:09:28.519 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 931)) (2.4.0) 2021-02-18 21:09:28.540 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 950)) (1.4.0) 2021-02-18 21:09:28.544 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.1.0) 2021-02-18 21:09:28.552 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.0.0) 2021-02-18 21:09:28.565 | Requirement already satisfied: python-subunit===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 755)) (1.4.0) 2021-02-18 21:09:28.580 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (1.0.0) 2021-02-18 21:09:28.583 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (5.4.5) 2021-02-18 21:09:28.586 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 703)) (1.6.0) 2021-02-18 21:09:28.590 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 834)) (1.14.0) 2021-02-18 21:09:28.593 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (1.0.0) 2021-02-18 21:09:28.596 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.4.0) 2021-02-18 21:09:28.599 | Building wheels for collected packages: testrepository 2021-02-18 21:09:28.600 | Building wheel for testrepository (setup.py): started 2021-02-18 21:09:29.522 | Building wheel for testrepository (setup.py): finished with status 'done' 2021-02-18 21:09:29.523 | Created wheel for testrepository: filename=testrepository-0.0.20-py3-none-any.whl size=118724 sha256=f7584b5798856991b8c0b11cd2fb6b357c5ec3e31213340edbaccaa44b1a647d 2021-02-18 21:09:29.523 | Stored in directory: /root/.cache/pip/wheels/36/3b/ce/ed9cda0bef537b5b92027f1bdebd644f601d39e1da0976f8d1 2021-02-18 21:09:29.524 | Successfully built testrepository 2021-02-18 21:09:31.662 | Installing collected packages: testrepository 2021-02-18 21:09:31.902 | Successfully installed testrepository-0.0.20 2021-02-18 21:09:32.042 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-18 21:09:32.042 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-18 21:09:32.139 | ++ inc/python:pip_install:207 : result=0 2021-02-18 21:09:32.141 | ++ inc/python:pip_install:209 : time_stop pip_install 2021-02-18 21:09:32.143 | ++ functions-common:time_stop:2331 : local name 2021-02-18 21:09:32.145 | ++ functions-common:time_stop:2332 : local end_time 2021-02-18 21:09:32.147 | ++ functions-common:time_stop:2333 : local elapsed_time 2021-02-18 21:09:32.149 | ++ functions-common:time_stop:2334 : local total 2021-02-18 21:09:32.152 | ++ functions-common:time_stop:2335 : local start_time 2021-02-18 21:09:32.154 | ++ functions-common:time_stop:2337 : name=pip_install 2021-02-18 21:09:32.156 | ++ functions-common:time_stop:2338 : start_time=1613682564494 2021-02-18 21:09:32.158 | ++ functions-common:time_stop:2340 : [[ -z 1613682564494 ]] 2021-02-18 21:09:32.161 | +++ functions-common:time_stop:2343 : date +%s%3N 2021-02-18 21:09:32.164 | ++ functions-common:time_stop:2343 : end_time=1613682572162 2021-02-18 21:09:32.167 | ++ functions-common:time_stop:2344 : elapsed_time=7668 2021-02-18 21:09:32.169 | ++ functions-common:time_stop:2345 : total=359196 2021-02-18 21:09:32.171 | ++ functions-common:time_stop:2347 : _TIME_START[$name]= 2021-02-18 21:09:32.173 | ++ functions-common:time_stop:2348 : _TIME_TOTAL[$name]=366864 2021-02-18 21:09:32.175 | ++ inc/python:pip_install:210 : return 0 2021-02-18 21:09:32.177 | ++ lib/tempest:configure_tempest:122 : local image_lines 2021-02-18 21:09:32.179 | ++ lib/tempest:configure_tempest:123 : local images 2021-02-18 21:09:32.182 | ++ lib/tempest:configure_tempest:124 : local num_images 2021-02-18 21:09:32.185 | ++ lib/tempest:configure_tempest:125 : local image_uuid 2021-02-18 21:09:32.187 | ++ lib/tempest:configure_tempest:126 : local image_uuid_alt 2021-02-18 21:09:32.189 | ++ lib/tempest:configure_tempest:127 : local password 2021-02-18 21:09:32.191 | ++ lib/tempest:configure_tempest:128 : local line 2021-02-18 21:09:32.193 | ++ lib/tempest:configure_tempest:129 : local flavors 2021-02-18 21:09:32.195 | ++ lib/tempest:configure_tempest:130 : local available_flavors 2021-02-18 21:09:32.197 | ++ lib/tempest:configure_tempest:131 : local flavors_ref 2021-02-18 21:09:32.199 | ++ lib/tempest:configure_tempest:132 : local flavor_lines 2021-02-18 21:09:32.201 | ++ lib/tempest:configure_tempest:133 : local flavor_ref_size 2021-02-18 21:09:32.203 | ++ lib/tempest:configure_tempest:134 : local flavor_ref_alt_size 2021-02-18 21:09:32.205 | ++ lib/tempest:configure_tempest:135 : local public_network_id 2021-02-18 21:09:32.207 | ++ lib/tempest:configure_tempest:136 : local public_router_id 2021-02-18 21:09:32.209 | ++ lib/tempest:configure_tempest:137 : local ssh_connect_method=floating 2021-02-18 21:09:32.211 | ++ lib/tempest:configure_tempest:138 : local disk 2021-02-18 21:09:32.213 | ++ lib/tempest:configure_tempest:141 : ifs=' 2021-02-18 21:09:32.213 | ' 2021-02-18 21:09:32.215 | ++ lib/tempest:configure_tempest:151 : declare -a images 2021-02-18 21:09:32.217 | ++ lib/tempest:configure_tempest:153 : is_service_enabled glance 2021-02-18 21:09:32.232 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:09:32.234 | ++ lib/tempest:configure_tempest:154 : read -r IMAGE_NAME IMAGE_UUID 2021-02-18 21:09:32.235 | +++ lib/tempest:configure_tempest:114 : oscwrap image list --property status=active 2021-02-18 21:09:32.235 | +++ lib/tempest:configure_tempest:114 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2021-02-18 21:09:34.544 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:09:34.546 | ++ lib/tempest:configure_tempest:155 : '[' ubuntu-16 = '' ']' 2021-02-18 21:09:34.549 | ++ lib/tempest:configure_tempest:159 : images+=($IMAGE_UUID) 2021-02-18 21:09:34.551 | ++ lib/tempest:configure_tempest:154 : read -r IMAGE_NAME IMAGE_UUID 2021-02-18 21:09:34.554 | ++ lib/tempest:configure_tempest:162 : case "${#images[*]}" in 2021-02-18 21:09:34.556 | ++ lib/tempest:configure_tempest:168 : '[' -z '' ']' 2021-02-18 21:09:34.558 | ++ lib/tempest:configure_tempest:169 : image_uuid=ff94da88-6543-4b6d-8e9b-ec07576e7764 2021-02-18 21:09:34.560 | ++ lib/tempest:configure_tempest:170 : image_uuid_alt=ff94da88-6543-4b6d-8e9b-ec07576e7764 2021-02-18 21:09:34.563 | ++ lib/tempest:configure_tempest:184 : sudo install -d -o ubuntu /opt/stack/tempest/etc 2021-02-18 21:09:34.576 | ++ lib/tempest:configure_tempest:185 : rm -f /opt/stack/tempest/etc/tempest.conf 2021-02-18 21:09:34.579 | ++ lib/tempest:configure_tempest:187 : local password=Passw0rd 2021-02-18 21:09:34.581 | ++ lib/tempest:configure_tempest:190 : local admin_username=admin 2021-02-18 21:09:34.584 | ++ lib/tempest:configure_tempest:191 : local admin_project_name=admin 2021-02-18 21:09:34.586 | ++ lib/tempest:configure_tempest:192 : local admin_domain_name=Default 2021-02-18 21:09:34.589 | ++ lib/tempest:configure_tempest:193 : local alt_username=alt_demo 2021-02-18 21:09:34.591 | ++ lib/tempest:configure_tempest:194 : local alt_project_name=alt_demo 2021-02-18 21:09:34.593 | ++ lib/tempest:configure_tempest:195 : local admin_project_id 2021-02-18 21:09:34.596 | +++ lib/tempest:configure_tempest:196 : oscwrap project list 2021-02-18 21:09:34.597 | +++ lib/tempest:configure_tempest:196 : awk '/ admin / { print $2 }' 2021-02-18 21:09:36.733 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:09:36.736 | ++ lib/tempest:configure_tempest:196 : admin_project_id=f974164a87f6418fbfa94a9e33811967 2021-02-18 21:09:36.738 | ++ lib/tempest:configure_tempest:198 : is_service_enabled nova 2021-02-18 21:09:36.753 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:09:36.756 | +++ lib/tempest:configure_tempest:201 : nova flavor-list 2021-02-18 21:09:38.575 | ++ lib/tempest:configure_tempest:201 : available_flavors='+-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:09:38.575 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-18 21:09:38.575 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:09:38.575 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.575 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.575 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-18 21:09:38.575 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-18 21:09:38.575 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.575 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.575 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.575 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-02-18 21:09:38.575 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.575 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.575 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.575 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.575 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-18 21:09:38.575 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-18 21:09:38.575 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+' 2021-02-18 21:09:38.577 | ++ lib/tempest:configure_tempest:202 : [[ -z '' ]] 2021-02-18 21:09:38.579 | ++ lib/tempest:configure_tempest:203 : [[ +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:09:38.579 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-18 21:09:38.579 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:09:38.579 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.579 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.579 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-18 21:09:38.579 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-18 21:09:38.579 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.580 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.580 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.580 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-02-18 21:09:38.580 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.580 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.580 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.580 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.580 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-18 21:09:38.580 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-18 21:09:38.580 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ =~ m1\.nano ]] 2021-02-18 21:09:38.582 | ++ lib/tempest:configure_tempest:208 : flavor_ref=42 2021-02-18 21:09:38.584 | ++ lib/tempest:configure_tempest:209 : [[ +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:09:38.584 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-18 21:09:38.584 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-18 21:09:38.584 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.584 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.584 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-18 21:09:38.584 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-18 21:09:38.584 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.584 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.584 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.584 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-02-18 21:09:38.584 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.585 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.585 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.585 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-18 21:09:38.585 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-18 21:09:38.585 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-18 21:09:38.585 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ =~ m1\.micro ]] 2021-02-18 21:09:38.586 | ++ lib/tempest:configure_tempest:214 : flavor_ref_alt=84 2021-02-18 21:09:38.589 | ++ lib/tempest:configure_tempest:263 : iniset /opt/stack/tempest/etc/tempest.conf network project_network_cidr 172.20.0.0/16 2021-02-18 21:09:38.615 | ++ lib/tempest:configure_tempest:265 : ssh_connect_method=floating 2021-02-18 21:09:38.617 | ++ lib/tempest:configure_tempest:271 : [[ True == \T\r\u\e ]] 2021-02-18 21:09:38.620 | ++ lib/tempest:configure_tempest:271 : is_networking_extension_supported external-net 2021-02-18 21:09:38.622 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=external-net 2021-02-18 21:09:38.625 | +++ 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-02-18 21:09:40.843 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:09:40.846 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-02-18 21:09:40.846 | router-admin-state-down-before-update 2021-02-18 21:09:40.846 | agent 2021-02-18 21:09:40.846 | agent-resources-synced 2021-02-18 21:09:40.846 | allowed-address-pairs 2021-02-18 21:09:40.846 | auto-allocated-topology 2021-02-18 21:09:40.846 | availability_zone 2021-02-18 21:09:40.846 | availability_zone_filter 2021-02-18 21:09:40.846 | default-subnetpools 2021-02-18 21:09:40.846 | dhcp_agent_scheduler 2021-02-18 21:09:40.846 | dvr 2021-02-18 21:09:40.846 | empty-string-filtering 2021-02-18 21:09:40.846 | external-net 2021-02-18 21:09:40.846 | extra_dhcp_opt 2021-02-18 21:09:40.846 | extraroute 2021-02-18 21:09:40.846 | extraroute-atomic 2021-02-18 21:09:40.846 | filter-validation 2021-02-18 21:09:40.846 | fip-port-details 2021-02-18 21:09:40.846 | flavors 2021-02-18 21:09:40.846 | floatingip-pools 2021-02-18 21:09:40.846 | ip-substring-filtering 2021-02-18 21:09:40.846 | router 2021-02-18 21:09:40.846 | ext-gw-mode 2021-02-18 21:09:40.846 | l3-ha 2021-02-18 21:09:40.846 | l3-flavors 2021-02-18 21:09:40.846 | l3-port-ip-change-not-allowed 2021-02-18 21:09:40.846 | l3_agent_scheduler 2021-02-18 21:09:40.846 | metering 2021-02-18 21:09:40.846 | multi-provider 2021-02-18 21:09:40.846 | net-mtu 2021-02-18 21:09:40.846 | net-mtu-writable 2021-02-18 21:09:40.846 | network_availability_zone 2021-02-18 21:09:40.847 | network-ip-availability 2021-02-18 21:09:40.847 | pagination 2021-02-18 21:09:40.847 | port-mac-address-regenerate 2021-02-18 21:09:40.847 | binding 2021-02-18 21:09:40.847 | binding-extended 2021-02-18 21:09:40.847 | port-security 2021-02-18 21:09:40.847 | project-id 2021-02-18 21:09:40.847 | provider 2021-02-18 21:09:40.847 | quotas 2021-02-18 21:09:40.847 | quota_details 2021-02-18 21:09:40.847 | rbac-policies 2021-02-18 21:09:40.847 | rbac-address-scope 2021-02-18 21:09:40.847 | rbac-security-groups 2021-02-18 21:09:40.847 | rbac-subnetpool 2021-02-18 21:09:40.847 | revision-if-match 2021-02-18 21:09:40.847 | standard-attr-revisions 2021-02-18 21:09:40.847 | router_availability_zone 2021-02-18 21:09:40.847 | port-security-groups-filtering 2021-02-18 21:09:40.847 | security-group 2021-02-18 21:09:40.847 | service-type 2021-02-18 21:09:40.847 | sorting 2021-02-18 21:09:40.847 | standard-attr-description 2021-02-18 21:09:40.847 | stateful-security-group 2021-02-18 21:09:40.847 | subnet_onboard 2021-02-18 21:09:40.847 | subnet-service-types 2021-02-18 21:09:40.847 | subnet_allocation 2021-02-18 21:09:40.847 | subnetpool-prefix-ops 2021-02-18 21:09:40.847 | standard-attr-tag 2021-02-18 21:09:40.847 | standard-attr-timestamp' 2021-02-18 21:09:40.848 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-02-18 21:09:40.848 | router-admin-state-down-before-update 2021-02-18 21:09:40.848 | agent 2021-02-18 21:09:40.848 | agent-resources-synced 2021-02-18 21:09:40.848 | allowed-address-pairs 2021-02-18 21:09:40.848 | auto-allocated-topology 2021-02-18 21:09:40.848 | availability_zone 2021-02-18 21:09:40.848 | availability_zone_filter 2021-02-18 21:09:40.848 | default-subnetpools 2021-02-18 21:09:40.848 | dhcp_agent_scheduler 2021-02-18 21:09:40.848 | dvr 2021-02-18 21:09:40.848 | empty-string-filtering 2021-02-18 21:09:40.848 | external-net 2021-02-18 21:09:40.848 | extra_dhcp_opt 2021-02-18 21:09:40.848 | extraroute 2021-02-18 21:09:40.849 | extraroute-atomic 2021-02-18 21:09:40.849 | filter-validation 2021-02-18 21:09:40.849 | fip-port-details 2021-02-18 21:09:40.849 | flavors 2021-02-18 21:09:40.849 | floatingip-pools 2021-02-18 21:09:40.849 | ip-substring-filtering 2021-02-18 21:09:40.849 | router 2021-02-18 21:09:40.849 | ext-gw-mode 2021-02-18 21:09:40.849 | l3-ha 2021-02-18 21:09:40.849 | l3-flavors 2021-02-18 21:09:40.849 | l3-port-ip-change-not-allowed 2021-02-18 21:09:40.849 | l3_agent_scheduler 2021-02-18 21:09:40.849 | metering 2021-02-18 21:09:40.849 | multi-provider 2021-02-18 21:09:40.849 | net-mtu 2021-02-18 21:09:40.849 | net-mtu-writable 2021-02-18 21:09:40.849 | network_availability_zone 2021-02-18 21:09:40.849 | network-ip-availability 2021-02-18 21:09:40.849 | pagination 2021-02-18 21:09:40.849 | port-mac-address-regenerate 2021-02-18 21:09:40.849 | binding 2021-02-18 21:09:40.849 | binding-extended 2021-02-18 21:09:40.849 | port-security 2021-02-18 21:09:40.849 | project-id 2021-02-18 21:09:40.849 | provider 2021-02-18 21:09:40.849 | quotas 2021-02-18 21:09:40.849 | quota_details 2021-02-18 21:09:40.849 | rbac-policies 2021-02-18 21:09:40.849 | rbac-address-scope 2021-02-18 21:09:40.849 | rbac-security-groups 2021-02-18 21:09:40.849 | rbac-subnetpool 2021-02-18 21:09:40.849 | revision-if-match 2021-02-18 21:09:40.849 | standard-attr-revisions 2021-02-18 21:09:40.849 | router_availability_zone 2021-02-18 21:09:40.849 | port-security-groups-filtering 2021-02-18 21:09:40.849 | security-group 2021-02-18 21:09:40.849 | service-type 2021-02-18 21:09:40.850 | sorting 2021-02-18 21:09:40.850 | standard-attr-description 2021-02-18 21:09:40.850 | stateful-security-group 2021-02-18 21:09:40.850 | subnet_onboard 2021-02-18 21:09:40.850 | subnet-service-types 2021-02-18 21:09:40.850 | subnet_allocation 2021-02-18 21:09:40.850 | subnetpool-prefix-ops 2021-02-18 21:09:40.850 | standard-attr-tag 2021-02-18 21:09:40.850 | standard-attr-timestamp =~ external-net ]] 2021-02-18 21:09:40.850 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-02-18 21:09:40.854 | +++ lib/tempest:configure_tempest:272 : oscwrap network show -f value -c id public 2021-02-18 21:09:43.223 | +++ functions-common:oscwrap:2371 : return 0 2021-02-18 21:09:43.225 | ++ lib/tempest:configure_tempest:272 : public_network_id=49a84bb5-d080-4f95-bdbf-ef3c33f66632 2021-02-18 21:09:43.228 | ++ lib/tempest:configure_tempest:274 : openstack network create --share shared 2021-02-18 21:09:45.610 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:45.610 | | Field | Value | 2021-02-18 21:09:45.610 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:45.610 | | admin_state_up | UP | 2021-02-18 21:09:45.610 | | availability_zone_hints | | 2021-02-18 21:09:45.610 | | availability_zones | | 2021-02-18 21:09:45.610 | | created_at | 2021-02-18T21:09:45Z | 2021-02-18 21:09:45.610 | | description | | 2021-02-18 21:09:45.610 | | dns_domain | None | 2021-02-18 21:09:45.610 | | id | 41a8a2e1-7fde-4912-b01e-e6abd9d01168 | 2021-02-18 21:09:45.611 | | ipv4_address_scope | None | 2021-02-18 21:09:45.611 | | ipv6_address_scope | None | 2021-02-18 21:09:45.611 | | is_default | False | 2021-02-18 21:09:45.611 | | is_vlan_transparent | None | 2021-02-18 21:09:45.611 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='f974164a87f6418fbfa94a9e33811967', project.name='admin', region_name='RegionOne', zone= | 2021-02-18 21:09:45.611 | | mtu | 1450 | 2021-02-18 21:09:45.611 | | name | shared | 2021-02-18 21:09:45.611 | | port_security_enabled | True | 2021-02-18 21:09:45.611 | | project_id | f974164a87f6418fbfa94a9e33811967 | 2021-02-18 21:09:45.611 | | provider:network_type | vxlan | 2021-02-18 21:09:45.611 | | provider:physical_network | None | 2021-02-18 21:09:45.611 | | provider:segmentation_id | 2 | 2021-02-18 21:09:45.611 | | qos_policy_id | None | 2021-02-18 21:09:45.611 | | revision_number | 1 | 2021-02-18 21:09:45.611 | | router:external | Internal | 2021-02-18 21:09:45.611 | | segments | None | 2021-02-18 21:09:45.611 | | shared | True | 2021-02-18 21:09:45.611 | | status | ACTIVE | 2021-02-18 21:09:45.611 | | subnets | | 2021-02-18 21:09:45.611 | | tags | | 2021-02-18 21:09:45.611 | | updated_at | 2021-02-18T21:09:45Z | 2021-02-18 21:09:45.611 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:45.732 | ++ lib/tempest:configure_tempest:275 : openstack subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2021-02-18 21:09:48.649 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:48.649 | | Field | Value | 2021-02-18 21:09:48.650 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:48.650 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2021-02-18 21:09:48.650 | | cidr | 192.168.233.0/24 | 2021-02-18 21:09:48.650 | | created_at | 2021-02-18T21:09:48Z | 2021-02-18 21:09:48.650 | | description | shared-subnet | 2021-02-18 21:09:48.650 | | dns_nameservers | | 2021-02-18 21:09:48.650 | | dns_publish_fixed_ip | None | 2021-02-18 21:09:48.650 | | enable_dhcp | True | 2021-02-18 21:09:48.650 | | gateway_ip | 192.168.233.1 | 2021-02-18 21:09:48.650 | | host_routes | | 2021-02-18 21:09:48.650 | | id | d343e65e-da84-46e7-b3cb-a42f0bfcc61a | 2021-02-18 21:09:48.650 | | ip_version | 4 | 2021-02-18 21:09:48.650 | | ipv6_address_mode | None | 2021-02-18 21:09:48.650 | | ipv6_ra_mode | None | 2021-02-18 21:09:48.650 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='f974164a87f6418fbfa94a9e33811967', project.name='admin', region_name='RegionOne', zone= | 2021-02-18 21:09:48.650 | | name | shared-subnet | 2021-02-18 21:09:48.650 | | network_id | 41a8a2e1-7fde-4912-b01e-e6abd9d01168 | 2021-02-18 21:09:48.650 | | prefix_length | None | 2021-02-18 21:09:48.650 | | project_id | f974164a87f6418fbfa94a9e33811967 | 2021-02-18 21:09:48.650 | | revision_number | 0 | 2021-02-18 21:09:48.650 | | segment_id | None | 2021-02-18 21:09:48.650 | | service_types | | 2021-02-18 21:09:48.650 | | subnetpool_id | None | 2021-02-18 21:09:48.650 | | tags | | 2021-02-18 21:09:48.650 | | updated_at | 2021-02-18T21:09:48Z | 2021-02-18 21:09:48.650 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-18 21:09:48.770 | ++ lib/tempest:configure_tempest:278 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_syslog False 2021-02-18 21:09:48.797 | ++ lib/tempest:configure_tempest:281 : iniset /opt/stack/tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2021-02-18 21:09:48.825 | ++ lib/tempest:configure_tempest:282 : mkdir -p /opt/stack/data/tempest 2021-02-18 21:09:48.829 | ++ lib/tempest:configure_tempest:283 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_stderr False 2021-02-18 21:09:48.860 | ++ lib/tempest:configure_tempest:284 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT log_file tempest.log 2021-02-18 21:09:48.885 | ++ lib/tempest:configure_tempest:285 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT debug True 2021-02-18 21:09:48.910 | ++ lib/tempest:configure_tempest:288 : iniset /opt/stack/tempest/etc/tempest.conf compute build_timeout 196 2021-02-18 21:09:48.938 | ++ lib/tempest:configure_tempest:289 : iniset /opt/stack/tempest/etc/tempest.conf volume build_timeout 196 2021-02-18 21:09:48.964 | ++ lib/tempest:configure_tempest:292 : iniset /opt/stack/tempest/etc/tempest.conf identity uri http://10.222.0.41/identity/v2.0/ 2021-02-18 21:09:48.992 | ++ lib/tempest:configure_tempest:293 : iniset /opt/stack/tempest/etc/tempest.conf identity uri_v3 http://10.222.0.41/identity/v3 2021-02-18 21:09:49.023 | ++ lib/tempest:configure_tempest:294 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2021-02-18 21:09:49.048 | ++ lib/tempest:configure_tempest:295 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_duration 10 2021-02-18 21:09:49.078 | ++ lib/tempest:configure_tempest:296 : iniset /opt/stack/tempest/etc/tempest.conf identity user_unique_last_password_count 2 2021-02-18 21:09:49.109 | ++ lib/tempest:configure_tempest:297 : [[ True == \T\r\u\e ]] 2021-02-18 21:09:49.111 | ++ lib/tempest:configure_tempest:298 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_username admin 2021-02-18 21:09:49.139 | ++ lib/tempest:configure_tempest:299 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_password Passw0rd 2021-02-18 21:09:49.166 | ++ lib/tempest:configure_tempest:300 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_project_name admin 2021-02-18 21:09:49.191 | ++ lib/tempest:configure_tempest:301 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_domain_name Default 2021-02-18 21:09:49.217 | ++ lib/tempest:configure_tempest:303 : '[' False == True ']' 2021-02-18 21:09:49.219 | ++ lib/tempest:configure_tempest:308 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2021-02-18 21:09:49.246 | ++ lib/tempest:configure_tempest:310 : iniset /opt/stack/tempest/etc/tempest.conf identity auth_version v3 2021-02-18 21:09:49.271 | ++ lib/tempest:configure_tempest:311 : [[ '' != \v\2 ]] 2021-02-18 21:09:49.273 | ++ lib/tempest:configure_tempest:313 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2021-02-18 21:09:49.298 | ++ lib/tempest:configure_tempest:316 : is_service_enabled tls-proxy 2021-02-18 21:09:49.313 | ++ functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:09:49.316 | ++ lib/tempest:configure_tempest:321 : [[ True = True ]] 2021-02-18 21:09:49.318 | ++ lib/tempest:configure_tempest:322 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2021-02-18 21:09:49.343 | ++ lib/tempest:configure_tempest:327 : is_service_enabled ldap 2021-02-18 21:09:49.360 | ++ functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:09:49.362 | ++ lib/tempest:configure_tempest:333 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled project_tags True 2021-02-18 21:09:49.392 | ++ lib/tempest:configure_tempest:337 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2021-02-18 21:09:49.418 | ++ lib/tempest:configure_tempest:342 : [[ ! -z '' ]] 2021-02-18 21:09:49.420 | ++ lib/tempest:configure_tempest:345 : '[' libvirt = xenserver ']' 2021-02-18 21:09:49.423 | ++ lib/tempest:configure_tempest:350 : '[' False '!=' True ']' 2021-02-18 21:09:49.425 | ++ lib/tempest:configure_tempest:351 : iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled api_v1 False 2021-02-18 21:09:49.453 | ++ lib/tempest:configure_tempest:355 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref ff94da88-6543-4b6d-8e9b-ec07576e7764 2021-02-18 21:09:49.478 | ++ lib/tempest:configure_tempest:356 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt ff94da88-6543-4b6d-8e9b-ec07576e7764 2021-02-18 21:09:49.503 | ++ lib/tempest:configure_tempest:357 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref 42 2021-02-18 21:09:49.528 | ++ lib/tempest:configure_tempest:358 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref_alt 84 2021-02-18 21:09:49.555 | ++ lib/tempest:configure_tempest:359 : iniset /opt/stack/tempest/etc/tempest.conf validation connect_method floating 2021-02-18 21:09:49.583 | ++ lib/tempest:configure_tempest:360 : is_service_enabled neutron 2021-02-18 21:09:49.604 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:09:49.606 | ++ lib/tempest:configure_tempest:368 : [[ -n '' ]] 2021-02-18 21:09:49.608 | ++ lib/tempest:configure_tempest:378 : local tempest_compute_min_microversion=None 2021-02-18 21:09:49.610 | ++ lib/tempest:configure_tempest:379 : local tempest_compute_max_microversion=2.87 2021-02-18 21:09:49.613 | ++ lib/tempest:configure_tempest:382 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2021-02-18 21:09:49.615 | ++ lib/tempest:configure_tempest:386 : '[' None == None ']' 2021-02-18 21:09:49.617 | ++ lib/tempest:configure_tempest:387 : inicomment /opt/stack/tempest/etc/tempest.conf compute min_microversion 2021-02-18 21:09:49.636 | ++ lib/tempest:configure_tempest:391 : '[' 2.87 == None ']' 2021-02-18 21:09:49.639 | ++ lib/tempest:configure_tempest:394 : iniset /opt/stack/tempest/etc/tempest.conf compute max_microversion 2.87 2021-02-18 21:09:49.663 | ++ lib/tempest:configure_tempest:397 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled personality False 2021-02-18 21:09:49.691 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled resize True 2021-02-18 21:09:49.716 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migration False 2021-02-18 21:09:49.742 | ++ lib/tempest:configure_tempest:400 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled change_password False 2021-02-18 21:09:49.767 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration True 2021-02-18 21:09:49.793 | ++ lib/tempest:configure_tempest:402 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2021-02-18 21:09:49.819 | ++ lib/tempest:configure_tempest:403 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume False 2021-02-18 21:09:49.845 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled xenapi_apis True 2021-02-18 21:09:49.871 | ++ lib/tempest:configure_tempest:405 : [[ -n AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2021-02-18 21:09:49.874 | ++ lib/tempest:configure_tempest:406 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2021-02-18 21:09:49.900 | ++ lib/tempest:configure_tempest:409 : [[ False == \T\r\u\e ]] 2021-02-18 21:09:49.902 | ++ lib/tempest:configure_tempest:413 : is_service_enabled n-novnc 2021-02-18 21:09:49.917 | ++ functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:09:49.919 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack/tempest/etc/tempest.conf network project_networks_reachable false 2021-02-18 21:09:49.945 | ++ lib/tempest:configure_tempest:419 : iniset /opt/stack/tempest/etc/tempest.conf network public_network_id 49a84bb5-d080-4f95-bdbf-ef3c33f66632 2021-02-18 21:09:49.972 | ++ lib/tempest:configure_tempest:420 : iniset /opt/stack/tempest/etc/tempest.conf network public_router_id '' 2021-02-18 21:09:49.998 | ++ lib/tempest:configure_tempest:421 : iniset /opt/stack/tempest/etc/tempest.conf network default_network 172.20.0.0/16 2021-02-18 21:09:50.027 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6 True 2021-02-18 21:09:50.055 | ++ lib/tempest:configure_tempest:423 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2021-02-18 21:09:50.085 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled port_security True 2021-02-18 21:09:50.112 | ++ lib/tempest:configure_tempest:427 : '[' libvirt = xenserver ']' 2021-02-18 21:09:50.115 | ++ lib/tempest:configure_tempest:433 : SCENARIO_IMAGE_DIR=/home/ubuntu/devstack/files 2021-02-18 21:09:50.117 | ++ lib/tempest:configure_tempest:434 : SCENARIO_IMAGE_FILE= 2021-02-18 21:09:50.119 | ++ lib/tempest:configure_tempest:436 : iniset /opt/stack/tempest/etc/tempest.conf scenario img_file /home/ubuntu/devstack/files/ 2021-02-18 21:09:50.149 | ++ lib/tempest:configure_tempest:439 : TEMPEST_SSH_NETWORK_NAME=private 2021-02-18 21:09:50.151 | ++ lib/tempest:configure_tempest:440 : is_provider_network 2021-02-18 21:09:50.155 | ++ functions-common:is_provider_network:2180 : '[' '' == True ']' 2021-02-18 21:09:50.156 | ++ functions-common:is_provider_network:2183 : return 1 2021-02-18 21:09:50.158 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack/tempest/etc/tempest.conf validation run_validation True 2021-02-18 21:09:50.185 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack/tempest/etc/tempest.conf validation ip_version_for_ssh 4 2021-02-18 21:09:50.215 | ++ lib/tempest:configure_tempest:446 : iniset /opt/stack/tempest/etc/tempest.conf validation ssh_timeout 196 2021-02-18 21:09:50.251 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack/tempest/etc/tempest.conf validation image_ssh_user cirros 2021-02-18 21:09:50.286 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack/tempest/etc/tempest.conf validation network_for_ssh private 2021-02-18 21:09:50.314 | ++ lib/tempest:configure_tempest:455 : [[ -n '' ]] 2021-02-18 21:09:50.317 | ++ lib/tempest:configure_tempest:459 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-02-18 21:09:50.319 | ++ lib/tempest:configure_tempest:460 : TEMPEST_VOLUME_MANAGE_SNAPSHOT=True 2021-02-18 21:09:50.325 | +++ lib/tempest:configure_tempest:462 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2021-02-18 21:09:50.340 | ++ lib/tempest:configure_tempest:462 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_snapshot True 2021-02-18 21:09:50.375 | ++ lib/tempest:configure_tempest:464 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-02-18 21:09:50.377 | ++ lib/tempest:configure_tempest:465 : TEMPEST_VOLUME_MANAGE_VOLUME=True 2021-02-18 21:09:50.381 | +++ lib/tempest:configure_tempest:467 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2021-02-18 21:09:50.401 | ++ lib/tempest:configure_tempest:467 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_volume True 2021-02-18 21:09:50.428 | ++ lib/tempest:configure_tempest:470 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-02-18 21:09:50.430 | ++ lib/tempest:configure_tempest:470 : '[' libvirt = libvirt ']' 2021-02-18 21:09:50.433 | ++ lib/tempest:configure_tempest:471 : TEMPEST_EXTEND_ATTACHED_VOLUME=True 2021-02-18 21:09:50.436 | +++ lib/tempest:configure_tempest:473 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2021-02-18 21:09:50.452 | ++ lib/tempest:configure_tempest:473 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume True 2021-02-18 21:09:50.478 | ++ lib/tempest:configure_tempest:475 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-02-18 21:09:50.480 | ++ lib/tempest:configure_tempest:476 : TEMPEST_VOLUME_REVERT_TO_SNAPSHOT=True 2021-02-18 21:09:50.483 | +++ lib/tempest:configure_tempest:478 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2021-02-18 21:09:50.498 | ++ lib/tempest:configure_tempest:478 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled volume_revert True 2021-02-18 21:09:50.524 | ++ lib/tempest:configure_tempest:479 : local tempest_volume_min_microversion=None 2021-02-18 21:09:50.527 | ++ lib/tempest:configure_tempest:480 : local tempest_volume_max_microversion=3.60 2021-02-18 21:09:50.529 | ++ lib/tempest:configure_tempest:483 : [[ '' == \v\o\l\u\m\e\v\2 ]] 2021-02-18 21:09:50.531 | ++ lib/tempest:configure_tempest:487 : '[' None == None ']' 2021-02-18 21:09:50.533 | ++ lib/tempest:configure_tempest:488 : inicomment /opt/stack/tempest/etc/tempest.conf volume min_microversion 2021-02-18 21:09:50.550 | ++ lib/tempest:configure_tempest:493 : '[' 3.60 == None ']' 2021-02-18 21:09:50.552 | ++ lib/tempest:configure_tempest:496 : iniset /opt/stack/tempest/etc/tempest.conf volume max_microversion 3.60 2021-02-18 21:09:50.579 | ++ lib/tempest:configure_tempest:499 : is_service_enabled c-bak 2021-02-18 21:09:50.594 | ++ functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:09:50.596 | ++ lib/tempest:configure_tempest:500 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled backup False 2021-02-18 21:09:50.622 | ++ lib/tempest:configure_tempest:506 : [[ -n lvm:lvmdriver-1 ]] 2021-02-18 21:09:50.624 | ++ lib/tempest:configure_tempest:506 : [[ lvm:lvmdriver-1 =~ .*,.* ]] 2021-02-18 21:09:50.626 | ++ lib/tempest:configure_tempest:526 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2021-02-18 21:09:50.629 | ++ lib/tempest:configure_tempest:530 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2021-02-18 21:09:50.631 | ++ lib/tempest:configure_tempest:540 : local tempest_placement_min_microversion=None 2021-02-18 21:09:50.633 | ++ lib/tempest:configure_tempest:541 : local tempest_placement_max_microversion=1.36 2021-02-18 21:09:50.636 | ++ lib/tempest:configure_tempest:542 : '[' None == None ']' 2021-02-18 21:09:50.638 | ++ lib/tempest:configure_tempest:543 : inicomment /opt/stack/tempest/etc/tempest.conf placement min_microversion 2021-02-18 21:09:50.655 | ++ lib/tempest:configure_tempest:547 : '[' 1.36 == None ']' 2021-02-18 21:09:50.657 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack/tempest/etc/tempest.conf placement max_microversion 1.36 2021-02-18 21:09:50.684 | ++ lib/tempest:configure_tempest:554 : '[' libvirt = ironic ']' 2021-02-18 21:09:50.686 | ++ lib/tempest:configure_tempest:568 : '[' libvirt = libvirt ']' 2021-02-18 21:09:50.689 | ++ lib/tempest:configure_tempest:570 : '[' kvm = lxc ']' 2021-02-18 21:09:50.691 | ++ lib/tempest:configure_tempest:577 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled stable_rescue True 2021-02-18 21:09:50.717 | ++ lib/tempest:configure_tempest:578 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled swap_volume True 2021-02-18 21:09:50.742 | ++ lib/tempest:configure_tempest:591 : local service 2021-02-18 21:09:50.745 | ++ lib/tempest:configure_tempest:592 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2021-02-18 21:09:50.747 | ++ lib/tempest:configure_tempest:593 : for service in ${tempest_services//,/ } 2021-02-18 21:09:50.749 | ++ lib/tempest:configure_tempest:594 : is_service_enabled key 2021-02-18 21:09:50.766 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:09:50.769 | ++ lib/tempest:configure_tempest:595 : iniset /opt/stack/tempest/etc/tempest.conf service_available key True 2021-02-18 21:09:50.795 | ++ lib/tempest:configure_tempest:593 : for service in ${tempest_services//,/ } 2021-02-18 21:09:50.797 | ++ lib/tempest:configure_tempest:594 : is_service_enabled glance 2021-02-18 21:09:50.813 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:09:50.815 | ++ lib/tempest:configure_tempest:595 : iniset /opt/stack/tempest/etc/tempest.conf service_available glance True 2021-02-18 21:09:50.840 | ++ lib/tempest:configure_tempest:593 : for service in ${tempest_services//,/ } 2021-02-18 21:09:50.843 | ++ lib/tempest:configure_tempest:594 : is_service_enabled nova 2021-02-18 21:09:50.857 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:09:50.860 | ++ lib/tempest:configure_tempest:595 : iniset /opt/stack/tempest/etc/tempest.conf service_available nova True 2021-02-18 21:09:50.885 | ++ lib/tempest:configure_tempest:593 : for service in ${tempest_services//,/ } 2021-02-18 21:09:50.888 | ++ lib/tempest:configure_tempest:594 : is_service_enabled neutron 2021-02-18 21:09:50.902 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:09:50.905 | ++ lib/tempest:configure_tempest:595 : iniset /opt/stack/tempest/etc/tempest.conf service_available neutron True 2021-02-18 21:09:50.930 | ++ lib/tempest:configure_tempest:593 : for service in ${tempest_services//,/ } 2021-02-18 21:09:50.933 | ++ lib/tempest:configure_tempest:594 : is_service_enabled cinder 2021-02-18 21:09:50.948 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:09:50.951 | ++ lib/tempest:configure_tempest:595 : iniset /opt/stack/tempest/etc/tempest.conf service_available cinder True 2021-02-18 21:09:50.976 | ++ lib/tempest:configure_tempest:593 : for service in ${tempest_services//,/ } 2021-02-18 21:09:50.978 | ++ lib/tempest:configure_tempest:594 : is_service_enabled swift 2021-02-18 21:09:50.996 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:09:50.998 | ++ lib/tempest:configure_tempest:595 : iniset /opt/stack/tempest/etc/tempest.conf service_available swift True 2021-02-18 21:09:51.026 | ++ lib/tempest:configure_tempest:593 : for service in ${tempest_services//,/ } 2021-02-18 21:09:51.029 | ++ lib/tempest:configure_tempest:594 : is_service_enabled horizon 2021-02-18 21:09:51.047 | ++ functions-common:is_service_enabled:1987 : return 1 2021-02-18 21:09:51.049 | ++ lib/tempest:configure_tempest:597 : iniset /opt/stack/tempest/etc/tempest.conf service_available horizon False 2021-02-18 21:09:51.089 | ++ lib/tempest:configure_tempest:601 : '[' libvirt = libvirt ']' 2021-02-18 21:09:51.091 | ++ lib/tempest:configure_tempest:601 : '[' kvm = lxc ']' 2021-02-18 21:09:51.093 | ++ lib/tempest:configure_tempest:611 : local tmp_cfg_file 2021-02-18 21:09:51.096 | +++ lib/tempest:configure_tempest:612 : mktemp 2021-02-18 21:09:51.102 | ++ lib/tempest:configure_tempest:612 : tmp_cfg_file=/tmp/tmp.CvfM46QeKM 2021-02-18 21:09:51.107 | ++ lib/tempest:configure_tempest:613 : cd /opt/stack/tempest 2021-02-18 21:09:51.107 | ++ lib/tempest:configure_tempest:614 : [[ False != \T\r\u\e ]] 2021-02-18 21:09:51.109 | ++ lib/tempest:configure_tempest:615 : tox -revenv-tempest --notest 2021-02-18 21:09:51.760 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2021-02-18 21:09:52.726 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2021-02-18 21:10:11.359 | venv-tempest develop-inst: /opt/stack/tempest 2021-02-18 21:10:16.821 | 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.4.0,importlib-resources==3.3.1,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.4.0,oslo.context==3.1.1,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.1,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@1ae5f7275091bc63f3bfa50fe3e651cfbc853628#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.0 2021-02-18 21:10:16.822 | ___________________________________ summary ____________________________________ 2021-02-18 21:10:16.822 | venv-tempest: skipped tests 2021-02-18 21:10:16.822 | congratulations :) 2021-02-18 21:10:16.850 | ++ lib/tempest:configure_tempest:619 : local tmp_u_c_m 2021-02-18 21:10:16.854 | +++ lib/tempest:configure_tempest:620 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2021-02-18 21:10:16.858 | ++ lib/tempest:configure_tempest:620 : tmp_u_c_m=/tmp/tempest_u_c_m.ZIeOyf4SRs 2021-02-18 21:10:16.861 | ++ lib/tempest:configure_tempest:621 : cd /opt/stack/requirements 2021-02-18 21:10:16.863 | ++ lib/tempest:configure_tempest:621 : git show origin/master:upper-constraints.txt 2021-02-18 21:10:16.869 | ++ lib/tempest:configure_tempest:622 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.ZIeOyf4SRs -r requirements.txt 2021-02-18 21:10:18.511 | /opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' 2021-02-18 21:10:18.511 | warnings.warn(msg) 2021-02-18 21:10:18.595 | venv-tempest develop-inst-noop: /opt/stack/tempest 2021-02-18 21:10:19.088 | 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.4.0,importlib-resources==3.3.1,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.4.0,oslo.context==3.1.1,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.1,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@1ae5f7275091bc63f3bfa50fe3e651cfbc853628#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.0 2021-02-18 21:10:19.089 | venv-tempest run-test-pre: PYTHONHASHSEED='2501960091' 2021-02-18 21:10:19.089 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.ZIeOyf4SRs -r requirements.txt 2021-02-18 21:10:19.898 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:10:20.281 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:10:20.454 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-18 21:10:20.579 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-18 21:10:20.581 | Requirement already satisfied: oslo.concurrency===4.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 24)) (4.4.0) 2021-02-18 21:10:20.593 | Requirement already satisfied: pbr===5.5.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 46)) (5.5.1) 2021-02-18 21:10:20.595 | Requirement already satisfied: oslo.i18n===5.0.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 52)) (5.0.1) 2021-02-18 21:10:20.601 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 62)) (3.0.0) 2021-02-18 21:10:20.614 | Requirement already satisfied: debtcollector===2.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 118)) (2.2.0) 2021-02-18 21:10:20.621 | Requirement already satisfied: netaddr===0.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 135)) (0.8.0) 2021-02-18 21:10:20.628 | Requirement already satisfied: prettytable===0.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 143)) (0.7.2) 2021-02-18 21:10:20.631 | Requirement already satisfied: paramiko===2.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 167)) (2.7.2) 2021-02-18 21:10:20.667 | Requirement already satisfied: urllib3===1.26.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 172)) (1.26.3) 2021-02-18 21:10:20.691 | Requirement already satisfied: python-subunit===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 177)) (1.4.0) 2021-02-18 21:10:20.705 | Requirement already satisfied: PyYAML===5.4.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 181)) (5.4.1) 2021-02-18 21:10:20.709 | Requirement already satisfied: cryptography===3.4.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 185)) (3.4.6) 2021-02-18 21:10:20.751 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 203)) (1.1.0) 2021-02-18 21:10:20.759 | Requirement already satisfied: bcrypt===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 211)) (3.2.0) 2021-02-18 21:10:20.768 | Requirement already satisfied: cliff===3.7.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 245)) (3.7.0) 2021-02-18 21:10:20.781 | Requirement already satisfied: oslo.log===4.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 276)) (4.4.0) 2021-02-18 21:10:20.836 | Requirement already satisfied: stestr===3.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 304)) (3.1.0) 2021-02-18 21:10:20.866 | Requirement already satisfied: oslo.serialization===4.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 305)) (4.1.0) 2021-02-18 21:10:20.876 | Requirement already satisfied: testtools===2.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 343)) (2.4.0) 2021-02-18 21:10:20.895 | Requirement already satisfied: PyNaCl===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 385)) (1.4.0) 2021-02-18 21:10:20.909 | Requirement already satisfied: msgpack===1.0.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 392)) (1.0.2) 2021-02-18 21:10:20.913 | Requirement already satisfied: oslo.config===8.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 394)) (8.4.0) 2021-02-18 21:10:20.958 | Requirement already satisfied: pyparsing===2.4.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 409)) (2.4.7) 2021-02-18 21:10:20.961 | Requirement already satisfied: stevedore===3.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 420)) (3.3.0) 2021-02-18 21:10:20.971 | Requirement already satisfied: cmd2===1.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 429)) (1.5.0) 2021-02-18 21:10:21.034 | Requirement already satisfied: six===1.15.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 446)) (1.15.0) 2021-02-18 21:10:21.037 | Requirement already satisfied: wrapt===1.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 473)) (1.12.1) 2021-02-18 21:10:21.040 | Requirement already satisfied: rfc3986===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 484)) (1.4.0) 2021-02-18 21:10:21.044 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 487)) (0.18.2) 2021-02-18 21:10:21.048 | Requirement already satisfied: importlib-resources===3.3.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 516)) (3.3.1) 2021-02-18 21:10:21.067 | Requirement already satisfied: cffi===1.14.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 531)) (1.14.5) 2021-02-18 21:10:21.072 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 534)) (3.2.0) 2021-02-18 21:10:21.103 | Requirement already satisfied: zipp===3.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 547)) (3.4.0) 2021-02-18 21:10:21.130 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 560)) (0.14.1) 2021-02-18 21:10:21.136 | Requirement already satisfied: oslo.utils===4.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 566)) (4.8.0) 2021-02-18 21:10:21.153 | Requirement already satisfied: python-dateutil===2.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 573)) (2.8.1) 2021-02-18 21:10:21.158 | Requirement already satisfied: colorama===0.4.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 577)) (0.4.4) 2021-02-18 21:10:21.162 | Requirement already satisfied: pytz===2021.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 580)) (2021.1) 2021-02-18 21:10:21.166 | Requirement already satisfied: setuptools===53.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 587)) (53.0.0) 2021-02-18 21:10:21.216 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 161)) (1.0.0) 2021-02-18 21:10:21.218 | Requirement already satisfied: argparse in ./.tox/tempest/lib/python3.6/site-packages (from unittest2===1.1.0->-c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 203)) (1.4.0) 2021-02-18 21:10:21.220 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 146)) (1.4.0) 2021-02-18 21:10:21.224 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 117)) (0.9.6) 2021-02-18 21:10:21.227 | Requirement already satisfied: oslo.context===3.1.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 55)) (3.1.1) 2021-02-18 21:10:21.233 | Requirement already satisfied: voluptuous===0.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 2)) (0.12.1) 2021-02-18 21:10:21.237 | Requirement already satisfied: python-mimeparse===1.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 97)) (1.6.0) 2021-02-18 21:10:21.240 | Requirement already satisfied: importlib-metadata===3.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 279)) (3.4.0) 2021-02-18 21:10:21.280 | Requirement already satisfied: requests===2.25.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 220)) (2.25.1) 2021-02-18 21:10:21.301 | Requirement already satisfied: wcwidth===0.2.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 140)) (0.2.5) 2021-02-18 21:10:21.308 | Requirement already satisfied: pyperclip===1.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 267)) (1.8.1) 2021-02-18 21:10:21.311 | Requirement already satisfied: attrs===20.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 49)) (20.3.0) 2021-02-18 21:10:21.355 | Requirement already satisfied: pycparser===2.20 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 179)) (2.20) 2021-02-18 21:10:21.359 | Requirement already satisfied: pyrsistent===0.17.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 482)) (0.17.3) 2021-02-18 21:10:21.363 | Requirement already satisfied: monotonic===1.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 501)) (1.5) 2021-02-18 21:10:21.366 | Requirement already satisfied: iso8601===0.1.14 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 357)) (0.1.14) 2021-02-18 21:10:21.370 | Requirement already satisfied: packaging===20.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 331)) (20.9) 2021-02-18 21:10:21.375 | Requirement already satisfied: netifaces===0.10.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 508)) (0.10.9) 2021-02-18 21:10:21.378 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 359)) (1.0.0) 2021-02-18 21:10:21.381 | Requirement already satisfied: typing-extensions===3.7.4.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 574)) (3.7.4.3) 2021-02-18 21:10:21.385 | Requirement already satisfied: certifi===2020.12.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 41)) (2020.12.5) 2021-02-18 21:10:21.388 | Requirement already satisfied: chardet===4.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 3)) (4.0.0) 2021-02-18 21:10:21.392 | Requirement already satisfied: idna===2.10 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.ZIeOyf4SRs (line 361)) (2.10) 2021-02-18 21:10:21.497 | WARNING: You are using pip version 20.0.2; however, version 21.0.1 is available. 2021-02-18 21:10:21.497 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2021-02-18 21:10:21.552 | ___________________________________ summary ____________________________________ 2021-02-18 21:10:21.552 | venv-tempest: commands succeeded 2021-02-18 21:10:21.552 | congratulations :) 2021-02-18 21:10:21.582 | ++ lib/tempest:configure_tempest:623 : rm -f /tmp/tempest_u_c_m.ZIeOyf4SRs 2021-02-18 21:10:21.586 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack/tempest/etc/tempest.conf auth tempest_roles member 2021-02-18 21:10:21.612 | ++ lib/tempest:configure_tempest:627 : [[ False == \T\r\u\e ]] 2021-02-18 21:10:21.614 | ++ lib/tempest:configure_tempest:635 : [[ True == \F\a\l\s\e ]] 2021-02-18 21:10:21.616 | ++ lib/tempest:configure_tempest:639 : iniset /opt/stack/tempest/etc/tempest.conf auth use_dynamic_credentials True 2021-02-18 21:10:21.641 | ++ lib/tempest:configure_tempest:645 : tox -evenv -- tempest verify-config -uro /tmp/tmp.CvfM46QeKM 2021-02-18 21:10:22.280 | venv create: /opt/stack/tempest/.tox/venv 2021-02-18 21:10:22.922 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2021-02-18 21:10:52.441 | venv develop-inst: /opt/stack/tempest 2021-02-18 21:11:00.076 | 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.19,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.4.0,importlib-resources==3.3.1,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.4.0,oslo.context==3.1.1,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.0,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.1,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.2.0,requests==2.25.1,rfc3986==1.4.0,six==1.15.0,snowballstemmer==2.1.0,Sphinx==3.5.1,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@1ae5f7275091bc63f3bfa50fe3e651cfbc853628#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.0 2021-02-18 21:11:00.077 | venv run-test-pre: PYTHONHASHSEED='3574771216' 2021-02-18 21:11:00.077 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.CvfM46QeKM 2021-02-18 21:11:03.434 | /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-02-18 21:11:03.434 | _client = klass(auth_provider=auth_provider, **kwargs) 2021-02-18 21:11:03.434 | Config option api_v2 in group image-feature-enabled should be changed to: False 2021-02-18 21:11:03.545 | ___________________________________ summary ____________________________________ 2021-02-18 21:11:03.545 | venv: commands succeeded 2021-02-18 21:11:03.545 | congratulations :) 2021-02-18 21:11:03.578 | ++ lib/tempest:configure_tempest:650 : is_service_enabled q-metering 2021-02-18 21:11:03.595 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:11:03.597 | ++ lib/tempest:configure_tempest:655 : is_service_enabled q-l3 2021-02-18 21:11:03.612 | ++ functions-common:is_service_enabled:1987 : return 0 2021-02-18 21:11:03.615 | ++ lib/tempest:configure_tempest:659 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2021-02-18 21:11:03.618 | ++ lib/tempest:configure_tempest:660 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2021-02-18 21:11:03.622 | ++ lib/tempest:configure_tempest:661 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2021-02-18 21:11:03.624 | ++ lib/tempest:configure_tempest:662 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2021-02-18 21:11:03.626 | ++ lib/tempest:configure_tempest:663 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2021-02-18 21:11:03.629 | ++ lib/tempest:configure_tempest:664 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2021-02-18 21:11:03.631 | ++ lib/tempest:configure_tempest:665 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2021-02-18 21:11:03.634 | ++ lib/tempest:configure_tempest:666 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2021-02-18 21:11:03.636 | ++ lib/tempest:configure_tempest:667 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2021-02-18 21:11:03.639 | ++ lib/tempest:configure_tempest:668 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2021-02-18 21:11:03.641 | ++ lib/tempest:configure_tempest:669 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2021-02-18 21:11:03.643 | ++ lib/tempest:configure_tempest:670 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2021-02-18 21:11:03.646 | ++ lib/tempest:configure_tempest:671 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2021-02-18 21:11:03.648 | ++ lib/tempest:configure_tempest:673 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag_ports_during_bulk_creation,stateful_security_group 2021-02-18 21:11:03.650 | ++ lib/tempest:configure_tempest:675 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag_ports_during_bulk_creation,stateful_security_group 2021-02-18 21:11:03.653 | ++ lib/tempest:configure_tempest:676 : [[ ! -z '' ]] 2021-02-18 21:11:03.655 | ++ lib/tempest:configure_tempest:682 : [[ -n '' ]] 2021-02-18 21:11:03.657 | ++ lib/tempest:configure_tempest:685 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled api_extensions address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag_ports_during_bulk_creation,stateful_security_group 2021-02-18 21:11:03.685 | ++ lib/tempest:configure_tempest:687 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2021-02-18 21:11:03.688 | ++ lib/tempest:configure_tempest:688 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2021-02-18 21:11:03.691 | ++ lib/tempest:configure_tempest:689 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2021-02-18 21:11:03.694 | ++ lib/tempest:configure_tempest:690 : 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-02-18 21:11:03.697 | ++ lib/tempest:configure_tempest:691 : [[ ! -z '' ]] 2021-02-18 21:11:03.699 | ++ lib/tempest:configure_tempest:697 : 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-02-18 21:11:03.731 | ++ lib/tempest:configure_tempest:707 : local network_available_features= 2021-02-18 21:11:03.733 | ++ lib/tempest:configure_tempest:708 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled available_features 2021-02-18 21:11:03.760 | ++ lib/tempest:configure_tempest:710 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2021-02-18 21:11:03.763 | ++ lib/tempest:configure_tempest:711 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2021-02-18 21:11:03.765 | ++ lib/tempest:configure_tempest:712 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2021-02-18 21:11:03.768 | ++ lib/tempest:configure_tempest:713 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2021-02-18 21:11:03.770 | ++ lib/tempest:configure_tempest:714 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2021-02-18 21:11:03.773 | ++ lib/tempest:configure_tempest:715 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2021-02-18 21:11:03.775 | ++ lib/tempest:configure_tempest:716 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2021-02-18 21:11:03.778 | ++ lib/tempest:configure_tempest:717 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2021-02-18 21:11:03.780 | ++ lib/tempest:configure_tempest:718 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2021-02-18 21:11:03.783 | ++ lib/tempest:configure_tempest:719 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2021-02-18 21:11:03.786 | ++ lib/tempest:configure_tempest:720 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2021-02-18 21:11:03.789 | ++ lib/tempest:configure_tempest:721 : 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-02-18 21:11:03.792 | ++ lib/tempest:configure_tempest:722 : [[ ! -z '' ]] 2021-02-18 21:11:03.794 | ++ lib/tempest:configure_tempest:728 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2021-02-18 21:11:03.826 | ++ lib/tempest:configure_tempest:731 : IFS=' 2021-02-18 21:11:03.826 | ' 2021-02-18 21:11:03.829 | ++ extras.d/80-tempest.sh:source:22 : echo_summary 'Installing Tempest Plugins' 2021-02-18 21:11:03.831 | ++ ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2021-02-18 21:11:03.834 | ++ ./stack.sh:echo_summary:421 : echo -e Installing Tempest Plugins 2021-02-18 21:11:03.836 | ++ extras.d/80-tempest.sh:source:23 : install_tempest_plugins 2021-02-18 21:11:03.839 | ++ lib/tempest:install_tempest_plugins:755 : pushd /opt/stack/tempest 2021-02-18 21:11:03.839 | /opt/stack/tempest /opt/stack/tempest 2021-02-18 21:11:03.842 | ++ lib/tempest:install_tempest_plugins:756 : [[ 0 != 0 ]] 2021-02-18 21:11:03.845 | ++ lib/tempest:install_tempest_plugins:766 : popd 2021-02-18 21:11:03.845 | /opt/stack/tempest 2021-02-18 21:11:03.847 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-02-18 21:11:03.850 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-02-18 21:11:03.854 | + functions-common:run_phase:1780 : [[ stack == \s\o\u\r\c\e ]] 2021-02-18 21:11:03.856 | + functions-common:run_phase:1783 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-02-18 21:11:03.859 | + functions-common:run_phase:1786 : run_plugins stack test-config 2021-02-18 21:11:03.862 | + functions-common:run_plugins:1745 : local mode=stack 2021-02-18 21:11:03.865 | + functions-common:run_plugins:1746 : local phase=test-config 2021-02-18 21:11:03.868 | + functions-common:run_plugins:1748 : local plugins= 2021-02-18 21:11:03.871 | + functions-common:run_plugins:1749 : local plugin 2021-02-18 21:11:03.874 | + ./stack.sh:main:1442 : merge_config_group /home/ubuntu/devstack/local.conf test-config 2021-02-18 21:11:03.877 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-02-18 21:11:03.879 | + inc/meta-config:merge_config_group:171 : shift 2021-02-18 21:11:03.882 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2021-02-18 21:11:03.885 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-18 21:11:03.887 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-02-18 21:11:03.891 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-02-18 21:11:03.894 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf test-config 2021-02-18 21:11:03.897 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-02-18 21:11:03.900 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2021-02-18 21:11:03.903 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-18 21:11:03.906 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2021-02-18 21:11:03.906 | /^\[\[.+\|.*\]\]/ { 2021-02-18 21:11:03.906 | gsub("[][]", "", $1); 2021-02-18 21:11:03.906 | split($1, a, "|"); 2021-02-18 21:11:03.906 | if (a[1] == matchgroup) 2021-02-18 21:11:03.906 | print a[2] 2021-02-18 21:11:03.906 | } 2021-02-18 21:11:03.906 | ' /home/ubuntu/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= run_process 24 test_with_retry 5 apt-get-update 5 osc 354 wait_for_service 24 git_timed 7 dbsync 70 pip_install 366 apt-get 228 ------------------------- Unaccounted time 623 ========================= Total runtime 1706 This is your host IP address: 10.222.0.41 This is your host IPv6 address: ::1 Keystone is serving at http://10.222.0.41/identity/ The default users are: admin and demo The password: Passw0rd WARNING: Using lib/neutron-legacy is deprecated, and it will be removed in the future Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: ussuri Change: e5090646a93dfc1abf31e9a85a3570cd4f116b09 Stop installing Tempest at system wide for stable branch 2021-02-10 09:11:50 -0600 OS Version: Ubuntu 18.04 bionic