2021-05-19 01:24:47.927 | + ./stack.sh:main:469                      :   exec
2021-05-19 01:24:47.927 | + ./stack.sh:main:477                      :   echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-05-19-012447'
2021-05-19 01:24:47.927 | ++ ./stack.sh:main:469                      :   /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-05-19-012447.summary.2021-05-19-012447
2021-05-19 01:24:47.927 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:24:47.927 | + ./stack.sh:echo_summary:428              :   echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-05-19-012447
2021-05-19 01:24:47.927 | + ./stack.sh:main:479                      :   ln -sf /opt/stack/logs/stack.sh.log.2021-05-19-012447 /opt/stack/logs/stack.sh.log
2021-05-19 01:24:47.927 | + ./stack.sh:main:480                      :   ln -sf /opt/stack/logs/stack.sh.log.2021-05-19-012447.summary.2021-05-19-012447 /opt/stack/logs/stack.sh.log.summary
2021-05-19 01:24:47.927 | + ./stack.sh:main:495                      :   check_path_perm_sanity /opt/stack
2021-05-19 01:24:47.927 | + functions:check_path_perm_sanity:596     :   local real_path
2021-05-19 01:24:47.927 | ++ functions:check_path_perm_sanity:597     :   readlink -f /opt/stack
2021-05-19 01:24:47.927 | + functions:check_path_perm_sanity:597     :   real_path=/opt/stack
2021-05-19 01:24:47.927 | + functions:check_path_perm_sanity:598     :   local rebuilt_path=
2021-05-19 01:24:47.927 | ++ functions:check_path_perm_sanity:599     :   echo /opt/stack
2021-05-19 01:24:47.927 | ++ functions:check_path_perm_sanity:599     :   tr / ' '
2021-05-19 01:24:47.927 | + functions:check_path_perm_sanity:599     :   for i in $(echo ${real_path} | tr "/" " ")
2021-05-19 01:24:47.927 | + functions:check_path_perm_sanity:600     :   rebuilt_path=/opt
2021-05-19 01:24:47.927 | ++ functions:check_path_perm_sanity:602     :   stat -c %a /opt
2021-05-19 01:24:47.927 | + functions:check_path_perm_sanity:602     :   [[ 755 = 700 ]]
2021-05-19 01:24:47.928 | + functions:check_path_perm_sanity:599     :   for i in $(echo ${real_path} | tr "/" " ")
2021-05-19 01:24:47.930 | + functions:check_path_perm_sanity:600     :   rebuilt_path=/opt/stack
2021-05-19 01:24:47.933 | ++ functions:check_path_perm_sanity:602     :   stat -c %a /opt/stack
2021-05-19 01:24:47.936 | + functions:check_path_perm_sanity:602     :   [[ 755 = 700 ]]
2021-05-19 01:24:47.938 | + ./stack.sh:main:501                      :   trap exit_trap EXIT
2021-05-19 01:24:47.940 | + ./stack.sh:main:542                      :   trap err_trap ERR
2021-05-19 01:24:47.942 | + ./stack.sh:main:555                      :   set -o errexit
2021-05-19 01:24:47.944 | + ./stack.sh:main:558                      :   uname -a
2021-05-19 01:24:47.945 | Linux n-d-764292-23 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
2021-05-19 01:24:47.947 | + ./stack.sh:main:561                      :   SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem
2021-05-19 01:24:47.949 | + ./stack.sh:main:562                      :   rm -f /opt/stack/data/ca-bundle.pem
2021-05-19 01:24:47.952 | + ./stack.sh:main:565                      :   source /home/ubuntu/devstack/lib/database
2021-05-19 01:24:47.987 | + ./stack.sh:main:566                      :   source /home/ubuntu/devstack/lib/rpc_backend
2021-05-19 01:24:48.001 | + ./stack.sh:main:572                      :   fetch_plugins
2021-05-19 01:24:48.003 | + functions-common:fetch_plugins:1650      :   local plugins=
2021-05-19 01:24:48.005 | + functions-common:fetch_plugins:1651      :   local plugin
2021-05-19 01:24:48.007 | + functions-common:fetch_plugins:1654      :   [[ -z '' ]]
2021-05-19 01:24:48.008 | + functions-common:fetch_plugins:1655      :   return
2021-05-19 01:24:48.011 | + ./stack.sh:main:576                      :   run_phase override_defaults
2021-05-19 01:24:48.012 | + functions-common:run_phase:1732          :   local mode=override_defaults
2021-05-19 01:24:48.014 | + functions-common:run_phase:1733          :   local phase=
2021-05-19 01:24:48.016 | + functions-common:run_phase:1734          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2021-05-19 01:24:48.017 | + functions-common:run_phase:1735          :   local extra_plugin_file_name
2021-05-19 01:24:48.019 | + functions-common:run_phase:1736          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2021-05-19 01:24:48.021 | + functions-common:run_phase:1741          :   local exceptions=80-tempest.sh
2021-05-19 01:24:48.022 | + functions-common:run_phase:1742          :   local extra
2021-05-19 01:24:48.025 | ++ functions-common:run_phase:1743          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2021-05-19 01:24:48.028 | + functions-common:run_phase:1743          :   extra=80-tempest.sh
2021-05-19 01:24:48.030 | + functions-common:run_phase:1744          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2021-05-19 01:24:48.031 | + functions-common:run_phase:1748          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2021-05-19 01:24:48.033 | + functions-common:run_phase:1748          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults
2021-05-19 01:24:48.035 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2021-05-19 01:24:48.047 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:24:48.049 | ++ extras.d/80-tempest.sh:source:4          :   [[ override_defaults == \s\o\u\r\c\e ]]
2021-05-19 01:24:48.050 | ++ extras.d/80-tempest.sh:source:7          :   [[ override_defaults == \s\t\a\c\k ]]
2021-05-19 01:24:48.052 | ++ extras.d/80-tempest.sh:source:10         :   [[ override_defaults == \s\t\a\c\k ]]
2021-05-19 01:24:48.054 | ++ extras.d/80-tempest.sh:source:13         :   [[ override_defaults == \s\t\a\c\k ]]
2021-05-19 01:24:48.056 | ++ extras.d/80-tempest.sh:source:16         :   [[ override_defaults == \s\t\a\c\k ]]
2021-05-19 01:24:48.057 | ++ extras.d/80-tempest.sh:source:19         :   [[ override_defaults == \s\t\a\c\k ]]
2021-05-19 01:24:48.059 | ++ extras.d/80-tempest.sh:source:27         :   [[ override_defaults == \u\n\s\t\a\c\k ]]
2021-05-19 01:24:48.061 | ++ extras.d/80-tempest.sh:source:32         :   [[ override_defaults == \c\l\e\a\n ]]
2021-05-19 01:24:48.062 | + functions-common:run_phase:1753          :   [[ override_defaults == \s\o\u\r\c\e ]]
2021-05-19 01:24:48.064 | + functions-common:run_phase:1756          :   [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2021-05-19 01:24:48.066 | + functions-common:run_phase:1757          :   plugin_override_defaults
2021-05-19 01:24:48.068 | + functions-common:plugin_override_defaults:1691 :   local plugins=
2021-05-19 01:24:48.069 | + functions-common:plugin_override_defaults:1692 :   local plugin
2021-05-19 01:24:48.071 | + functions-common:plugin_override_defaults:1695 :   [[ -z '' ]]
2021-05-19 01:24:48.073 | + functions-common:plugin_override_defaults:1696 :   return
2021-05-19 01:24:48.075 | + ./stack.sh:main:579                      :   source /home/ubuntu/devstack/lib/apache
2021-05-19 01:24:48.091 | + ./stack.sh:main:582                      :   source /home/ubuntu/devstack/lib/tls
2021-05-19 01:24:48.093 | ++ lib/tls:source:38                        :   is_service_enabled tls-proxy
2021-05-19 01:24:48.105 | ++ functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:24:48.108 | +++ lib/tls:source:43                        :   hostname -f
2021-05-19 01:24:48.111 | ++ lib/tls:source:43                        :   DEVSTACK_HOSTNAME=localhost
2021-05-19 01:24:48.112 | ++ lib/tls:source:44                        :   DEVSTACK_CERT_NAME=devstack-cert
2021-05-19 01:24:48.114 | ++ lib/tls:source:45                        :   DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem
2021-05-19 01:24:48.116 | ++ lib/tls:source:48                        :   ROOT_CA_DIR=/opt/stack/data/CA/root-ca
2021-05-19 01:24:48.118 | ++ lib/tls:source:49                        :   INT_CA_DIR=/opt/stack/data/CA/int-ca
2021-05-19 01:24:48.119 | ++ lib/tls:source:51                        :   ORG_NAME=OpenStack
2021-05-19 01:24:48.121 | ++ lib/tls:source:52                        :   ORG_UNIT_NAME=DevStack
2021-05-19 01:24:48.123 | ++ lib/tls:source:55                        :   STUD_PROTO=--tls
2021-05-19 01:24:48.125 | ++ lib/tls:source:56                        :   STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH'
2021-05-19 01:24:48.126 | ++ lib/tls:source:63                        :   OPENSSL=/usr/bin/openssl
2021-05-19 01:24:48.131 | + ./stack.sh:main:585                      :   source /home/ubuntu/devstack/lib/infra
2021-05-19 01:24:48.142 | + ./stack.sh:main:586                      :   source /home/ubuntu/devstack/lib/libraries
2021-05-19 01:24:48.158 | + ./stack.sh:main:587                      :   source /home/ubuntu/devstack/lib/lvm
2021-05-19 01:24:48.170 | + ./stack.sh:main:588                      :   source /home/ubuntu/devstack/lib/horizon
2021-05-19 01:24:48.182 | + ./stack.sh:main:589                      :   source /home/ubuntu/devstack/lib/keystone
2021-05-19 01:24:48.207 | + ./stack.sh:main:590                      :   source /home/ubuntu/devstack/lib/glance
2021-05-19 01:24:48.245 | + ./stack.sh:main:591                      :   source /home/ubuntu/devstack/lib/nova
2021-05-19 01:24:48.324 | + ./stack.sh:main:592                      :   source /home/ubuntu/devstack/lib/placement
2021-05-19 01:24:48.344 | + ./stack.sh:main:593                      :   source /home/ubuntu/devstack/lib/cinder
2021-05-19 01:24:48.388 | + ./stack.sh:main:594                      :   source /home/ubuntu/devstack/lib/swift
2021-05-19 01:24:48.436 | + ./stack.sh:main:595                      :   source /home/ubuntu/devstack/lib/neutron
2021-05-19 01:24:48.556 | + ./stack.sh:main:596                      :   source /home/ubuntu/devstack/lib/ldap
2021-05-19 01:24:48.570 | + ./stack.sh:main:597                      :   source /home/ubuntu/devstack/lib/dstat
2021-05-19 01:24:48.583 | + ./stack.sh:main:598                      :   source /home/ubuntu/devstack/lib/tcpdump
2021-05-19 01:24:48.595 | + ./stack.sh:main:599                      :   source /home/ubuntu/devstack/lib/etcd3
2021-05-19 01:24:48.677 | + ./stack.sh:main:605                      :   run_phase source
2021-05-19 01:24:48.679 | + functions-common:run_phase:1732          :   local mode=source
2021-05-19 01:24:48.681 | + functions-common:run_phase:1733          :   local phase=
2021-05-19 01:24:48.684 | + functions-common:run_phase:1734          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2021-05-19 01:24:48.686 | + functions-common:run_phase:1735          :   local extra_plugin_file_name
2021-05-19 01:24:48.688 | + functions-common:run_phase:1736          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2021-05-19 01:24:48.689 | + functions-common:run_phase:1741          :   local exceptions=80-tempest.sh
2021-05-19 01:24:48.691 | + functions-common:run_phase:1742          :   local extra
2021-05-19 01:24:48.694 | ++ functions-common:run_phase:1743          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2021-05-19 01:24:48.698 | + functions-common:run_phase:1743          :   extra=80-tempest.sh
2021-05-19 01:24:48.700 | + functions-common:run_phase:1744          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2021-05-19 01:24:48.702 | + functions-common:run_phase:1748          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2021-05-19 01:24:48.704 | + functions-common:run_phase:1748          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh source
2021-05-19 01:24:48.706 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2021-05-19 01:24:48.719 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:24:48.721 | ++ extras.d/80-tempest.sh:source:4          :   [[ source == \s\o\u\r\c\e ]]
2021-05-19 01:24:48.723 | ++ extras.d/80-tempest.sh:source:6          :   source /home/ubuntu/devstack/lib/tempest
2021-05-19 01:24:48.761 | ++ extras.d/80-tempest.sh:source:27         :   [[ source == \u\n\s\t\a\c\k ]]
2021-05-19 01:24:48.763 | ++ extras.d/80-tempest.sh:source:32         :   [[ source == \c\l\e\a\n ]]
2021-05-19 01:24:48.765 | + functions-common:run_phase:1753          :   [[ source == \s\o\u\r\c\e ]]
2021-05-19 01:24:48.767 | + functions-common:run_phase:1754          :   load_plugin_settings
2021-05-19 01:24:48.769 | + functions-common:load_plugin_settings:1668 :   local plugins=
2021-05-19 01:24:48.771 | + functions-common:load_plugin_settings:1669 :   local plugin
2021-05-19 01:24:48.773 | + functions-common:load_plugin_settings:1672 :   [[ -z '' ]]
2021-05-19 01:24:48.776 | + functions-common:load_plugin_settings:1673 :   return
2021-05-19 01:24:48.778 | + functions-common:run_phase:1755          :   verify_disabled_services
2021-05-19 01:24:48.780 | + functions-common:verify_disabled_services:2015 :   local service
2021-05-19 01:24:48.782 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.784 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]]
2021-05-19 01:24:48.786 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.789 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]]
2021-05-19 01:24:48.792 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.794 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]]
2021-05-19 01:24:48.796 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.798 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]]
2021-05-19 01:24:48.800 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.803 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]]
2021-05-19 01:24:48.805 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.808 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]]
2021-05-19 01:24:48.810 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.812 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]]
2021-05-19 01:24:48.814 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.816 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]]
2021-05-19 01:24:48.819 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.821 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]]
2021-05-19 01:24:48.823 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.825 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]]
2021-05-19 01:24:48.827 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.830 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]]
2021-05-19 01:24:48.832 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.834 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]]
2021-05-19 01:24:48.836 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.839 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]]
2021-05-19 01:24:48.841 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.843 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]]
2021-05-19 01:24:48.845 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.847 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]]
2021-05-19 01:24:48.850 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.852 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]]
2021-05-19 01:24:48.855 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.857 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]]
2021-05-19 01:24:48.859 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.861 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]]
2021-05-19 01:24:48.863 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.865 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]]
2021-05-19 01:24:48.867 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.870 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]]
2021-05-19 01:24:48.872 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.875 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]]
2021-05-19 01:24:48.877 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.879 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]]
2021-05-19 01:24:48.881 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.883 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]]
2021-05-19 01:24:48.886 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.888 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]]
2021-05-19 01:24:48.891 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.893 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]]
2021-05-19 01:24:48.895 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.897 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]]
2021-05-19 01:24:48.899 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.902 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]]
2021-05-19 01:24:48.904 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.906 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]]
2021-05-19 01:24:48.909 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.911 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]]
2021-05-19 01:24:48.913 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.915 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]]
2021-05-19 01:24:48.918 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.921 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]]
2021-05-19 01:24:48.923 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.925 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]]
2021-05-19 01:24:48.927 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.930 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]]
2021-05-19 01:24:48.933 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.935 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]]
2021-05-19 01:24:48.937 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.939 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]]
2021-05-19 01:24:48.941 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.944 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]]
2021-05-19 01:24:48.946 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.948 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]]
2021-05-19 01:24:48.950 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.952 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]]
2021-05-19 01:24:48.955 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.957 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]]
2021-05-19 01:24:48.959 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.961 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]]
2021-05-19 01:24:48.964 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.966 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]]
2021-05-19 01:24:48.968 | + functions-common:verify_disabled_services:2016 :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:24:48.970 | + functions-common:verify_disabled_services:2017 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]]
2021-05-19 01:24:48.973 | + ./stack.sh:main:676                      :   initialize_database_backends
2021-05-19 01:24:48.975 | + lib/database:initialize_database_backends:65 :   for backend in $DATABASE_BACKENDS
2021-05-19 01:24:48.977 | + lib/database:initialize_database_backends:66 :   is_service_enabled mysql
2021-05-19 01:24:48.991 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:24:48.993 | + lib/database:initialize_database_backends:66 :   DATABASE_TYPE=mysql
2021-05-19 01:24:48.996 | + lib/database:initialize_database_backends:65 :   for backend in $DATABASE_BACKENDS
2021-05-19 01:24:48.998 | + lib/database:initialize_database_backends:66 :   is_service_enabled postgresql
2021-05-19 01:24:49.013 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:24:49.015 | + lib/database:initialize_database_backends:69 :   '[' -z mysql ']'
2021-05-19 01:24:49.017 | + lib/database:initialize_database_backends:73 :   MYSQL_HOST=127.0.0.1
2021-05-19 01:24:49.019 | + lib/database:initialize_database_backends:74 :   MYSQL_USER=root
2021-05-19 01:24:49.022 | + lib/database:initialize_database_backends:80 :   [[ 4 == 6 ]]
2021-05-19 01:24:49.024 | + lib/database:initialize_database_backends:83 :   DATABASE_HOST=127.0.0.1
2021-05-19 01:24:49.026 | + lib/database:initialize_database_backends:86 :   DATABASE_USER=root
2021-05-19 01:24:49.028 | + lib/database:initialize_database_backends:88 :   '[' -n '' ']'
2021-05-19 01:24:49.031 | ++ lib/database:initialize_database_backends:102 :   get_database_type_mysql
2021-05-19 01:24:49.033 | ++ lib/databases/mysql:get_database_type_mysql:35 :   [[ PyMySQL == \P\y\M\y\S\Q\L ]]
2021-05-19 01:24:49.036 | ++ lib/databases/mysql:get_database_type_mysql:36 :   echo mysql+pymysql
2021-05-19 01:24:49.038 | + lib/database:initialize_database_backends:102 :   BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1
2021-05-19 01:24:49.040 | + lib/database:initialize_database_backends:104 :   return 0
2021-05-19 01:24:49.044 | + ./stack.sh:main:677                      :   echo 'Using mysql database backend'
2021-05-19 01:24:49.044 | Using mysql database backend
2021-05-19 01:24:49.046 | + ./stack.sh:main:680                      :   read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.'
2021-05-19 01:24:49.062 | + ./stack.sh:main:692                      :   is_service_enabled rabbit
2021-05-19 01:24:49.076 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:24:49.078 | + ./stack.sh:main:693                      :   read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.'
2021-05-19 01:24:49.094 | + ./stack.sh:main:700                      :   is_service_enabled keystone
2021-05-19 01:24:49.110 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:24:49.112 | + ./stack.sh:main:702                      :   read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.'
2021-05-19 01:24:49.127 | + ./stack.sh:main:704                      :   read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).'
2021-05-19 01:24:49.142 | + ./stack.sh:main:715                      :   is_service_enabled ldap
2021-05-19 01:24:49.158 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:24:49.161 | + ./stack.sh:main:724                      :   is_service_enabled s-proxy
2021-05-19 01:24:49.177 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:24:49.179 | + ./stack.sh:main:728                      :   read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.'
2021-05-19 01:24:49.194 | + ./stack.sh:main:730                      :   [[ -z '' ]]
2021-05-19 01:24:49.196 | + ./stack.sh:main:730                      :   [[ False == \T\r\u\e ]]
2021-05-19 01:24:49.198 | + ./stack.sh:main:736                      :   save_stackenv 736
2021-05-19 01:24:49.200 | + functions-common:save_stackenv:60        :   local tag=736
2021-05-19 01:24:49.203 | ++ functions-common:save_stackenv:62        :   date +%F-%H%M%S
2021-05-19 01:24:49.207 | + functions-common:save_stackenv:62        :   time_stamp=2021-05-19-012449
2021-05-19 01:24:49.209 | + functions-common:save_stackenv:63        :   echo '# 2021-05-19-012449 736'
2021-05-19 01:24:49.211 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:24:49.214 | + functions-common:save_stackenv:65        :   echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1
2021-05-19 01:24:49.217 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:24:49.219 | + functions-common:save_stackenv:65        :   echo DATA_DIR=/opt/stack/data
2021-05-19 01:24:49.221 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:24:49.223 | + functions-common:save_stackenv:65        :   echo DEST=/opt/stack
2021-05-19 01:24:49.226 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:24:49.228 | + functions-common:save_stackenv:65        :   echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification
2021-05-19 01:24:49.231 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:24:49.233 | + functions-common:save_stackenv:65        :   echo HOST_IP=10.222.0.39
2021-05-19 01:24:49.235 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:24:49.237 | + functions-common:save_stackenv:65        :   echo KEYSTONE_SERVICE_URI=http://10.222.0.39/identity
2021-05-19 01:24:49.240 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:24:49.242 | + functions-common:save_stackenv:65        :   echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-05-19-012447
2021-05-19 01:24:49.244 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:24:49.247 | + functions-common:save_stackenv:65        :   echo OS_CACERT=
2021-05-19 01:24:49.249 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:24:49.251 | + functions-common:save_stackenv:65        :   echo SERVICE_HOST=10.222.0.39
2021-05-19 01:24:49.253 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:24:49.255 | + functions-common:save_stackenv:65        :   echo STACK_USER=ubuntu
2021-05-19 01:24:49.258 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:24:49.260 | + functions-common:save_stackenv:65        :   echo TLS_IP=
2021-05-19 01:24:49.262 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:24:49.264 | + functions-common:save_stackenv:65        :   echo HOST_IPV6=::1
2021-05-19 01:24:49.267 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:24:49.269 | + functions-common:save_stackenv:65        :   echo SERVICE_IP_VERSION=4
2021-05-19 01:24:49.271 | + ./stack.sh:main:747                      :   git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master
2021-05-19 01:24:49.273 | + functions-common:git_clone:523           :   local git_remote=https://opendev.org/openstack/requirements.git
2021-05-19 01:24:49.276 | + functions-common:git_clone:524           :   local git_dest=/opt/stack/requirements
2021-05-19 01:24:49.278 | + functions-common:git_clone:525           :   local git_ref=master
2021-05-19 01:24:49.280 | + functions-common:git_clone:526           :   local orig_dir
2021-05-19 01:24:49.283 | ++ functions-common:git_clone:527           :   pwd
2021-05-19 01:24:49.285 | + functions-common:git_clone:527           :   orig_dir=/home/ubuntu/devstack
2021-05-19 01:24:49.287 | + functions-common:git_clone:528           :   local git_clone_flags=
2021-05-19 01:24:49.289 | ++ functions-common:git_clone:530           :   trueorfalse False RECLONE
2021-05-19 01:24:49.304 | + functions-common:git_clone:530           :   RECLONE=False
2021-05-19 01:24:49.306 | + functions-common:git_clone:531           :   [[ 0 -gt 0 ]]
2021-05-19 01:24:49.310 | + functions-common:git_clone:535           :   [[ False = \T\r\u\e ]]
2021-05-19 01:24:49.312 | + functions-common:git_clone:544           :   echo master
2021-05-19 01:24:49.313 | + functions-common:git_clone:544           :   egrep -q '^refs'
2021-05-19 01:24:49.317 | + functions-common:git_clone:558           :   [[ ! -d /opt/stack/requirements ]]
2021-05-19 01:24:49.319 | + functions-common:git_clone:566           :   [[ False = \T\r\u\e ]]
2021-05-19 01:24:49.321 | + functions-common:git_clone:592           :   cd /opt/stack/requirements
2021-05-19 01:24:49.324 | + functions-common:git_clone:593           :   git show --oneline
2021-05-19 01:24:49.324 | + functions-common:git_clone:593           :   head -1
2021-05-19 01:24:49.327 | 7e351295 Merge "update constraint for sushy to new release 3.8.0"
2021-05-19 01:24:49.330 | + functions-common:git_clone:594           :   cd /home/ubuntu/devstack
2021-05-19 01:24:49.332 | + ./stack.sh:main:751                      :   echo_summary 'Installing package prerequisites'
2021-05-19 01:24:49.334 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:24:49.337 | + ./stack.sh:echo_summary:428              :   echo -e Installing package prerequisites
2021-05-19 01:24:49.340 | + ./stack.sh:main:752                      :   source /home/ubuntu/devstack/tools/install_prereqs.sh
2021-05-19 01:24:49.342 | ++ tools/install_prereqs.sh:source:11       :   FORCE_PREREQ=0
2021-05-19 01:24:49.344 | ++ tools/install_prereqs.sh:source:13       :   getopts :f opt
2021-05-19 01:24:49.347 | ++ tools/install_prereqs.sh:source:23       :   [[ -z /home/ubuntu/devstack ]]
2021-05-19 01:24:49.349 | ++ tools/install_prereqs.sh:source:43       :   PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs
2021-05-19 01:24:49.351 | ++ tools/install_prereqs.sh:source:44       :   PREREQ_RERUN_HOURS=2
2021-05-19 01:24:49.354 | ++ tools/install_prereqs.sh:source:45       :   PREREQ_RERUN_SECONDS=7200
2021-05-19 01:24:49.357 | +++ tools/install_prereqs.sh:source:47       :   date +%s
2021-05-19 01:24:49.361 | ++ tools/install_prereqs.sh:source:47       :   NOW=1621387489
2021-05-19 01:24:49.364 | +++ tools/install_prereqs.sh:source:48       :   head -1 /home/ubuntu/devstack/.prereqs
2021-05-19 01:24:49.368 | +++ tools/install_prereqs.sh:source:48       :   echo 0
2021-05-19 01:24:49.370 | ++ tools/install_prereqs.sh:source:48       :   LAST_RUN=0
2021-05-19 01:24:49.373 | ++ tools/install_prereqs.sh:source:49       :   DELTA=1621387489
2021-05-19 01:24:49.375 | ++ tools/install_prereqs.sh:source:50       :   [[ 1621387489 -lt 7200 ]]
2021-05-19 01:24:49.377 | ++ tools/install_prereqs.sh:source:57       :   export_proxy_variables
2021-05-19 01:24:49.380 | ++ functions-common:export_proxy_variables:2122 :   isset http_proxy
2021-05-19 01:24:49.382 | ++ functions-common:isset:174               :   [[ -v http_proxy ]]
2021-05-19 01:24:49.384 | ++ functions-common:export_proxy_variables:2125 :   isset https_proxy
2021-05-19 01:24:49.386 | ++ functions-common:isset:174               :   [[ -v https_proxy ]]
2021-05-19 01:24:49.389 | ++ functions-common:export_proxy_variables:2128 :   isset no_proxy
2021-05-19 01:24:49.391 | ++ functions-common:isset:174               :   [[ -v no_proxy ]]
2021-05-19 01:24:49.394 | +++ tools/install_prereqs.sh:source:64       :   get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification
2021-05-19 01:24:49.440 | ++ tools/install_prereqs.sh:source:64       :   PACKAGES='apache2
2021-05-19 01:24:49.440 | apache2-dev
2021-05-19 01:24:49.440 | bc
2021-05-19 01:24:49.440 | bsdmainutils
2021-05-19 01:24:49.440 | curl
2021-05-19 01:24:49.440 | g++
2021-05-19 01:24:49.440 | gawk
2021-05-19 01:24:49.440 | gcc
2021-05-19 01:24:49.440 | gettext  
2021-05-19 01:24:49.440 | git
2021-05-19 01:24:49.440 | graphviz 
2021-05-19 01:24:49.440 | iputils-ping
2021-05-19 01:24:49.440 | libapache2-mod-proxy-uwsgi
2021-05-19 01:24:49.440 | libffi-dev 
2021-05-19 01:24:49.440 | libjpeg-dev 
2021-05-19 01:24:49.440 | libmysqlclient-dev  
2021-05-19 01:24:49.440 | libpcre3-dev 
2021-05-19 01:24:49.440 | libpq-dev  
2021-05-19 01:24:49.440 | libssl-dev 
2021-05-19 01:24:49.440 | libsystemd-dev 
2021-05-19 01:24:49.440 | libxml2-dev  
2021-05-19 01:24:49.441 | libxslt1-dev  
2021-05-19 01:24:49.441 | libyaml-dev
2021-05-19 01:24:49.441 | lsof 
2021-05-19 01:24:49.441 | openssh-server
2021-05-19 01:24:49.441 | openssl
2021-05-19 01:24:49.441 | pkg-config
2021-05-19 01:24:49.441 | psmisc
2021-05-19 01:24:49.441 | python3-dev
2021-05-19 01:24:49.441 | python3-pip
2021-05-19 01:24:49.441 | python3-systemd
2021-05-19 01:24:49.441 | python3-venv
2021-05-19 01:24:49.441 | tar
2021-05-19 01:24:49.441 | tcpdump
2021-05-19 01:24:49.441 | unzip
2021-05-19 01:24:49.441 | uuid-runtime
2021-05-19 01:24:49.441 | wget
2021-05-19 01:24:49.441 | wget
2021-05-19 01:24:49.441 | zlib1g-dev
2021-05-19 01:24:49.441 | libkrb5-dev
2021-05-19 01:24:49.441 | libldap2-dev
2021-05-19 01:24:49.441 | libsasl2-dev
2021-05-19 01:24:49.441 | memcached
2021-05-19 01:24:49.441 | python3-mysqldb
2021-05-19 01:24:49.441 | sqlite3
2021-05-19 01:24:49.441 | conntrack
2021-05-19 01:24:49.441 | curl
2021-05-19 01:24:49.441 | dnsmasq-base
2021-05-19 01:24:49.441 | dnsmasq-utils 
2021-05-19 01:24:49.441 | ebtables
2021-05-19 01:24:49.441 | genisoimage 
2021-05-19 01:24:49.441 | iptables
2021-05-19 01:24:49.441 | iputils-arping
2021-05-19 01:24:49.441 | kpartx
2021-05-19 01:24:49.441 | libjs-jquery-tablesorter 
2021-05-19 01:24:49.441 | libmysqlclient-dev
2021-05-19 01:24:49.442 | parted
2021-05-19 01:24:49.442 | pm-utils
2021-05-19 01:24:49.442 | python3-mysqldb
2021-05-19 01:24:49.442 | socat 
2021-05-19 01:24:49.442 | sqlite3
2021-05-19 01:24:49.442 | sudo
2021-05-19 01:24:49.442 | vlan
2021-05-19 01:24:49.442 | lsscsi
2021-05-19 01:24:49.442 | open-iscsi
2021-05-19 01:24:49.442 | lvm2
2021-05-19 01:24:49.442 | qemu-utils
2021-05-19 01:24:49.442 | thin-provisioning-tools
2021-05-19 01:24:49.442 | acl
2021-05-19 01:24:49.442 | dnsmasq-base
2021-05-19 01:24:49.442 | dnsmasq-utils 
2021-05-19 01:24:49.442 | ebtables
2021-05-19 01:24:49.442 | haproxy 
2021-05-19 01:24:49.442 | iptables
2021-05-19 01:24:49.442 | iputils-arping
2021-05-19 01:24:49.442 | iputils-ping
2021-05-19 01:24:49.442 | libmysqlclient-dev
2021-05-19 01:24:49.442 | postgresql-server-dev-all
2021-05-19 01:24:49.442 | python3-mysqldb
2021-05-19 01:24:49.442 | sqlite3
2021-05-19 01:24:49.442 | sudo
2021-05-19 01:24:49.442 | vlan
2021-05-19 01:24:49.442 | ipset
2021-05-19 01:24:49.442 | conntrack
2021-05-19 01:24:49.442 | conntrackd
2021-05-19 01:24:49.442 | keepalived
2021-05-19 01:24:49.442 | pcp
2021-05-19 01:24:49.442 | lvm2
2021-05-19 01:24:49.442 | qemu-utils
2021-05-19 01:24:49.442 | thin-provisioning-tools
2021-05-19 01:24:49.442 | curl
2021-05-19 01:24:49.442 | liberasurecode-dev
2021-05-19 01:24:49.443 | make
2021-05-19 01:24:49.443 | memcached
2021-05-19 01:24:49.443 | sqlite3
2021-05-19 01:24:49.443 | xfsprogs'
2021-05-19 01:24:49.443 | +++ tools/install_prereqs.sh:source:65       :   get_plugin_packages
2021-05-19 01:24:49.460 | ++ tools/install_prereqs.sh:source:65       :   PACKAGES='apache2
2021-05-19 01:24:49.460 | apache2-dev
2021-05-19 01:24:49.460 | bc
2021-05-19 01:24:49.460 | bsdmainutils
2021-05-19 01:24:49.460 | curl
2021-05-19 01:24:49.461 | g++
2021-05-19 01:24:49.461 | gawk
2021-05-19 01:24:49.461 | gcc
2021-05-19 01:24:49.461 | gettext  
2021-05-19 01:24:49.461 | git
2021-05-19 01:24:49.461 | graphviz 
2021-05-19 01:24:49.461 | iputils-ping
2021-05-19 01:24:49.461 | libapache2-mod-proxy-uwsgi
2021-05-19 01:24:49.461 | libffi-dev 
2021-05-19 01:24:49.461 | libjpeg-dev 
2021-05-19 01:24:49.461 | libmysqlclient-dev  
2021-05-19 01:24:49.461 | libpcre3-dev 
2021-05-19 01:24:49.461 | libpq-dev  
2021-05-19 01:24:49.461 | libssl-dev 
2021-05-19 01:24:49.461 | libsystemd-dev 
2021-05-19 01:24:49.461 | libxml2-dev  
2021-05-19 01:24:49.461 | libxslt1-dev  
2021-05-19 01:24:49.461 | libyaml-dev
2021-05-19 01:24:49.461 | lsof 
2021-05-19 01:24:49.461 | openssh-server
2021-05-19 01:24:49.461 | openssl
2021-05-19 01:24:49.461 | pkg-config
2021-05-19 01:24:49.461 | psmisc
2021-05-19 01:24:49.461 | python3-dev
2021-05-19 01:24:49.461 | python3-pip
2021-05-19 01:24:49.461 | python3-systemd
2021-05-19 01:24:49.461 | python3-venv
2021-05-19 01:24:49.461 | tar
2021-05-19 01:24:49.461 | tcpdump
2021-05-19 01:24:49.461 | unzip
2021-05-19 01:24:49.461 | uuid-runtime
2021-05-19 01:24:49.461 | wget
2021-05-19 01:24:49.461 | wget
2021-05-19 01:24:49.461 | zlib1g-dev
2021-05-19 01:24:49.462 | libkrb5-dev
2021-05-19 01:24:49.462 | libldap2-dev
2021-05-19 01:24:49.462 | libsasl2-dev
2021-05-19 01:24:49.462 | memcached
2021-05-19 01:24:49.462 | python3-mysqldb
2021-05-19 01:24:49.462 | sqlite3
2021-05-19 01:24:49.462 | conntrack
2021-05-19 01:24:49.462 | curl
2021-05-19 01:24:49.462 | dnsmasq-base
2021-05-19 01:24:49.462 | dnsmasq-utils 
2021-05-19 01:24:49.462 | ebtables
2021-05-19 01:24:49.462 | genisoimage 
2021-05-19 01:24:49.462 | iptables
2021-05-19 01:24:49.462 | iputils-arping
2021-05-19 01:24:49.462 | kpartx
2021-05-19 01:24:49.462 | libjs-jquery-tablesorter 
2021-05-19 01:24:49.462 | libmysqlclient-dev
2021-05-19 01:24:49.462 | parted
2021-05-19 01:24:49.462 | pm-utils
2021-05-19 01:24:49.462 | python3-mysqldb
2021-05-19 01:24:49.462 | socat 
2021-05-19 01:24:49.462 | sqlite3
2021-05-19 01:24:49.462 | sudo
2021-05-19 01:24:49.462 | vlan
2021-05-19 01:24:49.462 | lsscsi
2021-05-19 01:24:49.462 | open-iscsi
2021-05-19 01:24:49.462 | lvm2
2021-05-19 01:24:49.462 | qemu-utils
2021-05-19 01:24:49.462 | thin-provisioning-tools
2021-05-19 01:24:49.462 | acl
2021-05-19 01:24:49.463 | dnsmasq-base
2021-05-19 01:24:49.463 | dnsmasq-utils 
2021-05-19 01:24:49.463 | ebtables
2021-05-19 01:24:49.463 | haproxy 
2021-05-19 01:24:49.463 | iptables
2021-05-19 01:24:49.463 | iputils-arping
2021-05-19 01:24:49.463 | iputils-ping
2021-05-19 01:24:49.463 | libmysqlclient-dev
2021-05-19 01:24:49.463 | postgresql-server-dev-all
2021-05-19 01:24:49.463 | python3-mysqldb
2021-05-19 01:24:49.463 | sqlite3
2021-05-19 01:24:49.463 | sudo
2021-05-19 01:24:49.463 | vlan
2021-05-19 01:24:49.463 | ipset
2021-05-19 01:24:49.463 | conntrack
2021-05-19 01:24:49.463 | conntrackd
2021-05-19 01:24:49.463 | keepalived
2021-05-19 01:24:49.463 | pcp
2021-05-19 01:24:49.463 | lvm2
2021-05-19 01:24:49.463 | qemu-utils
2021-05-19 01:24:49.463 | thin-provisioning-tools
2021-05-19 01:24:49.463 | curl
2021-05-19 01:24:49.463 | liberasurecode-dev
2021-05-19 01:24:49.464 | make
2021-05-19 01:24:49.464 | memcached
2021-05-19 01:24:49.464 | sqlite3
2021-05-19 01:24:49.464 | xfsprogs '
2021-05-19 01:24:49.466 | ++ tools/install_prereqs.sh:source:67       :   is_ubuntu
2021-05-19 01:24:49.468 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:24:49.470 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:24:49.473 | ++ tools/install_prereqs.sh:source:67       :   echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev 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-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived pcp lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs
2021-05-19 01:24:49.473 | ++ tools/install_prereqs.sh:source:67       :   grep -q dkms
2021-05-19 01:24:49.478 | ++ tools/install_prereqs.sh:source:72       :   install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev 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-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived pcp lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs
2021-05-19 01:24:49.481 | ++ functions-common:install_package:1342    :   update_package_repo
2021-05-19 01:24:49.483 | ++ functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-05-19 01:24:49.485 | ++ functions-common:update_package_repo:1315 :   REPOS_UPDATED=False
2021-05-19 01:24:49.487 | ++ functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-05-19 01:24:49.489 | ++ functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-05-19 01:24:49.491 | ++ functions-common:update_package_repo:1322 :   is_ubuntu
2021-05-19 01:24:49.493 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:24:49.495 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:24:49.497 | ++ functions-common:update_package_repo:1323 :   apt_get_update
2021-05-19 01:24:49.499 | ++ functions-common:apt_get_update:1068     :   [[ False == \T\r\u\e ]]
2021-05-19 01:24:49.500 | ++ functions-common:apt_get_update:1073     :   [[ False = \T\r\u\e ]]
2021-05-19 01:24:49.502 | ++ functions-common:apt_get_update:1075     :   local sudo=sudo
2021-05-19 01:24:49.505 | +++ functions-common:apt_get_update:1076     :   id -u
2021-05-19 01:24:49.508 | ++ functions-common:apt_get_update:1076     :   [[ 1000 = \0 ]]
2021-05-19 01:24:49.511 | ++ functions-common:apt_get_update:1079     :   time_start apt-get-update
2021-05-19 01:24:49.513 | ++ functions-common:time_start:2290         :   local name=apt-get-update
2021-05-19 01:24:49.515 | ++ functions-common:time_start:2291         :   local start_time=
2021-05-19 01:24:49.517 | ++ functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:24:49.519 | +++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:24:49.523 | ++ functions-common:time_start:2295         :   _TIME_START[$name]=1621387489521
2021-05-19 01:24:49.525 | ++ functions-common:apt_get_update:1081     :   local 'proxies=http_proxy= https_proxy= no_proxy= '
2021-05-19 01:24:49.527 | ++ functions-common:apt_get_update:1082     :   local 'update_cmd=sudo http_proxy= https_proxy= no_proxy=  apt-get update'
2021-05-19 01:24:49.529 | ++ 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-05-19 01:24:49.743 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease
2021-05-19 01:24:49.780 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
2021-05-19 01:24:49.966 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
2021-05-19 01:24:50.008 | Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
2021-05-19 01:24:54.629 | Fetched 214 kB in 1s (321 kB/s)
2021-05-19 01:24:55.960 | Reading package lists...
2021-05-19 01:24:55.990 | ++ functions-common:apt_get_update:1087     :   REPOS_UPDATED=True
2021-05-19 01:24:55.992 | ++ functions-common:apt_get_update:1089     :   time_stop apt-get-update
2021-05-19 01:24:55.994 | ++ functions-common:time_stop:2304          :   local name
2021-05-19 01:24:55.996 | ++ functions-common:time_stop:2305          :   local end_time
2021-05-19 01:24:55.998 | ++ functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:24:56.000 | ++ functions-common:time_stop:2307          :   local total
2021-05-19 01:24:56.002 | ++ functions-common:time_stop:2308          :   local start_time
2021-05-19 01:24:56.004 | ++ functions-common:time_stop:2310          :   name=apt-get-update
2021-05-19 01:24:56.006 | ++ functions-common:time_stop:2311          :   start_time=1621387489521
2021-05-19 01:24:56.008 | ++ functions-common:time_stop:2313          :   [[ -z 1621387489521 ]]
2021-05-19 01:24:56.010 | +++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:24:56.014 | ++ functions-common:time_stop:2316          :   end_time=1621387496012
2021-05-19 01:24:56.016 | ++ functions-common:time_stop:2317          :   elapsed_time=6491
2021-05-19 01:24:56.018 | ++ functions-common:time_stop:2318          :   total=0
2021-05-19 01:24:56.020 | ++ functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:24:56.022 | ++ functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=6491
2021-05-19 01:24:56.024 | ++ functions-common:install_package:1343    :   real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev 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-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived pcp lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs
2021-05-19 01:24:56.026 | ++ functions-common:real_install_package:1328 :   is_ubuntu
2021-05-19 01:24:56.029 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:24:56.031 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:24:56.033 | ++ functions-common:real_install_package:1329 :   apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev 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-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived pcp lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs
2021-05-19 01:24:56.052 | ++ 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++ gawk 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-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived pcp lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs
2021-05-19 01:24:56.155 | Reading package lists...
2021-05-19 01:24:56.364 | Building dependency tree...
2021-05-19 01:24:56.365 | Reading state information...
2021-05-19 01:24:56.594 | bc is already the newest version (1.07.1-2build1).
2021-05-19 01:24:56.595 | bc set to manually installed.
2021-05-19 01:24:56.595 | bsdmainutils is already the newest version (11.1.2ubuntu3).
2021-05-19 01:24:56.595 | bsdmainutils set to manually installed.
2021-05-19 01:24:56.595 | gawk is already the newest version (1:5.0.1+dfsg-1).
2021-05-19 01:24:56.595 | gawk set to manually installed.
2021-05-19 01:24:56.595 | gcc is already the newest version (4:9.3.0-1ubuntu2).
2021-05-19 01:24:56.595 | iptables is already the newest version (1.8.4-3ubuntu2).
2021-05-19 01:24:56.595 | iptables set to manually installed.
2021-05-19 01:24:56.595 | iputils-ping is already the newest version (3:20190709-3).
2021-05-19 01:24:56.595 | kpartx is already the newest version (0.8.3-1ubuntu2).
2021-05-19 01:24:56.595 | kpartx set to manually installed.
2021-05-19 01:24:56.595 | libpcre3-dev is already the newest version (2:8.39-12build1).
2021-05-19 01:24:56.595 | lvm2 is already the newest version (2.03.07-1ubuntu1).
2021-05-19 01:24:56.595 | psmisc is already the newest version (23.3-1).
2021-05-19 01:24:56.595 | psmisc set to manually installed.
2021-05-19 01:24:56.595 | python3-dev is already the newest version (3.8.2-0ubuntu2).
2021-05-19 01:24:56.595 | python3-systemd is already the newest version (234-3build2).
2021-05-19 01:24:56.595 | python3-systemd set to manually installed.
2021-05-19 01:24:56.595 | tcpdump is already the newest version (4.9.3-4).
2021-05-19 01:24:56.595 | tcpdump set to manually installed.
2021-05-19 01:24:56.595 | thin-provisioning-tools is already the newest version (0.8.5-4build1).
2021-05-19 01:24:56.595 | thin-provisioning-tools set to manually installed.
2021-05-19 01:24:56.595 | wget is already the newest version (1.20.3-1ubuntu1).
2021-05-19 01:24:56.595 | wget set to manually installed.
2021-05-19 01:24:56.595 | xfsprogs is already the newest version (5.3.0-1ubuntu2).
2021-05-19 01:24:56.595 | curl is already the newest version (7.68.0-1ubuntu2.5).
2021-05-19 01:24:56.595 | git is already the newest version (1:2.25.1-1ubuntu3.1).
2021-05-19 01:24:56.595 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1).
2021-05-19 01:24:56.595 | lsof set to manually installed.
2021-05-19 01:24:56.595 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.2).
2021-05-19 01:24:56.595 | openssl is already the newest version (1.1.1f-1ubuntu2.3).
2021-05-19 01:24:56.595 | openssl set to manually installed.
2021-05-19 01:24:56.596 | parted is already the newest version (3.3-4ubuntu0.20.04.1).
2021-05-19 01:24:56.596 | parted set to manually installed.
2021-05-19 01:24:56.596 | sudo is already the newest version (1.8.31-1ubuntu1.2).
2021-05-19 01:24:56.596 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1).
2021-05-19 01:24:56.596 | tar set to manually installed.
2021-05-19 01:24:56.596 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.1).
2021-05-19 01:24:56.596 | uuid-runtime set to manually installed.
2021-05-19 01:24:56.596 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2).
2021-05-19 01:24:56.596 | zlib1g-dev set to manually installed.
2021-05-19 01:24:56.596 | The following packages were automatically installed and are no longer required:
2021-05-19 01:24:56.596 |   apport-symptoms libnetplan0 python3-automat python3-blinker python3-click
2021-05-19 01:24:56.596 |   python3-colorama python3-configobj python3-constantly python3-entrypoints
2021-05-19 01:24:56.596 |   python3-hamcrest python3-hyperlink python3-incremental python3-jwt
2021-05-19 01:24:56.596 |   python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report
2021-05-19 01:24:56.596 |   python3-secretstorage python3-twisted-bin python3-wadllib
2021-05-19 01:24:56.596 |   python3-zope.interface
2021-05-19 01:24:56.596 | Use 'sudo apt autoremove' to remove them.
2021-05-19 01:24:56.596 | The following additional packages will be installed:
2021-05-19 01:24:56.596 |   apache2-bin apache2-data apache2-utils autoconf automake autopoint
2021-05-19 01:24:56.596 |   autotools-dev binfmt-support build-essential clang-10 comerr-dev debhelper
2021-05-19 01:24:56.596 |   dh-autoreconf dh-strip-nondeterminism dns-root-data dpkg-dev dwz fakeroot
2021-05-19 01:24:56.596 |   fontconfig fontconfig-config fonts-dejavu-core fonts-liberation g++-9
2021-05-19 01:24:56.596 |   ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common
2021-05-19 01:24:56.596 |   krb5-multidev lib32gcc-s1 lib32stdc++6 libalgorithm-diff-perl
2021-05-19 01:24:56.596 |   libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1
2021-05-19 01:24:56.596 |   libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev
2021-05-19 01:24:56.596 |   libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl
2021-05-19 01:24:56.596 |   libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5
2021-05-19 01:24:56.596 |   libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3
2021-05-19 01:24:56.596 |   libdatrie1 libdebhelper-perl libdpkg-perl liberasurecode1 libfakeroot
2021-05-19 01:24:56.596 |   libfile-fcntllock-perl libfile-stripnondeterminism-perl libfontconfig1
2021-05-19 01:24:56.597 |   libgc1c2 libgd3 libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6
2021-05-19 01:24:56.597 |   libgvpr2 libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13
2021-05-19 01:24:56.597 |   libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8
2021-05-19 01:24:56.597 |   libjpeg8-dev libjs-jquery libjs-jquery-metadata libkadm5clnt-mit11
2021-05-19 01:24:56.597 |   libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 libllvm10
2021-05-19 01:24:56.597 |   libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl libmysqlclient21
2021-05-19 01:24:56.597 |   libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200
2021-05-19 01:24:56.597 |   libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss3 libobjc-9-dev libobjc4
2021-05-19 01:24:56.597 |   libomp-10-dev libomp5-10 libpango-1.0-0 libpangocairo-1.0-0
2021-05-19 01:24:56.597 |   libpangoft2-1.0-0 libpathplan4 libpcp-gui2 libpcp-import1 libpcp-mmv1
2021-05-19 01:24:56.597 |   libpcp-pmda-perl libpcp-pmda3 libpcp-trace2 libpcp-web1 libpcp3 libpfm4
2021-05-19 01:24:56.597 |   libpixman-1-0 libpq5 librados2 librbd1 librdmacm1 libsctp-dev libsctp1
2021-05-19 01:24:56.597 |   libsensors-config libsensors5 libsm6 libsnmp-base libsnmp35 libstdc++-9-dev
2021-05-19 01:24:56.597 |   libsub-override-perl libsys-hostname-long-perl libthai-data libthai0
2021-05-19 01:24:56.597 |   libtiff5 libtinfo-dev libtool libwebp6 libx86-1 libxaw7 libxcb-render0
2021-05-19 01:24:56.597 |   libxcb-shm0 libxmu6 libxpm4 libxrender1 libxt6 libz3-4 libz3-dev llvm-10
2021-05-19 01:24:56.597 |   llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common pcp-conf
2021-05-19 01:24:56.597 |   po-debconf postgresql-client-12 postgresql-client-common postgresql-common
2021-05-19 01:24:56.597 |   postgresql-server-dev-12 python-pip-whl python3-pcp python3-pygments
2021-05-19 01:24:56.597 |   python3-wheel python3-yaml python3.8-venv qemu-block-extra sharutils
2021-05-19 01:24:56.597 |   ssl-cert uuid-dev vbetool x11-common
2021-05-19 01:24:56.598 | Suggested packages:
2021-05-19 01:24:56.598 |   apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser
2021-05-19 01:24:56.598 |   autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables
2021-05-19 01:24:56.598 |   dh-make debian-keyring g++-multilib g++-9-multilib gcc-9-doc wodim
2021-05-19 01:24:56.598 |   cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev gsfonts graphviz-doc
2021-05-19 01:24:56.598 |   vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc python bzr libisal2
2021-05-19 01:24:56.598 |   libjerasure2 libgd-tools krb5-user icu-doc libtool-doc ncurses-doc
2021-05-19 01:24:56.598 |   libomp-10-doc postgresql-doc-12 lksctp-tools lm-sensors snmp-mibs-downloader
2021-05-19 01:24:56.598 |   libssl-doc libstdc++-9-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc
2021-05-19 01:24:56.598 |   llvm-10-doc m4-doc make-doc libanyevent-perl libcache-memcached-perl
2021-05-19 01:24:56.598 |   libmemcached libterm-readkey-perl libyaml-perl pcp-gui libpcp-import-perl
2021-05-19 01:24:56.598 |   cpufrequtils wireless-tools radeontool libmail-box-perl postgresql-12
2021-05-19 01:24:56.598 |   libjson-perl default-mysql-server | virtual-mysql-server python3-mysqldb-dbg
2021-05-19 01:24:56.598 |   python-pygments-doc ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx
2021-05-19 01:24:56.598 |   | mailx sqlite3-doc openssl-blacklist zip
2021-05-19 01:24:56.796 | The following NEW packages will be installed:
2021-05-19 01:24:56.796 |   acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf
2021-05-19 01:24:56.796 |   automake autopoint autotools-dev binfmt-support build-essential clang-10
2021-05-19 01:24:56.796 |   comerr-dev conntrack conntrackd debhelper dh-autoreconf
2021-05-19 01:24:56.797 |   dh-strip-nondeterminism dns-root-data dnsmasq-base dnsmasq-utils dpkg-dev
2021-05-19 01:24:56.797 |   dwz ebtables fakeroot fontconfig fontconfig-config fonts-dejavu-core
2021-05-19 01:24:56.797 |   fonts-liberation g++ g++-9 genisoimage gettext graphviz haproxy
2021-05-19 01:24:56.797 |   ibverbs-providers icu-devtools intltool-debian ipset iputils-arping ipvsadm
2021-05-19 01:24:56.797 |   javascript-common keepalived krb5-multidev lib32gcc-s1 lib32stdc++6
2021-05-19 01:24:56.797 |   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
2021-05-19 01:24:56.797 |   libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1
2021-05-19 01:24:56.797 |   libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap
2021-05-19 01:24:56.797 |   libarchive-cpio-perl libarchive-zip-perl libboost-iostreams1.71.0
2021-05-19 01:24:56.797 |   libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 libcgraph6
2021-05-19 01:24:56.797 |   libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 libdatrie1
2021-05-19 01:24:56.797 |   libdebhelper-perl libdpkg-perl liberasurecode-dev liberasurecode1
2021-05-19 01:24:56.797 |   libfakeroot libffi-dev libfile-fcntllock-perl
2021-05-19 01:24:56.797 |   libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3
2021-05-19 01:24:56.797 |   libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2
2021-05-19 01:24:56.797 |   libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7
2021-05-19 01:24:56.797 |   libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8
2021-05-19 01:24:56.797 |   libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter
2021-05-19 01:24:56.797 |   libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1
2021-05-19 01:24:56.797 |   libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0
2021-05-19 01:24:56.797 |   libmail-sendmail-perl libmysqlclient-dev libmysqlclient21 libncurses-dev
2021-05-19 01:24:56.797 |   libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200
2021-05-19 01:24:56.797 |   libnl-route-3-200 libnspr4 libnss3 libobjc-9-dev libobjc4 libomp-10-dev
2021-05-19 01:24:56.797 |   libomp5-10 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4
2021-05-19 01:24:56.797 |   libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3
2021-05-19 01:24:56.797 |   libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5
2021-05-19 01:24:56.797 |   librados2 librbd1 librdmacm1 libsasl2-dev libsctp-dev libsctp1
2021-05-19 01:24:56.798 |   libsensors-config libsensors5 libsm6 libsnmp-base libsnmp35 libssl-dev
2021-05-19 01:24:56.798 |   libstdc++-9-dev libsub-override-perl libsys-hostname-long-perl
2021-05-19 01:24:56.798 |   libsystemd-dev libthai-data libthai0 libtiff5 libtinfo-dev libtool libwebp6
2021-05-19 01:24:56.798 |   libx86-1 libxaw7 libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4
2021-05-19 01:24:56.798 |   libxrender1 libxslt1-dev libxt6 libyaml-dev libz3-4 libz3-dev llvm-10
2021-05-19 01:24:56.798 |   llvm-10-dev llvm-10-runtime llvm-10-tools lsscsi m4 make memcached
2021-05-19 01:24:56.798 |   mysql-common pcp pcp-conf pkg-config pm-utils po-debconf
2021-05-19 01:24:56.798 |   postgresql-client-12 postgresql-client-common postgresql-common
2021-05-19 01:24:56.798 |   postgresql-server-dev-12 postgresql-server-dev-all python-pip-whl
2021-05-19 01:24:56.798 |   python3-mysqldb python3-pcp python3-pip python3-pygments python3-venv
2021-05-19 01:24:56.798 |   python3-wheel python3-yaml python3.8-venv qemu-block-extra qemu-utils
2021-05-19 01:24:56.798 |   sharutils socat sqlite3 ssl-cert unzip uuid-dev vbetool vlan x11-common
2021-05-19 01:24:56.799 | The following packages will be upgraded:
2021-05-19 01:24:56.799 |   libldap-2.4-2 open-iscsi
2021-05-19 01:24:57.064 | 2 upgraded, 220 newly installed, 0 to remove and 29 not upgraded.
2021-05-19 01:24:57.080 | Need to get 148 MB of archives.
2021-05-19 01:24:57.080 | After this operation, 777 MB of additional disk space will be used.
2021-05-19 01:24:57.080 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB]
2021-05-19 01:24:57.510 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB]
2021-05-19 01:24:57.605 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB]
2021-05-19 01:24:57.618 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB]
2021-05-19 01:24:57.760 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B]
2021-05-19 01:24:57.763 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB]
2021-05-19 01:24:57.773 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB]
2021-05-19 01:24:57.818 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.1 [1,180 kB]
2021-05-19 01:24:58.056 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.1 [158 kB]
2021-05-19 01:24:58.071 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.1 [83.8 kB]
2021-05-19 01:24:58.078 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.1 [95.5 kB]
2021-05-19 01:24:58.087 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB]
2021-05-19 01:24:58.097 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.1 [1,519 kB]
2021-05-19 01:24:58.226 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB]
2021-05-19 01:24:58.230 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB]
2021-05-19 01:24:58.231 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B]
2021-05-19 01:24:58.232 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.25-0ubuntu0.20.04.1 [1,226 kB]
2021-05-19 01:24:58.336 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors-config all 1:3.6.0-2ubuntu1 [6,092 B]
2021-05-19 01:24:58.470 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1 [27.4 kB]
2021-05-19 01:24:58.471 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.3 [206 kB]
2021-05-19 01:24:58.475 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.3 [978 kB]
2021-05-19 01:24:58.554 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 keepalived amd64 1:2.0.19-2 [360 kB]
2021-05-19 01:24:58.561 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.1 [126 kB]
2021-05-19 01:24:58.563 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB]
2021-05-19 01:24:58.614 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB]
2021-05-19 01:24:58.617 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB]
2021-05-19 01:24:58.618 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB]
2021-05-19 01:24:58.709 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB]
2021-05-19 01:24:58.726 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB]
2021-05-19 01:24:58.753 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB]
2021-05-19 01:24:58.978 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB]
2021-05-19 01:24:58.985 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB]
2021-05-19 01:25:01.253 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB]
2021-05-19 01:25:02.803 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1,714 kB]
2021-05-19 01:25:03.123 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB]
2021-05-19 01:25:03.133 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.2.0-5ubuntu1~20.04 [42.8 kB]
2021-05-19 01:25:03.135 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.3.0-17ubuntu1~20.04 [226 kB]
2021-05-19 01:25:03.163 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.2 [2,723 kB]
2021-05-19 01:25:03.626 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.2.0-5ubuntu1~20.04 [49.6 kB]
2021-05-19 01:25:03.627 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.2.0-5ubuntu1~20.04 [525 kB]
2021-05-19 01:25:03.689 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB]
2021-05-19 01:25:04.520 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB]
2021-05-19 01:25:05.863 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB]
2021-05-19 01:25:05.864 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB]
2021-05-19 01:25:05.867 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB]
2021-05-19 01:25:05.868 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
2021-05-19 01:25:05.869 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB]
2021-05-19 01:25:05.871 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B]
2021-05-19 01:25:05.871 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
2021-05-19 01:25:05.872 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B]
2021-05-19 01:25:05.872 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB]
2021-05-19 01:25:05.984 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
2021-05-19 01:25:06.008 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB]
2021-05-19 01:25:06.120 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB]
2021-05-19 01:25:06.144 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB]
2021-05-19 01:25:06.156 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB]
2021-05-19 01:25:06.323 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
2021-05-19 01:25:06.324 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB]
2021-05-19 01:25:06.335 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB]
2021-05-19 01:25:06.469 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.1 [33.6 kB]
2021-05-19 01:25:06.474 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B]
2021-05-19 01:25:06.475 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB]
2021-05-19 01:25:06.484 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB]
2021-05-19 01:25:06.634 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.8 [262 kB]
2021-05-19 01:25:06.640 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB]
2021-05-19 01:25:06.702 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.1 [179 kB]
2021-05-19 01:25:06.732 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB]
2021-05-19 01:25:06.864 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8,405 kB]
2021-05-19 01:25:08.074 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1,604 B]
2021-05-19 01:25:08.075 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4,664 B]
2021-05-19 01:25:08.075 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB]
2021-05-19 01:25:08.079 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B]
2021-05-19 01:25:08.080 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB]
2021-05-19 01:25:08.082 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB]
2021-05-19 01:25:08.102 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B]
2021-05-19 01:25:08.103 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB]
2021-05-19 01:25:08.109 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.3 [314 kB]
2021-05-19 01:25:08.266 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.3 [13.5 kB]
2021-05-19 01:25:08.267 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB]
2021-05-19 01:25:08.314 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
2021-05-19 01:25:08.317 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
2021-05-19 01:25:08.323 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB]
2021-05-19 01:25:08.522 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB]
2021-05-19 01:25:08.636 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB]
2021-05-19 01:25:08.640 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB]
2021-05-19 01:25:08.656 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB]
2021-05-19 01:25:08.681 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB]
2021-05-19 01:25:08.727 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB]
2021-05-19 01:25:08.731 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB]
2021-05-19 01:25:08.733 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB]
2021-05-19 01:25:08.739 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB]
2021-05-19 01:25:08.756 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B]
2021-05-19 01:25:08.797 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB]
2021-05-19 01:25:08.800 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libwebp6 amd64 0.6.1-2 [185 kB]
2021-05-19 01:25:08.826 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.1 [162 kB]
2021-05-19 01:25:08.916 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB]
2021-05-19 01:25:08.919 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2 [118 kB]
2021-05-19 01:25:08.933 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB]
2021-05-19 01:25:08.950 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB]
2021-05-19 01:25:08.975 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB]
2021-05-19 01:25:08.977 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B]
2021-05-19 01:25:09.218 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB]
2021-05-19 01:25:09.460 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB]
2021-05-19 01:25:09.983 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB]
2021-05-19 01:25:10.004 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4 [391 kB]
2021-05-19 01:25:10.085 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB]
2021-05-19 01:25:10.101 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB]
2021-05-19 01:25:10.104 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB]
2021-05-19 01:25:10.107 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB]
2021-05-19 01:25:10.129 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB]
2021-05-19 01:25:10.133 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB]
2021-05-19 01:25:10.137 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB]
2021-05-19 01:25:10.140 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB]
2021-05-19 01:25:10.224 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB]
2021-05-19 01:25:10.239 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB]
2021-05-19 01:25:10.254 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB]
2021-05-19 01:25:10.345 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB]
2021-05-19 01:25:10.349 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB]
2021-05-19 01:25:10.350 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB]
2021-05-19 01:25:10.364 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB]
2021-05-19 01:25:10.368 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB]
2021-05-19 01:25:10.383 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB]
2021-05-19 01:25:10.433 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB]
2021-05-19 01:25:10.466 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB]
2021-05-19 01:25:10.470 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB]
2021-05-19 01:25:10.490 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 icu-devtools amd64 66.1-2ubuntu2 [188 kB]
2021-05-19 01:25:10.586 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB]
2021-05-19 01:25:10.588 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B]
2021-05-19 01:25:10.588 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB]
2021-05-19 01:25:10.593 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB]
2021-05-19 01:25:10.596 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB]
2021-05-19 01:25:10.600 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB]
2021-05-19 01:25:10.604 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB]
2021-05-19 01:25:10.707 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB]
2021-05-19 01:25:10.717 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
2021-05-19 01:25:10.721 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
2021-05-19 01:25:10.827 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
2021-05-19 01:25:10.828 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B]
2021-05-19 01:25:10.829 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB]
2021-05-19 01:25:10.850 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB]
2021-05-19 01:25:10.871 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB]
2021-05-19 01:25:10.874 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB]
2021-05-19 01:25:10.878 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libicu-dev amd64 66.1-2ubuntu2 [9,450 kB]
2021-05-19 01:25:12.020 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libipset13 amd64 7.5-1~exp1 [53.4 kB]
2021-05-19 01:25:12.021 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB]
2021-05-19 01:25:12.161 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB]
2021-05-19 01:25:12.162 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 [238 kB]
2021-05-19 01:25:12.167 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B]
2021-05-19 01:25:12.168 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B]
2021-05-19 01:25:12.168 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB]
2021-05-19 01:25:12.194 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B]
2021-05-19 01:25:12.195 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB]
2021-05-19 01:25:12.197 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB]
2021-05-19 01:25:12.273 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
2021-05-19 01:25:12.320 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
2021-05-19 01:25:12.322 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.3 [1,582 kB]
2021-05-19 01:25:12.551 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient-dev amd64 8.0.25-0ubuntu0.20.04.1 [1,537 kB]
2021-05-19 01:25:12.847 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB]
2021-05-19 01:25:12.852 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB]
2021-05-19 01:25:12.854 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.5 [1,256 kB]
2021-05-19 01:25:13.083 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB]
2021-05-19 01:25:13.336 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB]
2021-05-19 01:25:13.385 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 [17.0 kB]
2021-05-19 01:25:13.431 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 [255 kB]
2021-05-19 01:25:13.501 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 [39.4 kB]
2021-05-19 01:25:13.549 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 [39.7 kB]
2021-05-19 01:25:13.596 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.6-0ubuntu0.20.04.1 [115 kB]
2021-05-19 01:25:13.651 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.6-0ubuntu0.20.04.1 [136 kB]
2021-05-19 01:25:13.707 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.8-0ubuntu0.20.04.1 [3,209 kB]
2021-05-19 01:25:14.032 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.8-0ubuntu0.20.04.1 [1,615 kB]
2021-05-19 01:25:14.249 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2 [225 kB]
2021-05-19 01:25:14.312 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.6 [246 kB]
2021-05-19 01:25:14.378 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B]
2021-05-19 01:25:14.422 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB]
2021-05-19 01:25:14.473 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxml2-dev amd64 2.9.10+dfsg-5 [737 kB]
2021-05-19 01:25:14.580 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxslt1-dev amd64 1.1.34-4 [219 kB]
2021-05-19 01:25:14.643 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB]
2021-05-19 01:25:14.702 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB]
2021-05-19 01:25:14.791 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB]
2021-05-19 01:25:15.283 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB]
2021-05-19 01:25:15.332 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB]
2021-05-19 01:25:15.425 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB]
2021-05-19 01:25:15.582 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB]
2021-05-19 01:25:16.392 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB]
2021-05-19 01:25:16.485 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB]
2021-05-19 01:25:20.835 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB]
2021-05-19 01:25:20.886 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB]
2021-05-19 01:25:20.935 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB]
2021-05-19 01:25:20.986 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB]
2021-05-19 01:25:21.033 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.6-0ubuntu0.20.04.1 [1,045 kB]
2021-05-19 01:25:21.202 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB]
2021-05-19 01:25:21.248 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB]
2021-05-19 01:25:21.310 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.6-0ubuntu0.20.04.1 [920 kB]
2021-05-19 01:25:21.442 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 [7,652 B]
2021-05-19 01:25:21.488 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.4 [1,806 kB]
2021-05-19 01:25:21.689 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB]
2021-05-19 01:25:21.737 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-wheel all 0.34.2-1 [23.8 kB]
2021-05-19 01:25:21.783 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-pip all 20.0.2-5ubuntu1.4 [230 kB]
2021-05-19 01:25:21.847 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.5-1~20.04.2 [5,444 B]
2021-05-19 01:25:21.892 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B]
2021-05-19 01:25:21.937 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.16 [53.4 kB]
2021-05-19 01:25:21.985 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.16 [973 kB]
2021-05-19 01:25:22.112 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 [155 kB]
2021-05-19 01:25:22.170 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.2 [860 kB]
2021-05-19 01:25:22.288 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB]
2021-05-19 01:25:22.434 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 [11.5 kB]
2021-05-19 01:25:22.479 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipset amd64 7.5-1~exp1 [29.8 kB]
2021-05-19 01:25:22.526 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 [40.2 kB]
2021-05-19 01:25:22.574 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.1 [1,180 B]
2021-05-19 01:25:22.619 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 [40.2 kB]
2021-05-19 01:25:22.666 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 [15.1 kB]
2021-05-19 01:25:22.711 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB]
2021-05-19 01:25:22.757 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 [11.6 kB]
2021-05-19 01:25:22.802 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 [15.5 kB]
2021-05-19 01:25:22.848 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 [12.4 kB]
2021-05-19 01:25:22.893 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 [15.6 kB]
2021-05-19 01:25:22.939 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 [127 kB]
2021-05-19 01:25:22.994 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB]
2021-05-19 01:25:23.044 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 [66.6 kB]
2021-05-19 01:25:23.094 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 [2,954 kB]
2021-05-19 01:25:23.390 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB]
2021-05-19 01:25:23.462 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 [11.3 kB]
2021-05-19 01:25:24.857 | Preconfiguring packages ...
2021-05-19 01:25:25.115 | Fetched 148 MB in 27s (5,543 kB/s)
2021-05-19 01:25:25.321 | Selecting previously unselected package libapr1:amd64.
2021-05-19 01:25:25.358 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 67326 files and directories currently installed.)
2021-05-19 01:25:25.361 | Preparing to unpack .../000-libapr1_1.6.5-1ubuntu1_amd64.deb ...
2021-05-19 01:25:25.494 | Unpacking libapr1:amd64 (1.6.5-1ubuntu1) ...
2021-05-19 01:25:26.174 | Selecting previously unselected package libaprutil1:amd64.
2021-05-19 01:25:26.182 | Preparing to unpack .../001-libaprutil1_1.6.1-4ubuntu2_amd64.deb ...
2021-05-19 01:25:26.237 | Unpacking libaprutil1:amd64 (1.6.1-4ubuntu2) ...
2021-05-19 01:25:26.569 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64.
2021-05-19 01:25:26.576 | Preparing to unpack .../002-libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb ...
2021-05-19 01:25:26.629 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ...
2021-05-19 01:25:27.036 | Preparing to unpack .../003-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ...
2021-05-19 01:25:27.185 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) over (2.4.49+dfsg-2ubuntu1.7) ...
2021-05-19 01:25:27.640 | Selecting previously unselected package libaprutil1-ldap:amd64.
2021-05-19 01:25:27.647 | Preparing to unpack .../004-libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb ...
2021-05-19 01:25:27.697 | Unpacking libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ...
2021-05-19 01:25:28.094 | Selecting previously unselected package libjansson4:amd64.
2021-05-19 01:25:28.101 | Preparing to unpack .../005-libjansson4_2.12-1build1_amd64.deb ...
2021-05-19 01:25:28.146 | Unpacking libjansson4:amd64 (2.12-1build1) ...
2021-05-19 01:25:28.425 | Selecting previously unselected package liblua5.2-0:amd64.
2021-05-19 01:25:28.433 | Preparing to unpack .../006-liblua5.2-0_5.2.4-1.1build3_amd64.deb ...
2021-05-19 01:25:28.468 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build3) ...
2021-05-19 01:25:28.791 | Selecting previously unselected package apache2-bin.
2021-05-19 01:25:28.799 | Preparing to unpack .../007-apache2-bin_2.4.41-4ubuntu3.1_amd64.deb ...
2021-05-19 01:25:28.842 | Unpacking apache2-bin (2.4.41-4ubuntu3.1) ...
2021-05-19 01:25:29.392 | Selecting previously unselected package apache2-data.
2021-05-19 01:25:29.399 | Preparing to unpack .../008-apache2-data_2.4.41-4ubuntu3.1_all.deb ...
2021-05-19 01:25:29.446 | Unpacking apache2-data (2.4.41-4ubuntu3.1) ...
2021-05-19 01:25:29.917 | Selecting previously unselected package apache2-utils.
2021-05-19 01:25:29.925 | Preparing to unpack .../009-apache2-utils_2.4.41-4ubuntu3.1_amd64.deb ...
2021-05-19 01:25:29.977 | Unpacking apache2-utils (2.4.41-4ubuntu3.1) ...
2021-05-19 01:25:30.497 | Selecting previously unselected package apache2.
2021-05-19 01:25:30.504 | Preparing to unpack .../010-apache2_2.4.41-4ubuntu3.1_amd64.deb ...
2021-05-19 01:25:30.570 | Unpacking apache2 (2.4.41-4ubuntu3.1) ...
2021-05-19 01:25:31.191 | Selecting previously unselected package liblua5.3-0:amd64.
2021-05-19 01:25:31.199 | Preparing to unpack .../011-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ...
2021-05-19 01:25:31.254 | Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ...
2021-05-19 01:25:31.800 | Selecting previously unselected package haproxy.
2021-05-19 01:25:31.808 | Preparing to unpack .../012-haproxy_2.0.13-2ubuntu0.1_amd64.deb ...
2021-05-19 01:25:31.878 | Unpacking haproxy (2.0.13-2ubuntu0.1) ...
2021-05-19 01:25:32.534 | Selecting previously unselected package libnl-3-200:amd64.
2021-05-19 01:25:32.542 | Preparing to unpack .../013-libnl-3-200_3.4.0-1_amd64.deb ...
2021-05-19 01:25:32.589 | Unpacking libnl-3-200:amd64 (3.4.0-1) ...
2021-05-19 01:25:32.968 | Selecting previously unselected package libnl-genl-3-200:amd64.
2021-05-19 01:25:32.976 | Preparing to unpack .../014-libnl-genl-3-200_3.4.0-1_amd64.deb ...
2021-05-19 01:25:33.008 | Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ...
2021-05-19 01:25:33.417 | Selecting previously unselected package mysql-common.
2021-05-19 01:25:33.425 | Preparing to unpack .../015-mysql-common_5.8+1.0.5ubuntu2_all.deb ...
2021-05-19 01:25:33.494 | Unpacking mysql-common (5.8+1.0.5ubuntu2) ...
2021-05-19 01:25:33.883 | Selecting previously unselected package libmysqlclient21:amd64.
2021-05-19 01:25:33.890 | Preparing to unpack .../016-libmysqlclient21_8.0.25-0ubuntu0.20.04.1_amd64.deb ...
2021-05-19 01:25:33.951 | Unpacking libmysqlclient21:amd64 (8.0.25-0ubuntu0.20.04.1) ...
2021-05-19 01:25:34.580 | Selecting previously unselected package libsensors-config.
2021-05-19 01:25:34.587 | Preparing to unpack .../017-libsensors-config_1%3a3.6.0-2ubuntu1_all.deb ...
2021-05-19 01:25:34.648 | Unpacking libsensors-config (1:3.6.0-2ubuntu1) ...
2021-05-19 01:25:35.100 | Selecting previously unselected package libsensors5:amd64.
2021-05-19 01:25:35.108 | Preparing to unpack .../018-libsensors5_1%3a3.6.0-2ubuntu1_amd64.deb ...
2021-05-19 01:25:35.247 | Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1) ...
2021-05-19 01:25:35.689 | Selecting previously unselected package libsnmp-base.
2021-05-19 01:25:35.696 | Preparing to unpack .../019-libsnmp-base_5.8+dfsg-2ubuntu2.3_all.deb ...
2021-05-19 01:25:35.745 | Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.3) ...
2021-05-19 01:25:36.163 | Selecting previously unselected package libsnmp35:amd64.
2021-05-19 01:25:36.171 | Preparing to unpack .../020-libsnmp35_5.8+dfsg-2ubuntu2.3_amd64.deb ...
2021-05-19 01:25:36.225 | Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ...
2021-05-19 01:25:36.829 | Selecting previously unselected package keepalived.
2021-05-19 01:25:36.836 | Preparing to unpack .../021-keepalived_1%3a2.0.19-2_amd64.deb ...
2021-05-19 01:25:36.888 | Unpacking keepalived (1:2.0.19-2) ...
2021-05-19 01:25:37.363 | Selecting previously unselected package memcached.
2021-05-19 01:25:37.371 | Preparing to unpack .../022-memcached_1.5.22-2ubuntu0.1_amd64.deb ...
2021-05-19 01:25:37.414 | Unpacking memcached (1.5.22-2ubuntu0.1) ...
2021-05-19 01:25:37.950 | Preparing to unpack .../023-open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb ...
2021-05-19 01:25:38.867 | Unpacking open-iscsi (2.0.874-7.1ubuntu6.2) over (2.0.874-7.1ubuntu6.1) ...
2021-05-19 01:25:39.368 | Selecting previously unselected package python3-yaml.
2021-05-19 01:25:39.376 | Preparing to unpack .../024-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ...
2021-05-19 01:25:39.431 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ...
2021-05-19 01:25:39.837 | Selecting previously unselected package acl.
2021-05-19 01:25:39.844 | Preparing to unpack .../025-acl_2.2.53-6_amd64.deb ...
2021-05-19 01:25:39.897 | Unpacking acl (2.2.53-6) ...
2021-05-19 01:25:40.234 | Selecting previously unselected package autotools-dev.
2021-05-19 01:25:40.241 | Preparing to unpack .../026-autotools-dev_20180224.1_all.deb ...
2021-05-19 01:25:40.311 | Unpacking autotools-dev (20180224.1) ...
2021-05-19 01:25:40.643 | Selecting previously unselected package m4.
2021-05-19 01:25:40.650 | Preparing to unpack .../027-m4_1.4.18-4_amd64.deb ...
2021-05-19 01:25:40.705 | Unpacking m4 (1.4.18-4) ...
2021-05-19 01:25:41.134 | Selecting previously unselected package autoconf.
2021-05-19 01:25:41.141 | Preparing to unpack .../028-autoconf_2.69-11.1_all.deb ...
2021-05-19 01:25:41.191 | Unpacking autoconf (2.69-11.1) ...
2021-05-19 01:25:41.643 | Selecting previously unselected package automake.
2021-05-19 01:25:41.650 | Preparing to unpack .../029-automake_1%3a1.16.1-4ubuntu6_all.deb ...
2021-05-19 01:25:41.713 | Unpacking automake (1:1.16.1-4ubuntu6) ...
2021-05-19 01:25:42.114 | Selecting previously unselected package autopoint.
2021-05-19 01:25:42.122 | Preparing to unpack .../030-autopoint_0.19.8.1-10build1_all.deb ...
2021-05-19 01:25:42.154 | Unpacking autopoint (0.19.8.1-10build1) ...
2021-05-19 01:25:42.563 | Selecting previously unselected package libllvm10:amd64.
2021-05-19 01:25:42.570 | Preparing to unpack .../031-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ...
2021-05-19 01:25:42.608 | Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ...
2021-05-19 01:25:45.391 | Selecting previously unselected package libclang-cpp10.
2021-05-19 01:25:45.398 | Preparing to unpack .../032-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ...
2021-05-19 01:25:45.442 | Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ...
2021-05-19 01:25:47.285 | Selecting previously unselected package libstdc++-9-dev:amd64.
2021-05-19 01:25:47.293 | Preparing to unpack .../033-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
2021-05-19 01:25:47.345 | Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
2021-05-19 01:25:48.271 | Selecting previously unselected package libgc1c2:amd64.
2021-05-19 01:25:48.278 | Preparing to unpack .../034-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ...
2021-05-19 01:25:48.319 | Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ...
2021-05-19 01:25:48.705 | Selecting previously unselected package libobjc4:amd64.
2021-05-19 01:25:48.712 | Preparing to unpack .../035-libobjc4_10.2.0-5ubuntu1~20.04_amd64.deb ...
2021-05-19 01:25:48.756 | Unpacking libobjc4:amd64 (10.2.0-5ubuntu1~20.04) ...
2021-05-19 01:25:49.071 | Selecting previously unselected package libobjc-9-dev:amd64.
2021-05-19 01:25:49.079 | Preparing to unpack .../036-libobjc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
2021-05-19 01:25:49.122 | Unpacking libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
2021-05-19 01:25:49.645 | Selecting previously unselected package libc6-i386.
2021-05-19 01:25:49.653 | Preparing to unpack .../037-libc6-i386_2.31-0ubuntu9.2_amd64.deb ...
2021-05-19 01:25:49.702 | Unpacking libc6-i386 (2.31-0ubuntu9.2) ...
2021-05-19 01:25:50.599 | Selecting previously unselected package lib32gcc-s1.
2021-05-19 01:25:50.607 | Preparing to unpack .../038-lib32gcc-s1_10.2.0-5ubuntu1~20.04_amd64.deb ...
2021-05-19 01:25:50.665 | Unpacking lib32gcc-s1 (10.2.0-5ubuntu1~20.04) ...
2021-05-19 01:25:51.168 | Selecting previously unselected package lib32stdc++6.
2021-05-19 01:25:51.175 | Preparing to unpack .../039-lib32stdc++6_10.2.0-5ubuntu1~20.04_amd64.deb ...
2021-05-19 01:25:51.225 | Unpacking lib32stdc++6 (10.2.0-5ubuntu1~20.04) ...
2021-05-19 01:25:51.619 | Selecting previously unselected package libclang-common-10-dev.
2021-05-19 01:25:51.627 | Preparing to unpack .../040-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ...
2021-05-19 01:25:51.676 | Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ...
2021-05-19 01:25:53.114 | Selecting previously unselected package libclang1-10.
2021-05-19 01:25:53.121 | Preparing to unpack .../041-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
2021-05-19 01:25:53.176 | Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ...
2021-05-19 01:25:54.660 | Selecting previously unselected package clang-10.
2021-05-19 01:25:54.667 | Preparing to unpack .../042-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
2021-05-19 01:25:54.713 | Unpacking clang-10 (1:10.0.0-4ubuntu1) ...
2021-05-19 01:25:55.042 | Selecting previously unselected package libtool.
2021-05-19 01:25:55.050 | Preparing to unpack .../043-libtool_2.4.6-14_all.deb ...
2021-05-19 01:25:55.113 | Unpacking libtool (2.4.6-14) ...
2021-05-19 01:25:55.514 | Selecting previously unselected package dh-autoreconf.
2021-05-19 01:25:55.521 | Preparing to unpack .../044-dh-autoreconf_19_all.deb ...
2021-05-19 01:25:55.582 | Unpacking dh-autoreconf (19) ...
2021-05-19 01:25:55.914 | Selecting previously unselected package libdebhelper-perl.
2021-05-19 01:25:55.922 | Preparing to unpack .../045-libdebhelper-perl_12.10ubuntu1_all.deb ...
2021-05-19 01:25:55.993 | Unpacking libdebhelper-perl (12.10ubuntu1) ...
2021-05-19 01:25:56.328 | Selecting previously unselected package libarchive-zip-perl.
2021-05-19 01:25:56.335 | Preparing to unpack .../046-libarchive-zip-perl_1.67-2_all.deb ...
2021-05-19 01:25:56.391 | Unpacking libarchive-zip-perl (1.67-2) ...
2021-05-19 01:25:56.885 | Selecting previously unselected package libsub-override-perl.
2021-05-19 01:25:56.893 | Preparing to unpack .../047-libsub-override-perl_0.09-2_all.deb ...
2021-05-19 01:25:56.964 | Unpacking libsub-override-perl (0.09-2) ...
2021-05-19 01:25:57.236 | Selecting previously unselected package libfile-stripnondeterminism-perl.
2021-05-19 01:25:57.246 | Preparing to unpack .../048-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
2021-05-19 01:25:57.293 | Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
2021-05-19 01:25:57.605 | Selecting previously unselected package dh-strip-nondeterminism.
2021-05-19 01:25:57.612 | Preparing to unpack .../049-dh-strip-nondeterminism_1.7.0-1_all.deb ...
2021-05-19 01:25:57.659 | Unpacking dh-strip-nondeterminism (1.7.0-1) ...
2021-05-19 01:25:57.968 | Selecting previously unselected package libdpkg-perl.
2021-05-19 01:25:57.976 | Preparing to unpack .../050-libdpkg-perl_1.19.7ubuntu3_all.deb ...
2021-05-19 01:25:58.025 | Unpacking libdpkg-perl (1.19.7ubuntu3) ...
2021-05-19 01:25:58.439 | Selecting previously unselected package make.
2021-05-19 01:25:58.447 | Preparing to unpack .../051-make_4.2.1-1.2_amd64.deb ...
2021-05-19 01:25:58.496 | Unpacking make (4.2.1-1.2) ...
2021-05-19 01:25:58.922 | Selecting previously unselected package dpkg-dev.
2021-05-19 01:25:58.930 | Preparing to unpack .../052-dpkg-dev_1.19.7ubuntu3_all.deb ...
2021-05-19 01:25:58.979 | Unpacking dpkg-dev (1.19.7ubuntu3) ...
2021-05-19 01:25:59.468 | Selecting previously unselected package dwz.
2021-05-19 01:25:59.476 | Preparing to unpack .../053-dwz_0.13-5_amd64.deb ...
2021-05-19 01:25:59.519 | Unpacking dwz (0.13-5) ...
2021-05-19 01:25:59.906 | Selecting previously unselected package libcroco3:amd64.
2021-05-19 01:25:59.913 | Preparing to unpack .../054-libcroco3_0.6.13-1_amd64.deb ...
2021-05-19 01:25:59.962 | Unpacking libcroco3:amd64 (0.6.13-1) ...
2021-05-19 01:26:00.368 | Selecting previously unselected package gettext.
2021-05-19 01:26:00.375 | Preparing to unpack .../055-gettext_0.19.8.1-10build1_amd64.deb ...
2021-05-19 01:26:00.430 | Unpacking gettext (0.19.8.1-10build1) ...
2021-05-19 01:26:00.894 | Selecting previously unselected package intltool-debian.
2021-05-19 01:26:00.901 | Preparing to unpack .../056-intltool-debian_0.35.0+20060710.5_all.deb ...
2021-05-19 01:26:00.964 | Unpacking intltool-debian (0.35.0+20060710.5) ...
2021-05-19 01:26:01.277 | Selecting previously unselected package po-debconf.
2021-05-19 01:26:01.285 | Preparing to unpack .../057-po-debconf_1.0.21_all.deb ...
2021-05-19 01:26:01.333 | Unpacking po-debconf (1.0.21) ...
2021-05-19 01:26:01.668 | Selecting previously unselected package debhelper.
2021-05-19 01:26:01.676 | Preparing to unpack .../058-debhelper_12.10ubuntu1_all.deb ...
2021-05-19 01:26:01.719 | Unpacking debhelper (12.10ubuntu1) ...
2021-05-19 01:26:02.208 | Selecting previously unselected package uuid-dev:amd64.
2021-05-19 01:26:02.216 | Preparing to unpack .../059-uuid-dev_2.34-0.1ubuntu9.1_amd64.deb ...
2021-05-19 01:26:02.267 | Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.1) ...
2021-05-19 01:26:02.673 | Selecting previously unselected package libsctp1:amd64.
2021-05-19 01:26:02.681 | Preparing to unpack .../060-libsctp1_1.0.18+dfsg-1_amd64.deb ...
2021-05-19 01:26:02.739 | Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ...
2021-05-19 01:26:03.113 | Selecting previously unselected package libsctp-dev:amd64.
2021-05-19 01:26:03.121 | Preparing to unpack .../061-libsctp-dev_1.0.18+dfsg-1_amd64.deb ...
2021-05-19 01:26:03.176 | Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ...
2021-05-19 01:26:03.491 | Selecting previously unselected package libapr1-dev.
2021-05-19 01:26:03.498 | Preparing to unpack .../062-libapr1-dev_1.6.5-1ubuntu1_amd64.deb ...
2021-05-19 01:26:03.539 | Unpacking libapr1-dev (1.6.5-1ubuntu1) ...
2021-05-19 01:26:04.319 | Selecting previously unselected package libldap2-dev:amd64.
2021-05-19 01:26:04.327 | Preparing to unpack .../063-libldap2-dev_2.4.49+dfsg-2ubuntu1.8_amd64.deb ...
2021-05-19 01:26:04.376 | Unpacking libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
2021-05-19 01:26:04.827 | Selecting previously unselected package libaprutil1-dev.
2021-05-19 01:26:04.835 | Preparing to unpack .../064-libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb ...
2021-05-19 01:26:04.893 | Unpacking libaprutil1-dev (1.6.1-4ubuntu2) ...
2021-05-19 01:26:05.370 | Selecting previously unselected package apache2-dev.
2021-05-19 01:26:05.378 | Preparing to unpack .../065-apache2-dev_2.4.41-4ubuntu3.1_amd64.deb ...
2021-05-19 01:26:05.425 | Unpacking apache2-dev (2.4.41-4ubuntu3.1) ...
2021-05-19 01:26:05.916 | Selecting previously unselected package binfmt-support.
2021-05-19 01:26:05.926 | Preparing to unpack .../066-binfmt-support_2.2.0-2_amd64.deb ...
2021-05-19 01:26:05.988 | Unpacking binfmt-support (2.2.0-2) ...
2021-05-19 01:26:06.330 | Selecting previously unselected package g++-9.
2021-05-19 01:26:06.338 | Preparing to unpack .../067-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
2021-05-19 01:26:06.387 | Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ...
2021-05-19 01:26:07.925 | Selecting previously unselected package g++.
2021-05-19 01:26:07.933 | Preparing to unpack .../068-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
2021-05-19 01:26:07.981 | Unpacking g++ (4:9.3.0-1ubuntu2) ...
2021-05-19 01:26:08.222 | Selecting previously unselected package build-essential.
2021-05-19 01:26:08.230 | Preparing to unpack .../069-build-essential_12.8ubuntu1.1_amd64.deb ...
2021-05-19 01:26:08.273 | Unpacking build-essential (12.8ubuntu1.1) ...
2021-05-19 01:26:08.553 | Selecting previously unselected package conntrack.
2021-05-19 01:26:08.560 | Preparing to unpack .../070-conntrack_1%3a1.4.5-2_amd64.deb ...
2021-05-19 01:26:08.609 | Unpacking conntrack (1:1.4.5-2) ...
2021-05-19 01:26:08.916 | Selecting previously unselected package libnetfilter-cthelper0:amd64.
2021-05-19 01:26:08.924 | Preparing to unpack .../071-libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb ...
2021-05-19 01:26:08.964 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ...
2021-05-19 01:26:09.328 | Selecting previously unselected package libnetfilter-queue1.
2021-05-19 01:26:09.336 | Preparing to unpack .../072-libnetfilter-queue1_1.0.3-1_amd64.deb ...
2021-05-19 01:26:09.384 | Unpacking libnetfilter-queue1 (1.0.3-1) ...
2021-05-19 01:26:09.785 | Selecting previously unselected package conntrackd.
2021-05-19 01:26:09.792 | Preparing to unpack .../073-conntrackd_1%3a1.4.5-2_amd64.deb ...
2021-05-19 01:26:09.841 | Unpacking conntrackd (1:1.4.5-2) ...
2021-05-19 01:26:10.135 | Selecting previously unselected package dns-root-data.
2021-05-19 01:26:10.143 | Preparing to unpack .../074-dns-root-data_2019052802_all.deb ...
2021-05-19 01:26:10.191 | Unpacking dns-root-data (2019052802) ...
2021-05-19 01:26:10.570 | Selecting previously unselected package libidn11:amd64.
2021-05-19 01:26:10.577 | Preparing to unpack .../075-libidn11_1.33-2.2ubuntu2_amd64.deb ...
2021-05-19 01:26:10.636 | Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ...
2021-05-19 01:26:11.044 | Selecting previously unselected package dnsmasq-base.
2021-05-19 01:26:11.052 | Preparing to unpack .../076-dnsmasq-base_2.80-1.1ubuntu1.3_amd64.deb ...
2021-05-19 01:26:11.107 | Unpacking dnsmasq-base (2.80-1.1ubuntu1.3) ...
2021-05-19 01:26:11.419 | Selecting previously unselected package dnsmasq-utils.
2021-05-19 01:26:11.428 | Preparing to unpack .../077-dnsmasq-utils_2.80-1.1ubuntu1.3_amd64.deb ...
2021-05-19 01:26:11.470 | Unpacking dnsmasq-utils (2.80-1.1ubuntu1.3) ...
2021-05-19 01:26:11.896 | Selecting previously unselected package ebtables.
2021-05-19 01:26:11.903 | Preparing to unpack .../078-ebtables_2.0.11-3build1_amd64.deb ...
2021-05-19 01:26:11.965 | Unpacking ebtables (2.0.11-3build1) ...
2021-05-19 01:26:12.524 | Selecting previously unselected package libfakeroot:amd64.
2021-05-19 01:26:12.532 | Preparing to unpack .../079-libfakeroot_1.24-1_amd64.deb ...
2021-05-19 01:26:12.582 | Unpacking libfakeroot:amd64 (1.24-1) ...
2021-05-19 01:26:12.998 | Selecting previously unselected package fakeroot.
2021-05-19 01:26:13.007 | Preparing to unpack .../080-fakeroot_1.24-1_amd64.deb ...
2021-05-19 01:26:13.059 | Unpacking fakeroot (1.24-1) ...
2021-05-19 01:26:13.385 | Selecting previously unselected package fonts-dejavu-core.
2021-05-19 01:26:13.392 | Preparing to unpack .../081-fonts-dejavu-core_2.37-1_all.deb ...
2021-05-19 01:26:13.461 | Unpacking fonts-dejavu-core (2.37-1) ...
2021-05-19 01:26:13.950 | Selecting previously unselected package fonts-liberation.
2021-05-19 01:26:13.959 | Preparing to unpack .../082-fonts-liberation_1%3a1.07.4-11_all.deb ...
2021-05-19 01:26:14.009 | Unpacking fonts-liberation (1:1.07.4-11) ...
2021-05-19 01:26:14.488 | Selecting previously unselected package fontconfig-config.
2021-05-19 01:26:14.496 | Preparing to unpack .../083-fontconfig-config_2.13.1-2ubuntu3_all.deb ...
2021-05-19 01:26:14.551 | Unpacking fontconfig-config (2.13.1-2ubuntu3) ...
2021-05-19 01:26:14.950 | Selecting previously unselected package libfontconfig1:amd64.
2021-05-19 01:26:14.958 | Preparing to unpack .../084-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ...
2021-05-19 01:26:15.007 | Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ...
2021-05-19 01:26:15.387 | Selecting previously unselected package fontconfig.
2021-05-19 01:26:15.395 | Preparing to unpack .../085-fontconfig_2.13.1-2ubuntu3_amd64.deb ...
2021-05-19 01:26:15.443 | Unpacking fontconfig (2.13.1-2ubuntu3) ...
2021-05-19 01:26:15.827 | Selecting previously unselected package genisoimage.
2021-05-19 01:26:15.835 | Preparing to unpack .../086-genisoimage_9%3a1.1.11-3.1ubuntu1_amd64.deb ...
2021-05-19 01:26:15.883 | Unpacking genisoimage (9:1.1.11-3.1ubuntu1) ...
2021-05-19 01:26:16.271 | Selecting previously unselected package libann0.
2021-05-19 01:26:16.278 | Preparing to unpack .../087-libann0_1.1.2+doc-7build1_amd64.deb ...
2021-05-19 01:26:16.327 | Unpacking libann0 (1.1.2+doc-7build1) ...
2021-05-19 01:26:16.684 | Selecting previously unselected package libcdt5:amd64.
2021-05-19 01:26:16.692 | Preparing to unpack .../088-libcdt5_2.42.2-3build2_amd64.deb ...
2021-05-19 01:26:16.729 | Unpacking libcdt5:amd64 (2.42.2-3build2) ...
2021-05-19 01:26:17.065 | Selecting previously unselected package libcgraph6:amd64.
2021-05-19 01:26:17.073 | Preparing to unpack .../089-libcgraph6_2.42.2-3build2_amd64.deb ...
2021-05-19 01:26:17.124 | Unpacking libcgraph6:amd64 (2.42.2-3build2) ...
2021-05-19 01:26:17.501 | Selecting previously unselected package libjpeg-turbo8:amd64.
2021-05-19 01:26:17.510 | Preparing to unpack .../090-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ...
2021-05-19 01:26:17.564 | Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ...
2021-05-19 01:26:17.946 | Selecting previously unselected package libjpeg8:amd64.
2021-05-19 01:26:17.954 | Preparing to unpack .../091-libjpeg8_8c-2ubuntu8_amd64.deb ...
2021-05-19 01:26:18.009 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
2021-05-19 01:26:18.392 | Selecting previously unselected package libjbig0:amd64.
2021-05-19 01:26:18.400 | Preparing to unpack .../092-libjbig0_2.1-3.1build1_amd64.deb ...
2021-05-19 01:26:18.455 | Unpacking libjbig0:amd64 (2.1-3.1build1) ...
2021-05-19 01:26:18.903 | Selecting previously unselected package libwebp6:amd64.
2021-05-19 01:26:18.911 | Preparing to unpack .../093-libwebp6_0.6.1-2_amd64.deb ...
2021-05-19 01:26:19.009 | Unpacking libwebp6:amd64 (0.6.1-2) ...
2021-05-19 01:26:19.433 | Selecting previously unselected package libtiff5:amd64.
2021-05-19 01:26:19.441 | Preparing to unpack .../094-libtiff5_4.1.0+git191117-2ubuntu0.20.04.1_amd64.deb ...
2021-05-19 01:26:19.495 | Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.1) ...
2021-05-19 01:26:19.867 | Selecting previously unselected package libxpm4:amd64.
2021-05-19 01:26:19.875 | Preparing to unpack .../095-libxpm4_1%3a3.5.12-1_amd64.deb ...
2021-05-19 01:26:19.924 | Unpacking libxpm4:amd64 (1:3.5.12-1) ...
2021-05-19 01:26:20.295 | Selecting previously unselected package libgd3:amd64.
2021-05-19 01:26:20.303 | Preparing to unpack .../096-libgd3_2.2.5-5.2ubuntu2_amd64.deb ...
2021-05-19 01:26:20.358 | Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2) ...
2021-05-19 01:26:20.844 | Selecting previously unselected package libgts-0.7-5:amd64.
2021-05-19 01:26:20.852 | Preparing to unpack .../097-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
2021-05-19 01:26:20.906 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
2021-05-19 01:26:21.307 | Selecting previously unselected package libpixman-1-0:amd64.
2021-05-19 01:26:21.314 | Preparing to unpack .../098-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ...
2021-05-19 01:26:21.352 | Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ...
2021-05-19 01:26:21.787 | Selecting previously unselected package libxcb-render0:amd64.
2021-05-19 01:26:21.795 | Preparing to unpack .../099-libxcb-render0_1.14-2_amd64.deb ...
2021-05-19 01:26:21.838 | Unpacking libxcb-render0:amd64 (1.14-2) ...
2021-05-19 01:26:22.244 | Selecting previously unselected package libxcb-shm0:amd64.
2021-05-19 01:26:22.251 | Preparing to unpack .../100-libxcb-shm0_1.14-2_amd64.deb ...
2021-05-19 01:26:22.318 | Unpacking libxcb-shm0:amd64 (1.14-2) ...
2021-05-19 01:26:22.773 | Selecting previously unselected package libxrender1:amd64.
2021-05-19 01:26:22.781 | Preparing to unpack .../101-libxrender1_1%3a0.9.10-1_amd64.deb ...
2021-05-19 01:26:22.838 | Unpacking libxrender1:amd64 (1:0.9.10-1) ...
2021-05-19 01:26:23.208 | Selecting previously unselected package libcairo2:amd64.
2021-05-19 01:26:23.215 | Preparing to unpack .../102-libcairo2_1.16.0-4ubuntu1_amd64.deb ...
2021-05-19 01:26:23.278 | Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ...
2021-05-19 01:26:23.815 | Selecting previously unselected package libgraphite2-3:amd64.
2021-05-19 01:26:23.824 | Preparing to unpack .../103-libgraphite2-3_1.3.13-11build1_amd64.deb ...
2021-05-19 01:26:23.883 | Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ...
2021-05-19 01:26:24.402 | Selecting previously unselected package libharfbuzz0b:amd64.
2021-05-19 01:26:24.409 | Preparing to unpack .../104-libharfbuzz0b_2.6.4-1ubuntu4_amd64.deb ...
2021-05-19 01:26:24.470 | Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ...
2021-05-19 01:26:24.912 | Selecting previously unselected package libthai-data.
2021-05-19 01:26:24.920 | Preparing to unpack .../105-libthai-data_0.1.28-3_all.deb ...
2021-05-19 01:26:24.990 | Unpacking libthai-data (0.1.28-3) ...
2021-05-19 01:26:25.442 | Selecting previously unselected package libdatrie1:amd64.
2021-05-19 01:26:25.450 | Preparing to unpack .../106-libdatrie1_0.2.12-3_amd64.deb ...
2021-05-19 01:26:25.544 | Unpacking libdatrie1:amd64 (0.2.12-3) ...
2021-05-19 01:26:25.990 | Selecting previously unselected package libthai0:amd64.
2021-05-19 01:26:25.998 | Preparing to unpack .../107-libthai0_0.1.28-3_amd64.deb ...
2021-05-19 01:26:26.052 | Unpacking libthai0:amd64 (0.1.28-3) ...
2021-05-19 01:26:26.455 | Selecting previously unselected package libpango-1.0-0:amd64.
2021-05-19 01:26:26.463 | Preparing to unpack .../108-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ...
2021-05-19 01:26:26.512 | Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ...
2021-05-19 01:26:26.923 | Selecting previously unselected package libpangoft2-1.0-0:amd64.
2021-05-19 01:26:26.931 | Preparing to unpack .../109-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ...
2021-05-19 01:26:26.974 | Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ...
2021-05-19 01:26:27.516 | Selecting previously unselected package libpangocairo-1.0-0:amd64.
2021-05-19 01:26:27.525 | Preparing to unpack .../110-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ...
2021-05-19 01:26:27.586 | Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ...
2021-05-19 01:26:28.026 | Selecting previously unselected package libpathplan4:amd64.
2021-05-19 01:26:28.034 | Preparing to unpack .../111-libpathplan4_2.42.2-3build2_amd64.deb ...
2021-05-19 01:26:28.095 | Unpacking libpathplan4:amd64 (2.42.2-3build2) ...
2021-05-19 01:26:28.552 | Selecting previously unselected package libgvc6.
2021-05-19 01:26:28.560 | Preparing to unpack .../112-libgvc6_2.42.2-3build2_amd64.deb ...
2021-05-19 01:26:28.613 | Unpacking libgvc6 (2.42.2-3build2) ...
2021-05-19 01:26:29.089 | Selecting previously unselected package libgvpr2:amd64.
2021-05-19 01:26:29.097 | Preparing to unpack .../113-libgvpr2_2.42.2-3build2_amd64.deb ...
2021-05-19 01:26:29.146 | Unpacking libgvpr2:amd64 (2.42.2-3build2) ...
2021-05-19 01:26:29.592 | Selecting previously unselected package liblab-gamut1:amd64.
2021-05-19 01:26:29.600 | Preparing to unpack .../114-liblab-gamut1_2.42.2-3build2_amd64.deb ...
2021-05-19 01:26:29.641 | Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ...
2021-05-19 01:26:30.293 | Selecting previously unselected package x11-common.
2021-05-19 01:26:30.301 | Preparing to unpack .../115-x11-common_1%3a7.7+19ubuntu14_all.deb ...
2021-05-19 01:26:30.395 | dpkg-query: no packages found matching nux-tools
2021-05-19 01:26:30.405 | Unpacking x11-common (1:7.7+19ubuntu14) ...
2021-05-19 01:26:30.767 | Selecting previously unselected package libice6:amd64.
2021-05-19 01:26:30.775 | Preparing to unpack .../116-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ...
2021-05-19 01:26:30.836 | Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ...
2021-05-19 01:26:31.255 | Selecting previously unselected package libsm6:amd64.
2021-05-19 01:26:31.263 | Preparing to unpack .../117-libsm6_2%3a1.2.3-1_amd64.deb ...
2021-05-19 01:26:31.317 | Unpacking libsm6:amd64 (2:1.2.3-1) ...
2021-05-19 01:26:31.735 | Selecting previously unselected package libxt6:amd64.
2021-05-19 01:26:31.743 | Preparing to unpack .../118-libxt6_1%3a1.1.5-1_amd64.deb ...
2021-05-19 01:26:31.809 | Unpacking libxt6:amd64 (1:1.1.5-1) ...
2021-05-19 01:26:32.266 | Selecting previously unselected package libxmu6:amd64.
2021-05-19 01:26:32.274 | Preparing to unpack .../119-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ...
2021-05-19 01:26:32.329 | Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ...
2021-05-19 01:26:32.769 | Selecting previously unselected package libxaw7:amd64.
2021-05-19 01:26:32.777 | Preparing to unpack .../120-libxaw7_2%3a1.0.13-1_amd64.deb ...
2021-05-19 01:26:32.832 | Unpacking libxaw7:amd64 (2:1.0.13-1) ...
2021-05-19 01:26:33.301 | Selecting previously unselected package graphviz.
2021-05-19 01:26:33.309 | Preparing to unpack .../121-graphviz_2.42.2-3build2_amd64.deb ...
2021-05-19 01:26:33.373 | Unpacking graphviz (2.42.2-3build2) ...
2021-05-19 01:26:33.996 | Selecting previously unselected package libnl-route-3-200:amd64.
2021-05-19 01:26:34.003 | Preparing to unpack .../122-libnl-route-3-200_3.4.0-1_amd64.deb ...
2021-05-19 01:26:34.054 | Unpacking libnl-route-3-200:amd64 (3.4.0-1) ...
2021-05-19 01:26:34.624 | Selecting previously unselected package libibverbs1:amd64.
2021-05-19 01:26:34.632 | Preparing to unpack .../123-libibverbs1_28.0-1ubuntu1_amd64.deb ...
2021-05-19 01:26:34.689 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ...
2021-05-19 01:26:35.289 | Selecting previously unselected package ibverbs-providers:amd64.
2021-05-19 01:26:35.298 | Preparing to unpack .../124-ibverbs-providers_28.0-1ubuntu1_amd64.deb ...
2021-05-19 01:26:35.365 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ...
2021-05-19 01:26:35.687 | Selecting previously unselected package icu-devtools.
2021-05-19 01:26:35.695 | Preparing to unpack .../125-icu-devtools_66.1-2ubuntu2_amd64.deb ...
2021-05-19 01:26:35.752 | Unpacking icu-devtools (66.1-2ubuntu2) ...
2021-05-19 01:26:36.115 | Selecting previously unselected package iputils-arping.
2021-05-19 01:26:36.124 | Preparing to unpack .../126-iputils-arping_3%3a20190709-3_amd64.deb ...
2021-05-19 01:26:36.174 | Unpacking iputils-arping (3:20190709-3) ...
2021-05-19 01:26:36.700 | Selecting previously unselected package javascript-common.
2021-05-19 01:26:36.708 | Preparing to unpack .../127-javascript-common_11_all.deb ...
2021-05-19 01:26:36.782 | Unpacking javascript-common (11) ...
2021-05-19 01:26:37.155 | Selecting previously unselected package libgssrpc4:amd64.
2021-05-19 01:26:37.163 | Preparing to unpack .../128-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ...
2021-05-19 01:26:37.229 | Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ...
2021-05-19 01:26:37.653 | Selecting previously unselected package libkdb5-9:amd64.
2021-05-19 01:26:37.660 | Preparing to unpack .../129-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ...
2021-05-19 01:26:37.711 | Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ...
2021-05-19 01:26:38.094 | Selecting previously unselected package libkadm5srv-mit11:amd64.
2021-05-19 01:26:38.102 | Preparing to unpack .../130-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ...
2021-05-19 01:26:38.151 | Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ...
2021-05-19 01:26:38.603 | Selecting previously unselected package libkadm5clnt-mit11:amd64.
2021-05-19 01:26:38.611 | Preparing to unpack .../131-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ...
2021-05-19 01:26:38.670 | Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ...
2021-05-19 01:26:39.186 | Selecting previously unselected package comerr-dev:amd64.
2021-05-19 01:26:39.193 | Preparing to unpack .../132-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ...
2021-05-19 01:26:39.250 | Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ...
2021-05-19 01:26:39.515 | Selecting previously unselected package krb5-multidev:amd64.
2021-05-19 01:26:39.523 | Preparing to unpack .../133-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ...
2021-05-19 01:26:39.572 | Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ...
2021-05-19 01:26:39.883 | Selecting previously unselected package libalgorithm-diff-perl.
2021-05-19 01:26:39.892 | Preparing to unpack .../134-libalgorithm-diff-perl_1.19.03-2_all.deb ...
2021-05-19 01:26:39.944 | Unpacking libalgorithm-diff-perl (1.19.03-2) ...
2021-05-19 01:26:40.274 | Selecting previously unselected package libalgorithm-diff-xs-perl.
2021-05-19 01:26:40.282 | Preparing to unpack .../135-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
2021-05-19 01:26:40.328 | Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
2021-05-19 01:26:40.609 | Selecting previously unselected package libalgorithm-merge-perl.
2021-05-19 01:26:40.616 | Preparing to unpack .../136-libalgorithm-merge-perl_0.08-3_all.deb ...
2021-05-19 01:26:40.660 | Unpacking libalgorithm-merge-perl (0.08-3) ...
2021-05-19 01:26:40.946 | Selecting previously unselected package libarchive-cpio-perl.
2021-05-19 01:26:40.954 | Preparing to unpack .../137-libarchive-cpio-perl_0.10-1_all.deb ...
2021-05-19 01:26:41.014 | Unpacking libarchive-cpio-perl (0.10-1) ...
2021-05-19 01:26:41.403 | Selecting previously unselected package libboost-iostreams1.71.0:amd64.
2021-05-19 01:26:41.411 | Preparing to unpack .../138-libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb ...
2021-05-19 01:26:41.459 | Unpacking libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ...
2021-05-19 01:26:41.957 | Selecting previously unselected package libboost-thread1.71.0:amd64.
2021-05-19 01:26:41.966 | Preparing to unpack .../139-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ...
2021-05-19 01:26:42.018 | Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ...
2021-05-19 01:26:42.404 | Selecting previously unselected package libfile-fcntllock-perl.
2021-05-19 01:26:42.411 | Preparing to unpack .../140-libfile-fcntllock-perl_0.22-3build4_amd64.deb ...
2021-05-19 01:26:42.454 | Unpacking libfile-fcntllock-perl (0.22-3build4) ...
2021-05-19 01:26:42.814 | Selecting previously unselected package libgts-bin.
2021-05-19 01:26:42.822 | Preparing to unpack .../141-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
2021-05-19 01:26:42.866 | Unpacking libgts-bin (0.7.6+darcs121130-4) ...
2021-05-19 01:26:43.254 | Selecting previously unselected package libicu-dev:amd64.
2021-05-19 01:26:43.262 | Preparing to unpack .../142-libicu-dev_66.1-2ubuntu2_amd64.deb ...
2021-05-19 01:26:43.367 | Unpacking libicu-dev:amd64 (66.1-2ubuntu2) ...
2021-05-19 01:26:45.260 | Selecting previously unselected package libipset13:amd64.
2021-05-19 01:26:45.268 | Preparing to unpack .../143-libipset13_7.5-1~exp1_amd64.deb ...
2021-05-19 01:26:45.316 | Unpacking libipset13:amd64 (7.5-1~exp1) ...
2021-05-19 01:26:45.773 | Selecting previously unselected package librdmacm1:amd64.
2021-05-19 01:26:45.781 | Preparing to unpack .../144-librdmacm1_28.0-1ubuntu1_amd64.deb ...
2021-05-19 01:26:45.852 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ...
2021-05-19 01:26:46.247 | Selecting previously unselected package libiscsi7:amd64.
2021-05-19 01:26:46.255 | Preparing to unpack .../145-libiscsi7_1.18.0-2_amd64.deb ...
2021-05-19 01:26:46.309 | Unpacking libiscsi7:amd64 (1.18.0-2) ...
2021-05-19 01:26:46.620 | Selecting previously unselected package libjpeg-turbo8-dev:amd64.
2021-05-19 01:26:46.628 | Preparing to unpack .../146-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb ...
2021-05-19 01:26:46.688 | Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ...
2021-05-19 01:26:47.098 | Selecting previously unselected package libjpeg8-dev:amd64.
2021-05-19 01:26:47.106 | Preparing to unpack .../147-libjpeg8-dev_8c-2ubuntu8_amd64.deb ...
2021-05-19 01:26:47.161 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ...
2021-05-19 01:26:47.471 | Selecting previously unselected package libjpeg-dev:amd64.
2021-05-19 01:26:47.479 | Preparing to unpack .../148-libjpeg-dev_8c-2ubuntu8_amd64.deb ...
2021-05-19 01:26:47.534 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ...
2021-05-19 01:26:47.843 | Selecting previously unselected package libjs-jquery.
2021-05-19 01:26:47.851 | Preparing to unpack .../149-libjs-jquery_3.3.1~dfsg-3_all.deb ...
2021-05-19 01:26:47.905 | Unpacking libjs-jquery (3.3.1~dfsg-3) ...
2021-05-19 01:26:48.254 | Selecting previously unselected package libjs-jquery-metadata.
2021-05-19 01:26:48.262 | Preparing to unpack .../150-libjs-jquery-metadata_12-1.1_all.deb ...
2021-05-19 01:26:48.311 | Unpacking libjs-jquery-metadata (12-1.1) ...
2021-05-19 01:26:48.653 | Selecting previously unselected package libjs-jquery-tablesorter.
2021-05-19 01:26:48.661 | Preparing to unpack .../151-libjs-jquery-tablesorter_1%3a2.31.1+dfsg1-1_all.deb ...
2021-05-19 01:26:48.715 | Unpacking libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ...
2021-05-19 01:26:49.242 | Selecting previously unselected package libltdl-dev:amd64.
2021-05-19 01:26:49.251 | Preparing to unpack .../152-libltdl-dev_2.4.6-14_amd64.deb ...
2021-05-19 01:26:49.288 | Unpacking libltdl-dev:amd64 (2.4.6-14) ...
2021-05-19 01:26:49.586 | Selecting previously unselected package libsys-hostname-long-perl.
2021-05-19 01:26:49.593 | Preparing to unpack .../153-libsys-hostname-long-perl_1.5-1_all.deb ...
2021-05-19 01:26:49.642 | Unpacking libsys-hostname-long-perl (1.5-1) ...
2021-05-19 01:26:49.967 | Selecting previously unselected package libmail-sendmail-perl.
2021-05-19 01:26:49.975 | Preparing to unpack .../154-libmail-sendmail-perl_0.80-1_all.deb ...
2021-05-19 01:26:50.031 | Unpacking libmail-sendmail-perl (0.80-1) ...
2021-05-19 01:26:50.310 | Selecting previously unselected package libssl-dev:amd64.
2021-05-19 01:26:50.318 | Preparing to unpack .../155-libssl-dev_1.1.1f-1ubuntu2.3_amd64.deb ...
2021-05-19 01:26:50.366 | Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.3) ...
2021-05-19 01:26:50.978 | Selecting previously unselected package libmysqlclient-dev.
2021-05-19 01:26:50.986 | Preparing to unpack .../156-libmysqlclient-dev_8.0.25-0ubuntu0.20.04.1_amd64.deb ...
2021-05-19 01:26:51.046 | Unpacking libmysqlclient-dev (8.0.25-0ubuntu0.20.04.1) ...
2021-05-19 01:26:51.711 | Selecting previously unselected package libncurses-dev:amd64.
2021-05-19 01:26:51.719 | Preparing to unpack .../157-libncurses-dev_6.2-0ubuntu2_amd64.deb ...
2021-05-19 01:26:51.773 | Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ...
2021-05-19 01:26:52.219 | Selecting previously unselected package libnspr4:amd64.
2021-05-19 01:26:52.228 | Preparing to unpack .../158-libnspr4_2%3a4.25-1_amd64.deb ...
2021-05-19 01:26:52.277 | Unpacking libnspr4:amd64 (2:4.25-1) ...
2021-05-19 01:26:52.717 | Selecting previously unselected package libnss3:amd64.
2021-05-19 01:26:52.725 | Preparing to unpack .../159-libnss3_2%3a3.49.1-1ubuntu1.5_amd64.deb ...
2021-05-19 01:26:52.768 | Unpacking libnss3:amd64 (2:3.49.1-1ubuntu1.5) ...
2021-05-19 01:26:53.483 | Selecting previously unselected package libomp5-10:amd64.
2021-05-19 01:26:53.491 | Preparing to unpack .../160-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
2021-05-19 01:26:53.545 | Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ...
2021-05-19 01:26:53.974 | Selecting previously unselected package libomp-10-dev.
2021-05-19 01:26:53.982 | Preparing to unpack .../161-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ...
2021-05-19 01:26:54.031 | Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ...
2021-05-19 01:26:54.488 | Selecting previously unselected package pcp-conf.
2021-05-19 01:26:54.496 | Preparing to unpack .../162-pcp-conf_5.0.3-1_amd64.deb ...
2021-05-19 01:26:54.686 | Unpacking pcp-conf (5.0.3-1) ...
2021-05-19 01:26:55.054 | Selecting previously unselected package libpcp3.
2021-05-19 01:26:55.062 | Preparing to unpack .../163-libpcp3_5.0.3-1_amd64.deb ...
2021-05-19 01:26:55.127 | Unpacking libpcp3 (5.0.3-1) ...
2021-05-19 01:26:55.608 | Selecting previously unselected package libpcp-pmda3.
2021-05-19 01:26:55.617 | Preparing to unpack .../164-libpcp-pmda3_5.0.3-1_amd64.deb ...
2021-05-19 01:26:55.680 | Unpacking libpcp-pmda3 (5.0.3-1) ...
2021-05-19 01:26:56.122 | Selecting previously unselected package libpcp-pmda-perl.
2021-05-19 01:26:56.130 | Preparing to unpack .../165-libpcp-pmda-perl_5.0.3-1_amd64.deb ...
2021-05-19 01:26:56.185 | Unpacking libpcp-pmda-perl (5.0.3-1) ...
2021-05-19 01:26:56.631 | Selecting previously unselected package libpq5:amd64.
2021-05-19 01:26:56.639 | Preparing to unpack .../166-libpq5_12.6-0ubuntu0.20.04.1_amd64.deb ...
2021-05-19 01:26:56.722 | Unpacking libpq5:amd64 (12.6-0ubuntu0.20.04.1) ...
2021-05-19 01:26:57.099 | Selecting previously unselected package libpq-dev.
2021-05-19 01:26:57.107 | Preparing to unpack .../167-libpq-dev_12.6-0ubuntu0.20.04.1_amd64.deb ...
2021-05-19 01:26:57.168 | Unpacking libpq-dev (12.6-0ubuntu0.20.04.1) ...
2021-05-19 01:26:57.688 | Selecting previously unselected package librados2.
2021-05-19 01:26:57.696 | Preparing to unpack .../168-librados2_15.2.8-0ubuntu0.20.04.1_amd64.deb ...
2021-05-19 01:26:57.767 | Unpacking librados2 (15.2.8-0ubuntu0.20.04.1) ...
2021-05-19 01:26:58.745 | Selecting previously unselected package librbd1.
2021-05-19 01:26:58.754 | Preparing to unpack .../169-librbd1_15.2.8-0ubuntu0.20.04.1_amd64.deb ...
2021-05-19 01:26:58.813 | Unpacking librbd1 (15.2.8-0ubuntu0.20.04.1) ...
2021-05-19 01:26:59.397 | Selecting previously unselected package libsasl2-dev.
2021-05-19 01:26:59.405 | Preparing to unpack .../170-libsasl2-dev_2.1.27+dfsg-2_amd64.deb ...
2021-05-19 01:26:59.448 | Unpacking libsasl2-dev (2.1.27+dfsg-2) ...
2021-05-19 01:26:59.911 | Selecting previously unselected package libsystemd-dev:amd64.
2021-05-19 01:26:59.919 | Preparing to unpack .../171-libsystemd-dev_245.4-4ubuntu3.6_amd64.deb ...
2021-05-19 01:26:59.990 | Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.6) ...
2021-05-19 01:27:00.379 | Selecting previously unselected package libtinfo-dev:amd64.
2021-05-19 01:27:00.388 | Preparing to unpack .../172-libtinfo-dev_6.2-0ubuntu2_amd64.deb ...
2021-05-19 01:27:00.423 | Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ...
2021-05-19 01:27:00.802 | Selecting previously unselected package libx86-1:amd64.
2021-05-19 01:27:00.810 | Preparing to unpack .../173-libx86-1_1.1+ds1-11_amd64.deb ...
2021-05-19 01:27:00.886 | Unpacking libx86-1:amd64 (1.1+ds1-11) ...
2021-05-19 01:27:01.246 | Selecting previously unselected package libxml2-dev:amd64.
2021-05-19 01:27:01.254 | Preparing to unpack .../174-libxml2-dev_2.9.10+dfsg-5_amd64.deb ...
2021-05-19 01:27:01.309 | Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5) ...
2021-05-19 01:27:01.779 | Selecting previously unselected package libxslt1-dev:amd64.
2021-05-19 01:27:01.788 | Preparing to unpack .../175-libxslt1-dev_1.1.34-4_amd64.deb ...
2021-05-19 01:27:01.836 | Unpacking libxslt1-dev:amd64 (1.1.34-4) ...
2021-05-19 01:27:02.338 | Selecting previously unselected package llvm-10-runtime.
2021-05-19 01:27:02.346 | Preparing to unpack .../176-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ...
2021-05-19 01:27:02.389 | Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ...
2021-05-19 01:27:02.837 | Selecting previously unselected package libpfm4:amd64.
2021-05-19 01:27:02.845 | Preparing to unpack .../177-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ...
2021-05-19 01:27:02.903 | Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ...
2021-05-19 01:27:03.327 | Selecting previously unselected package llvm-10.
2021-05-19 01:27:03.335 | Preparing to unpack .../178-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
2021-05-19 01:27:03.402 | Unpacking llvm-10 (1:10.0.0-4ubuntu1) ...
2021-05-19 01:27:04.579 | Selecting previously unselected package libffi-dev:amd64.
2021-05-19 01:27:04.588 | Preparing to unpack .../179-libffi-dev_3.3-4_amd64.deb ...
2021-05-19 01:27:04.646 | Unpacking libffi-dev:amd64 (3.3-4) ...
2021-05-19 01:27:05.025 | Selecting previously unselected package python3-pygments.
2021-05-19 01:27:05.033 | Preparing to unpack .../180-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ...
2021-05-19 01:27:05.082 | Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ...
2021-05-19 01:27:05.522 | Selecting previously unselected package llvm-10-tools.
2021-05-19 01:27:05.530 | Preparing to unpack .../181-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ...
2021-05-19 01:27:05.573 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ...
2021-05-19 01:27:06.065 | Selecting previously unselected package libz3-4:amd64.
2021-05-19 01:27:06.073 | Preparing to unpack .../182-libz3-4_4.8.7-4build1_amd64.deb ...
2021-05-19 01:27:06.110 | Unpacking libz3-4:amd64 (4.8.7-4build1) ...
2021-05-19 01:27:07.465 | Selecting previously unselected package libz3-dev:amd64.
2021-05-19 01:27:07.473 | Preparing to unpack .../183-libz3-dev_4.8.7-4build1_amd64.deb ...
2021-05-19 01:27:07.550 | Unpacking libz3-dev:amd64 (4.8.7-4build1) ...
2021-05-19 01:27:08.048 | Selecting previously unselected package llvm-10-dev.
2021-05-19 01:27:08.056 | Preparing to unpack .../184-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ...
2021-05-19 01:27:08.104 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ...
2021-05-19 01:27:13.202 | Selecting previously unselected package lsscsi.
2021-05-19 01:27:13.211 | Preparing to unpack .../185-lsscsi_0.30-0.1_amd64.deb ...
2021-05-19 01:27:13.275 | Unpacking lsscsi (0.30-0.1) ...
2021-05-19 01:27:13.676 | Selecting previously unselected package pkg-config.
2021-05-19 01:27:13.684 | Preparing to unpack .../186-pkg-config_0.29.1-0ubuntu4_amd64.deb ...
2021-05-19 01:27:13.731 | Unpacking pkg-config (0.29.1-0ubuntu4) ...
2021-05-19 01:27:14.099 | Selecting previously unselected package pm-utils.
2021-05-19 01:27:14.107 | Preparing to unpack .../187-pm-utils_1.4.1-19_all.deb ...
2021-05-19 01:27:14.161 | Unpacking pm-utils (1.4.1-19) ...
2021-05-19 01:27:14.584 | Selecting previously unselected package postgresql-client-common.
2021-05-19 01:27:14.593 | Preparing to unpack .../188-postgresql-client-common_214ubuntu0.1_all.deb ...
2021-05-19 01:27:14.635 | Unpacking postgresql-client-common (214ubuntu0.1) ...
2021-05-19 01:27:14.989 | Selecting previously unselected package postgresql-client-12.
2021-05-19 01:27:14.998 | Preparing to unpack .../189-postgresql-client-12_12.6-0ubuntu0.20.04.1_amd64.deb ...
2021-05-19 01:27:15.052 | Unpacking postgresql-client-12 (12.6-0ubuntu0.20.04.1) ...
2021-05-19 01:27:15.726 | Selecting previously unselected package ssl-cert.
2021-05-19 01:27:15.735 | Preparing to unpack .../190-ssl-cert_1.0.39_all.deb ...
2021-05-19 01:27:15.789 | Unpacking ssl-cert (1.0.39) ...
2021-05-19 01:27:16.276 | Selecting previously unselected package postgresql-common.
2021-05-19 01:27:16.284 | Preparing to unpack .../191-postgresql-common_214ubuntu0.1_all.deb ...
2021-05-19 01:27:16.349 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common'
2021-05-19 01:27:16.391 | Unpacking postgresql-common (214ubuntu0.1) ...
2021-05-19 01:27:16.864 | Selecting previously unselected package postgresql-server-dev-12.
2021-05-19 01:27:16.873 | Preparing to unpack .../192-postgresql-server-dev-12_12.6-0ubuntu0.20.04.1_amd64.deb ...
2021-05-19 01:27:16.926 | Unpacking postgresql-server-dev-12 (12.6-0ubuntu0.20.04.1) ...
2021-05-19 01:27:17.539 | Selecting previously unselected package postgresql-server-dev-all.
2021-05-19 01:27:17.548 | Preparing to unpack .../193-postgresql-server-dev-all_214ubuntu0.1_all.deb ...
2021-05-19 01:27:17.601 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ...
2021-05-19 01:27:17.950 | Selecting previously unselected package python-pip-whl.
2021-05-19 01:27:17.958 | Preparing to unpack .../194-python-pip-whl_20.0.2-5ubuntu1.4_all.deb ...
2021-05-19 01:27:18.018 | Unpacking python-pip-whl (20.0.2-5ubuntu1.4) ...
2021-05-19 01:27:18.601 | Selecting previously unselected package python3-mysqldb.
2021-05-19 01:27:18.610 | Preparing to unpack .../195-python3-mysqldb_1.4.4-2build1_amd64.deb ...
2021-05-19 01:27:18.658 | Unpacking python3-mysqldb (1.4.4-2build1) ...
2021-05-19 01:27:19.133 | Selecting previously unselected package python3-wheel.
2021-05-19 01:27:19.141 | Preparing to unpack .../196-python3-wheel_0.34.2-1_all.deb ...
2021-05-19 01:27:19.189 | Unpacking python3-wheel (0.34.2-1) ...
2021-05-19 01:27:19.584 | Selecting previously unselected package python3-pip.
2021-05-19 01:27:19.593 | Preparing to unpack .../197-python3-pip_20.0.2-5ubuntu1.4_all.deb ...
2021-05-19 01:27:19.658 | Unpacking python3-pip (20.0.2-5ubuntu1.4) ...
2021-05-19 01:27:20.155 | Selecting previously unselected package python3.8-venv.
2021-05-19 01:27:20.164 | Preparing to unpack .../198-python3.8-venv_3.8.5-1~20.04.2_amd64.deb ...
2021-05-19 01:27:20.201 | Unpacking python3.8-venv (3.8.5-1~20.04.2) ...
2021-05-19 01:27:20.539 | Selecting previously unselected package python3-venv.
2021-05-19 01:27:20.547 | Preparing to unpack .../199-python3-venv_3.8.2-0ubuntu2_amd64.deb ...
2021-05-19 01:27:20.605 | Unpacking python3-venv (3.8.2-0ubuntu2) ...
2021-05-19 01:27:21.013 | Selecting previously unselected package qemu-block-extra:amd64.
2021-05-19 01:27:21.021 | Preparing to unpack .../200-qemu-block-extra_1%3a4.2-3ubuntu6.16_amd64.deb ...
2021-05-19 01:27:21.086 | Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.16) ...
2021-05-19 01:27:21.419 | Selecting previously unselected package qemu-utils.
2021-05-19 01:27:21.427 | Preparing to unpack .../201-qemu-utils_1%3a4.2-3ubuntu6.16_amd64.deb ...
2021-05-19 01:27:21.486 | Unpacking qemu-utils (1:4.2-3ubuntu6.16) ...
2021-05-19 01:27:22.040 | Selecting previously unselected package sharutils.
2021-05-19 01:27:22.049 | Preparing to unpack .../202-sharutils_1%3a4.15.2-4build1_amd64.deb ...
2021-05-19 01:27:22.102 | Unpacking sharutils (1:4.15.2-4build1) ...
2021-05-19 01:27:22.567 | Selecting previously unselected package sqlite3.
2021-05-19 01:27:22.576 | Preparing to unpack .../203-sqlite3_3.31.1-4ubuntu0.2_amd64.deb ...
2021-05-19 01:27:22.635 | Unpacking sqlite3 (3.31.1-4ubuntu0.2) ...
2021-05-19 01:27:23.127 | Selecting previously unselected package unzip.
2021-05-19 01:27:23.136 | Preparing to unpack .../204-unzip_6.0-25ubuntu1_amd64.deb ...
2021-05-19 01:27:23.184 | Unpacking unzip (6.0-25ubuntu1) ...
2021-05-19 01:27:23.618 | Selecting previously unselected package vbetool.
2021-05-19 01:27:23.627 | Preparing to unpack .../205-vbetool_1.1-4_amd64.deb ...
2021-05-19 01:27:23.687 | Unpacking vbetool (1.1-4) ...
2021-05-19 01:27:24.212 | Selecting previously unselected package ipset.
2021-05-19 01:27:24.221 | Preparing to unpack .../206-ipset_7.5-1~exp1_amd64.deb ...
2021-05-19 01:27:24.288 | Unpacking ipset (7.5-1~exp1) ...
2021-05-19 01:27:24.698 | Selecting previously unselected package ipvsadm.
2021-05-19 01:27:24.707 | Preparing to unpack .../207-ipvsadm_1%3a1.31-1_amd64.deb ...
2021-05-19 01:27:24.755 | Unpacking ipvsadm (1:1.31-1) ...
2021-05-19 01:27:25.150 | Selecting previously unselected package libapache2-mod-proxy-uwsgi.
2021-05-19 01:27:25.158 | Preparing to unpack .../208-libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.1_amd64.deb ...
2021-05-19 01:27:25.254 | Unpacking libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.1) ...
2021-05-19 01:27:25.596 | Selecting previously unselected package liberasurecode1:amd64.
2021-05-19 01:27:25.604 | Preparing to unpack .../209-liberasurecode1_1.6.1-4_amd64.deb ...
2021-05-19 01:27:25.629 | Unpacking liberasurecode1:amd64 (1.6.1-4) ...
2021-05-19 01:27:25.881 | Selecting previously unselected package liberasurecode-dev:amd64.
2021-05-19 01:27:25.890 | Preparing to unpack .../210-liberasurecode-dev_1.6.1-4_amd64.deb ...
2021-05-19 01:27:25.938 | Unpacking liberasurecode-dev:amd64 (1.6.1-4) ...
2021-05-19 01:27:26.224 | Selecting previously unselected package libkrb5-dev:amd64.
2021-05-19 01:27:26.233 | Preparing to unpack .../211-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ...
2021-05-19 01:27:26.287 | Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ...
2021-05-19 01:27:26.641 | Selecting previously unselected package libpcp-gui2.
2021-05-19 01:27:26.650 | Preparing to unpack .../212-libpcp-gui2_5.0.3-1_amd64.deb ...
2021-05-19 01:27:26.681 | Unpacking libpcp-gui2 (5.0.3-1) ...
2021-05-19 01:27:26.943 | Selecting previously unselected package libpcp-import1.
2021-05-19 01:27:26.952 | Preparing to unpack .../213-libpcp-import1_5.0.3-1_amd64.deb ...
2021-05-19 01:27:27.006 | Unpacking libpcp-import1 (5.0.3-1) ...
2021-05-19 01:27:27.390 | Selecting previously unselected package libpcp-mmv1.
2021-05-19 01:27:27.399 | Preparing to unpack .../214-libpcp-mmv1_5.0.3-1_amd64.deb ...
2021-05-19 01:27:27.463 | Unpacking libpcp-mmv1 (5.0.3-1) ...
2021-05-19 01:27:27.801 | Selecting previously unselected package libpcp-trace2.
2021-05-19 01:27:27.809 | Preparing to unpack .../215-libpcp-trace2_5.0.3-1_amd64.deb ...
2021-05-19 01:27:27.857 | Unpacking libpcp-trace2 (5.0.3-1) ...
2021-05-19 01:27:28.149 | Selecting previously unselected package libpcp-web1.
2021-05-19 01:27:28.158 | Preparing to unpack .../216-libpcp-web1_5.0.3-1_amd64.deb ...
2021-05-19 01:27:28.206 | Unpacking libpcp-web1 (5.0.3-1) ...
2021-05-19 01:27:28.469 | Selecting previously unselected package libyaml-dev:amd64.
2021-05-19 01:27:28.477 | Preparing to unpack .../217-libyaml-dev_0.2.2-1_amd64.deb ...
2021-05-19 01:27:28.531 | Unpacking libyaml-dev:amd64 (0.2.2-1) ...
2021-05-19 01:27:29.013 | Selecting previously unselected package python3-pcp.
2021-05-19 01:27:29.021 | Preparing to unpack .../218-python3-pcp_5.0.3-1_amd64.deb ...
2021-05-19 01:27:29.081 | Unpacking python3-pcp (5.0.3-1) ...
2021-05-19 01:27:29.516 | Selecting previously unselected package pcp.
2021-05-19 01:27:29.525 | Preparing to unpack .../219-pcp_5.0.3-1_amd64.deb ...
2021-05-19 01:27:29.646 | Unpacking pcp (5.0.3-1) ...
2021-05-19 01:27:30.698 | Selecting previously unselected package socat.
2021-05-19 01:27:30.707 | Preparing to unpack .../220-socat_1.7.3.3-2_amd64.deb ...
2021-05-19 01:27:30.766 | Unpacking socat (1.7.3.3-2) ...
2021-05-19 01:27:31.132 | Selecting previously unselected package vlan.
2021-05-19 01:27:31.141 | Preparing to unpack .../221-vlan_2.0.4ubuntu1.20.04.1_all.deb ...
2021-05-19 01:27:31.183 | Unpacking vlan (2.0.4ubuntu1.20.04.1) ...
2021-05-19 01:27:31.559 | Setting up genisoimage (9:1.1.11-3.1ubuntu1) ...
2021-05-19 01:27:31.669 | Setting up postgresql-client-common (214ubuntu0.1) ...
2021-05-19 01:27:31.880 | Setting up javascript-common (11) ...
2021-05-19 01:27:32.093 | Package apache2 is not configured yet. Will defer actions by package javascript-common.
2021-05-19 01:27:32.149 | Setting up libgraphite2-3:amd64 (1.3.13-11build1) ...
2021-05-19 01:27:32.268 | Setting up dnsmasq-utils (2.80-1.1ubuntu1.3) ...
2021-05-19 01:27:32.446 | Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ...
2021-05-19 01:27:32.600 | Setting up mysql-common (5.8+1.0.5ubuntu2) ...
2021-05-19 01:27:32.900 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
2021-05-19 01:27:32.989 | Setting up libmysqlclient21:amd64 (8.0.25-0ubuntu0.20.04.1) ...
2021-05-19 01:27:33.155 | Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ...
2021-05-19 01:27:33.280 | Setting up libxpm4:amd64 (1:3.5.12-1) ...
2021-05-19 01:27:33.440 | Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
2021-05-19 01:27:33.578 | Setting up libxrender1:amd64 (1:0.9.10-1) ...
2021-05-19 01:27:33.681 | Setting up libdatrie1:amd64 (0.2.12-3) ...
2021-05-19 01:27:33.852 | Setting up libyaml-dev:amd64 (0.2.2-1) ...
2021-05-19 01:27:34.000 | Setting up libfile-fcntllock-perl (0.22-3build4) ...
2021-05-19 01:27:34.166 | Setting up libx86-1:amd64 (1.1+ds1-11) ...
2021-05-19 01:27:34.332 | Setting up libxcb-render0:amd64 (1.14-2) ...
2021-05-19 01:27:34.463 | Setting up libalgorithm-diff-perl (1.19.03-2) ...
2021-05-19 01:27:34.606 | Setting up libarchive-zip-perl (1.67-2) ...
2021-05-19 01:27:34.754 | Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ...
2021-05-19 01:27:34.931 | Setting up vbetool (1.1-4) ...
2021-05-19 01:27:35.126 | Setting up libsnmp-base (5.8+dfsg-2ubuntu2.3) ...
2021-05-19 01:27:35.314 | Setting up pm-utils (1.4.1-19) ...
2021-05-19 01:27:35.606 | Setting up unzip (6.0-25ubuntu1) ...
2021-05-19 01:27:35.783 | Setting up libdebhelper-perl (12.10ubuntu1) ...
2021-05-19 01:27:35.886 | Setting up liblab-gamut1:amd64 (2.42.2-3build2) ...
2021-05-19 01:27:36.069 | Setting up x11-common (1:7.7+19ubuntu14) ...
2021-05-19 01:27:37.272 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2021-05-19 01:27:38.023 | Setting up libsensors-config (1:3.6.0-2ubuntu1) ...
2021-05-19 01:27:38.434 | Setting up libapr1:amd64 (1.6.5-1ubuntu1) ...
2021-05-19 01:27:38.640 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
2021-05-19 01:27:38.772 | Setting up m4 (1.4.18-4) ...
2021-05-19 01:27:38.892 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ...
2021-05-19 01:27:39.314 | Setting up libobjc4:amd64 (10.2.0-5ubuntu1~20.04) ...
2021-05-19 01:27:39.474 | Setting up libxcb-shm0:amd64 (1.14-2) ...
2021-05-19 01:27:39.651 | Setting up iputils-arping (3:20190709-3) ...
2021-05-19 01:27:39.852 | Setting up libffi-dev:amd64 (3.3-4) ...
2021-05-19 01:27:40.080 | Setting up conntrack (1:1.4.5-2) ...
2021-05-19 01:27:40.263 | Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ...
2021-05-19 01:27:40.412 | Setting up python3-wheel (0.34.2-1) ...
2021-05-19 01:27:40.794 | Setting up libjbig0:amd64 (2.1-3.1build1) ...
2021-05-19 01:27:40.920 | Setting up open-iscsi (2.0.874-7.1ubuntu6.2) ...
2021-05-19 01:27:41.391 | grep: /lib/modules-load.d/open-iscsi.conf: No such file or directory
2021-05-19 01:27:43.617 | Setting up memcached (1.5.22-2ubuntu0.1) ...
2021-05-19 01:27:45.310 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service.
2021-05-19 01:27:46.051 | Setting up libfakeroot:amd64 (1.24-1) ...
2021-05-19 01:27:46.274 | Setting up libjansson4:amd64 (2.12-1build1) ...
2021-05-19 01:27:46.382 | Setting up acl (2.2.53-6) ...
2021-05-19 01:27:46.508 | Setting up dns-root-data (2019052802) ...
2021-05-19 01:27:46.651 | Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ...
2021-05-19 01:27:46.823 | Setting up fakeroot (1.24-1) ...
2021-05-19 01:27:46.940 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
2021-05-19 01:27:47.034 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
2021-05-19 01:27:47.177 | Setting up python3-mysqldb (1.4.4-2build1) ...
2021-05-19 01:27:47.583 | Setting up libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
2021-05-19 01:27:47.697 | Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ...
2021-05-19 01:27:47.851 | Setting up autotools-dev (20180224.1) ...
2021-05-19 01:27:48.011 | Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ...
2021-05-19 01:27:48.948 | Setting up libz3-4:amd64 (4.8.7-4build1) ...
2021-05-19 01:27:49.062 | Setting up libsasl2-dev (2.1.27+dfsg-2) ...
2021-05-19 01:27:49.211 | Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ...
2021-05-19 01:27:49.371 | Setting up make (4.2.1-1.2) ...
2021-05-19 01:27:49.520 | Setting up libnspr4:amd64 (2:4.25-1) ...
2021-05-19 01:27:49.611 | Setting up ssl-cert (1.0.39) ...
2021-05-19 01:27:50.497 | Setting up libidn11:amd64 (1.33-2.2ubuntu2) ...
2021-05-19 01:27:50.611 | Setting up libclang1-10 (1:10.0.0-4ubuntu1) ...
2021-05-19 01:27:50.743 | Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.1) ...
2021-05-19 01:27:50.879 | Setting up libpathplan4:amd64 (2.42.2-3build2) ...
2021-05-19 01:27:50.976 | Setting up ebtables (2.0.11-3build1) ...
2021-05-19 01:27:51.640 | Setting up socat (1.7.3.3-2) ...
2021-05-19 01:27:51.782 | Setting up libann0 (1.1.2+doc-7build1) ...
2021-05-19 01:27:51.925 | Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ...
2021-05-19 01:27:52.085 | Setting up postgresql-common (214ubuntu0.1) ...
2021-05-19 01:27:53.143 | Adding user postgres to group ssl-cert
2021-05-19 01:27:53.432 | 
2021-05-19 01:27:53.432 | Creating config file /etc/postgresql-common/createcluster.conf with new version
2021-05-19 01:27:53.625 | Building PostgreSQL dictionaries from installed myspell/hunspell packages...
2021-05-19 01:27:53.625 | Removing obsolete dictionary files:
2021-05-19 01:27:54.217 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service.
2021-05-19 01:27:55.462 | Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.3) ...
2021-05-19 01:27:55.599 | Setting up autopoint (0.19.8.1-10build1) ...
2021-05-19 01:27:55.788 | Setting up binfmt-support (2.2.0-2) ...
2021-05-19 01:27:56.180 | Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service.
2021-05-19 01:27:57.296 | Setting up libwebp6:amd64 (0.6.1-2) ...
2021-05-19 01:27:57.445 | Setting up libcroco3:amd64 (0.6.13-1) ...
2021-05-19 01:27:57.599 | Setting up icu-devtools (66.1-2ubuntu2) ...
2021-05-19 01:27:57.696 | Setting up fonts-dejavu-core (2.37-1) ...
2021-05-19 01:27:58.256 | Setting up libnetfilter-queue1 (1.0.3-1) ...
2021-05-19 01:27:58.394 | Setting up lsscsi (0.30-0.1) ...
2021-05-19 01:27:58.525 | Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1) ...
2021-05-19 01:27:58.662 | Setting up g++-9 (9.3.0-17ubuntu1~20.04) ...
2021-05-19 01:27:58.793 | Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ...
2021-05-19 01:27:58.936 | Setting up libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
2021-05-19 01:27:59.073 | Setting up libdpkg-perl (1.19.7ubuntu3) ...
2021-05-19 01:27:59.199 | Setting up autoconf (2.69-11.1) ...
2021-05-19 01:27:59.399 | Setting up liberasurecode1:amd64 (1.6.1-4) ...
2021-05-19 01:27:59.605 | Setting up g++ (4:9.3.0-1ubuntu2) ...
2021-05-19 01:27:59.719 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
2021-05-19 01:27:59.805 | Setting up dwz (0.13-5) ...
2021-05-19 01:27:59.977 | Setting up libsctp1:amd64 (1.0.18+dfsg-1) ...
2021-05-19 01:28:00.125 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ...
2021-05-19 01:28:00.296 | Setting up libipset13:amd64 (7.5-1~exp1) ...
2021-05-19 01:28:00.496 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build3) ...
2021-05-19 01:28:00.668 | Setting up vlan (2.0.4ubuntu1.20.04.1) ...
2021-05-19 01:28:01.051 | Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ...
2021-05-19 01:28:01.239 | Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ...
2021-05-19 01:28:01.456 | Setting up libarchive-cpio-perl (0.10-1) ...
2021-05-19 01:28:01.662 | Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ...
2021-05-19 01:28:01.810 | Setting up fonts-liberation (1:1.07.4-11) ...
2021-05-19 01:28:01.936 | Setting up libnl-3-200:amd64 (3.4.0-1) ...
2021-05-19 01:28:02.256 | Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ...
2021-05-19 01:28:02.445 | Setting up pcp-conf (5.0.3-1) ...
2021-05-19 01:28:02.719 | Setting up libc6-i386 (2.31-0ubuntu9.2) ...
2021-05-19 01:28:02.959 | Setting up libsub-override-perl (0.09-2) ...
2021-05-19 01:28:03.148 | Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ...
2021-05-19 01:28:03.382 | Setting up libthai-data (0.1.28-3) ...
2021-05-19 01:28:03.571 | Setting up python-pip-whl (20.0.2-5ubuntu1.4) ...
2021-05-19 01:28:03.702 | Setting up libcdt5:amd64 (2.42.2-3build2) ...
2021-05-19 01:28:03.908 | Setting up libcgraph6:amd64 (2.42.2-3build2) ...
2021-05-19 01:28:04.102 | Setting up apache2-data (2.4.41-4ubuntu3.1) ...
2021-05-19 01:28:04.268 | Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ...
2021-05-19 01:28:04.462 | Setting up libjs-jquery (3.3.1~dfsg-3) ...
2021-05-19 01:28:04.679 | Setting up sharutils (1:4.15.2-4build1) ...
2021-05-19 01:28:04.862 | Setting up ipset (7.5-1~exp1) ...
2021-05-19 01:28:05.067 | Setting up conntrackd (1:1.4.5-2) ...
2021-05-19 01:28:06.545 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service.
2021-05-19 01:28:06.959 | Setting up libsys-hostname-long-perl (1.5-1) ...
2021-05-19 01:28:07.091 | Setting up libalgorithm-diff-xs-perl (0.04-6) ...
2021-05-19 01:28:07.244 | Setting up libicu-dev:amd64 (66.1-2ubuntu2) ...
2021-05-19 01:28:07.479 | Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.6) ...
2021-05-19 01:28:07.645 | Setting up sqlite3 (3.31.1-4ubuntu0.2) ...
2021-05-19 01:28:07.765 | Setting up libmysqlclient-dev (8.0.25-0ubuntu0.20.04.1) ...
2021-05-19 01:28:07.925 | Setting up libalgorithm-merge-perl (0.08-3) ...
2021-05-19 01:28:08.085 | Setting up libaprutil1:amd64 (1.6.1-4ubuntu2) ...
2021-05-19 01:28:08.256 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
2021-05-19 01:28:08.439 | Setting up automake (1:1.16.1-4ubuntu6) ...
2021-05-19 01:28:08.563 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
2021-05-19 01:28:08.656 | Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
2021-05-19 01:28:08.828 | Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ...
2021-05-19 01:28:09.010 | Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ...
2021-05-19 01:28:09.181 | Setting up libgts-bin (0.7.6+darcs121130-4) ...
2021-05-19 01:28:09.342 | Setting up libz3-dev:amd64 (4.8.7-4build1) ...
2021-05-19 01:28:09.524 | Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ...
2021-05-19 01:28:09.690 | Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ...
2021-05-19 01:28:09.907 | Setting up gettext (0.19.8.1-10build1) ...
2021-05-19 01:28:10.119 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ...
2021-05-19 01:28:10.285 | Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ...
2021-05-19 01:28:10.473 | Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ...
2021-05-19 01:28:10.673 | Setting up libtool (2.4.6-14) ...
2021-05-19 01:28:10.873 | Setting up fontconfig-config (2.13.1-2ubuntu3) ...
2021-05-19 01:28:13.296 | Setting up libpq5:amd64 (12.6-0ubuntu0.20.04.1) ...
2021-05-19 01:28:13.439 | Setting up haproxy (2.0.13-2ubuntu0.1) ...
2021-05-19 01:28:14.913 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service.
2021-05-19 01:28:16.084 | Setting up libpq-dev (12.6-0ubuntu0.20.04.1) ...
2021-05-19 01:28:16.307 | Setting up libnss3:amd64 (2:3.49.1-1ubuntu1.5) ...
2021-05-19 01:28:16.484 | Setting up libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ...
2021-05-19 01:28:16.661 | Setting up dnsmasq-base (2.80-1.1ubuntu1.3) ...
2021-05-19 01:28:17.439 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ...
2021-05-19 01:28:17.616 | Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ...
2021-05-19 01:28:17.804 | Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ...
2021-05-19 01:28:18.044 | Setting up dpkg-dev (1.19.7ubuntu3) ...
2021-05-19 01:28:18.364 | Setting up intltool-debian (0.35.0+20060710.5) ...
2021-05-19 01:28:18.559 | Setting up libnl-route-3-200:amd64 (3.4.0-1) ...
2021-05-19 01:28:18.724 | Setting up libmail-sendmail-perl (0.80-1) ...
2021-05-19 01:28:18.970 | Setting up libltdl-dev:amd64 (2.4.6-14) ...
2021-05-19 01:28:19.187 | Setting up libthai0:amd64 (0.1.28-3) ...
2021-05-19 01:28:19.370 | Setting up libxml2-dev:amd64 (2.9.10+dfsg-5) ...
2021-05-19 01:28:19.582 | Setting up postgresql-client-12 (12.6-0ubuntu0.20.04.1) ...
2021-05-19 01:28:20.311 | update-alternatives: using /usr/share/postgresql/12/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode
2021-05-19 01:28:20.473 | Setting up lib32gcc-s1 (10.2.0-5ubuntu1~20.04) ...
2021-05-19 01:28:20.667 | Setting up lib32stdc++6 (10.2.0-5ubuntu1~20.04) ...
2021-05-19 01:28:20.833 | Setting up liberasurecode-dev:amd64 (1.6.1-4) ...
2021-05-19 01:28:21.022 | Setting up python3.8-venv (3.8.5-1~20.04.2) ...
2021-05-19 01:28:21.278 | Setting up libjs-jquery-metadata (12-1.1) ...
2021-05-19 01:28:21.444 | Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ...
2021-05-19 01:28:21.599 | Setting up pkg-config (0.29.1-0ubuntu4) ...
2021-05-19 01:28:21.896 | Setting up python3-pip (20.0.2-5ubuntu1.4) ...
2021-05-19 01:28:22.496 | Setting up dh-strip-nondeterminism (1.7.0-1) ...
2021-05-19 01:28:22.667 | Setting up libgvpr2:amd64 (2.42.2-3build2) ...
2021-05-19 01:28:22.855 | Setting up libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ...
2021-05-19 01:28:23.033 | Setting up libnl-genl-3-200:amd64 (3.4.0-1) ...
2021-05-19 01:28:23.176 | Setting up build-essential (12.8ubuntu1.1) ...
2021-05-19 01:28:23.318 | Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.1) ...
2021-05-19 01:28:23.467 | Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ...
2021-05-19 01:28:23.610 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ...
2021-05-19 01:28:23.753 | Setting up libsm6:amd64 (2:1.2.3-1) ...
2021-05-19 01:28:23.884 | Setting up apache2-utils (2.4.41-4ubuntu3.1) ...
2021-05-19 01:28:23.998 | Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ...
2021-05-19 01:28:24.170 | Setting up ipvsadm (1:1.31-1) ...
2021-05-19 01:28:25.330 | Setting up libibverbs1:amd64 (28.0-1ubuntu1) ...
2021-05-19 01:28:25.747 | Setting up fontconfig (2.13.1-2ubuntu3) ...
2021-05-19 01:28:27.943 | Regenerating fonts cache... done.
2021-05-19 01:28:28.016 | Setting up libpcp3 (5.0.3-1) ...
2021-05-19 01:28:28.136 | Setting up libpcp-pmda3 (5.0.3-1) ...
2021-05-19 01:28:28.272 | Setting up libxslt1-dev:amd64 (1.1.34-4) ...
2021-05-19 01:28:28.427 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ...
2021-05-19 01:28:29.307 | Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ...
2021-05-19 01:28:29.484 | Setting up keepalived (1:2.0.19-2) ...
2021-05-19 01:28:30.720 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service.
2021-05-19 01:28:31.501 | Setting up po-debconf (1.0.21) ...
2021-05-19 01:28:31.661 | Setting up llvm-10 (1:10.0.0-4ubuntu1) ...
2021-05-19 01:28:31.810 | Setting up libpcp-trace2 (5.0.3-1) ...
2021-05-19 01:28:31.952 | Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ...
2021-05-19 01:28:32.130 | Setting up libpcp-pmda-perl (5.0.3-1) ...
2021-05-19 01:28:32.318 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ...
2021-05-19 01:28:32.501 | Setting up libpcp-gui2 (5.0.3-1) ...
2021-05-19 01:28:32.678 | Setting up apache2-bin (2.4.41-4ubuntu3.1) ...
2021-05-19 01:28:32.901 | Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ...
2021-05-19 01:28:33.124 | Setting up libpcp-web1 (5.0.3-1) ...
2021-05-19 01:28:33.318 | Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ...
2021-05-19 01:28:33.518 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ...
2021-05-19 01:28:33.678 | Setting up python3-venv (3.8.2-0ubuntu2) ...
2021-05-19 01:28:33.827 | Setting up libpcp-mmv1 (5.0.3-1) ...
2021-05-19 01:28:34.004 | Setting up libapr1-dev (1.6.5-1ubuntu1) ...
2021-05-19 01:28:34.119 | Setting up libgd3:amd64 (2.2.5-5.2ubuntu2) ...
2021-05-19 01:28:34.284 | Setting up libxt6:amd64 (1:1.1.5-1) ...
2021-05-19 01:28:34.438 | Setting up libaprutil1-dev (1.6.1-4ubuntu2) ...
2021-05-19 01:28:34.581 | Setting up clang-10 (1:10.0.0-4ubuntu1) ...
2021-05-19 01:28:34.690 | Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ...
2021-05-19 01:28:34.838 | Setting up postgresql-server-dev-12 (12.6-0ubuntu0.20.04.1) ...
2021-05-19 01:28:34.947 | Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ...
2021-05-19 01:28:35.107 | Setting up libpcp-import1 (5.0.3-1) ...
2021-05-19 01:28:35.353 | Setting up librdmacm1:amd64 (28.0-1ubuntu1) ...
2021-05-19 01:28:35.472 | Setting up librados2 (15.2.8-0ubuntu0.20.04.1) ...
2021-05-19 01:28:35.581 | Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ...
2021-05-19 01:28:35.672 | Setting up apache2 (2.4.41-4ubuntu3.1) ...
2021-05-19 01:28:43.451 | Enabling module mpm_event.
2021-05-19 01:28:43.515 | Enabling module authz_core.
2021-05-19 01:28:43.520 | Enabling module authz_host.
2021-05-19 01:28:43.580 | Enabling module authn_core.
2021-05-19 01:28:43.585 | Enabling module auth_basic.
2021-05-19 01:28:43.645 | Enabling module access_compat.
2021-05-19 01:28:43.705 | Enabling module authn_file.
2021-05-19 01:28:43.764 | Enabling module authz_user.
2021-05-19 01:28:43.828 | Enabling module alias.
2021-05-19 01:28:43.887 | Enabling module dir.
2021-05-19 01:28:43.946 | Enabling module autoindex.
2021-05-19 01:28:44.005 | Enabling module env.
2021-05-19 01:28:44.064 | Enabling module mime.
2021-05-19 01:28:44.123 | Enabling module negotiation.
2021-05-19 01:28:44.182 | Enabling module setenvif.
2021-05-19 01:28:44.241 | Enabling module filter.
2021-05-19 01:28:44.300 | Enabling module deflate.
2021-05-19 01:28:44.360 | Enabling module status.
2021-05-19 01:28:44.420 | Enabling module reqtimeout.
2021-05-19 01:28:44.479 | Enabling conf charset.
2021-05-19 01:28:44.538 | Enabling conf localized-error-pages.
2021-05-19 01:28:44.598 | Enabling conf other-vhosts-access-log.
2021-05-19 01:28:44.657 | Enabling conf security.
2021-05-19 01:28:44.717 | Enabling conf serve-cgi-bin.
2021-05-19 01:28:44.776 | Enabling site 000-default.
2021-05-19 01:28:44.827 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common
2021-05-19 01:28:44.883 | Enabling conf javascript-common.
2021-05-19 01:28:45.140 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service.
2021-05-19 01:28:45.738 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service.
2021-05-19 01:28:48.495 | Setting up libxaw7:amd64 (2:1.0.13-1) ...
2021-05-19 01:28:48.655 | Setting up python3-pcp (5.0.3-1) ...
2021-05-19 01:28:49.118 | Setting up libgvc6 (2.42.2-3build2) ...
2021-05-19 01:28:49.249 | Setting up librbd1 (15.2.8-0ubuntu0.20.04.1) ...
2021-05-19 01:28:49.346 | Setting up libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.1) ...
2021-05-19 01:28:49.478 | Setting up libiscsi7:amd64 (1.18.0-2) ...
2021-05-19 01:28:49.621 | Setting up postgresql-server-dev-all (214ubuntu0.1) ...
2021-05-19 01:28:49.768 | Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.16) ...
2021-05-19 01:28:49.912 | Setting up graphviz (2.42.2-3build2) ...
2021-05-19 01:28:50.067 | Setting up pcp (5.0.3-1) ...
2021-05-19 01:28:53.285 | Created symlink /etc/systemd/system/multi-user.target.wants/pmcd.service → /lib/systemd/system/pmcd.service.
2021-05-19 01:28:53.710 | Created symlink /etc/systemd/system/multi-user.target.wants/pmlogger.service → /lib/systemd/system/pmlogger.service.
2021-05-19 01:28:54.139 | Created symlink /etc/systemd/system/multi-user.target.wants/pmie.service → /lib/systemd/system/pmie.service.
2021-05-19 01:28:54.560 | Created symlink /etc/systemd/system/multi-user.target.wants/pmproxy.service → /lib/systemd/system/pmproxy.service.
2021-05-19 01:29:11.329 | Setting up qemu-utils (1:4.2-3ubuntu6.16) ...
2021-05-19 01:29:11.484 | Setting up debhelper (12.10ubuntu1) ...
2021-05-19 01:29:11.627 | Setting up dh-autoreconf (19) ...
2021-05-19 01:29:11.781 | Setting up apache2-dev (2.4.41-4ubuntu3.1) ...
2021-05-19 01:29:11.935 | Processing triggers for mime-support (3.64ubuntu1) ...
2021-05-19 01:29:12.055 | Processing triggers for initramfs-tools (0.136ubuntu6.4) ...
2021-05-19 01:29:12.209 | update-initramfs: Generating /boot/initrd.img-5.4.0-72-generic
2021-05-19 01:29:25.415 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
2021-05-19 01:29:25.564 | Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ...
2021-05-19 01:29:26.066 | Processing triggers for ufw (0.36-6) ...
2021-05-19 01:29:26.312 | Processing triggers for systemd (245.4-4ubuntu3.6) ...
2021-05-19 01:29:26.785 | Processing triggers for man-db (2.9.1-1) ...
2021-05-19 01:29:50.637 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ...
2021-05-19 01:29:50.746 | Processing triggers for install-info (6.7.0.dfsg.2-5) ...
2021-05-19 01:29:54.145 | ++ functions-common:apt_get:1113            :   result=0
2021-05-19 01:29:54.147 | ++ functions-common:apt_get:1116            :   time_stop apt-get
2021-05-19 01:29:54.149 | ++ functions-common:time_stop:2304          :   local name
2021-05-19 01:29:54.151 | ++ functions-common:time_stop:2305          :   local end_time
2021-05-19 01:29:54.154 | ++ functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:29:54.156 | ++ functions-common:time_stop:2307          :   local total
2021-05-19 01:29:54.158 | ++ functions-common:time_stop:2308          :   local start_time
2021-05-19 01:29:54.160 | ++ functions-common:time_stop:2310          :   name=apt-get
2021-05-19 01:29:54.162 | ++ functions-common:time_stop:2311          :   start_time=1621387496050
2021-05-19 01:29:54.164 | ++ functions-common:time_stop:2313          :   [[ -z 1621387496050 ]]
2021-05-19 01:29:54.167 | +++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:29:54.171 | ++ functions-common:time_stop:2316          :   end_time=1621387794168
2021-05-19 01:29:54.173 | ++ functions-common:time_stop:2317          :   elapsed_time=298118
2021-05-19 01:29:54.175 | ++ functions-common:time_stop:2318          :   total=673
2021-05-19 01:29:54.177 | ++ functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:29:54.179 | ++ functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=298791
2021-05-19 01:29:54.181 | ++ functions-common:apt_get:1117            :   return 0
2021-05-19 01:29:54.184 | ++ tools/install_prereqs.sh:source:74       :   [[ -n False ]]
2021-05-19 01:29:54.186 | ++ tools/install_prereqs.sh:source:74       :   [[ False != \F\a\l\s\e ]]
2021-05-19 01:29:54.189 | ++ tools/install_prereqs.sh:source:88       :   date +%s
2021-05-19 01:29:54.193 | ++ tools/install_prereqs.sh:source:89       :   date
2021-05-19 01:29:54.197 | + ./stack.sh:main:755                      :   [[ False != \T\r\u\e ]]
2021-05-19 01:29:54.199 | + ./stack.sh:main:756                      :   PYPI_ALTERNATIVE_URL=
2021-05-19 01:29:54.202 | + ./stack.sh:main:756                      :   /home/ubuntu/devstack/tools/install_pip.sh
2021-05-19 01:29:55.498 | + tools/install_pip.sh:main:25             :   FILES=/home/ubuntu/devstack/files
2021-05-19 01:29:55.500 | + tools/install_pip.sh:main:40             :   PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
2021-05-19 01:29:55.502 | ++ tools/install_pip.sh:main:41             :   basename https://bootstrap.pypa.io/get-pip.py
2021-05-19 01:29:55.506 | + tools/install_pip.sh:main:41             :   LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py
2021-05-19 01:29:55.508 | + tools/install_pip.sh:main:43             :   GetDistro
2021-05-19 01:29:55.509 | + functions-common:GetDistro:373           :   GetOSVersion
2021-05-19 01:29:55.511 | + functions-common:GetOSVersion:350        :   _ensure_lsb_release
2021-05-19 01:29:55.514 | ++ functions-common:_ensure_lsb_release:327 :   command -v lsb_release
2021-05-19 01:29:55.516 | + functions-common:_ensure_lsb_release:327 :   [[ -x /usr/bin/lsb_release ]]
2021-05-19 01:29:55.517 | + functions-common:_ensure_lsb_release:328 :   return
2021-05-19 01:29:55.519 | ++ functions-common:GetOSVersion:352        :   lsb_release -r -s
2021-05-19 01:29:55.583 | + functions-common:GetOSVersion:352        :   os_RELEASE=20.04
2021-05-19 01:29:55.585 | ++ functions-common:GetOSVersion:353        :   lsb_release -c -s
2021-05-19 01:29:55.647 | + functions-common:GetOSVersion:353        :   os_CODENAME=focal
2021-05-19 01:29:55.649 | ++ functions-common:GetOSVersion:354        :   lsb_release -i -s
2021-05-19 01:29:55.712 | + functions-common:GetOSVersion:354        :   os_VENDOR=Ubuntu
2021-05-19 01:29:55.714 | + functions-common:GetOSVersion:356        :   [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]]
2021-05-19 01:29:55.716 | + functions-common:GetOSVersion:357        :   os_PACKAGE=deb
2021-05-19 01:29:55.717 | + functions-common:GetOSVersion:362        :   typeset -xr os_VENDOR
2021-05-19 01:29:55.719 | + functions-common:GetOSVersion:363        :   typeset -xr os_RELEASE
2021-05-19 01:29:55.721 | + functions-common:GetOSVersion:364        :   typeset -xr os_PACKAGE
2021-05-19 01:29:55.723 | + functions-common:GetOSVersion:365        :   typeset -xr os_CODENAME
2021-05-19 01:29:55.725 | + functions-common:GetDistro:375           :   [[ Ubuntu =~ (Ubuntu) ]]
2021-05-19 01:29:55.727 | + functions-common:GetDistro:378           :   DISTRO=focal
2021-05-19 01:29:55.729 | + functions-common:GetDistro:422           :   typeset -xr DISTRO
2021-05-19 01:29:55.731 | + tools/install_pip.sh:main:44             :   echo 'Distro: focal'
2021-05-19 01:29:55.731 | Distro: focal
2021-05-19 01:29:55.733 | + tools/install_pip.sh:main:127            :   get_versions
2021-05-19 01:29:55.735 | ++ tools/install_pip.sh:get_versions:49     :   which pip
2021-05-19 01:29:55.739 | + tools/install_pip.sh:get_versions:49     :   PIP=/usr/local/bin/pip
2021-05-19 01:29:55.741 | + tools/install_pip.sh:get_versions:50     :   [[ -n /usr/local/bin/pip ]]
2021-05-19 01:29:55.744 | ++ tools/install_pip.sh:get_versions:51     :   /usr/local/bin/pip --version
2021-05-19 01:29:55.744 | ++ tools/install_pip.sh:get_versions:51     :   awk '{ print $2}'
2021-05-19 01:29:56.123 | + tools/install_pip.sh:get_versions:51     :   PIP_VERSION=20.2.2
2021-05-19 01:29:56.125 | + tools/install_pip.sh:get_versions:52     :   echo 'pip: 20.2.2'
2021-05-19 01:29:56.125 | pip: 20.2.2
2021-05-19 01:29:56.127 | + tools/install_pip.sh:get_versions:57     :   python3.8 -m pip --version
2021-05-19 01:29:56.479 | pip 20.2.2 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8)
2021-05-19 01:29:56.500 | + tools/install_pip.sh:main:129            :   [[ -n '' ]]
2021-05-19 01:29:56.502 | + tools/install_pip.sh:main:134            :   [[ focal == focal ]]
2021-05-19 01:29:56.505 | + tools/install_pip.sh:main:135            :   exit 0
2021-05-19 01:29:56.508 | + ./stack.sh:main:760                      :   source /home/ubuntu/devstack/tools/fixup_stuff.sh
2021-05-19 01:29:56.510 | ++ tools/fixup_stuff.sh:source:12           :   [[ -z /home/ubuntu/devstack ]]
2021-05-19 01:29:56.513 | + ./stack.sh:main:761                      :   fixup_all
2021-05-19 01:29:56.516 | + tools/fixup_stuff.sh:fixup_all:159       :   fixup_keystone
2021-05-19 01:29:56.518 | + tools/fixup_stuff.sh:fixup_keystone:39   :   keystone_ports=35357,35358
2021-05-19 01:29:56.520 | + tools/fixup_stuff.sh:fixup_keystone:44   :   sysctl net.ipv4.ip_local_reserved_ports
2021-05-19 01:29:56.530 | ++ tools/fixup_stuff.sh:fixup_keystone:46   :   sysctl net.ipv4.ip_local_reserved_ports
2021-05-19 01:29:56.531 | ++ tools/fixup_stuff.sh:fixup_keystone:46   :   sed 's/^ //'
2021-05-19 01:29:56.531 | ++ tools/fixup_stuff.sh:fixup_keystone:46   :   awk -F= '{print $2;}'
2021-05-19 01:29:56.536 | + tools/fixup_stuff.sh:fixup_keystone:46   :   reserved_ports=
2021-05-19 01:29:56.538 | + tools/fixup_stuff.sh:fixup_keystone:48   :   [[ -z '' ]]
2021-05-19 01:29:56.540 | + tools/fixup_stuff.sh:fixup_keystone:50   :   sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358
2021-05-19 01:29:56.548 | net.ipv4.ip_local_reserved_ports = 35357,35358
2021-05-19 01:29:56.551 | + tools/fixup_stuff.sh:fixup_all:160       :   fixup_fedora
2021-05-19 01:29:56.553 | + tools/fixup_stuff.sh:fixup_fedora:66     :   is_fedora
2021-05-19 01:29:56.555 | + functions-common:is_fedora:446           :   [[ -z Ubuntu ]]
2021-05-19 01:29:56.558 | + functions-common:is_fedora:450           :   '[' Ubuntu = Fedora ']'
2021-05-19 01:29:56.559 | + functions-common:is_fedora:450           :   '[' Ubuntu = 'Red Hat' ']'
2021-05-19 01:29:56.562 | + functions-common:is_fedora:451           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2021-05-19 01:29:56.564 | + functions-common:is_fedora:452           :   '[' Ubuntu = RedHatEnterprise ']'
2021-05-19 01:29:56.566 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOS ']'
2021-05-19 01:29:56.568 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOSStream ']'
2021-05-19 01:29:56.570 | + functions-common:is_fedora:454           :   '[' Ubuntu = OracleServer ']'
2021-05-19 01:29:56.572 | + functions-common:is_fedora:454           :   '[' Ubuntu = Virtuozzo ']'
2021-05-19 01:29:56.574 | + tools/fixup_stuff.sh:fixup_fedora:67     :   return
2021-05-19 01:29:56.576 | + tools/fixup_stuff.sh:fixup_all:161       :   fixup_suse
2021-05-19 01:29:56.579 | + tools/fixup_stuff.sh:fixup_suse:112      :   is_suse
2021-05-19 01:29:56.581 | + functions-common:is_suse:462             :   is_opensuse
2021-05-19 01:29:56.583 | + functions-common:is_opensuse:469         :   [[ -z Ubuntu ]]
2021-05-19 01:29:56.585 | + functions-common:is_opensuse:473         :   [[ Ubuntu =~ (openSUSE) ]]
2021-05-19 01:29:56.587 | + functions-common:is_suse:462             :   is_suse_linux_enterprise
2021-05-19 01:29:56.589 | + functions-common:is_suse_linux_enterprise:481 :   [[ -z Ubuntu ]]
2021-05-19 01:29:56.591 | + functions-common:is_suse_linux_enterprise:485 :   [[ Ubuntu =~ (^SUSE) ]]
2021-05-19 01:29:56.593 | + tools/fixup_stuff.sh:fixup_suse:113      :   return
2021-05-19 01:29:56.596 | + ./stack.sh:main:764                      :   pip_install -U os-testr
2021-05-19 01:29:56.615 | Using python 3.8 to install os-testr
2021-05-19 01:29:56.617 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr
2021-05-19 01:29:57.250 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:29:57.250 |   from cryptography.utils import int_from_bytes
2021-05-19 01:29:57.250 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:29:57.250 |   from cryptography.utils import int_from_bytes
2021-05-19 01:29:58.239 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:29:58.243 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:29:58.248 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:29:58.253 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:29:58.254 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:29:58.257 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:29:58.835 | Collecting os-testr===2.0.0
2021-05-19 01:29:58.843 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB)
2021-05-19 01:29:58.915 | Requirement already satisfied, skipping upgrade: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (2.4.0)
2021-05-19 01:29:59.017 | Collecting stestr===3.2.0
2021-05-19 01:29:59.023 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a31/9580d7aa71f73/stestr-3.2.0-py3-none-any.whl (125 kB)
2021-05-19 01:29:59.192 | Collecting python-subunit===1.4.0
2021-05-19 01:29:59.199 |   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-05-19 01:29:59.278 | Requirement already satisfied, skipping upgrade: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.6.0)
2021-05-19 01:29:59.280 | Requirement already satisfied, skipping upgrade: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) (3.0.0)
2021-05-19 01:29:59.291 | Requirement already satisfied, skipping upgrade: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (1.1.0)
2021-05-19 01:29:59.297 | Requirement already satisfied, skipping upgrade: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (1.4.0)
2021-05-19 01:29:59.300 | Requirement already satisfied, skipping upgrade: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0)
2021-05-19 01:29:59.303 | Requirement already satisfied, skipping upgrade: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (1.15.0)
2021-05-19 01:29:59.305 | Requirement already satisfied, skipping upgrade: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) (1.6.0)
2021-05-19 01:29:59.307 | Requirement already satisfied, skipping upgrade: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (5.4.1)
2021-05-19 01:29:59.399 | Collecting future===0.18.2
2021-05-19 01:29:59.407 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB)
2021-05-19 01:30:00.320 | Requirement already satisfied, skipping upgrade: voluptuous===0.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) (0.12.1)
2021-05-19 01:30:00.324 | Requirement already satisfied, skipping upgrade: cliff===3.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.7.0)
2021-05-19 01:30:00.335 | Requirement already satisfied, skipping upgrade: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 200)) (1.4.0)
2021-05-19 01:30:00.338 | Requirement already satisfied, skipping upgrade: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (1.0.0)
2021-05-19 01:30:00.340 | Requirement already satisfied, skipping upgrade: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (0.7.2)
2021-05-19 01:30:00.342 | Requirement already satisfied, skipping upgrade: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (3.3.0)
2021-05-19 01:30:00.349 | Requirement already satisfied, skipping upgrade: cmd2===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) (1.5.0)
2021-05-19 01:30:00.403 | Requirement already satisfied, skipping upgrade: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (2.4.7)
2021-05-19 01:30:00.406 | Requirement already satisfied, skipping upgrade: attrs===20.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) (20.3.0)
2021-05-19 01:30:00.446 | Requirement already satisfied, skipping upgrade: colorama===0.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (0.4.4)
2021-05-19 01:30:00.450 | Requirement already satisfied, skipping upgrade: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) (0.2.5)
2021-05-19 01:30:00.455 | Requirement already satisfied, skipping upgrade: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) (1.8.2)
2021-05-19 01:30:00.458 | Building wheels for collected packages: future
2021-05-19 01:30:00.459 |   Building wheel for future (setup.py): started
2021-05-19 01:30:01.471 |   Building wheel for future (setup.py): finished with status 'done'
2021-05-19 01:30:01.476 |   Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=fd88e5e61d7ff346d521eeb70026d9e9e7b1e4d50eab5dd8747c6ecbb4d6bc4c
2021-05-19 01:30:01.476 |   Stored in directory: /root/.cache/pip/wheels/28/5f/d3/d195feb75503b53c2d3ab6230c977e5755765d711064d2e39f
2021-05-19 01:30:01.477 | Successfully built future
2021-05-19 01:30:02.658 | Installing collected packages: python-subunit, future, stestr, os-testr
2021-05-19 01:30:03.783 | Successfully installed future-0.18.2 os-testr-2.0.0 python-subunit-1.4.0 stestr-3.2.0
2021-05-19 01:30:03.892 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:30:03.892 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:30:03.994 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:30:03.996 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:30:03.998 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:30:04.000 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:30:04.002 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:30:04.004 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:30:04.006 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:30:04.008 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:30:04.010 | + functions-common:time_stop:2311          :   start_time=1621387796610
2021-05-19 01:30:04.012 | + functions-common:time_stop:2313          :   [[ -z 1621387796610 ]]
2021-05-19 01:30:04.015 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:30:04.018 | + functions-common:time_stop:2316          :   end_time=1621387804016
2021-05-19 01:30:04.020 | + functions-common:time_stop:2317          :   elapsed_time=7406
2021-05-19 01:30:04.022 | + functions-common:time_stop:2318          :   total=0
2021-05-19 01:30:04.024 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:30:04.026 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=7406
2021-05-19 01:30:04.028 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:30:04.031 | + ./stack.sh:main:768                      :   iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0
2021-05-19 01:30:04.079 | + ./stack.sh:main:769                      :   sudo systemctl restart systemd-journald
2021-05-19 01:30:04.272 | + ./stack.sh:main:775                      :   install_infra
2021-05-19 01:30:04.275 | + lib/infra:install_infra:31               :   local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
2021-05-19 01:30:04.277 | + lib/infra:install_infra:32               :   '[' '!' -d /opt/stack/requirements/.venv ']'
2021-05-19 01:30:04.280 | + lib/infra:install_infra:32               :   python3 -m venv /opt/stack/requirements/.venv
2021-05-19 01:30:07.447 | + lib/infra:install_infra:34               :   PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
2021-05-19 01:30:07.449 | + lib/infra:install_infra:34               :   pip_install -U pbr
2021-05-19 01:30:07.474 | + inc/python:pip_install:193               :   env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr
2021-05-19 01:30:09.396 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:30:09.602 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:30:09.776 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:30:09.782 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:30:09.893 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:30:10.052 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:30:10.173 | Collecting pbr===5.6.0
2021-05-19 01:30:10.180 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c68/c661ac5cc8105/pbr-5.6.0-py2.py3-none-any.whl (111 kB)
2021-05-19 01:30:10.219 | Installing collected packages: pbr
2021-05-19 01:30:10.356 | Successfully installed pbr-5.6.0
2021-05-19 01:30:10.418 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:30:10.420 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:30:10.422 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:30:10.424 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:30:10.427 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:30:10.429 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:30:10.431 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:30:10.433 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:30:10.435 | + functions-common:time_stop:2311          :   start_time=1621387807466
2021-05-19 01:30:10.437 | + functions-common:time_stop:2313          :   [[ -z 1621387807466 ]]
2021-05-19 01:30:10.439 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:30:10.443 | + functions-common:time_stop:2316          :   end_time=1621387810440
2021-05-19 01:30:10.445 | + functions-common:time_stop:2317          :   elapsed_time=2974
2021-05-19 01:30:10.447 | + functions-common:time_stop:2318          :   total=7406
2021-05-19 01:30:10.449 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:30:10.451 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=10380
2021-05-19 01:30:10.453 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:30:10.456 | + lib/infra:install_infra:35               :   PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
2021-05-19 01:30:10.458 | + lib/infra:install_infra:35               :   pip_install /opt/stack/requirements
2021-05-19 01:30:10.480 | + inc/python:pip_install:193               :   env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements
2021-05-19 01:30:12.386 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:30:12.592 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:30:12.766 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:30:12.772 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:30:12.883 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:30:13.041 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:30:13.043 | Processing /opt/stack/requirements
2021-05-19 01:30:14.339 | Collecting fixtures===3.0.0
2021-05-19 01:30:14.346 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB)
2021-05-19 01:30:14.531 | Collecting PyYAML===5.4.1
2021-05-19 01:30:14.538 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c1/be557ee92a20f/PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB)
2021-05-19 01:30:14.709 | Collecting requests===2.25.1
2021-05-19 01:30:14.716 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c21/0084e36a42ae6/requests-2.25.1-py2.py3-none-any.whl (61 kB)
2021-05-19 01:30:14.797 | Collecting packaging===20.9
2021-05-19 01:30:14.803 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/677/14da7f7bc052e/packaging-20.9-py2.py3-none-any.whl (40 kB)
2021-05-19 01:30:14.864 | Collecting testtools===2.4.0
2021-05-19 01:30:14.870 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185 kB)
2021-05-19 01:30:14.959 | Collecting idna===2.10
2021-05-19 01:30:14.965 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58 kB)
2021-05-19 01:30:15.089 | Collecting pyparsing===2.4.7
2021-05-19 01:30:15.096 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
2021-05-19 01:30:15.145 | Collecting six===1.15.0
2021-05-19 01:30:15.151 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl (10 kB)
2021-05-19 01:30:15.179 | Collecting Parsley>=1.2
2021-05-19 01:30:15.186 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB)
2021-05-19 01:30:15.230 | Collecting beagle>=0.2.1
2021-05-19 01:30:15.236 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB)
2021-05-19 01:30:15.263 | Requirement already satisfied: pbr===5.6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.6.0)
2021-05-19 01:30:15.328 | Collecting urllib3===1.26.4
2021-05-19 01:30:15.334 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2f4/da4594db7e1e1/urllib3-1.26.4-py2.py3-none-any.whl (153 kB)
2021-05-19 01:30:15.406 | Collecting chardet===4.0.0
2021-05-19 01:30:15.412 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f86/4054d66fd9118/chardet-4.0.0-py2.py3-none-any.whl (178 kB)
2021-05-19 01:30:15.497 | Collecting certifi===2020.12.5
2021-05-19 01:30:15.504 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/719/a74fb9e33b9bd/certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
2021-05-19 01:30:15.542 | Collecting traceback2===1.4.0
2021-05-19 01:30:15.548 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB)
2021-05-19 01:30:15.577 | Collecting extras===1.0.0
2021-05-19 01:30:15.583 |   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-05-19 01:30:15.621 | Collecting unittest2===1.1.0
2021-05-19 01:30:15.628 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB)
2021-05-19 01:30:15.678 | Collecting python-mimeparse===1.6.0
2021-05-19 01:30:15.684 |   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-05-19 01:30:15.762 | Collecting cliff===3.7.0
2021-05-19 01:30:15.768 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/989/7aec5d621e652/cliff-3.7.0-py3-none-any.whl (80 kB)
2021-05-19 01:30:15.820 | Collecting linecache2===1.0.0
2021-05-19 01:30:15.826 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB)
2021-05-19 01:30:15.867 | Collecting argparse
2021-05-19 01:30:15.872 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB)
2021-05-19 01:30:15.911 | Collecting prettytable===0.7.2
2021-05-19 01:30:15.918 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB)
2021-05-19 01:30:15.999 | Collecting stevedore===3.3.0
2021-05-19 01:30:16.005 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49 kB)
2021-05-19 01:30:16.158 | Collecting cmd2===1.5.0
2021-05-19 01:30:16.166 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31a/aeb590ec7bd2c/cmd2-1.5.0-py3-none-any.whl (133 kB)
2021-05-19 01:30:16.293 | Collecting colorama===0.4.4
2021-05-19 01:30:16.299 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB)
2021-05-19 01:30:16.346 | Collecting attrs===20.3.0
2021-05-19 01:30:16.353 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49 kB)
2021-05-19 01:30:16.442 | Collecting pyperclip===1.8.2
2021-05-19 01:30:16.448 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/105/254a8b04934f0/pyperclip-1.8.2.tar.gz (20 kB)
2021-05-19 01:30:16.828 | Collecting wcwidth===0.2.5
2021-05-19 01:30:16.834 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
2021-05-19 01:30:16.854 | Building wheels for collected packages: pyperclip, openstack-requirements
2021-05-19 01:30:16.855 |   Building wheel for pyperclip (setup.py): started
2021-05-19 01:30:17.094 |   Building wheel for pyperclip (setup.py): finished with status 'error'
2021-05-19 01:30:17.095 |   ERROR: Command errored out with exit status 1:
2021-05-19 01:30:17.095 |    command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-ogke_jyt/pyperclip/setup.py'"'"'; __file__='"'"'/tmp/pip-install-ogke_jyt/pyperclip/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-a4syq4br
2021-05-19 01:30:17.095 |        cwd: /tmp/pip-install-ogke_jyt/pyperclip/
2021-05-19 01:30:17.095 |   Complete output (6 lines):
2021-05-19 01:30:17.095 |   usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
2021-05-19 01:30:17.095 |      or: setup.py --help [cmd1 cmd2 ...]
2021-05-19 01:30:17.095 |      or: setup.py --help-commands
2021-05-19 01:30:17.095 |      or: setup.py cmd --help
2021-05-19 01:30:17.095 |   
2021-05-19 01:30:17.095 |   error: invalid command 'bdist_wheel'
2021-05-19 01:30:17.095 |   ----------------------------------------
2021-05-19 01:30:17.095 |   ERROR: Failed building wheel for pyperclip
2021-05-19 01:30:17.095 |   Running setup.py clean for pyperclip
2021-05-19 01:30:17.341 |   Building wheel for openstack-requirements (setup.py): started
2021-05-19 01:30:18.099 |   Building wheel for openstack-requirements (setup.py): finished with status 'error'
2021-05-19 01:30:18.099 |   ERROR: Command errored out with exit status 1:
2021-05-19 01:30:18.099 |    command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-ioagchr0/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-ioagchr0/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-3mjaestr
2021-05-19 01:30:18.101 |        cwd: /tmp/pip-req-build-ioagchr0/
2021-05-19 01:30:18.101 |   Complete output (6 lines):
2021-05-19 01:30:18.101 |   usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
2021-05-19 01:30:18.101 |      or: setup.py --help [cmd1 cmd2 ...]
2021-05-19 01:30:18.101 |      or: setup.py --help-commands
2021-05-19 01:30:18.101 |      or: setup.py cmd --help
2021-05-19 01:30:18.101 |   
2021-05-19 01:30:18.101 |   error: invalid command 'bdist_wheel'
2021-05-19 01:30:18.101 |   ----------------------------------------
2021-05-19 01:30:18.101 |   ERROR: Failed building wheel for openstack-requirements
2021-05-19 01:30:18.101 |   Running setup.py clean for openstack-requirements
2021-05-19 01:30:18.859 | Failed to build pyperclip openstack-requirements
2021-05-19 01:30:19.077 | Installing collected packages: chardet, certifi, attrs, linecache2, traceback2, extras, six, argparse, unittest2, python-mimeparse, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, pyparsing, stevedore, colorama, pyperclip, cmd2, cliff, packaging, Parsley, beagle, openstack-requirements
2021-05-19 01:30:20.850 |     Running setup.py install for pyperclip: started
2021-05-19 01:30:21.249 |     Running setup.py install for pyperclip: finished with status 'done'
2021-05-19 01:30:21.752 |     Running setup.py install for openstack-requirements: started
2021-05-19 01:30:23.914 |     Running setup.py install for openstack-requirements: finished with status 'done'
2021-05-19 01:30:23.951 | Successfully installed Parsley-1.3 PyYAML-5.4.1 argparse-1.4.0 attrs-20.3.0 beagle-0.3.0 certifi-2020.12.5 chardet-4.0.0 cliff-3.7.0 cmd2-1.5.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-2.10 linecache2-1.0.0 openstack-requirements-1.2.1.dev4562 packaging-20.9 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.2 python-mimeparse-1.6.0 requests-2.25.1 six-1.15.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.26.4 wcwidth-0.2.5
2021-05-19 01:30:24.086 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:30:24.088 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:30:24.090 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:30:24.092 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:30:24.094 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:30:24.096 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:30:24.099 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:30:24.101 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:30:24.103 | + functions-common:time_stop:2311          :   start_time=1621387810472
2021-05-19 01:30:24.105 | + functions-common:time_stop:2313          :   [[ -z 1621387810472 ]]
2021-05-19 01:30:24.108 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:30:24.112 | + functions-common:time_stop:2316          :   end_time=1621387824109
2021-05-19 01:30:24.114 | + functions-common:time_stop:2317          :   elapsed_time=13637
2021-05-19 01:30:24.116 | + functions-common:time_stop:2318          :   total=10380
2021-05-19 01:30:24.118 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:30:24.120 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=24017
2021-05-19 01:30:24.122 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:30:24.124 | + lib/infra:install_infra:39               :   unset PIP_VIRTUAL_ENV
2021-05-19 01:30:24.126 | + lib/infra:install_infra:42               :   use_library_from_git pbr
2021-05-19 01:30:24.129 | + inc/python:use_library_from_git:250      :   local name=pbr
2021-05-19 01:30:24.131 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:30:24.133 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:30:24.136 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,pbr, ]]
2021-05-19 01:30:24.138 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:30:24.140 | + lib/infra:install_infra:48               :   pip_install -U pbr
2021-05-19 01:30:24.163 | Using python 3.8 to install pbr
2021-05-19 01:30:24.165 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr
2021-05-19 01:30:24.795 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:30:24.795 |   from cryptography.utils import int_from_bytes
2021-05-19 01:30:24.796 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:30:24.796 |   from cryptography.utils import int_from_bytes
2021-05-19 01:30:25.792 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:30:25.796 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:30:25.802 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:30:25.807 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:30:25.807 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:30:25.810 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:30:26.317 | Requirement already up-to-date: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.6.0)
2021-05-19 01:30:27.724 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:30:27.724 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:30:27.795 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:30:27.798 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:30:27.800 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:30:27.802 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:30:27.804 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:30:27.806 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:30:27.808 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:30:27.810 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:30:27.812 | + functions-common:time_stop:2311          :   start_time=1621387824157
2021-05-19 01:30:27.814 | + functions-common:time_stop:2313          :   [[ -z 1621387824157 ]]
2021-05-19 01:30:27.816 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:30:27.820 | + functions-common:time_stop:2316          :   end_time=1621387827818
2021-05-19 01:30:27.822 | + functions-common:time_stop:2317          :   elapsed_time=3661
2021-05-19 01:30:27.824 | + functions-common:time_stop:2318          :   total=24017
2021-05-19 01:30:27.826 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:30:27.828 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=27678
2021-05-19 01:30:27.830 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:30:27.833 | + ./stack.sh:main:778                      :   python3 -m venv /opt/stack/bindep-venv
2021-05-19 01:30:30.892 | + ./stack.sh:main:780                      :   /opt/stack/bindep-venv/bin/pip install bindep
2021-05-19 01:30:32.657 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:30:33.175 | Collecting bindep
2021-05-19 01:30:33.183 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0e7/df0a527c159ff/bindep-2.9.0-py2.py3-none-any.whl (32 kB)
2021-05-19 01:30:33.308 | Collecting pbr>=2.0.0
2021-05-19 01:30:33.314 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c68/c661ac5cc8105/pbr-5.6.0-py2.py3-none-any.whl (111 kB)
2021-05-19 01:30:33.692 | Collecting distro
2021-05-19 01:30:33.700 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl (18 kB)
2021-05-19 01:30:33.725 | Collecting Parsley
2021-05-19 01:30:33.730 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB)
2021-05-19 01:30:33.767 | Installing collected packages: pbr, distro, Parsley, bindep
2021-05-19 01:30:34.198 | Successfully installed Parsley-1.3 bindep-2.9.0 distro-1.5.0 pbr-5.6.0
2021-05-19 01:30:34.267 | + ./stack.sh:main:781                      :   export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep
2021-05-19 01:30:34.269 | + ./stack.sh:main:781                      :   BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep
2021-05-19 01:30:34.273 | ++ ./stack.sh:main:784                      :   _get_plugin_bindep_packages
2021-05-19 01:30:34.289 | + ./stack.sh:main:784                      :   pkgs=
2021-05-19 01:30:34.291 | + ./stack.sh:main:785                      :   [[ -n '' ]]
2021-05-19 01:30:34.294 | + ./stack.sh:main:792                      :   run_phase stack pre-install
2021-05-19 01:30:34.296 | + functions-common:run_phase:1732          :   local mode=stack
2021-05-19 01:30:34.298 | + functions-common:run_phase:1733          :   local phase=pre-install
2021-05-19 01:30:34.301 | + functions-common:run_phase:1734          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2021-05-19 01:30:34.304 | + functions-common:run_phase:1735          :   local extra_plugin_file_name
2021-05-19 01:30:34.306 | + functions-common:run_phase:1736          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2021-05-19 01:30:34.308 | + functions-common:run_phase:1741          :   local exceptions=80-tempest.sh
2021-05-19 01:30:34.311 | + functions-common:run_phase:1742          :   local extra
2021-05-19 01:30:34.313 | ++ functions-common:run_phase:1743          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2021-05-19 01:30:34.318 | + functions-common:run_phase:1743          :   extra=80-tempest.sh
2021-05-19 01:30:34.320 | + functions-common:run_phase:1744          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2021-05-19 01:30:34.322 | + functions-common:run_phase:1748          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2021-05-19 01:30:34.324 | + functions-common:run_phase:1748          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install
2021-05-19 01:30:34.326 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2021-05-19 01:30:34.342 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:30:34.344 | ++ extras.d/80-tempest.sh:source:4          :   [[ stack == \s\o\u\r\c\e ]]
2021-05-19 01:30:34.346 | ++ extras.d/80-tempest.sh:source:7          :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:30:34.348 | ++ extras.d/80-tempest.sh:source:7          :   [[ pre-install == \i\n\s\t\a\l\l ]]
2021-05-19 01:30:34.350 | ++ extras.d/80-tempest.sh:source:10         :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:30:34.352 | ++ extras.d/80-tempest.sh:source:10         :   [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]]
2021-05-19 01:30:34.354 | ++ extras.d/80-tempest.sh:source:13         :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:30:34.356 | ++ extras.d/80-tempest.sh:source:13         :   [[ pre-install == \e\x\t\r\a ]]
2021-05-19 01:30:34.358 | ++ extras.d/80-tempest.sh:source:16         :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:30:34.360 | ++ extras.d/80-tempest.sh:source:16         :   [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]]
2021-05-19 01:30:34.362 | ++ extras.d/80-tempest.sh:source:19         :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:30:34.365 | ++ extras.d/80-tempest.sh:source:19         :   [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]]
2021-05-19 01:30:34.367 | ++ extras.d/80-tempest.sh:source:27         :   [[ stack == \u\n\s\t\a\c\k ]]
2021-05-19 01:30:34.369 | ++ extras.d/80-tempest.sh:source:32         :   [[ stack == \c\l\e\a\n ]]
2021-05-19 01:30:34.371 | + functions-common:run_phase:1753          :   [[ stack == \s\o\u\r\c\e ]]
2021-05-19 01:30:34.375 | + functions-common:run_phase:1756          :   [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2021-05-19 01:30:34.378 | + functions-common:run_phase:1759          :   run_plugins stack pre-install
2021-05-19 01:30:34.381 | + functions-common:run_plugins:1718        :   local mode=stack
2021-05-19 01:30:34.383 | + functions-common:run_plugins:1719        :   local phase=pre-install
2021-05-19 01:30:34.385 | + functions-common:run_plugins:1721        :   local plugins=
2021-05-19 01:30:34.387 | + functions-common:run_plugins:1722        :   local plugin
2021-05-19 01:30:34.390 | + ./stack.sh:main:795                      :   set_systemd_override DefaultLimitNOFILE 2048
2021-05-19 01:30:34.392 | + functions:set_systemd_override:820       :   local key=DefaultLimitNOFILE
2021-05-19 01:30:34.397 | + functions:set_systemd_override:821       :   local value=2048
2021-05-19 01:30:34.400 | + functions:set_systemd_override:823       :   local sysconf=/etc/systemd/system.conf
2021-05-19 01:30:34.402 | + functions:set_systemd_override:824       :   iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048
2021-05-19 01:30:34.452 | + functions:set_systemd_override:825       :   echo 'Set systemd system override for DefaultLimitNOFILE=2048'
2021-05-19 01:30:34.452 | Set systemd system override for DefaultLimitNOFILE=2048
2021-05-19 01:30:34.454 | + functions:set_systemd_override:827       :   sudo systemctl daemon-reload
2021-05-19 01:30:34.841 | + ./stack.sh:main:797                      :   install_rpc_backend
2021-05-19 01:30:34.843 | + lib/rpc_backend:install_rpc_backend:52   :   is_service_enabled rabbit
2021-05-19 01:30:34.860 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:30:34.862 | + lib/rpc_backend:install_rpc_backend:54   :   install_package rabbitmq-server
2021-05-19 01:30:34.865 | + functions-common:install_package:1342    :   update_package_repo
2021-05-19 01:30:34.867 | + functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-05-19 01:30:34.869 | + functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-05-19 01:30:34.871 | + functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-05-19 01:30:34.874 | + functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-05-19 01:30:34.876 | + functions-common:update_package_repo:1322 :   is_ubuntu
2021-05-19 01:30:34.878 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:30:34.880 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:30:34.882 | + functions-common:update_package_repo:1323 :   apt_get_update
2021-05-19 01:30:34.885 | + functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-05-19 01:30:34.887 | + functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-05-19 01:30:34.889 | + functions-common:apt_get_update:1069     :   return
2021-05-19 01:30:34.891 | + functions-common:install_package:1343    :   real_install_package rabbitmq-server
2021-05-19 01:30:34.894 | + functions-common:real_install_package:1328 :   is_ubuntu
2021-05-19 01:30:34.896 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:30:34.898 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:30:34.901 | + functions-common:real_install_package:1329 :   apt_get install rabbitmq-server
2021-05-19 01:30:34.921 | + 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-05-19 01:30:35.024 | Reading package lists...
2021-05-19 01:30:35.251 | Building dependency tree...
2021-05-19 01:30:35.252 | Reading state information...
2021-05-19 01:30:35.486 | The following packages were automatically installed and are no longer required:
2021-05-19 01:30:35.488 |   apport-symptoms libnetplan0 python3-automat python3-blinker python3-click
2021-05-19 01:30:35.489 |   python3-colorama python3-configobj python3-constantly python3-entrypoints
2021-05-19 01:30:35.489 |   python3-hamcrest python3-hyperlink python3-incremental python3-jwt
2021-05-19 01:30:35.489 |   python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report
2021-05-19 01:30:35.489 |   python3-secretstorage python3-twisted-bin python3-wadllib
2021-05-19 01:30:35.489 |   python3-zope.interface
2021-05-19 01:30:35.489 | Use 'sudo apt autoremove' to remove them.
2021-05-19 01:30:35.489 | The following additional packages will be installed:
2021-05-19 01:30:35.489 |   erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets
2021-05-19 01:30:35.489 |   erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key
2021-05-19 01:30:35.489 |   erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp
2021-05-19 01:30:35.490 |   erlang-tools erlang-xmerl locales-all
2021-05-19 01:30:35.491 | Suggested packages:
2021-05-19 01:30:35.491 |   erlang erlang-manpages erlang-doc
2021-05-19 01:30:35.558 | The following NEW packages will be installed:
2021-05-19 01:30:35.558 |   erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets
2021-05-19 01:30:35.558 |   erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key
2021-05-19 01:30:35.558 |   erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp
2021-05-19 01:30:35.559 |   erlang-tools erlang-xmerl locales-all rabbitmq-server
2021-05-19 01:30:35.950 | 0 upgraded, 19 newly installed, 0 to remove and 29 not upgraded.
2021-05-19 01:30:35.951 | Need to get 38.1 MB of archives.
2021-05-19 01:30:35.951 | After this operation, 276 MB of additional disk space will be used.
2021-05-19 01:30:35.951 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-base amd64 1:22.2.7+dfsg-1 [8,063 kB]
2021-05-19 01:30:37.584 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-asn1 amd64 1:22.2.7+dfsg-1 [712 kB]
2021-05-19 01:30:37.967 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-crypto amd64 1:22.2.7+dfsg-1 [137 kB]
2021-05-19 01:30:37.970 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-public-key amd64 1:22.2.7+dfsg-1 [567 kB]
2021-05-19 01:30:37.978 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-mnesia amd64 1:22.2.7+dfsg-1 [716 kB]
2021-05-19 01:30:37.989 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-runtime-tools amd64 1:22.2.7+dfsg-1 [182 kB]
2021-05-19 01:30:37.993 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ssl amd64 1:22.2.7+dfsg-1 [1,103 kB]
2021-05-19 01:30:38.063 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-eldap amd64 1:22.2.7+dfsg-1 [99.7 kB]
2021-05-19 01:30:38.065 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ftp amd64 1:22.2.7+dfsg-1 [68.8 kB]
2021-05-19 01:30:38.067 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tftp amd64 1:22.2.7+dfsg-1 [84.6 kB]
2021-05-19 01:30:38.087 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-inets amd64 1:22.2.7+dfsg-1 [577 kB]
2021-05-19 01:30:38.364 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-snmp amd64 1:22.2.7+dfsg-1 [1,538 kB]
2021-05-19 01:30:38.538 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-os-mon amd64 1:22.2.7+dfsg-1 [81.2 kB]
2021-05-19 01:30:38.539 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-parsetools amd64 1:22.2.7+dfsg-1 [151 kB]
2021-05-19 01:30:38.542 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-syntax-tools amd64 1:22.2.7+dfsg-1 [344 kB]
2021-05-19 01:30:38.547 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tools amd64 1:22.2.7+dfsg-1 [499 kB]
2021-05-19 01:30:38.629 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-xmerl amd64 1:22.2.7+dfsg-1 [1,113 kB]
2021-05-19 01:30:38.810 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64 2.31-0ubuntu9.2 [10.6 MB]
2021-05-19 01:30:40.474 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rabbitmq-server all 3.8.2-0ubuntu1.2 [11.5 MB]
2021-05-19 01:30:42.876 | Fetched 38.1 MB in 7s (5,638 kB/s)
2021-05-19 01:30:43.102 | Selecting previously unselected package erlang-base.
2021-05-19 01:30:43.149 | (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 ... 81627 files and directories currently installed.)
2021-05-19 01:30:43.152 | Preparing to unpack .../00-erlang-base_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:43.195 | Unpacking erlang-base (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:44.701 | Selecting previously unselected package erlang-asn1.
2021-05-19 01:30:44.711 | Preparing to unpack .../01-erlang-asn1_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:44.750 | Unpacking erlang-asn1 (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:45.130 | Selecting previously unselected package erlang-crypto.
2021-05-19 01:30:45.139 | Preparing to unpack .../02-erlang-crypto_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:45.204 | Unpacking erlang-crypto (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:45.522 | Selecting previously unselected package erlang-public-key.
2021-05-19 01:30:45.531 | Preparing to unpack .../03-erlang-public-key_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:45.585 | Unpacking erlang-public-key (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:45.933 | Selecting previously unselected package erlang-mnesia.
2021-05-19 01:30:45.942 | Preparing to unpack .../04-erlang-mnesia_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:45.990 | Unpacking erlang-mnesia (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:46.376 | Selecting previously unselected package erlang-runtime-tools.
2021-05-19 01:30:46.385 | Preparing to unpack .../05-erlang-runtime-tools_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:46.433 | Unpacking erlang-runtime-tools (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:46.790 | Selecting previously unselected package erlang-ssl.
2021-05-19 01:30:46.799 | Preparing to unpack .../06-erlang-ssl_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:46.864 | Unpacking erlang-ssl (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:47.336 | Selecting previously unselected package erlang-eldap.
2021-05-19 01:30:47.344 | Preparing to unpack .../07-erlang-eldap_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:47.393 | Unpacking erlang-eldap (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:47.841 | Selecting previously unselected package erlang-ftp.
2021-05-19 01:30:47.850 | Preparing to unpack .../08-erlang-ftp_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:47.895 | Unpacking erlang-ftp (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:48.227 | Selecting previously unselected package erlang-tftp.
2021-05-19 01:30:48.237 | Preparing to unpack .../09-erlang-tftp_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:48.298 | Unpacking erlang-tftp (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:48.650 | Selecting previously unselected package erlang-inets.
2021-05-19 01:30:48.658 | Preparing to unpack .../10-erlang-inets_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:48.718 | Unpacking erlang-inets (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:49.116 | Selecting previously unselected package erlang-snmp.
2021-05-19 01:30:49.125 | Preparing to unpack .../11-erlang-snmp_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:49.172 | Unpacking erlang-snmp (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:49.667 | Selecting previously unselected package erlang-os-mon.
2021-05-19 01:30:49.675 | Preparing to unpack .../12-erlang-os-mon_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:49.715 | Unpacking erlang-os-mon (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:50.067 | Selecting previously unselected package erlang-parsetools.
2021-05-19 01:30:50.076 | Preparing to unpack .../13-erlang-parsetools_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:50.123 | Unpacking erlang-parsetools (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:50.473 | Selecting previously unselected package erlang-syntax-tools.
2021-05-19 01:30:50.482 | Preparing to unpack .../14-erlang-syntax-tools_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:50.518 | Unpacking erlang-syntax-tools (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:50.861 | Selecting previously unselected package erlang-tools.
2021-05-19 01:30:50.870 | Preparing to unpack .../15-erlang-tools_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:50.921 | Unpacking erlang-tools (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:51.264 | Selecting previously unselected package erlang-xmerl.
2021-05-19 01:30:51.274 | Preparing to unpack .../16-erlang-xmerl_1%3a22.2.7+dfsg-1_amd64.deb ...
2021-05-19 01:30:51.324 | Unpacking erlang-xmerl (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:51.815 | Selecting previously unselected package locales-all.
2021-05-19 01:30:51.825 | Preparing to unpack .../17-locales-all_2.31-0ubuntu9.2_amd64.deb ...
2021-05-19 01:30:51.870 | Unpacking locales-all (2.31-0ubuntu9.2) ...
2021-05-19 01:30:56.453 | Selecting previously unselected package rabbitmq-server.
2021-05-19 01:30:56.466 | Preparing to unpack .../18-rabbitmq-server_3.8.2-0ubuntu1.2_all.deb ...
2021-05-19 01:30:56.518 | Unpacking rabbitmq-server (3.8.2-0ubuntu1.2) ...
2021-05-19 01:30:57.977 | Setting up erlang-base (1:22.2.7+dfsg-1) ...
2021-05-19 01:30:58.889 | Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service.
2021-05-19 01:30:58.889 | Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket.
2021-05-19 01:31:03.196 | Searching for services which depend on erlang and should be started... none found.
2021-05-19 01:31:03.287 | Setting up erlang-xmerl (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:03.466 | Setting up erlang-syntax-tools (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:03.649 | Setting up locales-all (2.31-0ubuntu9.2) ...
2021-05-19 01:31:03.837 | Setting up erlang-parsetools (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:03.972 | Setting up erlang-asn1 (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:04.117 | Setting up erlang-tftp (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:04.306 | Setting up erlang-mnesia (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:04.498 | Setting up erlang-crypto (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:04.686 | Setting up erlang-runtime-tools (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:04.855 | Setting up erlang-tools (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:05.055 | Setting up erlang-snmp (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:05.243 | Setting up erlang-public-key (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:05.414 | Setting up erlang-ssl (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:05.546 | Setting up erlang-os-mon (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:05.706 | Setting up erlang-eldap (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:05.881 | Setting up erlang-ftp (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:06.043 | Setting up erlang-inets (1:22.2.7+dfsg-1) ...
2021-05-19 01:31:06.195 | Setting up rabbitmq-server (3.8.2-0ubuntu1.2) ...
2021-05-19 01:31:06.528 | Adding group `rabbitmq' (GID 125) ...
2021-05-19 01:31:06.669 | Done.
2021-05-19 01:31:06.749 | Adding system user `rabbitmq' (UID 117) ...
2021-05-19 01:31:06.750 | Adding new user `rabbitmq' (UID 117) with group `rabbitmq' ...
2021-05-19 01:31:07.030 | Not creating home directory `/var/lib/rabbitmq'.
2021-05-19 01:31:07.321 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service.
2021-05-19 01:31:14.670 | Processing triggers for man-db (2.9.1-1) ...
2021-05-19 01:31:15.510 | Processing triggers for systemd (245.4-4ubuntu3.6) ...
2021-05-19 01:31:19.059 | + functions-common:apt_get:1113            :   result=0
2021-05-19 01:31:19.061 | + functions-common:apt_get:1116            :   time_stop apt-get
2021-05-19 01:31:19.063 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:31:19.066 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:31:19.068 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:31:19.070 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:31:19.072 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:31:19.074 | + functions-common:time_stop:2310          :   name=apt-get
2021-05-19 01:31:19.076 | + functions-common:time_stop:2311          :   start_time=1621387834918
2021-05-19 01:31:19.078 | + functions-common:time_stop:2313          :   [[ -z 1621387834918 ]]
2021-05-19 01:31:19.081 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:31:19.085 | + functions-common:time_stop:2316          :   end_time=1621387879083
2021-05-19 01:31:19.088 | + functions-common:time_stop:2317          :   elapsed_time=44165
2021-05-19 01:31:19.090 | + functions-common:time_stop:2318          :   total=298791
2021-05-19 01:31:19.092 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:31:19.094 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=342956
2021-05-19 01:31:19.096 | + functions-common:apt_get:1117            :   return 0
2021-05-19 01:31:19.098 | + lib/rpc_backend:install_rpc_backend:55   :   is_suse
2021-05-19 01:31:19.100 | + functions-common:is_suse:462             :   is_opensuse
2021-05-19 01:31:19.103 | + functions-common:is_opensuse:469         :   [[ -z Ubuntu ]]
2021-05-19 01:31:19.105 | + functions-common:is_opensuse:473         :   [[ Ubuntu =~ (openSUSE) ]]
2021-05-19 01:31:19.109 | + functions-common:is_suse:462             :   is_suse_linux_enterprise
2021-05-19 01:31:19.111 | + functions-common:is_suse_linux_enterprise:481 :   [[ -z Ubuntu ]]
2021-05-19 01:31:19.113 | + functions-common:is_suse_linux_enterprise:485 :   [[ Ubuntu =~ (^SUSE) ]]
2021-05-19 01:31:19.115 | + lib/rpc_backend:install_rpc_backend:68   :   is_fedora
2021-05-19 01:31:19.118 | + functions-common:is_fedora:446           :   [[ -z Ubuntu ]]
2021-05-19 01:31:19.120 | + functions-common:is_fedora:450           :   '[' Ubuntu = Fedora ']'
2021-05-19 01:31:19.122 | + functions-common:is_fedora:450           :   '[' Ubuntu = 'Red Hat' ']'
2021-05-19 01:31:19.125 | + functions-common:is_fedora:451           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2021-05-19 01:31:19.127 | + functions-common:is_fedora:452           :   '[' Ubuntu = RedHatEnterprise ']'
2021-05-19 01:31:19.129 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOS ']'
2021-05-19 01:31:19.131 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOSStream ']'
2021-05-19 01:31:19.133 | + functions-common:is_fedora:454           :   '[' Ubuntu = OracleServer ']'
2021-05-19 01:31:19.136 | + functions-common:is_fedora:454           :   '[' Ubuntu = Virtuozzo ']'
2021-05-19 01:31:19.138 | + lib/rpc_backend:install_rpc_backend:68   :   is_suse
2021-05-19 01:31:19.140 | + functions-common:is_suse:462             :   is_opensuse
2021-05-19 01:31:19.142 | + functions-common:is_opensuse:469         :   [[ -z Ubuntu ]]
2021-05-19 01:31:19.144 | + functions-common:is_opensuse:473         :   [[ Ubuntu =~ (openSUSE) ]]
2021-05-19 01:31:19.147 | + functions-common:is_suse:462             :   is_suse_linux_enterprise
2021-05-19 01:31:19.149 | + functions-common:is_suse_linux_enterprise:481 :   [[ -z Ubuntu ]]
2021-05-19 01:31:19.152 | + functions-common:is_suse_linux_enterprise:485 :   [[ Ubuntu =~ (^SUSE) ]]
2021-05-19 01:31:19.154 | + ./stack.sh:main:798                      :   restart_rpc_backend
2021-05-19 01:31:19.156 | + lib/rpc_backend:restart_rpc_backend:81   :   is_service_enabled rabbit
2021-05-19 01:31:19.172 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:31:19.174 | + lib/rpc_backend:restart_rpc_backend:83   :   echo_summary 'Starting RabbitMQ'
2021-05-19 01:31:19.176 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:31:19.178 | + ./stack.sh:echo_summary:428              :   echo -e Starting RabbitMQ
2021-05-19 01:31:19.181 | + lib/rpc_backend:restart_rpc_backend:94   :   local i
2021-05-19 01:31:19.183 | ++ lib/rpc_backend:restart_rpc_backend:95   :   seq 20
2021-05-19 01:31:19.187 | + lib/rpc_backend:restart_rpc_backend:95   :   for i in `seq 20`
2021-05-19 01:31:19.189 | + lib/rpc_backend:restart_rpc_backend:96   :   local rc=0
2021-05-19 01:31:19.192 | + lib/rpc_backend:restart_rpc_backend:98   :   [[ 1 -eq 20 ]]
2021-05-19 01:31:19.194 | + lib/rpc_backend:restart_rpc_backend:100  :   [[ 1 == \0 ]]
2021-05-19 01:31:19.196 | + lib/rpc_backend:restart_rpc_backend:104  :   rabbit_setuser stackrabbit Passw0rd
2021-05-19 01:31:19.198 | + lib/rpc_backend:rabbit_setuser:173       :   local user=stackrabbit pass=Passw0rd found= out=
2021-05-19 01:31:19.201 | ++ lib/rpc_backend:rabbit_setuser:174       :   sudo rabbitmqctl list_users
2021-05-19 01:31:19.862 | + lib/rpc_backend:rabbit_setuser:174       :   out='Listing users ...
2021-05-19 01:31:19.862 | user	tags
2021-05-19 01:31:19.862 | guest	[administrator]'
2021-05-19 01:31:19.865 | ++ lib/rpc_backend:rabbit_setuser:176       :   echo 'Listing users ...
2021-05-19 01:31:19.865 | user	tags
2021-05-19 01:31:19.865 | guest	[administrator]'
2021-05-19 01:31:19.866 | ++ lib/rpc_backend:rabbit_setuser:176       :   awk '$1 == user { print $1 }' user=stackrabbit
2021-05-19 01:31:19.872 | + lib/rpc_backend:rabbit_setuser:176       :   found=
2021-05-19 01:31:19.874 | + lib/rpc_backend:rabbit_setuser:177       :   '[' '' = stackrabbit ']'
2021-05-19 01:31:19.877 | + lib/rpc_backend:rabbit_setuser:181       :   sudo rabbitmqctl add_user stackrabbit Passw0rd
2021-05-19 01:31:20.527 | Adding user "stackrabbit" ...
2021-05-19 01:31:20.603 | + lib/rpc_backend:rabbit_setuser:184       :   sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*'
2021-05-19 01:31:21.256 | Setting permissions for user "stackrabbit" in vhost "/" ...
2021-05-19 01:31:21.313 | + lib/rpc_backend:restart_rpc_backend:105  :   '[' 0 -ne 0 ']'
2021-05-19 01:31:21.315 | + lib/rpc_backend:restart_rpc_backend:110  :   sudo rabbitmqctl change_password stackrabbit Passw0rd
2021-05-19 01:31:21.962 | Changing password for user "stackrabbit" ...
2021-05-19 01:31:22.039 | + lib/rpc_backend:restart_rpc_backend:112  :   '[' 0 -ne 0 ']'
2021-05-19 01:31:22.042 | + lib/rpc_backend:restart_rpc_backend:116  :   break
2021-05-19 01:31:22.044 | + lib/rpc_backend:restart_rpc_backend:119  :   sudo rabbitmqctl delete_user guest
2021-05-19 01:31:22.690 | Deleting user "guest" ...
2021-05-19 01:31:22.742 | + ./stack.sh:main:800                      :   is_service_enabled mysql postgresql
2021-05-19 01:31:22.758 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:31:22.761 | + ./stack.sh:main:801                      :   install_database
2021-05-19 01:31:22.763 | + lib/database:install_database:116        :   install_database_mysql
2021-05-19 01:31:22.766 | + lib/databases/mysql:install_database_mysql:150 :   is_ubuntu
2021-05-19 01:31:22.768 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:31:22.770 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:31:22.772 | + lib/databases/mysql:install_database_mysql:153 :   sudo debconf-set-selections
2021-05-19 01:31:23.116 | + lib/databases/mysql:install_database_mysql:163 :   [[ ! -e /home/ubuntu/.my.cnf ]]
2021-05-19 01:31:23.119 | + lib/databases/mysql:install_database_mysql:164 :   cat
2021-05-19 01:31:23.124 | + lib/databases/mysql:install_database_mysql:170 :   is_ubuntu
2021-05-19 01:31:23.126 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:31:23.128 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:31:23.130 | + lib/databases/mysql:install_database_mysql:170 :   '[' mysql '!=' mariadb ']'
2021-05-19 01:31:23.133 | + lib/databases/mysql:install_database_mysql:171 :   echo host=127.0.0.1
2021-05-19 01:31:23.136 | + lib/databases/mysql:install_database_mysql:173 :   chmod 0600 /home/ubuntu/.my.cnf
2021-05-19 01:31:23.140 | + lib/databases/mysql:install_database_mysql:176 :   is_oraclelinux
2021-05-19 01:31:23.142 | + functions-common:is_oraclelinux:434      :   [[ -z Ubuntu ]]
2021-05-19 01:31:23.144 | + functions-common:is_oraclelinux:438      :   '[' Ubuntu = OracleServer ']'
2021-05-19 01:31:23.146 | + lib/databases/mysql:install_database_mysql:178 :   is_fedora
2021-05-19 01:31:23.148 | + functions-common:is_fedora:446           :   [[ -z Ubuntu ]]
2021-05-19 01:31:23.152 | + functions-common:is_fedora:450           :   '[' Ubuntu = Fedora ']'
2021-05-19 01:31:23.154 | + functions-common:is_fedora:450           :   '[' Ubuntu = 'Red Hat' ']'
2021-05-19 01:31:23.156 | + functions-common:is_fedora:451           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2021-05-19 01:31:23.158 | + functions-common:is_fedora:452           :   '[' Ubuntu = RedHatEnterprise ']'
2021-05-19 01:31:23.161 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOS ']'
2021-05-19 01:31:23.163 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOSStream ']'
2021-05-19 01:31:23.165 | + functions-common:is_fedora:454           :   '[' Ubuntu = OracleServer ']'
2021-05-19 01:31:23.167 | + functions-common:is_fedora:454           :   '[' Ubuntu = Virtuozzo ']'
2021-05-19 01:31:23.170 | + lib/databases/mysql:install_database_mysql:181 :   is_suse
2021-05-19 01:31:23.172 | + functions-common:is_suse:462             :   is_opensuse
2021-05-19 01:31:23.174 | + functions-common:is_opensuse:469         :   [[ -z Ubuntu ]]
2021-05-19 01:31:23.176 | + functions-common:is_opensuse:473         :   [[ Ubuntu =~ (openSUSE) ]]
2021-05-19 01:31:23.179 | + functions-common:is_suse:462             :   is_suse_linux_enterprise
2021-05-19 01:31:23.181 | + functions-common:is_suse_linux_enterprise:481 :   [[ -z Ubuntu ]]
2021-05-19 01:31:23.183 | + functions-common:is_suse_linux_enterprise:485 :   [[ Ubuntu =~ (^SUSE) ]]
2021-05-19 01:31:23.185 | + lib/databases/mysql:install_database_mysql:184 :   is_ubuntu
2021-05-19 01:31:23.187 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:31:23.190 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:31:23.192 | + lib/databases/mysql:install_database_mysql:185 :   install_package mysql-server
2021-05-19 01:31:23.194 | + functions-common:install_package:1342    :   update_package_repo
2021-05-19 01:31:23.196 | + functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-05-19 01:31:23.199 | + functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-05-19 01:31:23.201 | + functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-05-19 01:31:23.204 | + functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-05-19 01:31:23.206 | + functions-common:update_package_repo:1322 :   is_ubuntu
2021-05-19 01:31:23.208 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:31:23.210 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:31:23.212 | + functions-common:update_package_repo:1323 :   apt_get_update
2021-05-19 01:31:23.215 | + functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-05-19 01:31:23.217 | + functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-05-19 01:31:23.219 | + functions-common:apt_get_update:1069     :   return
2021-05-19 01:31:23.221 | + functions-common:install_package:1343    :   real_install_package mysql-server
2021-05-19 01:31:23.224 | + functions-common:real_install_package:1328 :   is_ubuntu
2021-05-19 01:31:23.226 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:31:23.228 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:31:23.230 | + functions-common:real_install_package:1329 :   apt_get install mysql-server
2021-05-19 01:31:23.251 | + 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-05-19 01:31:23.355 | Reading package lists...
2021-05-19 01:31:23.565 | Building dependency tree...
2021-05-19 01:31:23.567 | Reading state information...
2021-05-19 01:31:23.788 | The following packages were automatically installed and are no longer required:
2021-05-19 01:31:23.789 |   apport-symptoms libnetplan0 python3-automat python3-blinker python3-click
2021-05-19 01:31:23.789 |   python3-colorama python3-configobj python3-constantly python3-entrypoints
2021-05-19 01:31:23.789 |   python3-hamcrest python3-hyperlink python3-incremental python3-jwt
2021-05-19 01:31:23.789 |   python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report
2021-05-19 01:31:23.789 |   python3-secretstorage python3-twisted-bin python3-wadllib
2021-05-19 01:31:23.789 |   python3-zope.interface
2021-05-19 01:31:23.789 | Use 'sudo apt autoremove' to remove them.
2021-05-19 01:31:23.789 | The following additional packages will be installed:
2021-05-19 01:31:23.789 |   libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7
2021-05-19 01:31:23.789 |   libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl
2021-05-19 01:31:23.789 |   libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl
2021-05-19 01:31:23.790 |   liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic
2021-05-19 01:31:23.790 |   mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0
2021-05-19 01:31:23.790 |   mysql-server-8.0 mysql-server-core-8.0
2021-05-19 01:31:23.791 | Suggested packages:
2021-05-19 01:31:23.791 |   libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca
2021-05-19 01:31:23.865 | The following NEW packages will be installed:
2021-05-19 01:31:23.865 |   libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7
2021-05-19 01:31:23.865 |   libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl
2021-05-19 01:31:23.865 |   libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl
2021-05-19 01:31:23.865 |   liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic
2021-05-19 01:31:23.865 |   mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0
2021-05-19 01:31:23.866 |   mysql-server mysql-server-8.0 mysql-server-core-8.0
2021-05-19 01:31:24.157 | 0 upgraded, 24 newly installed, 0 to remove and 29 not upgraded.
2021-05-19 01:31:24.157 | Need to get 31.3 MB of archives.
2021-05-19 01:31:24.157 | After this operation, 259 MB of additional disk space will be used.
2021-05-19 01:31:24.157 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-core-8.0 amd64 8.0.25-0ubuntu0.20.04.1 [4,216 kB]
2021-05-19 01:31:25.471 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-8.0 amd64 8.0.25-0ubuntu0.20.04.1 [22.0 kB]
2021-05-19 01:31:25.473 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-core-2.1-7 amd64 2.1.11-stable-1 [89.1 kB]
2021-05-19 01:31:25.481 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-pthreads-2.1-7 amd64 2.1.11-stable-1 [7,372 B]
2021-05-19 01:31:25.482 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmecab2 amd64 0.996-10build1 [233 kB]
2021-05-19 01:31:25.501 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-core-8.0 amd64 8.0.25-0ubuntu0.20.04.1 [18.1 MB]
2021-05-19 01:31:28.275 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-8.0 amd64 8.0.25-0ubuntu0.20.04.1 [1,282 kB]
2021-05-19 01:31:28.301 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
2021-05-19 01:31:28.302 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB]
2021-05-19 01:31:28.304 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB]
2021-05-19 01:31:28.361 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-pm-perl all 4.46-1 [186 kB]
2021-05-19 01:31:28.364 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfcgi-perl amd64 0.79-1 [33.1 kB]
2021-05-19 01:31:28.366 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB]
2021-05-19 01:31:28.367 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
2021-05-19 01:31:28.368 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB]
2021-05-19 01:31:28.412 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB]
2021-05-19 01:31:28.504 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9,920 B]
2021-05-19 01:31:28.505 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
2021-05-19 01:31:28.506 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
2021-05-19 01:31:28.508 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB]
2021-05-19 01:31:28.514 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-utils amd64 0.996-10build1 [4,912 B]
2021-05-19 01:31:28.515 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic all 2.7.0-20070801+main-2.1 [6,714 kB]
2021-05-19 01:31:29.684 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic-utf8 all 2.7.0-20070801+main-2.1 [4,380 B]
2021-05-19 01:31:29.685 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server all 8.0.25-0ubuntu0.20.04.1 [9,540 B]
2021-05-19 01:31:30.175 | Preconfiguring packages ...
2021-05-19 01:31:30.407 | Fetched 31.3 MB in 6s (5,388 kB/s)
2021-05-19 01:31:30.535 | Selecting previously unselected package mysql-client-core-8.0.
2021-05-19 01:31:30.585 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 90083 files and directories currently installed.)
2021-05-19 01:31:30.589 | Preparing to unpack .../00-mysql-client-core-8.0_8.0.25-0ubuntu0.20.04.1_amd64.deb ...
2021-05-19 01:31:30.648 | Unpacking mysql-client-core-8.0 (8.0.25-0ubuntu0.20.04.1) ...
2021-05-19 01:31:31.899 | Selecting previously unselected package mysql-client-8.0.
2021-05-19 01:31:31.910 | Preparing to unpack .../01-mysql-client-8.0_8.0.25-0ubuntu0.20.04.1_amd64.deb ...
2021-05-19 01:31:31.962 | Unpacking mysql-client-8.0 (8.0.25-0ubuntu0.20.04.1) ...
2021-05-19 01:31:32.329 | Selecting previously unselected package libevent-core-2.1-7:amd64.
2021-05-19 01:31:32.338 | Preparing to unpack .../02-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ...
2021-05-19 01:31:32.423 | Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ...
2021-05-19 01:31:32.780 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64.
2021-05-19 01:31:32.789 | Preparing to unpack .../03-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ...
2021-05-19 01:31:32.837 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ...
2021-05-19 01:31:33.252 | Selecting previously unselected package libmecab2:amd64.
2021-05-19 01:31:33.261 | Preparing to unpack .../04-libmecab2_0.996-10build1_amd64.deb ...
2021-05-19 01:31:33.322 | Unpacking libmecab2:amd64 (0.996-10build1) ...
2021-05-19 01:31:33.854 | Selecting previously unselected package mysql-server-core-8.0.
2021-05-19 01:31:33.863 | Preparing to unpack .../05-mysql-server-core-8.0_8.0.25-0ubuntu0.20.04.1_amd64.deb ...
2021-05-19 01:31:33.933 | Unpacking mysql-server-core-8.0 (8.0.25-0ubuntu0.20.04.1) ...
2021-05-19 01:31:37.734 | Selecting previously unselected package mysql-server-8.0.
2021-05-19 01:31:37.743 | Preparing to unpack .../06-mysql-server-8.0_8.0.25-0ubuntu0.20.04.1_amd64.deb ...
2021-05-19 01:31:38.727 | Unpacking mysql-server-8.0 (8.0.25-0ubuntu0.20.04.1) ...
2021-05-19 01:31:39.145 | Selecting previously unselected package libhtml-tagset-perl.
2021-05-19 01:31:39.154 | Preparing to unpack .../07-libhtml-tagset-perl_3.20-4_all.deb ...
2021-05-19 01:31:39.211 | Unpacking libhtml-tagset-perl (3.20-4) ...
2021-05-19 01:31:39.537 | Selecting previously unselected package liburi-perl.
2021-05-19 01:31:39.547 | Preparing to unpack .../08-liburi-perl_1.76-2_all.deb ...
2021-05-19 01:31:39.606 | Unpacking liburi-perl (1.76-2) ...
2021-05-19 01:31:39.956 | Selecting previously unselected package libhtml-parser-perl.
2021-05-19 01:31:39.966 | Preparing to unpack .../09-libhtml-parser-perl_3.72-5_amd64.deb ...
2021-05-19 01:31:40.017 | Unpacking libhtml-parser-perl (3.72-5) ...
2021-05-19 01:31:40.298 | Selecting previously unselected package libcgi-pm-perl.
2021-05-19 01:31:40.308 | Preparing to unpack .../10-libcgi-pm-perl_4.46-1_all.deb ...
2021-05-19 01:31:40.360 | Unpacking libcgi-pm-perl (4.46-1) ...
2021-05-19 01:31:40.660 | Selecting previously unselected package libfcgi-perl.
2021-05-19 01:31:40.669 | Preparing to unpack .../11-libfcgi-perl_0.79-1_amd64.deb ...
2021-05-19 01:31:40.705 | Unpacking libfcgi-perl (0.79-1) ...
2021-05-19 01:31:40.985 | Selecting previously unselected package libcgi-fast-perl.
2021-05-19 01:31:40.994 | Preparing to unpack .../12-libcgi-fast-perl_1%3a2.15-1_all.deb ...
2021-05-19 01:31:41.059 | Unpacking libcgi-fast-perl (1:2.15-1) ...
2021-05-19 01:31:41.328 | Selecting previously unselected package libencode-locale-perl.
2021-05-19 01:31:41.338 | Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ...
2021-05-19 01:31:41.400 | Unpacking libencode-locale-perl (1.05-1) ...
2021-05-19 01:31:41.665 | Selecting previously unselected package libhtml-template-perl.
2021-05-19 01:31:41.674 | Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ...
2021-05-19 01:31:41.716 | Unpacking libhtml-template-perl (2.97-1) ...
2021-05-19 01:31:42.006 | Selecting previously unselected package libtimedate-perl.
2021-05-19 01:31:42.015 | Preparing to unpack .../15-libtimedate-perl_2.3200-1_all.deb ...
2021-05-19 01:31:42.059 | Unpacking libtimedate-perl (2.3200-1) ...
2021-05-19 01:31:42.345 | Selecting previously unselected package libhttp-date-perl.
2021-05-19 01:31:42.355 | Preparing to unpack .../16-libhttp-date-perl_6.05-1_all.deb ...
2021-05-19 01:31:42.385 | Unpacking libhttp-date-perl (6.05-1) ...
2021-05-19 01:31:42.692 | Selecting previously unselected package libio-html-perl.
2021-05-19 01:31:42.701 | Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ...
2021-05-19 01:31:42.754 | Unpacking libio-html-perl (1.001-1) ...
2021-05-19 01:31:43.059 | Selecting previously unselected package liblwp-mediatypes-perl.
2021-05-19 01:31:43.069 | Preparing to unpack .../18-liblwp-mediatypes-perl_6.04-1_all.deb ...
2021-05-19 01:31:43.122 | Unpacking liblwp-mediatypes-perl (6.04-1) ...
2021-05-19 01:31:43.373 | Selecting previously unselected package libhttp-message-perl.
2021-05-19 01:31:43.383 | Preparing to unpack .../19-libhttp-message-perl_6.22-1_all.deb ...
2021-05-19 01:31:43.425 | Unpacking libhttp-message-perl (6.22-1) ...
2021-05-19 01:31:43.749 | Selecting previously unselected package mecab-utils.
2021-05-19 01:31:43.759 | Preparing to unpack .../20-mecab-utils_0.996-10build1_amd64.deb ...
2021-05-19 01:31:43.807 | Unpacking mecab-utils (0.996-10build1) ...
2021-05-19 01:31:44.173 | Selecting previously unselected package mecab-ipadic.
2021-05-19 01:31:44.183 | Preparing to unpack .../21-mecab-ipadic_2.7.0-20070801+main-2.1_all.deb ...
2021-05-19 01:31:44.219 | Unpacking mecab-ipadic (2.7.0-20070801+main-2.1) ...
2021-05-19 01:31:45.968 | Selecting previously unselected package mecab-ipadic-utf8.
2021-05-19 01:31:45.978 | Preparing to unpack .../22-mecab-ipadic-utf8_2.7.0-20070801+main-2.1_all.deb ...
2021-05-19 01:31:46.025 | Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ...
2021-05-19 01:31:46.316 | Selecting previously unselected package mysql-server.
2021-05-19 01:31:46.326 | Preparing to unpack .../23-mysql-server_8.0.25-0ubuntu0.20.04.1_all.deb ...
2021-05-19 01:31:46.379 | Unpacking mysql-server (8.0.25-0ubuntu0.20.04.1) ...
2021-05-19 01:31:46.763 | Setting up libmecab2:amd64 (0.996-10build1) ...
2021-05-19 01:31:46.966 | Setting up mysql-client-core-8.0 (8.0.25-0ubuntu0.20.04.1) ...
2021-05-19 01:31:47.104 | Setting up libhtml-tagset-perl (3.20-4) ...
2021-05-19 01:31:47.202 | Setting up liblwp-mediatypes-perl (6.04-1) ...
2021-05-19 01:31:47.326 | Setting up libencode-locale-perl (1.05-1) ...
2021-05-19 01:31:47.493 | Setting up mecab-utils (0.996-10build1) ...
2021-05-19 01:31:47.619 | Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ...
2021-05-19 01:31:47.727 | Setting up libio-html-perl (1.001-1) ...
2021-05-19 01:31:47.851 | Setting up libtimedate-perl (2.3200-1) ...
2021-05-19 01:31:48.022 | Setting up mysql-client-8.0 (8.0.25-0ubuntu0.20.04.1) ...
2021-05-19 01:31:48.224 | Setting up libfcgi-perl (0.79-1) ...
2021-05-19 01:31:48.379 | Setting up liburi-perl (1.76-2) ...
2021-05-19 01:31:48.537 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ...
2021-05-19 01:31:48.691 | Setting up libhttp-date-perl (6.05-1) ...
2021-05-19 01:31:48.864 | Setting up mecab-ipadic (2.7.0-20070801+main-2.1) ...
2021-05-19 01:31:48.928 | Compiling IPA dictionary for Mecab.  This takes long time...
2021-05-19 01:31:48.932 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40
2021-05-19 01:31:48.932 | emitting double-array:   9% |###                                        | 
emitting double-array:  18% |#######                                    | 
emitting double-array:  27% |###########                                | 
emitting double-array:  36% |###############                            | 
emitting double-array:  45% |###################                        | 
emitting double-array:  54% |#######################                    | 
emitting double-array:  63% |###########################                | 
emitting double-array:  72% |###############################            | 
emitting double-array:  81% |###################################        | 
emitting double-array:  90% |#######################################    | 
emitting double-array: 100% |###########################################| 
2021-05-19 01:31:48.932 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped.
2021-05-19 01:31:48.932 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2
2021-05-19 01:31:49.072 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477
2021-05-19 01:31:49.072 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19
2021-05-19 01:31:49.073 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252
2021-05-19 01:31:49.073 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42
2021-05-19 01:31:49.080 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328
2021-05-19 01:31:49.171 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202
2021-05-19 01:31:49.171 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151
2021-05-19 01:31:49.171 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135
2021-05-19 01:31:49.197 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146
2021-05-19 01:31:49.242 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668
2021-05-19 01:31:49.527 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750
2021-05-19 01:31:49.534 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032
2021-05-19 01:31:49.625 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328
2021-05-19 01:31:49.626 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208
2021-05-19 01:31:49.626 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91
2021-05-19 01:31:49.626 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42
2021-05-19 01:31:49.630 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393
2021-05-19 01:31:49.630 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120
2021-05-19 01:31:49.676 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210
2021-05-19 01:31:49.866 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999
2021-05-19 01:31:49.867 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221
2021-05-19 01:31:49.867 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199
2021-05-19 01:31:49.868 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146
2021-05-19 01:31:49.870 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795
2021-05-19 01:31:49.870 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171
2021-05-19 01:31:50.287 | emitting double-array:   0% |                                           | 
emitting double-array:   1% |                                           | 
emitting double-array:   2% |                                           | 
emitting double-array:   3% |#                                          | 
emitting double-array:   4% |#                                          | 
emitting double-array:   5% |##                                         | 
emitting double-array:   6% |##                                         | 
emitting double-array:   7% |###                                        | 
emitting double-array:   8% |###                                        | 
emitting double-array:   9% |###                                        | 
emitting double-array:  10% |####                                       | 
emitting double-array:  11% |####                                       | 
emitting double-array:  12% |#####                                      | 
emitting double-array:  13% |#####                                      | 
emitting double-array:  14% |######                                     | 
emitting double-array:  15% |######                                     | 
emitting double-array:  16% |######                                     | 
emitting double-array:  17% |#######                                    | 
emitting double-array:  18% |#######                                    | 
emitting double-array:  19% |########                                   | 
emitting double-array:  20% |########                                   | 
emitting double-array:  21% |#########                                  | 
emitting double-array:  22% |#########                                  | 
emitting double-array:  23% |#########                                  | 
emitting double-array:  24% |##########                                 | 
emitting double-array:  25% |##########                                 | 
emitting double-array:  26% |###########                                | 
emitting double-array:  27% |###########                                | 
emitting double-array:  28% |############                               | 
emitting double-array:  29% |############                               | 
emitting double-array:  30% |############                               | 
emitting double-array:  31% |#############                              | 
emitting double-array:  32% |#############                              | 
emitting double-array:  33% |##############                             | 
emitting double-array:  34% |##############                             | 
emitting double-array:  35% |###############                            | 
emitting double-array:  36% |###############                            | 
emitting double-array:  37% |###############                            | 
emitting double-array:  38% |################                           | 
emitting double-array:  39% |################                           | 
emitting double-array:  40% |#################                          | 
emitting double-array:  41% |#################                          | 
emitting double-array:  42% |##################                         | 
emitting double-array:  43% |##################                         | 
emitting double-array:  44% |##################                         | 
emitting double-array:  45% |###################                        | 
emitting double-array:  46% |###################                        | 
emitting double-array:  47% |####################                       | 
emitting double-array:  48% |####################                       | 
emitting double-array:  49% |#####################                      | 
emitting double-array:  50% |#####################                      | 
emitting double-array:  51% |#####################                      | 
emitting double-array:  52% |######################                     | 
emitting double-array:  53% |######################                     | 
emitting double-array:  54% |#######################                    | 
emitting double-array:  55% |#######################                    | 
emitting double-array:  56% |########################                   | 
emitting double-array:  57% |########################                   | 
emitting double-array:  58% |########################                   | 
emitting double-array:  59% |#########################                  | 
emitting double-array:  60% |#########################                  | 
emitting double-array:  61% |##########################                 | 
emitting double-array:  62% |##########################                 | 
emitting double-array:  63% |###########################                | 
emitting double-array:  64% |###########################                | 
emitting double-array:  65% |###########################                | 
emitting double-array:  66% |############################               | 
emitting double-array:  67% |############################               | 
emitting double-array:  68% |#############################              | 
emitting double-array:  69% |#############################              | 
emitting double-array:  70% |##############################             | 
emitting double-array:  71% |##############################             | 
emitting double-array:  72% |##############################             | 
emitting double-array:  73% |###############################            | 
emitting double-array:  74% |###############################            | 
emitting double-array:  75% |################################           | 
emitting double-array:  76% |################################           | 
emitting double-array:  77% |#################################          | 
emitting double-array:  78% |#################################          | 
emitting double-array:  79% |#################################          | 
emitting double-array:  80% |##################################         | 
emitting double-array:  81% |##################################         | 
emitting double-array:  82% |###################################        | 
emitting double-array:  83% |###################################        | 
emitting double-array:  84% |####################################       | 
emitting double-array:  85% |####################################       | 
emitting double-array:  86% |####################################       | 
emitting double-array:  87% |#####################################      | 
emitting double-array:  88% |#####################################      | 
emitting double-array:  89% |######################################     | 
emitting double-array:  90% |######################################     | 
emitting double-array:  91% |#######################################    | 
emitting double-array:  92% |#######################################    | 
emitting double-array:  93% |#######################################    | 
emitting double-array:  94% |########################################   | 
emitting double-array:  95% |########################################   | 
emitting double-array:  96% |#########################################  | 
emitting double-array:  97% |#########################################  | 
emitting double-array:  98% |########################################## | 
emitting double-array:  99% |########################################## | 
emitting double-array: 100% |###########################################| 
2021-05-19 01:31:50.408 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316
2021-05-19 01:31:50.740 | emitting matrix      :   0% |                                           | 
emitting matrix      :   1% |                                           | 
emitting matrix      :   2% |                                           | 
emitting matrix      :   3% |#                                          | 
emitting matrix      :   4% |#                                          | 
emitting matrix      :   5% |##                                         | 
emitting matrix      :   6% |##                                         | 
emitting matrix      :   7% |###                                        | 
emitting matrix      :   8% |###                                        | 
emitting matrix      :   9% |###                                        | 
emitting matrix      :  10% |####                                       | 
emitting matrix      :  11% |####                                       | 
emitting matrix      :  12% |#####                                      | 
emitting matrix      :  13% |#####                                      | 
emitting matrix      :  14% |######                                     | 
emitting matrix      :  15% |######                                     | 
emitting matrix      :  16% |######                                     | 
emitting matrix      :  17% |#######                                    | 
emitting matrix      :  18% |#######                                    | 
emitting matrix      :  19% |########                                   | 
emitting matrix      :  20% |########                                   | 
emitting matrix      :  21% |#########                                  | 
emitting matrix      :  22% |#########                                  | 
emitting matrix      :  23% |#########                                  | 
emitting matrix      :  24% |##########                                 | 
emitting matrix      :  25% |##########                                 | 
emitting matrix      :  26% |###########                                | 
emitting matrix      :  27% |###########                                | 
emitting matrix      :  28% |############                               | 
emitting matrix      :  29% |############                               | 
emitting matrix      :  30% |############                               | 
emitting matrix      :  31% |#############                              | 
emitting matrix      :  32% |#############                              | 
emitting matrix      :  33% |##############                             | 
emitting matrix      :  34% |##############                             | 
emitting matrix      :  35% |###############                            | 
emitting matrix      :  36% |###############                            | 
emitting matrix      :  37% |###############                            | 
emitting matrix      :  38% |################                           | 
emitting matrix      :  39% |################                           | 
emitting matrix      :  40% |#################                          | 
emitting matrix      :  41% |#################                          | 
emitting matrix      :  42% |##################                         | 
emitting matrix      :  43% |##################                         | 
emitting matrix      :  44% |##################                         | 
emitting matrix      :  45% |###################                        | 
emitting matrix      :  46% |###################                        | 
emitting matrix      :  47% |####################                       | 
emitting matrix      :  48% |####################                       | 
emitting matrix      :  49% |#####################                      | 
emitting matrix      :  50% |#####################                      | 
emitting matrix      :  51% |#####################                      | 
emitting matrix      :  52% |######################                     | 
emitting matrix      :  53% |######################                     | 
emitting matrix      :  54% |#######################                    | 
emitting matrix      :  55% |#######################                    | 
emitting matrix      :  56% |########################                   | 
emitting matrix      :  57% |########################                   | 
emitting matrix      :  58% |########################                   | 
emitting matrix      :  59% |#########################                  | 
emitting matrix      :  60% |#########################                  | 
emitting matrix      :  61% |##########################                 | 
emitting matrix      :  62% |##########################                 | 
emitting matrix      :  63% |###########################                | 
emitting matrix      :  64% |###########################                | 
emitting matrix      :  65% |###########################                | 
emitting matrix      :  66% |############################               | 
emitting matrix      :  67% |############################               | 
emitting matrix      :  68% |#############################              | 
emitting matrix      :  69% |#############################              | 
emitting matrix      :  70% |##############################             | 
emitting matrix      :  71% |##############################             | 
emitting matrix      :  72% |##############################             | 
emitting matrix      :  73% |###############################            | 
emitting matrix      :  74% |###############################            | 
emitting matrix      :  75% |################################           | 
emitting matrix      :  76% |################################           | 
emitting matrix      :  77% |#################################          | 
emitting matrix      :  78% |#################################          | 
emitting matrix      :  79% |#################################          | 
emitting matrix      :  80% |##################################         | 
emitting matrix      :  81% |##################################         | 
emitting matrix      :  82% |###################################        | 
emitting matrix      :  83% |###################################        | 
emitting matrix      :  84% |####################################       | 
emitting matrix      :  85% |####################################       | 
emitting matrix      :  86% |####################################       | 
emitting matrix      :  87% |#####################################      | 
emitting matrix      :  88% |#####################################      | 
emitting matrix      :  89% |######################################     | 
emitting matrix      :  90% |######################################     | 
emitting matrix      :  91% |#######################################    | 
emitting matrix      :  92% |#######################################    | 
emitting matrix      :  93% |#######################################    | 
emitting matrix      :  94% |########################################   | 
emitting matrix      :  95% |########################################   | 
emitting matrix      :  96% |#########################################  | 
emitting matrix      :  97% |#########################################  | 
emitting matrix      :  98% |########################################## | 
emitting matrix      :  99% |########################################## | 
emitting matrix      : 100% |###########################################| 
2021-05-19 01:31:50.744 | 
2021-05-19 01:31:50.745 | done!
2021-05-19 01:31:50.751 | update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode
2021-05-19 01:31:50.851 | Setting up mysql-server-core-8.0 (8.0.25-0ubuntu0.20.04.1) ...
2021-05-19 01:31:51.007 | Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ...
2021-05-19 01:31:51.111 | Compiling IPA dictionary for Mecab.  This takes long time...
2021-05-19 01:31:51.136 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40
2021-05-19 01:31:51.137 | emitting double-array:   9% |###                                        | 
emitting double-array:  18% |#######                                    | 
emitting double-array:  27% |###########                                | 
emitting double-array:  36% |###############                            | 
emitting double-array:  45% |###################                        | 
emitting double-array:  54% |#######################                    | 
emitting double-array:  63% |###########################                | 
emitting double-array:  72% |###############################            | 
emitting double-array:  81% |###################################        | 
emitting double-array:  90% |#######################################    | 
emitting double-array: 100% |###########################################| 
2021-05-19 01:31:51.137 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped.
2021-05-19 01:31:51.137 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2
2021-05-19 01:31:51.346 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477
2021-05-19 01:31:51.346 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19
2021-05-19 01:31:51.347 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252
2021-05-19 01:31:51.347 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42
2021-05-19 01:31:51.359 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328
2021-05-19 01:31:51.489 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202
2021-05-19 01:31:51.490 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151
2021-05-19 01:31:51.490 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135
2021-05-19 01:31:51.530 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146
2021-05-19 01:31:51.604 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668
2021-05-19 01:31:52.099 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750
2021-05-19 01:31:52.109 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032
2021-05-19 01:31:52.218 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328
2021-05-19 01:31:52.218 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208
2021-05-19 01:31:52.219 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91
2021-05-19 01:31:52.219 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42
2021-05-19 01:31:52.225 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393
2021-05-19 01:31:52.225 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120
2021-05-19 01:31:52.316 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210
2021-05-19 01:31:52.607 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999
2021-05-19 01:31:52.608 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221
2021-05-19 01:31:52.608 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199
2021-05-19 01:31:52.609 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146
2021-05-19 01:31:52.612 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795
2021-05-19 01:31:52.613 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171
2021-05-19 01:31:53.116 | emitting double-array:   0% |                                           | 
emitting double-array:   1% |                                           | 
emitting double-array:   2% |                                           | 
emitting double-array:   3% |#                                          | 
emitting double-array:   4% |#                                          | 
emitting double-array:   5% |##                                         | 
emitting double-array:   6% |##                                         | 
emitting double-array:   7% |###                                        | 
emitting double-array:   8% |###                                        | 
emitting double-array:   9% |###                                        | 
emitting double-array:  10% |####                                       | 
emitting double-array:  11% |####                                       | 
emitting double-array:  12% |#####                                      | 
emitting double-array:  13% |#####                                      | 
emitting double-array:  14% |######                                     | 
emitting double-array:  15% |######                                     | 
emitting double-array:  16% |######                                     | 
emitting double-array:  17% |#######                                    | 
emitting double-array:  18% |#######                                    | 
emitting double-array:  19% |########                                   | 
emitting double-array:  20% |########                                   | 
emitting double-array:  21% |#########                                  | 
emitting double-array:  22% |#########                                  | 
emitting double-array:  23% |#########                                  | 
emitting double-array:  24% |##########                                 | 
emitting double-array:  25% |##########                                 | 
emitting double-array:  26% |###########                                | 
emitting double-array:  27% |###########                                | 
emitting double-array:  28% |############                               | 
emitting double-array:  29% |############                               | 
emitting double-array:  30% |############                               | 
emitting double-array:  31% |#############                              | 
emitting double-array:  32% |#############                              | 
emitting double-array:  33% |##############                             | 
emitting double-array:  34% |##############                             | 
emitting double-array:  35% |###############                            | 
emitting double-array:  36% |###############                            | 
emitting double-array:  37% |###############                            | 
emitting double-array:  38% |################                           | 
emitting double-array:  39% |################                           | 
emitting double-array:  40% |#################                          | 
emitting double-array:  41% |#################                          | 
emitting double-array:  42% |##################                         | 
emitting double-array:  43% |##################                         | 
emitting double-array:  44% |##################                         | 
emitting double-array:  45% |###################                        | 
emitting double-array:  46% |###################                        | 
emitting double-array:  47% |####################                       | 
emitting double-array:  48% |####################                       | 
emitting double-array:  49% |#####################                      | 
emitting double-array:  50% |#####################                      | 
emitting double-array:  51% |#####################                      | 
emitting double-array:  52% |######################                     | 
emitting double-array:  53% |######################                     | 
emitting double-array:  54% |#######################                    | 
emitting double-array:  55% |#######################                    | 
emitting double-array:  56% |########################                   | 
emitting double-array:  57% |########################                   | 
emitting double-array:  58% |########################                   | 
emitting double-array:  59% |#########################                  | 
emitting double-array:  60% |#########################                  | 
emitting double-array:  61% |##########################                 | 
emitting double-array:  62% |##########################                 | 
emitting double-array:  63% |###########################                | 
emitting double-array:  64% |###########################                | 
emitting double-array:  65% |###########################                | 
emitting double-array:  66% |############################               | 
emitting double-array:  67% |############################               | 
emitting double-array:  68% |#############################              | 
emitting double-array:  69% |#############################              | 
emitting double-array:  70% |##############################             | 
emitting double-array:  71% |##############################             | 
emitting double-array:  72% |##############################             | 
emitting double-array:  73% |###############################            | 
emitting double-array:  74% |###############################            | 
emitting double-array:  75% |################################           | 
emitting double-array:  76% |################################           | 
emitting double-array:  77% |#################################          | 
emitting double-array:  78% |#################################          | 
emitting double-array:  79% |#################################          | 
emitting double-array:  80% |##################################         | 
emitting double-array:  81% |##################################         | 
emitting double-array:  82% |###################################        | 
emitting double-array:  83% |###################################        | 
emitting double-array:  84% |####################################       | 
emitting double-array:  85% |####################################       | 
emitting double-array:  86% |####################################       | 
emitting double-array:  87% |#####################################      | 
emitting double-array:  88% |#####################################      | 
emitting double-array:  89% |######################################     | 
emitting double-array:  90% |######################################     | 
emitting double-array:  91% |#######################################    | 
emitting double-array:  92% |#######################################    | 
emitting double-array:  93% |#######################################    | 
emitting double-array:  94% |########################################   | 
emitting double-array:  95% |########################################   | 
emitting double-array:  96% |#########################################  | 
emitting double-array:  97% |#########################################  | 
emitting double-array:  98% |########################################## | 
emitting double-array:  99% |########################################## | 
emitting double-array: 100% |###########################################| 
2021-05-19 01:31:53.252 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316
2021-05-19 01:31:53.585 | emitting matrix      :   0% |                                           | 
emitting matrix      :   1% |                                           | 
emitting matrix      :   2% |                                           | 
emitting matrix      :   3% |#                                          | 
emitting matrix      :   4% |#                                          | 
emitting matrix      :   5% |##                                         | 
emitting matrix      :   6% |##                                         | 
emitting matrix      :   7% |###                                        | 
emitting matrix      :   8% |###                                        | 
emitting matrix      :   9% |###                                        | 
emitting matrix      :  10% |####                                       | 
emitting matrix      :  11% |####                                       | 
emitting matrix      :  12% |#####                                      | 
emitting matrix      :  13% |#####                                      | 
emitting matrix      :  14% |######                                     | 
emitting matrix      :  15% |######                                     | 
emitting matrix      :  16% |######                                     | 
emitting matrix      :  17% |#######                                    | 
emitting matrix      :  18% |#######                                    | 
emitting matrix      :  19% |########                                   | 
emitting matrix      :  20% |########                                   | 
emitting matrix      :  21% |#########                                  | 
emitting matrix      :  22% |#########                                  | 
emitting matrix      :  23% |#########                                  | 
emitting matrix      :  24% |##########                                 | 
emitting matrix      :  25% |##########                                 | 
emitting matrix      :  26% |###########                                | 
emitting matrix      :  27% |###########                                | 
emitting matrix      :  28% |############                               | 
emitting matrix      :  29% |############                               | 
emitting matrix      :  30% |############                               | 
emitting matrix      :  31% |#############                              | 
emitting matrix      :  32% |#############                              | 
emitting matrix      :  33% |##############                             | 
emitting matrix      :  34% |##############                             | 
emitting matrix      :  35% |###############                            | 
emitting matrix      :  36% |###############                            | 
emitting matrix      :  37% |###############                            | 
emitting matrix      :  38% |################                           | 
emitting matrix      :  39% |################                           | 
emitting matrix      :  40% |#################                          | 
emitting matrix      :  41% |#################                          | 
emitting matrix      :  42% |##################                         | 
emitting matrix      :  43% |##################                         | 
emitting matrix      :  44% |##################                         | 
emitting matrix      :  45% |###################                        | 
emitting matrix      :  46% |###################                        | 
emitting matrix      :  47% |####################                       | 
emitting matrix      :  48% |####################                       | 
emitting matrix      :  49% |#####################                      | 
emitting matrix      :  50% |#####################                      | 
emitting matrix      :  51% |#####################                      | 
emitting matrix      :  52% |######################                     | 
emitting matrix      :  53% |######################                     | 
emitting matrix      :  54% |#######################                    | 
emitting matrix      :  55% |#######################                    | 
emitting matrix      :  56% |########################                   | 
emitting matrix      :  57% |########################                   | 
emitting matrix      :  58% |########################                   | 
emitting matrix      :  59% |#########################                  | 
emitting matrix      :  60% |#########################                  | 
emitting matrix      :  61% |##########################                 | 
emitting matrix      :  62% |##########################                 | 
emitting matrix      :  63% |###########################                | 
emitting matrix      :  64% |###########################                | 
emitting matrix      :  65% |###########################                | 
emitting matrix      :  66% |############################               | 
emitting matrix      :  67% |############################               | 
emitting matrix      :  68% |#############################              | 
emitting matrix      :  69% |#############################              | 
emitting matrix      :  70% |##############################             | 
emitting matrix      :  71% |##############################             | 
emitting matrix      :  72% |##############################             | 
emitting matrix      :  73% |###############################            | 
emitting matrix      :  74% |###############################            | 
emitting matrix      :  75% |################################           | 
emitting matrix      :  76% |################################           | 
emitting matrix      :  77% |#################################          | 
emitting matrix      :  78% |#################################          | 
emitting matrix      :  79% |#################################          | 
emitting matrix      :  80% |##################################         | 
emitting matrix      :  81% |##################################         | 
emitting matrix      :  82% |###################################        | 
emitting matrix      :  83% |###################################        | 
emitting matrix      :  84% |####################################       | 
emitting matrix      :  85% |####################################       | 
emitting matrix      :  86% |####################################       | 
emitting matrix      :  87% |#####################################      | 
emitting matrix      :  88% |#####################################      | 
emitting matrix      :  89% |######################################     | 
emitting matrix      :  90% |######################################     | 
emitting matrix      :  91% |#######################################    | 
emitting matrix      :  92% |#######################################    | 
emitting matrix      :  93% |#######################################    | 
emitting matrix      :  94% |########################################   | 
emitting matrix      :  95% |########################################   | 
emitting matrix      :  96% |#########################################  | 
emitting matrix      :  97% |#########################################  | 
emitting matrix      :  98% |########################################## | 
emitting matrix      :  99% |########################################## | 
emitting matrix      : 100% |###########################################| 
2021-05-19 01:31:53.589 | 
2021-05-19 01:31:53.589 | done!
2021-05-19 01:31:53.597 | update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode
2021-05-19 01:31:53.687 | Setting up libhtml-parser-perl (3.72-5) ...
2021-05-19 01:31:53.835 | Setting up libhttp-message-perl (6.22-1) ...
2021-05-19 01:31:53.931 | Setting up mysql-server-8.0 (8.0.25-0ubuntu0.20.04.1) ...
2021-05-19 01:31:55.247 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
2021-05-19 01:31:55.321 | Renaming removed key_buffer and myisam-recover options (if present)
2021-05-19 01:32:41.114 | mysqld will log errors to /var/log/mysql/error.log
2021-05-19 01:32:42.477 | mysqld is running as pid 59489
2021-05-19 01:32:46.411 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service.
2021-05-19 01:32:49.153 | Setting up libcgi-pm-perl (4.46-1) ...
2021-05-19 01:32:49.314 | Setting up libhtml-template-perl (2.97-1) ...
2021-05-19 01:32:49.468 | Setting up mysql-server (8.0.25-0ubuntu0.20.04.1) ...
2021-05-19 01:32:49.594 | Setting up libcgi-fast-perl (1:2.15-1) ...
2021-05-19 01:32:49.794 | Processing triggers for systemd (245.4-4ubuntu3.6) ...
2021-05-19 01:32:50.285 | Processing triggers for man-db (2.9.1-1) ...
2021-05-19 01:32:52.222 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
2021-05-19 01:32:55.481 | + functions-common:apt_get:1113            :   result=0
2021-05-19 01:32:55.483 | + functions-common:apt_get:1116            :   time_stop apt-get
2021-05-19 01:32:55.486 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:32:55.488 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:32:55.490 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:32:55.492 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:32:55.494 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:32:55.497 | + functions-common:time_stop:2310          :   name=apt-get
2021-05-19 01:32:55.499 | + functions-common:time_stop:2311          :   start_time=1621387883249
2021-05-19 01:32:55.501 | + functions-common:time_stop:2313          :   [[ -z 1621387883249 ]]
2021-05-19 01:32:55.503 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:32:55.507 | + functions-common:time_stop:2316          :   end_time=1621387975505
2021-05-19 01:32:55.509 | + functions-common:time_stop:2317          :   elapsed_time=92256
2021-05-19 01:32:55.511 | + functions-common:time_stop:2318          :   total=342956
2021-05-19 01:32:55.514 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:32:55.516 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=435212
2021-05-19 01:32:55.518 | + functions-common:apt_get:1117            :   return 0
2021-05-19 01:32:55.520 | + ./stack.sh:main:803                      :   '[' -n mysql ']'
2021-05-19 01:32:55.522 | + ./stack.sh:main:804                      :   install_database_python
2021-05-19 01:32:55.525 | + lib/database:install_database_python:121 :   install_database_python_mysql
2021-05-19 01:32:55.527 | + lib/databases/mysql:install_database_python_mysql:193 :   pip_install_gr PyMySQL
2021-05-19 01:32:55.529 | + inc/python:pip_install_gr:76             :   local name=PyMySQL
2021-05-19 01:32:55.531 | + inc/python:pip_install_gr:77             :   local clean_name
2021-05-19 01:32:55.535 | ++ inc/python:pip_install_gr:78             :   get_from_global_requirements PyMySQL
2021-05-19 01:32:55.537 | ++ inc/python:get_from_global_requirements:225 :   local package=PyMySQL
2021-05-19 01:32:55.540 | ++ inc/python:get_from_global_requirements:226 :   local required_pkg
2021-05-19 01:32:55.543 | +++ inc/python:get_from_global_requirements:227 :   grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt
2021-05-19 01:32:55.543 | +++ inc/python:get_from_global_requirements:227 :   cut -d# -f1
2021-05-19 01:32:55.548 | ++ inc/python:get_from_global_requirements:227 :   required_pkg='PyMySQL  '
2021-05-19 01:32:55.551 | ++ inc/python:get_from_global_requirements:228 :   [[ PyMySQL   == '' ]]
2021-05-19 01:32:55.553 | ++ inc/python:get_from_global_requirements:231 :   echo PyMySQL
2021-05-19 01:32:55.556 | + inc/python:pip_install_gr:78             :   clean_name=PyMySQL
2021-05-19 01:32:55.558 | + inc/python:pip_install_gr:79             :   pip_install PyMySQL
2021-05-19 01:32:55.579 | Using python 3.8 to install PyMySQL
2021-05-19 01:32:55.581 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL
2021-05-19 01:32:56.214 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:32:56.214 |   from cryptography.utils import int_from_bytes
2021-05-19 01:32:56.214 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:32:56.214 |   from cryptography.utils import int_from_bytes
2021-05-19 01:32:57.214 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:32:57.218 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:32:57.224 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:32:57.229 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:32:57.229 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:32:57.232 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:32:57.376 | Collecting PyMySQL===1.0.2
2021-05-19 01:32:57.383 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB)
2021-05-19 01:32:58.725 | Installing collected packages: PyMySQL
2021-05-19 01:32:58.900 | Successfully installed PyMySQL-1.0.2
2021-05-19 01:32:59.004 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:32:59.004 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:32:59.077 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:32:59.079 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:32:59.082 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:32:59.084 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:32:59.086 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:32:59.088 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:32:59.091 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:32:59.093 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:32:59.095 | + functions-common:time_stop:2311          :   start_time=1621387975573
2021-05-19 01:32:59.097 | + functions-common:time_stop:2313          :   [[ -z 1621387975573 ]]
2021-05-19 01:32:59.100 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:32:59.104 | + functions-common:time_stop:2316          :   end_time=1621387979102
2021-05-19 01:32:59.106 | + functions-common:time_stop:2317          :   elapsed_time=3529
2021-05-19 01:32:59.108 | + functions-common:time_stop:2318          :   total=27678
2021-05-19 01:32:59.111 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:32:59.113 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=31207
2021-05-19 01:32:59.115 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:32:59.117 | + lib/databases/mysql:install_database_python_mysql:194 :   [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]]
2021-05-19 01:32:59.120 | + lib/databases/mysql:install_database_python_mysql:196 :   [[ PyMySQL == \P\y\M\y\S\Q\L ]]
2021-05-19 01:32:59.122 | + lib/databases/mysql:install_database_python_mysql:197 :   ADDITIONAL_VENV_PACKAGES+=,PyMySQL
2021-05-19 01:32:59.124 | + ./stack.sh:main:807                      :   is_service_enabled neutron
2021-05-19 01:32:59.140 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:32:59.143 | + ./stack.sh:main:808                      :   install_neutron_agent_packages
2021-05-19 01:32:59.146 | + lib/neutron:install_neutron_agent_packages:684 :   is_neutron_legacy_enabled
2021-05-19 01:32:59.149 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon
2021-05-19 01:32:59.149 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   sed s/neutron-//g
2021-05-19 01:32:59.154 | + lib/neutron:is_neutron_legacy_enabled:131 :   disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon
2021-05-19 01:32:59.157 | + lib/neutron:is_neutron_legacy_enabled:132 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]]
2021-05-19 01:32:59.159 | + lib/neutron:is_neutron_legacy_enabled:133 :   [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]]
2021-05-19 01:32:59.161 | + lib/neutron:is_neutron_legacy_enabled:133 :   return 0
2021-05-19 01:32:59.164 | + lib/neutron:install_neutron_agent_packages:686 :   install_neutron_agent_packages_mutnauq
2021-05-19 01:32:59.166 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 :   is_service_enabled q-l3
2021-05-19 01:32:59.181 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:32:59.183 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 :   install_package radvd
2021-05-19 01:32:59.185 | + functions-common:install_package:1342    :   update_package_repo
2021-05-19 01:32:59.188 | + functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-05-19 01:32:59.190 | + functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-05-19 01:32:59.192 | + functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-05-19 01:32:59.195 | + functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-05-19 01:32:59.197 | + functions-common:update_package_repo:1322 :   is_ubuntu
2021-05-19 01:32:59.199 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:32:59.201 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:32:59.203 | + functions-common:update_package_repo:1323 :   apt_get_update
2021-05-19 01:32:59.206 | + functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-05-19 01:32:59.208 | + functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-05-19 01:32:59.210 | + functions-common:apt_get_update:1069     :   return
2021-05-19 01:32:59.213 | + functions-common:install_package:1343    :   real_install_package radvd
2021-05-19 01:32:59.215 | + functions-common:real_install_package:1328 :   is_ubuntu
2021-05-19 01:32:59.217 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:32:59.219 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:32:59.222 | + functions-common:real_install_package:1329 :   apt_get install radvd
2021-05-19 01:32:59.241 | + 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-05-19 01:32:59.345 | Reading package lists...
2021-05-19 01:32:59.556 | Building dependency tree...
2021-05-19 01:32:59.557 | Reading state information...
2021-05-19 01:32:59.779 | The following packages were automatically installed and are no longer required:
2021-05-19 01:32:59.780 |   apport-symptoms libnetplan0 python3-automat python3-blinker python3-click
2021-05-19 01:32:59.780 |   python3-colorama python3-configobj python3-constantly python3-entrypoints
2021-05-19 01:32:59.780 |   python3-hamcrest python3-hyperlink python3-incremental python3-jwt
2021-05-19 01:32:59.780 |   python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report
2021-05-19 01:32:59.780 |   python3-secretstorage python3-twisted-bin python3-wadllib
2021-05-19 01:32:59.780 |   python3-zope.interface
2021-05-19 01:32:59.780 | Use 'sudo apt autoremove' to remove them.
2021-05-19 01:32:59.845 | The following NEW packages will be installed:
2021-05-19 01:32:59.846 |   radvd
2021-05-19 01:33:00.302 | 0 upgraded, 1 newly installed, 0 to remove and 29 not upgraded.
2021-05-19 01:33:00.303 | Need to get 59.0 kB of archives.
2021-05-19 01:33:00.303 | After this operation, 164 kB of additional disk space will be used.
2021-05-19 01:33:00.303 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 radvd amd64 1:2.17-2 [59.0 kB]
2021-05-19 01:33:01.140 | Fetched 59.0 kB in 1s (78.7 kB/s)
2021-05-19 01:33:01.308 | Selecting previously unselected package radvd.
2021-05-19 01:33:01.360 | (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 ... 90659 files and directories currently installed.)
2021-05-19 01:33:01.364 | Preparing to unpack .../radvd_1%3a2.17-2_amd64.deb ...
2021-05-19 01:33:01.399 | Unpacking radvd (1:2.17-2) ...
2021-05-19 01:33:01.852 | Setting up radvd (1:2.17-2) ...
2021-05-19 01:33:03.290 | Job for radvd.service failed because the control process exited with error code.
2021-05-19 01:33:03.290 | See "systemctl status radvd.service" and "journalctl -xe" for details.
2021-05-19 01:33:03.291 | invoke-rc.d: initscript radvd, action "start" failed.
2021-05-19 01:33:03.304 | ● radvd.service - Router advertisement daemon for IPv6
2021-05-19 01:33:03.304 |      Loaded: loaded (]8;;file://n-d-764292-23/lib/systemd/system/radvd.service/lib/systemd/system/radvd.service]8;;; disabled; vendor preset: enabled)
2021-05-19 01:33:03.304 |      Active: failed (Result: exit-code) since Wed 2021-05-19 01:33:03 UTC; 15ms ago
2021-05-19 01:33:03.304 |        Docs: ]8;;man:radvd(8)man:radvd(8)]8;;
2021-05-19 01:33:03.304 |     Process: 60552 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE)
2021-05-19 01:33:03.304 | 
2021-05-19 01:33:03.304 | May 19 01:33:03 n-d-764292-23 systemd[1]: Starting Router advertisement daemon for IPv6...
2021-05-19 01:33:03.304 | May 19 01:33:03 n-d-764292-23 radvd[60552]: can't open /etc/radvd.conf: No such file or directory
2021-05-19 01:33:03.304 | May 19 01:33:03 n-d-764292-23 radvd[60552]: Insecure file permissions, but continuing anyway
2021-05-19 01:33:03.304 | May 19 01:33:03 n-d-764292-23 radvd[60552]: exiting, failed to read config file
2021-05-19 01:33:03.304 | May 19 01:33:03 n-d-764292-23 systemd[1]: radvd.service: Control process exited, code=exited, status=1/FAILURE
2021-05-19 01:33:03.304 | May 19 01:33:03 n-d-764292-23 systemd[1]: radvd.service: Failed with result 'exit-code'.
2021-05-19 01:33:03.304 | May 19 01:33:03 n-d-764292-23 systemd[1]: Failed to start Router advertisement daemon for IPv6.
2021-05-19 01:33:03.382 | Processing triggers for man-db (2.9.1-1) ...
2021-05-19 01:33:03.679 | Processing triggers for systemd (245.4-4ubuntu3.6) ...
2021-05-19 01:33:07.248 | + functions-common:apt_get:1113            :   result=0
2021-05-19 01:33:07.250 | + functions-common:apt_get:1116            :   time_stop apt-get
2021-05-19 01:33:07.252 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:33:07.254 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:33:07.256 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:33:07.258 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:33:07.260 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:33:07.263 | + functions-common:time_stop:2310          :   name=apt-get
2021-05-19 01:33:07.265 | + functions-common:time_stop:2311          :   start_time=1621387979239
2021-05-19 01:33:07.267 | + functions-common:time_stop:2313          :   [[ -z 1621387979239 ]]
2021-05-19 01:33:07.269 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:33:07.274 | + functions-common:time_stop:2316          :   end_time=1621387987272
2021-05-19 01:33:07.276 | + functions-common:time_stop:2317          :   elapsed_time=8033
2021-05-19 01:33:07.278 | + functions-common:time_stop:2318          :   total=435212
2021-05-19 01:33:07.280 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:33:07.283 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=443245
2021-05-19 01:33:07.285 | + functions-common:apt_get:1117            :   return 0
2021-05-19 01:33:07.288 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 :   is_service_enabled q-agt q-dhcp q-l3
2021-05-19 01:33:07.303 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:33:07.306 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 :   neutron_plugin_install_agent_packages
2021-05-19 01:33:07.308 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 :   _neutron_ovs_base_install_agent_packages
2021-05-19 01:33:07.311 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 :   get_packages openvswitch
2021-05-19 01:33:07.330 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 :   install_package fakeroot make openvswitch-switch
2021-05-19 01:33:07.332 | + functions-common:install_package:1342    :   update_package_repo
2021-05-19 01:33:07.335 | + functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-05-19 01:33:07.337 | + functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-05-19 01:33:07.339 | + functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-05-19 01:33:07.342 | + functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-05-19 01:33:07.344 | + functions-common:update_package_repo:1322 :   is_ubuntu
2021-05-19 01:33:07.346 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:33:07.348 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:33:07.351 | + functions-common:update_package_repo:1323 :   apt_get_update
2021-05-19 01:33:07.353 | + functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-05-19 01:33:07.355 | + functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-05-19 01:33:07.357 | + functions-common:apt_get_update:1069     :   return
2021-05-19 01:33:07.360 | + functions-common:install_package:1343    :   real_install_package fakeroot make openvswitch-switch
2021-05-19 01:33:07.362 | + functions-common:real_install_package:1328 :   is_ubuntu
2021-05-19 01:33:07.364 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:33:07.366 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:33:07.368 | + functions-common:real_install_package:1329 :   apt_get install fakeroot make openvswitch-switch
2021-05-19 01:33:07.387 | + 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-05-19 01:33:07.493 | Reading package lists...
2021-05-19 01:33:07.705 | Building dependency tree...
2021-05-19 01:33:07.707 | Reading state information...
2021-05-19 01:33:07.929 | fakeroot is already the newest version (1.24-1).
2021-05-19 01:33:07.929 | fakeroot set to manually installed.
2021-05-19 01:33:07.929 | make is already the newest version (4.2.1-1.2).
2021-05-19 01:33:07.929 | openvswitch-switch is already the newest version (2.13.3-0ubuntu0.20.04.1).
2021-05-19 01:33:07.929 | The following packages were automatically installed and are no longer required:
2021-05-19 01:33:07.930 |   apport-symptoms libnetplan0 python3-automat python3-blinker python3-click
2021-05-19 01:33:07.930 |   python3-colorama python3-configobj python3-constantly python3-entrypoints
2021-05-19 01:33:07.930 |   python3-hamcrest python3-hyperlink python3-incremental python3-jwt
2021-05-19 01:33:07.930 |   python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report
2021-05-19 01:33:07.930 |   python3-secretstorage python3-twisted-bin python3-wadllib
2021-05-19 01:33:07.930 |   python3-zope.interface
2021-05-19 01:33:07.930 | Use 'sudo apt autoremove' to remove them.
2021-05-19 01:33:08.055 | 0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded.
2021-05-19 01:33:08.059 | + functions-common:apt_get:1113            :   result=0
2021-05-19 01:33:08.062 | + functions-common:apt_get:1116            :   time_stop apt-get
2021-05-19 01:33:08.064 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:33:08.066 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:33:08.068 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:33:08.070 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:33:08.072 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:33:08.074 | + functions-common:time_stop:2310          :   name=apt-get
2021-05-19 01:33:08.076 | + functions-common:time_stop:2311          :   start_time=1621387987385
2021-05-19 01:33:08.078 | + functions-common:time_stop:2313          :   [[ -z 1621387987385 ]]
2021-05-19 01:33:08.081 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:33:08.085 | + functions-common:time_stop:2316          :   end_time=1621387988082
2021-05-19 01:33:08.087 | + functions-common:time_stop:2317          :   elapsed_time=697
2021-05-19 01:33:08.089 | + functions-common:time_stop:2318          :   total=443245
2021-05-19 01:33:08.091 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:33:08.093 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=443942
2021-05-19 01:33:08.095 | + functions-common:apt_get:1117            :   return 0
2021-05-19 01:33:08.097 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 :   is_ubuntu
2021-05-19 01:33:08.100 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:33:08.102 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:33:08.105 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 :   _neutron_ovs_base_install_ubuntu_dkms
2021-05-19 01:33:08.107 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 :   local kernel_version
2021-05-19 01:33:08.110 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 :   uname -r
2021-05-19 01:33:08.114 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 :   kernel_version=5.4.0-72-generic
2021-05-19 01:33:08.116 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 :   local kernel_major_minor
2021-05-19 01:33:08.119 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 :   echo 5.4.0-72-generic
2021-05-19 01:33:08.119 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 :   cut -d. -f1-2
2021-05-19 01:33:08.124 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 :   kernel_major_minor=5.4
2021-05-19 01:33:08.126 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 :   vercmp 5.4 '<' 3.13
2021-05-19 01:33:08.128 | + functions:vercmp:628                     :   local v1=5.4
2021-05-19 01:33:08.130 | + functions:vercmp:629                     :   local 'op=<'
2021-05-19 01:33:08.133 | + functions:vercmp:630                     :   local v2=3.13
2021-05-19 01:33:08.135 | + functions:vercmp:631                     :   local result
2021-05-19 01:33:08.138 | ++ functions:vercmp:635                     :   echo -e '5.4\n3.13'
2021-05-19 01:33:08.138 | ++ functions:vercmp:635                     :   sort -V
2021-05-19 01:33:08.139 | ++ functions:vercmp:635                     :   head -1
2021-05-19 01:33:08.143 | + functions:vercmp:635                     :   result=3.13
2021-05-19 01:33:08.146 | + functions:vercmp:637                     :   case $op in
2021-05-19 01:33:08.148 | + functions:vercmp:647                     :   '[' 5.4 '!=' 3.13 ']'
2021-05-19 01:33:08.150 | + functions:vercmp:647                     :   '[' 3.13 = 5.4 ']'
2021-05-19 01:33:08.153 | + functions:vercmp:648                     :   return
2021-05-19 01:33:08.155 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 :   restart_service openvswitch-switch
2021-05-19 01:33:08.157 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-05-19 01:33:08.159 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart openvswitch-switch
2021-05-19 01:33:08.635 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 :   use_library_from_git os-ken
2021-05-19 01:33:08.638 | + inc/python:use_library_from_git:250      :   local name=os-ken
2021-05-19 01:33:08.641 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:08.643 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:08.647 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,os-ken, ]]
2021-05-19 01:33:08.650 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:08.652 | + ./stack.sh:main:811                      :   is_service_enabled etcd3
2021-05-19 01:33:08.670 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:33:08.673 | + ./stack.sh:main:812                      :   install_etcd3
2021-05-19 01:33:08.675 | + lib/etcd3:install_etcd3:103              :   echo 'Installing etcd'
2021-05-19 01:33:08.675 | Installing etcd
2021-05-19 01:33:08.678 | + lib/etcd3:install_etcd3:106              :   sudo mkdir -p /opt/stack/bin
2021-05-19 01:33:08.689 | + lib/etcd3:install_etcd3:107              :   sudo mkdir -p /opt/stack/data/etcd
2021-05-19 01:33:08.702 | + lib/etcd3:install_etcd3:108              :   [[ True == \T\r\u\e ]]
2021-05-19 01:33:08.704 | + lib/etcd3:install_etcd3:109              :   sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd
2021-05-19 01:33:08.717 | + lib/etcd3:install_etcd3:113              :   local etcd_file
2021-05-19 01:33:08.722 | ++ 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-05-19 01:33:08.725 | ++ functions:get_extra_file:62              :   local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz
2021-05-19 01:33:08.727 | +++ functions:get_extra_file:64              :   basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz
2021-05-19 01:33:08.732 | ++ functions:get_extra_file:64              :   file_name=etcd-v3.3.12-linux-amd64.tar.gz
2021-05-19 01:33:08.734 | ++ functions:get_extra_file:65              :   [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]]
2021-05-19 01:33:08.736 | ++ functions:get_extra_file:67              :   [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]]
2021-05-19 01:33:08.739 | ++ functions:get_extra_file:68              :   wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz
2021-05-19 01:33:08.743 | --2021-05-19 01:33:08--  https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz
2021-05-19 01:33:08.841 | Resolving github.com (github.com)... 140.82.121.4
2021-05-19 01:33:08.885 | Connecting to github.com (github.com)|140.82.121.4|:443... connected.
2021-05-19 01:33:09.023 | HTTP request sent, awaiting response... 302 Found
2021-05-19 01:33:09.023 | Location: https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210519%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210519T013205Z&X-Amz-Expires=300&X-Amz-Signature=7beb789611c6a3fffe8efcd2c909035ff5a63917931ebfaad7ed52dfac9775d8&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-05-19 01:33:09.023 | --2021-05-19 01:33:09--  https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210519%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210519T013205Z&X-Amz-Expires=300&X-Amz-Signature=7beb789611c6a3fffe8efcd2c909035ff5a63917931ebfaad7ed52dfac9775d8&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-05-19 01:33:09.087 | Resolving github-releases.githubusercontent.com (github-releases.githubusercontent.com)... 185.199.108.154, 185.199.110.154, 185.199.109.154, ...
2021-05-19 01:33:09.123 | Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.108.154|:443... connected.
2021-05-19 01:33:09.372 | HTTP request sent, awaiting response... 200 OK
2021-05-19 01:33:09.372 | Length: 11350736 (11M) [application/octet-stream]
2021-05-19 01:33:09.399 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’
2021-05-19 01:33:09.552 | 
2021-05-19 01:33:10.066 |      0K ........ ..                        100% 15.6M=0.7s
2021-05-19 01:33:10.066 | 
2021-05-19 01:33:10.066 | 2021-05-19 01:33:10 (15.6 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736]
2021-05-19 01:33:10.066 | 
2021-05-19 01:33:10.069 | ++ functions:get_extra_file:69              :   [[ 0 -ne 0 ]]
2021-05-19 01:33:10.072 | ++ functions:get_extra_file:73              :   echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz
2021-05-19 01:33:10.074 | ++ functions:get_extra_file:74              :   return
2021-05-19 01:33:10.077 | + lib/etcd3:install_etcd3:114              :   etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz
2021-05-19 01:33:10.079 | + lib/etcd3:install_etcd3:115              :   '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']'
2021-05-19 01:33:10.081 | + lib/etcd3:install_etcd3:116              :   echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz'
2021-05-19 01:33:10.084 | + lib/etcd3:install_etcd3:118              :   sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum
2021-05-19 01:33:10.217 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK
2021-05-19 01:33:10.219 | + 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-05-19 01:33:10.223 | etcd-v3.3.12-linux-amd64/
2021-05-19 01:33:10.223 | etcd-v3.3.12-linux-amd64/README.md
2021-05-19 01:33:10.224 | etcd-v3.3.12-linux-amd64/Documentation/
2021-05-19 01:33:10.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/
2021-05-19 01:33:10.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md
2021-05-19 01:33:10.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md
2021-05-19 01:33:10.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md
2021-05-19 01:33:10.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md
2021-05-19 01:33:10.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md
2021-05-19 01:33:10.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md
2021-05-19 01:33:10.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/
2021-05-19 01:33:10.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/
2021-05-19 01:33:10.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json
2021-05-19 01:33:10.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json
2021-05-19 01:33:10.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json
2021-05-19 01:33:10.225 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md
2021-05-19 01:33:10.225 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md
2021-05-19 01:33:10.225 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md
2021-05-19 01:33:10.225 | etcd-v3.3.12-linux-amd64/Documentation/README.md
2021-05-19 01:33:10.225 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/
2021-05-19 01:33:10.225 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md
2021-05-19 01:33:10.225 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md
2021-05-19 01:33:10.225 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md
2021-05-19 01:33:10.225 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md
2021-05-19 01:33:10.225 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md
2021-05-19 01:33:10.225 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md
2021-05-19 01:33:10.225 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md
2021-05-19 01:33:10.225 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md
2021-05-19 01:33:10.225 | etcd-v3.3.12-linux-amd64/Documentation/rfc/
2021-05-19 01:33:10.225 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/docs.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md
2021-05-19 01:33:10.226 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md
2021-05-19 01:33:10.227 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/
2021-05-19 01:33:10.227 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md
2021-05-19 01:33:10.227 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md
2021-05-19 01:33:10.227 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md
2021-05-19 01:33:10.227 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md
2021-05-19 01:33:10.227 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md
2021-05-19 01:33:10.227 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md
2021-05-19 01:33:10.227 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md
2021-05-19 01:33:10.227 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md
2021-05-19 01:33:10.227 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md
2021-05-19 01:33:10.227 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md
2021-05-19 01:33:10.227 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md
2021-05-19 01:33:10.227 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md
2021-05-19 01:33:10.227 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md
2021-05-19 01:33:10.227 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md
2021-05-19 01:33:10.228 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/platforms/
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/faq.md
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md
2021-05-19 01:33:10.229 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md
2021-05-19 01:33:10.230 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md
2021-05-19 01:33:10.230 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md
2021-05-19 01:33:10.230 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/
2021-05-19 01:33:10.230 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md
2021-05-19 01:33:10.230 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md
2021-05-19 01:33:10.230 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md
2021-05-19 01:33:10.230 | etcd-v3.3.12-linux-amd64/Documentation/learning/
2021-05-19 01:33:10.230 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md
2021-05-19 01:33:10.230 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md
2021-05-19 01:33:10.230 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md
2021-05-19 01:33:10.230 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md
2021-05-19 01:33:10.230 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md
2021-05-19 01:33:10.230 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md
2021-05-19 01:33:10.230 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/
2021-05-19 01:33:10.230 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md
2021-05-19 01:33:10.231 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md
2021-05-19 01:33:10.231 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md
2021-05-19 01:33:10.231 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json
2021-05-19 01:33:10.231 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md
2021-05-19 01:33:10.231 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md
2021-05-19 01:33:10.231 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md
2021-05-19 01:33:10.231 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md
2021-05-19 01:33:10.231 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md
2021-05-19 01:33:10.231 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md
2021-05-19 01:33:10.231 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md
2021-05-19 01:33:10.232 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules
2021-05-19 01:33:10.232 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md
2021-05-19 01:33:10.232 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml
2021-05-19 01:33:10.232 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md
2021-05-19 01:33:10.232 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md
2021-05-19 01:33:10.232 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png
2021-05-19 01:33:10.234 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md
2021-05-19 01:33:10.234 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md
2021-05-19 01:33:10.234 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md
2021-05-19 01:33:10.234 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md
2021-05-19 01:33:10.234 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md
2021-05-19 01:33:10.234 | etcd-v3.3.12-linux-amd64/Documentation/demo.md
2021-05-19 01:33:10.234 | etcd-v3.3.12-linux-amd64/README-etcdctl.md
2021-05-19 01:33:10.234 | etcd-v3.3.12-linux-amd64/etcdctl
2021-05-19 01:33:10.421 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md
2021-05-19 01:33:10.421 | etcd-v3.3.12-linux-amd64/etcd
2021-05-19 01:33:10.653 | + lib/etcd3:install_etcd3:121              :   sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd
2021-05-19 01:33:10.694 | + lib/etcd3:install_etcd3:122              :   sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl
2021-05-19 01:33:10.728 | + lib/etcd3:install_etcd3:124              :   '[' '!' -f /opt/stack/bin/etcd ']'
2021-05-19 01:33:10.730 | + ./stack.sh:main:821                      :   is_service_enabled tls-proxy
2021-05-19 01:33:10.748 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:33:10.751 | + ./stack.sh:main:831                      :   install_dstat
2021-05-19 01:33:10.753 | + lib/dstat:install_dstat:22               :   is_service_enabled memory_tracker
2021-05-19 01:33:10.769 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:33:10.772 | + ./stack.sh:main:837                      :   echo_summary 'Installing OpenStack project source'
2021-05-19 01:33:10.774 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:33:10.776 | + ./stack.sh:echo_summary:428              :   echo -e Installing OpenStack project source
2021-05-19 01:33:10.778 | + ./stack.sh:main:840                      :   install_libs
2021-05-19 01:33:10.781 | + lib/libraries:install_libs:88            :   _install_lib_from_source automaton
2021-05-19 01:33:10.783 | + lib/libraries:_install_lib_from_source:72 :   local name=automaton
2021-05-19 01:33:10.785 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git automaton
2021-05-19 01:33:10.788 | + inc/python:use_library_from_git:250      :   local name=automaton
2021-05-19 01:33:10.790 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:10.792 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:10.794 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,automaton, ]]
2021-05-19 01:33:10.797 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:10.799 | + lib/libraries:install_libs:89            :   _install_lib_from_source castellan
2021-05-19 01:33:10.801 | + lib/libraries:_install_lib_from_source:72 :   local name=castellan
2021-05-19 01:33:10.804 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git castellan
2021-05-19 01:33:10.806 | + inc/python:use_library_from_git:250      :   local name=castellan
2021-05-19 01:33:10.808 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:10.810 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:10.812 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,castellan, ]]
2021-05-19 01:33:10.814 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:10.816 | + lib/libraries:install_libs:90            :   _install_lib_from_source cliff
2021-05-19 01:33:10.819 | + lib/libraries:_install_lib_from_source:72 :   local name=cliff
2021-05-19 01:33:10.821 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git cliff
2021-05-19 01:33:10.823 | + inc/python:use_library_from_git:250      :   local name=cliff
2021-05-19 01:33:10.825 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:10.828 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:10.830 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,cliff, ]]
2021-05-19 01:33:10.832 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:10.834 | + lib/libraries:install_libs:91            :   _install_lib_from_source cursive
2021-05-19 01:33:10.836 | + lib/libraries:_install_lib_from_source:72 :   local name=cursive
2021-05-19 01:33:10.839 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git cursive
2021-05-19 01:33:10.841 | + inc/python:use_library_from_git:250      :   local name=cursive
2021-05-19 01:33:10.843 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:10.845 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:10.847 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,cursive, ]]
2021-05-19 01:33:10.851 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:10.853 | + lib/libraries:install_libs:92            :   _install_lib_from_source debtcollector
2021-05-19 01:33:10.855 | + lib/libraries:_install_lib_from_source:72 :   local name=debtcollector
2021-05-19 01:33:10.858 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git debtcollector
2021-05-19 01:33:10.860 | + inc/python:use_library_from_git:250      :   local name=debtcollector
2021-05-19 01:33:10.862 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:10.864 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:10.867 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,debtcollector, ]]
2021-05-19 01:33:10.870 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:10.873 | + lib/libraries:install_libs:93            :   _install_lib_from_source futurist
2021-05-19 01:33:10.876 | + lib/libraries:_install_lib_from_source:72 :   local name=futurist
2021-05-19 01:33:10.878 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git futurist
2021-05-19 01:33:10.881 | + inc/python:use_library_from_git:250      :   local name=futurist
2021-05-19 01:33:10.883 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:10.885 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:10.888 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,futurist, ]]
2021-05-19 01:33:10.890 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:10.892 | + lib/libraries:install_libs:94            :   _install_lib_from_source openstacksdk
2021-05-19 01:33:10.894 | + lib/libraries:_install_lib_from_source:72 :   local name=openstacksdk
2021-05-19 01:33:10.897 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git openstacksdk
2021-05-19 01:33:10.899 | + inc/python:use_library_from_git:250      :   local name=openstacksdk
2021-05-19 01:33:10.902 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:10.904 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:10.907 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,openstacksdk, ]]
2021-05-19 01:33:10.909 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:10.911 | + lib/libraries:install_libs:95            :   _install_lib_from_source osc-lib
2021-05-19 01:33:10.914 | + lib/libraries:_install_lib_from_source:72 :   local name=osc-lib
2021-05-19 01:33:10.916 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git osc-lib
2021-05-19 01:33:10.919 | + inc/python:use_library_from_git:250      :   local name=osc-lib
2021-05-19 01:33:10.921 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:10.923 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:10.925 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,osc-lib, ]]
2021-05-19 01:33:10.928 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:10.930 | + lib/libraries:install_libs:96            :   _install_lib_from_source osc-placement
2021-05-19 01:33:10.932 | + lib/libraries:_install_lib_from_source:72 :   local name=osc-placement
2021-05-19 01:33:10.935 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git osc-placement
2021-05-19 01:33:10.938 | + inc/python:use_library_from_git:250      :   local name=osc-placement
2021-05-19 01:33:10.940 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:10.942 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:10.945 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,osc-placement, ]]
2021-05-19 01:33:10.947 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:10.950 | + lib/libraries:install_libs:97            :   _install_lib_from_source os-client-config
2021-05-19 01:33:10.952 | + lib/libraries:_install_lib_from_source:72 :   local name=os-client-config
2021-05-19 01:33:10.954 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git os-client-config
2021-05-19 01:33:10.956 | + inc/python:use_library_from_git:250      :   local name=os-client-config
2021-05-19 01:33:10.959 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:10.961 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:10.964 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,os-client-config, ]]
2021-05-19 01:33:10.966 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:10.968 | + lib/libraries:install_libs:98            :   _install_lib_from_source oslo.cache
2021-05-19 01:33:10.970 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.cache
2021-05-19 01:33:10.972 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.cache
2021-05-19 01:33:10.976 | + inc/python:use_library_from_git:250      :   local name=oslo.cache
2021-05-19 01:33:10.978 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:10.980 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:10.982 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.cache, ]]
2021-05-19 01:33:10.984 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:10.987 | + lib/libraries:install_libs:99            :   _install_lib_from_source oslo.concurrency
2021-05-19 01:33:10.989 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.concurrency
2021-05-19 01:33:10.992 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.concurrency
2021-05-19 01:33:10.994 | + inc/python:use_library_from_git:250      :   local name=oslo.concurrency
2021-05-19 01:33:10.996 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:10.999 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.001 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.concurrency, ]]
2021-05-19 01:33:11.004 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.007 | + lib/libraries:install_libs:100           :   _install_lib_from_source oslo.config
2021-05-19 01:33:11.009 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.config
2021-05-19 01:33:11.011 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.config
2021-05-19 01:33:11.013 | + inc/python:use_library_from_git:250      :   local name=oslo.config
2021-05-19 01:33:11.016 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.018 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.020 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.config, ]]
2021-05-19 01:33:11.023 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.025 | + lib/libraries:install_libs:101           :   _install_lib_from_source oslo.context
2021-05-19 01:33:11.028 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.context
2021-05-19 01:33:11.030 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.context
2021-05-19 01:33:11.032 | + inc/python:use_library_from_git:250      :   local name=oslo.context
2021-05-19 01:33:11.035 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.037 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.040 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.context, ]]
2021-05-19 01:33:11.044 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.046 | + lib/libraries:install_libs:102           :   _install_lib_from_source oslo.db
2021-05-19 01:33:11.049 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.db
2021-05-19 01:33:11.051 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.db
2021-05-19 01:33:11.053 | + inc/python:use_library_from_git:250      :   local name=oslo.db
2021-05-19 01:33:11.055 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.058 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.060 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.db, ]]
2021-05-19 01:33:11.062 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.064 | + lib/libraries:install_libs:103           :   _install_lib_from_source oslo.i18n
2021-05-19 01:33:11.067 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.i18n
2021-05-19 01:33:11.069 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.i18n
2021-05-19 01:33:11.072 | + inc/python:use_library_from_git:250      :   local name=oslo.i18n
2021-05-19 01:33:11.074 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.076 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.078 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.i18n, ]]
2021-05-19 01:33:11.080 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.083 | + lib/libraries:install_libs:104           :   _install_lib_from_source oslo.log
2021-05-19 01:33:11.086 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.log
2021-05-19 01:33:11.088 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.log
2021-05-19 01:33:11.090 | + inc/python:use_library_from_git:250      :   local name=oslo.log
2021-05-19 01:33:11.092 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.095 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.097 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.log, ]]
2021-05-19 01:33:11.100 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.103 | + lib/libraries:install_libs:105           :   _install_lib_from_source oslo.messaging
2021-05-19 01:33:11.105 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.messaging
2021-05-19 01:33:11.107 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.messaging
2021-05-19 01:33:11.110 | + inc/python:use_library_from_git:250      :   local name=oslo.messaging
2021-05-19 01:33:11.112 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.114 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.116 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.messaging, ]]
2021-05-19 01:33:11.119 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.121 | + lib/libraries:install_libs:106           :   _install_lib_from_source oslo.middleware
2021-05-19 01:33:11.124 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.middleware
2021-05-19 01:33:11.126 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.middleware
2021-05-19 01:33:11.128 | + inc/python:use_library_from_git:250      :   local name=oslo.middleware
2021-05-19 01:33:11.130 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.133 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.135 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.middleware, ]]
2021-05-19 01:33:11.137 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.140 | + lib/libraries:install_libs:107           :   _install_lib_from_source oslo.policy
2021-05-19 01:33:11.142 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.policy
2021-05-19 01:33:11.144 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.policy
2021-05-19 01:33:11.147 | + inc/python:use_library_from_git:250      :   local name=oslo.policy
2021-05-19 01:33:11.150 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.152 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.154 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.policy, ]]
2021-05-19 01:33:11.157 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.159 | + lib/libraries:install_libs:108           :   _install_lib_from_source oslo.privsep
2021-05-19 01:33:11.161 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.privsep
2021-05-19 01:33:11.164 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.privsep
2021-05-19 01:33:11.166 | + inc/python:use_library_from_git:250      :   local name=oslo.privsep
2021-05-19 01:33:11.169 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.171 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.174 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.privsep, ]]
2021-05-19 01:33:11.176 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.178 | + lib/libraries:install_libs:109           :   _install_lib_from_source oslo.reports
2021-05-19 01:33:11.182 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.reports
2021-05-19 01:33:11.185 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.reports
2021-05-19 01:33:11.188 | + inc/python:use_library_from_git:250      :   local name=oslo.reports
2021-05-19 01:33:11.190 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.192 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.195 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.reports, ]]
2021-05-19 01:33:11.198 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.201 | + lib/libraries:install_libs:110           :   _install_lib_from_source oslo.rootwrap
2021-05-19 01:33:11.203 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.rootwrap
2021-05-19 01:33:11.206 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.rootwrap
2021-05-19 01:33:11.208 | + inc/python:use_library_from_git:250      :   local name=oslo.rootwrap
2021-05-19 01:33:11.212 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.214 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.216 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.rootwrap, ]]
2021-05-19 01:33:11.220 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.223 | + lib/libraries:install_libs:111           :   _install_lib_from_source oslo.serialization
2021-05-19 01:33:11.226 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.serialization
2021-05-19 01:33:11.228 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.serialization
2021-05-19 01:33:11.230 | + inc/python:use_library_from_git:250      :   local name=oslo.serialization
2021-05-19 01:33:11.233 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.235 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.237 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.serialization, ]]
2021-05-19 01:33:11.239 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.242 | + lib/libraries:install_libs:112           :   _install_lib_from_source oslo.service
2021-05-19 01:33:11.244 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.service
2021-05-19 01:33:11.247 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.service
2021-05-19 01:33:11.249 | + inc/python:use_library_from_git:250      :   local name=oslo.service
2021-05-19 01:33:11.251 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.253 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.256 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.service, ]]
2021-05-19 01:33:11.258 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.261 | + lib/libraries:install_libs:113           :   _install_lib_from_source oslo.utils
2021-05-19 01:33:11.263 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.utils
2021-05-19 01:33:11.265 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.utils
2021-05-19 01:33:11.268 | + inc/python:use_library_from_git:250      :   local name=oslo.utils
2021-05-19 01:33:11.270 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.273 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.276 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.utils, ]]
2021-05-19 01:33:11.278 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.281 | + lib/libraries:install_libs:114           :   _install_lib_from_source oslo.versionedobjects
2021-05-19 01:33:11.283 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.versionedobjects
2021-05-19 01:33:11.286 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.versionedobjects
2021-05-19 01:33:11.288 | + inc/python:use_library_from_git:250      :   local name=oslo.versionedobjects
2021-05-19 01:33:11.290 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.292 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.295 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.versionedobjects, ]]
2021-05-19 01:33:11.297 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.299 | + lib/libraries:install_libs:115           :   _install_lib_from_source oslo.vmware
2021-05-19 01:33:11.302 | + lib/libraries:_install_lib_from_source:72 :   local name=oslo.vmware
2021-05-19 01:33:11.304 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git oslo.vmware
2021-05-19 01:33:11.306 | + inc/python:use_library_from_git:250      :   local name=oslo.vmware
2021-05-19 01:33:11.309 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.311 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.313 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,oslo.vmware, ]]
2021-05-19 01:33:11.315 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.318 | + lib/libraries:install_libs:116           :   _install_lib_from_source osprofiler
2021-05-19 01:33:11.321 | + lib/libraries:_install_lib_from_source:72 :   local name=osprofiler
2021-05-19 01:33:11.323 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git osprofiler
2021-05-19 01:33:11.325 | + inc/python:use_library_from_git:250      :   local name=osprofiler
2021-05-19 01:33:11.327 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.329 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.332 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,osprofiler, ]]
2021-05-19 01:33:11.335 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.337 | + lib/libraries:install_libs:117           :   _install_lib_from_source pycadf
2021-05-19 01:33:11.339 | + lib/libraries:_install_lib_from_source:72 :   local name=pycadf
2021-05-19 01:33:11.342 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git pycadf
2021-05-19 01:33:11.344 | + inc/python:use_library_from_git:250      :   local name=pycadf
2021-05-19 01:33:11.347 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.349 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.351 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,pycadf, ]]
2021-05-19 01:33:11.354 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.356 | + lib/libraries:install_libs:118           :   _install_lib_from_source stevedore
2021-05-19 01:33:11.359 | + lib/libraries:_install_lib_from_source:72 :   local name=stevedore
2021-05-19 01:33:11.362 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git stevedore
2021-05-19 01:33:11.364 | + inc/python:use_library_from_git:250      :   local name=stevedore
2021-05-19 01:33:11.367 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.369 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.371 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,stevedore, ]]
2021-05-19 01:33:11.374 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.377 | + lib/libraries:install_libs:119           :   _install_lib_from_source taskflow
2021-05-19 01:33:11.379 | + lib/libraries:_install_lib_from_source:72 :   local name=taskflow
2021-05-19 01:33:11.382 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git taskflow
2021-05-19 01:33:11.384 | + inc/python:use_library_from_git:250      :   local name=taskflow
2021-05-19 01:33:11.387 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.389 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.391 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,taskflow, ]]
2021-05-19 01:33:11.394 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.397 | + lib/libraries:install_libs:120           :   _install_lib_from_source tooz
2021-05-19 01:33:11.399 | + lib/libraries:_install_lib_from_source:72 :   local name=tooz
2021-05-19 01:33:11.401 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git tooz
2021-05-19 01:33:11.404 | + inc/python:use_library_from_git:250      :   local name=tooz
2021-05-19 01:33:11.406 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.408 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.411 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,tooz, ]]
2021-05-19 01:33:11.414 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.416 | + lib/libraries:install_libs:124           :   _install_lib_from_source os-brick
2021-05-19 01:33:11.418 | + lib/libraries:_install_lib_from_source:72 :   local name=os-brick
2021-05-19 01:33:11.421 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git os-brick
2021-05-19 01:33:11.423 | + inc/python:use_library_from_git:250      :   local name=os-brick
2021-05-19 01:33:11.425 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.428 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.430 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,os-brick, ]]
2021-05-19 01:33:11.432 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.435 | + lib/libraries:install_libs:125           :   _install_lib_from_source os-traits
2021-05-19 01:33:11.437 | + lib/libraries:_install_lib_from_source:72 :   local name=os-traits
2021-05-19 01:33:11.439 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git os-traits
2021-05-19 01:33:11.441 | + inc/python:use_library_from_git:250      :   local name=os-traits
2021-05-19 01:33:11.444 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.446 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.448 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,os-traits, ]]
2021-05-19 01:33:11.451 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.453 | + lib/libraries:install_libs:128           :   _install_lib_from_source python-barbicanclient
2021-05-19 01:33:11.455 | + lib/libraries:_install_lib_from_source:72 :   local name=python-barbicanclient
2021-05-19 01:33:11.457 | + lib/libraries:_install_lib_from_source:73 :   use_library_from_git python-barbicanclient
2021-05-19 01:33:11.460 | + inc/python:use_library_from_git:250      :   local name=python-barbicanclient
2021-05-19 01:33:11.462 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:11.464 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:11.466 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-barbicanclient, ]]
2021-05-19 01:33:11.468 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:11.471 | + lib/libraries:install_libs:135           :   pip_install etcd3
2021-05-19 01:33:11.492 | Using python 3.8 to install etcd3
2021-05-19 01:33:11.494 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3
2021-05-19 01:33:12.124 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:33:12.124 |   from cryptography.utils import int_from_bytes
2021-05-19 01:33:12.125 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:33:12.125 |   from cryptography.utils import int_from_bytes
2021-05-19 01:33:13.127 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:33:13.131 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:13.137 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:13.141 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:13.141 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:13.144 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:13.586 | Collecting etcd3===0.12.0
2021-05-19 01:33:13.593 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB)
2021-05-19 01:33:18.314 | Collecting grpcio===1.37.1
2021-05-19 01:33:18.331 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a1c/d40eac72d3c91/grpcio-1.37.1-cp38-cp38-manylinux2014_x86_64.whl (4.2 MB)
2021-05-19 01:33:19.817 | Collecting protobuf===3.15.8
2021-05-19 01:33:19.827 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/510/e66491f1a5ac5/protobuf-3.15.8-cp38-cp38-manylinux1_x86_64.whl (1.0 MB)
2021-05-19 01:33:19.915 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (1.15.0)
2021-05-19 01:33:19.918 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (6.3.1)
2021-05-19 01:33:19.932 | Building wheels for collected packages: etcd3
2021-05-19 01:33:19.932 |   Building wheel for etcd3 (setup.py): started
2021-05-19 01:33:20.655 |   Building wheel for etcd3 (setup.py): finished with status 'done'
2021-05-19 01:33:20.657 |   Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42857 sha256=16842d68f33ffe99ff434e6015ab56b22e7f5412b0434bc519f27092fb2ff108
2021-05-19 01:33:20.657 |   Stored in directory: /root/.cache/pip/wheels/32/8a/31/1308d0452fdcc24ed454fa7c297cc2b924f30bfd57b1080bf1
2021-05-19 01:33:20.658 | Successfully built etcd3
2021-05-19 01:33:21.958 | Installing collected packages: grpcio, protobuf, etcd3
2021-05-19 01:33:22.757 | Successfully installed etcd3-0.12.0 grpcio-1.37.1 protobuf-3.15.8
2021-05-19 01:33:22.861 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:33:22.861 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:33:22.947 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:33:22.949 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:33:22.951 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:33:22.953 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:33:22.955 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:33:22.957 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:33:22.960 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:33:22.962 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:33:22.964 | + functions-common:time_stop:2311          :   start_time=1621387991486
2021-05-19 01:33:22.966 | + functions-common:time_stop:2313          :   [[ -z 1621387991486 ]]
2021-05-19 01:33:22.969 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:33:22.973 | + functions-common:time_stop:2316          :   end_time=1621388002971
2021-05-19 01:33:22.976 | + functions-common:time_stop:2317          :   elapsed_time=11485
2021-05-19 01:33:22.978 | + functions-common:time_stop:2318          :   total=31207
2021-05-19 01:33:22.980 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:33:22.982 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=42692
2021-05-19 01:33:22.984 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:33:22.986 | + lib/libraries:install_libs:136           :   pip_install etcd3gw
2021-05-19 01:33:23.007 | Using python 3.8 to install etcd3gw
2021-05-19 01:33:23.009 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw
2021-05-19 01:33:23.655 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:33:23.655 |   from cryptography.utils import int_from_bytes
2021-05-19 01:33:23.655 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:33:23.655 |   from cryptography.utils import int_from_bytes
2021-05-19 01:33:24.661 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:33:24.665 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:24.670 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:24.675 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:24.675 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:24.679 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:25.219 | Collecting etcd3gw===0.2.5
2021-05-19 01:33:25.225 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f33/eab0d1f4a9600/etcd3gw-0.2.5-py2.py3-none-any.whl (21 kB)
2021-05-19 01:33:25.300 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526)) (2.3.0)
2021-05-19 01:33:25.306 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.26.4)
2021-05-19 01:33:25.326 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (2.25.1)
2021-05-19 01:33:25.346 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (1.15.0)
2021-05-19 01:33:25.349 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.6.0)
2021-05-19 01:33:25.352 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (2020.12.5)
2021-05-19 01:33:25.354 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (4.0.0)
2021-05-19 01:33:25.357 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.10)
2021-05-19 01:33:26.622 | Installing collected packages: etcd3gw
2021-05-19 01:33:26.775 | Successfully installed etcd3gw-0.2.5
2021-05-19 01:33:26.881 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:33:26.881 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:33:26.953 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:33:26.955 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:33:26.957 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:33:26.960 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:33:26.962 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:33:26.964 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:33:26.966 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:33:26.968 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:33:26.970 | + functions-common:time_stop:2311          :   start_time=1621388003002
2021-05-19 01:33:26.973 | + functions-common:time_stop:2313          :   [[ -z 1621388003002 ]]
2021-05-19 01:33:26.976 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:33:26.979 | + functions-common:time_stop:2316          :   end_time=1621388006977
2021-05-19 01:33:26.982 | + functions-common:time_stop:2317          :   elapsed_time=3975
2021-05-19 01:33:26.984 | + functions-common:time_stop:2318          :   total=42692
2021-05-19 01:33:26.986 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:33:26.988 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=46667
2021-05-19 01:33:26.990 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:33:26.992 | + ./stack.sh:main:843                      :   install_apache_uwsgi
2021-05-19 01:33:26.995 | + lib/apache:install_apache_uwsgi:80       :   local apxs=apxs2
2021-05-19 01:33:26.997 | + lib/apache:install_apache_uwsgi:81       :   is_fedora
2021-05-19 01:33:26.999 | + functions-common:is_fedora:446           :   [[ -z Ubuntu ]]
2021-05-19 01:33:27.001 | + functions-common:is_fedora:450           :   '[' Ubuntu = Fedora ']'
2021-05-19 01:33:27.004 | + functions-common:is_fedora:450           :   '[' Ubuntu = 'Red Hat' ']'
2021-05-19 01:33:27.007 | + functions-common:is_fedora:451           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2021-05-19 01:33:27.009 | + functions-common:is_fedora:452           :   '[' Ubuntu = RedHatEnterprise ']'
2021-05-19 01:33:27.011 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOS ']'
2021-05-19 01:33:27.013 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOSStream ']'
2021-05-19 01:33:27.015 | + functions-common:is_fedora:454           :   '[' Ubuntu = OracleServer ']'
2021-05-19 01:33:27.018 | + functions-common:is_fedora:454           :   '[' Ubuntu = Virtuozzo ']'
2021-05-19 01:33:27.020 | + lib/apache:install_apache_uwsgi:92       :   UWSGI_PYTHON_PLUGIN=python3
2021-05-19 01:33:27.022 | + lib/apache:install_apache_uwsgi:94       :   is_ubuntu
2021-05-19 01:33:27.025 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:33:27.027 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:33:27.029 | + lib/apache:install_apache_uwsgi:95       :   local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi'
2021-05-19 01:33:27.032 | + lib/apache:install_apache_uwsgi:96       :   install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi
2021-05-19 01:33:27.034 | + functions-common:install_package:1342    :   update_package_repo
2021-05-19 01:33:27.036 | + functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-05-19 01:33:27.038 | + functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-05-19 01:33:27.040 | + functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-05-19 01:33:27.043 | + functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-05-19 01:33:27.045 | + functions-common:update_package_repo:1322 :   is_ubuntu
2021-05-19 01:33:27.047 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:33:27.049 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:33:27.052 | + functions-common:update_package_repo:1323 :   apt_get_update
2021-05-19 01:33:27.054 | + functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-05-19 01:33:27.056 | + functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-05-19 01:33:27.058 | + functions-common:apt_get_update:1069     :   return
2021-05-19 01:33:27.061 | + functions-common:install_package:1343    :   real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi
2021-05-19 01:33:27.063 | + functions-common:real_install_package:1328 :   is_ubuntu
2021-05-19 01:33:27.065 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:33:27.068 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:33:27.070 | + functions-common:real_install_package:1329 :   apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi
2021-05-19 01:33:27.091 | + 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-python3 libapache2-mod-proxy-uwsgi
2021-05-19 01:33:27.195 | Reading package lists...
2021-05-19 01:33:27.406 | Building dependency tree...
2021-05-19 01:33:27.408 | Reading state information...
2021-05-19 01:33:27.627 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.1).
2021-05-19 01:33:27.627 | The following packages were automatically installed and are no longer required:
2021-05-19 01:33:27.628 |   apport-symptoms libnetplan0 python3-automat python3-blinker python3-click
2021-05-19 01:33:27.628 |   python3-colorama python3-configobj python3-constantly python3-entrypoints
2021-05-19 01:33:27.628 |   python3-hamcrest python3-hyperlink python3-incremental python3-jwt
2021-05-19 01:33:27.628 |   python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report
2021-05-19 01:33:27.628 |   python3-secretstorage python3-twisted-bin python3-wadllib
2021-05-19 01:33:27.628 |   python3-zope.interface
2021-05-19 01:33:27.628 | Use 'sudo apt autoremove' to remove them.
2021-05-19 01:33:27.629 | The following additional packages will be installed:
2021-05-19 01:33:27.629 |   libnorm1 libpgm-5.2-0 libzmq5 uwsgi-core
2021-05-19 01:33:27.631 | Suggested packages:
2021-05-19 01:33:27.631 |   uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators
2021-05-19 01:33:27.697 | The following NEW packages will be installed:
2021-05-19 01:33:27.697 |   libnorm1 libpgm-5.2-0 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3
2021-05-19 01:33:27.801 | 0 upgraded, 6 newly installed, 0 to remove and 29 not upgraded.
2021-05-19 01:33:27.801 | Need to get 1,306 kB of archives.
2021-05-19 01:33:27.801 | After this operation, 4,613 kB of additional disk space will be used.
2021-05-19 01:33:27.801 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB]
2021-05-19 01:33:28.034 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB]
2021-05-19 01:33:28.051 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB]
2021-05-19 01:33:28.085 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-core amd64 2.0.18-11ubuntu1 [523 kB]
2021-05-19 01:33:28.134 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi amd64 2.0.18-11ubuntu1 [17.6 kB]
2021-05-19 01:33:28.135 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-plugin-python3 amd64 2.0.18-11ubuntu1 [75.1 kB]
2021-05-19 01:33:28.683 | Fetched 1,306 kB in 0s (2,994 kB/s)
2021-05-19 01:33:28.851 | Selecting previously unselected package libnorm1:amd64.
2021-05-19 01:33:28.902 | (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 ... 90672 files and directories currently installed.)
2021-05-19 01:33:28.906 | Preparing to unpack .../0-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ...
2021-05-19 01:33:28.981 | Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ...
2021-05-19 01:33:29.313 | Selecting previously unselected package libpgm-5.2-0:amd64.
2021-05-19 01:33:29.323 | Preparing to unpack .../1-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ...
2021-05-19 01:33:29.415 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ...
2021-05-19 01:33:29.873 | Selecting previously unselected package libzmq5:amd64.
2021-05-19 01:33:29.882 | Preparing to unpack .../2-libzmq5_4.3.2-2ubuntu1_amd64.deb ...
2021-05-19 01:33:29.947 | Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ...
2021-05-19 01:33:30.318 | Selecting previously unselected package uwsgi-core.
2021-05-19 01:33:30.328 | Preparing to unpack .../3-uwsgi-core_2.0.18-11ubuntu1_amd64.deb ...
2021-05-19 01:33:30.358 | Unpacking uwsgi-core (2.0.18-11ubuntu1) ...
2021-05-19 01:33:30.890 | Selecting previously unselected package uwsgi.
2021-05-19 01:33:30.900 | Preparing to unpack .../4-uwsgi_2.0.18-11ubuntu1_amd64.deb ...
2021-05-19 01:33:30.952 | Unpacking uwsgi (2.0.18-11ubuntu1) ...
2021-05-19 01:33:31.267 | Selecting previously unselected package uwsgi-plugin-python3.
2021-05-19 01:33:31.277 | Preparing to unpack .../5-uwsgi-plugin-python3_2.0.18-11ubuntu1_amd64.deb ...
2021-05-19 01:33:31.307 | Unpacking uwsgi-plugin-python3 (2.0.18-11ubuntu1) ...
2021-05-19 01:33:31.669 | Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ...
2021-05-19 01:33:31.758 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ...
2021-05-19 01:33:31.912 | Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ...
2021-05-19 01:33:32.118 | Setting up uwsgi-core (2.0.18-11ubuntu1) ...
2021-05-19 01:33:32.278 | Setting up uwsgi (2.0.18-11ubuntu1) ...
2021-05-19 01:33:33.438 | Setting up uwsgi-plugin-python3 (2.0.18-11ubuntu1) ...
2021-05-19 01:33:33.633 | Processing triggers for systemd (245.4-4ubuntu3.6) ...
2021-05-19 01:33:34.073 | Processing triggers for man-db (2.9.1-1) ...
2021-05-19 01:33:34.616 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
2021-05-19 01:33:37.873 | + functions-common:apt_get:1113            :   result=0
2021-05-19 01:33:37.876 | + functions-common:apt_get:1116            :   time_stop apt-get
2021-05-19 01:33:37.878 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:33:37.880 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:33:37.882 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:33:37.884 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:33:37.886 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:33:37.888 | + functions-common:time_stop:2310          :   name=apt-get
2021-05-19 01:33:37.890 | + functions-common:time_stop:2311          :   start_time=1621388007088
2021-05-19 01:33:37.892 | + functions-common:time_stop:2313          :   [[ -z 1621388007088 ]]
2021-05-19 01:33:37.895 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:33:37.899 | + functions-common:time_stop:2316          :   end_time=1621388017897
2021-05-19 01:33:37.901 | + functions-common:time_stop:2317          :   elapsed_time=10809
2021-05-19 01:33:37.903 | + functions-common:time_stop:2318          :   total=443942
2021-05-19 01:33:37.906 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:33:37.908 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=454751
2021-05-19 01:33:37.910 | + functions-common:apt_get:1117            :   return 0
2021-05-19 01:33:37.912 | + lib/apache:install_apache_uwsgi:128      :   is_ubuntu
2021-05-19 01:33:37.914 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:33:37.917 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:33:37.919 | + lib/apache:install_apache_uwsgi:130      :   sudo a2enmod proxy
2021-05-19 01:33:37.981 | Enabling module proxy.
2021-05-19 01:33:37.986 | To activate the new configuration, you need to run:
2021-05-19 01:33:37.986 |   systemctl restart apache2
2021-05-19 01:33:37.991 | + lib/apache:install_apache_uwsgi:131      :   sudo a2enmod proxy_uwsgi
2021-05-19 01:33:38.052 | Considering dependency proxy for proxy_uwsgi:
2021-05-19 01:33:38.052 | Module proxy already enabled
2021-05-19 01:33:38.052 | Enabling module proxy_uwsgi.
2021-05-19 01:33:38.058 | To activate the new configuration, you need to run:
2021-05-19 01:33:38.058 |   systemctl restart apache2
2021-05-19 01:33:38.062 | + lib/apache:install_apache_uwsgi:137      :   restart_apache_server
2021-05-19 01:33:38.065 | + lib/apache:restart_apache_server:250     :   restart_service apache2
2021-05-19 01:33:38.067 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-05-19 01:33:38.069 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart apache2
2021-05-19 01:33:38.192 | + ./stack.sh:main:846                      :   install_keystoneauth
2021-05-19 01:33:38.194 | + lib/keystone:install_keystoneauth:468    :   use_library_from_git keystoneauth
2021-05-19 01:33:38.196 | + inc/python:use_library_from_git:250      :   local name=keystoneauth
2021-05-19 01:33:38.199 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:38.201 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:38.204 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,keystoneauth, ]]
2021-05-19 01:33:38.206 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:38.209 | + ./stack.sh:main:847                      :   install_keystoneclient
2021-05-19 01:33:38.211 | + lib/keystone:install_keystoneclient:476  :   use_library_from_git python-keystoneclient
2021-05-19 01:33:38.214 | + inc/python:use_library_from_git:250      :   local name=python-keystoneclient
2021-05-19 01:33:38.216 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:38.219 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:38.221 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-keystoneclient, ]]
2021-05-19 01:33:38.223 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:38.226 | + ./stack.sh:main:848                      :   install_glanceclient
2021-05-19 01:33:38.228 | + lib/glance:install_glanceclient:429      :   use_library_from_git python-glanceclient
2021-05-19 01:33:38.231 | + inc/python:use_library_from_git:250      :   local name=python-glanceclient
2021-05-19 01:33:38.233 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:38.236 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:38.238 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-glanceclient, ]]
2021-05-19 01:33:38.240 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:38.242 | + ./stack.sh:main:849                      :   install_cinderclient
2021-05-19 01:33:38.245 | + lib/cinder:install_cinderclient:463      :   use_library_from_git python-brick-cinderclient-ext
2021-05-19 01:33:38.247 | + inc/python:use_library_from_git:250      :   local name=python-brick-cinderclient-ext
2021-05-19 01:33:38.249 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:38.251 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:38.254 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-brick-cinderclient-ext, ]]
2021-05-19 01:33:38.256 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:38.258 | + lib/cinder:install_cinderclient:468      :   use_library_from_git python-cinderclient
2021-05-19 01:33:38.261 | + inc/python:use_library_from_git:250      :   local name=python-cinderclient
2021-05-19 01:33:38.263 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:38.265 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:38.267 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-cinderclient, ]]
2021-05-19 01:33:38.270 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:38.272 | + ./stack.sh:main:850                      :   install_novaclient
2021-05-19 01:33:38.274 | + lib/nova:install_novaclient:809          :   use_library_from_git python-novaclient
2021-05-19 01:33:38.277 | + inc/python:use_library_from_git:250      :   local name=python-novaclient
2021-05-19 01:33:38.279 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:38.282 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:38.284 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-novaclient, ]]
2021-05-19 01:33:38.286 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:38.289 | + ./stack.sh:main:851                      :   is_service_enabled swift glance horizon
2021-05-19 01:33:38.306 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:33:38.308 | + ./stack.sh:main:852                      :   install_swiftclient
2021-05-19 01:33:38.310 | + lib/swift:install_swiftclient:753        :   use_library_from_git python-swiftclient
2021-05-19 01:33:38.313 | + inc/python:use_library_from_git:250      :   local name=python-swiftclient
2021-05-19 01:33:38.315 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:38.317 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:38.319 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-swiftclient, ]]
2021-05-19 01:33:38.322 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:38.324 | + ./stack.sh:main:854                      :   is_service_enabled neutron nova horizon
2021-05-19 01:33:38.340 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:33:38.343 | + ./stack.sh:main:855                      :   install_neutronclient
2021-05-19 01:33:38.345 | + lib/neutron:install_neutronclient:440    :   use_library_from_git python-neutronclient
2021-05-19 01:33:38.347 | + inc/python:use_library_from_git:250      :   local name=python-neutronclient
2021-05-19 01:33:38.350 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:38.352 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:38.355 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-neutronclient, ]]
2021-05-19 01:33:38.357 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:38.360 | + ./stack.sh:main:859                      :   install_keystonemiddleware
2021-05-19 01:33:38.362 | + lib/keystone:install_keystonemiddleware:486 :   use_library_from_git keystonemiddleware
2021-05-19 01:33:38.364 | + inc/python:use_library_from_git:250      :   local name=keystonemiddleware
2021-05-19 01:33:38.366 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:33:38.369 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:33:38.371 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,keystonemiddleware, ]]
2021-05-19 01:33:38.373 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:33:38.376 | + lib/keystone:install_keystonemiddleware:491 :   pip_install_gr keystonemiddleware
2021-05-19 01:33:38.378 | + inc/python:pip_install_gr:76             :   local name=keystonemiddleware
2021-05-19 01:33:38.380 | + inc/python:pip_install_gr:77             :   local clean_name
2021-05-19 01:33:38.383 | ++ inc/python:pip_install_gr:78             :   get_from_global_requirements keystonemiddleware
2021-05-19 01:33:38.386 | ++ inc/python:get_from_global_requirements:225 :   local package=keystonemiddleware
2021-05-19 01:33:38.388 | ++ inc/python:get_from_global_requirements:226 :   local required_pkg
2021-05-19 01:33:38.391 | +++ inc/python:get_from_global_requirements:227 :   grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt
2021-05-19 01:33:38.391 | +++ inc/python:get_from_global_requirements:227 :   cut -d# -f1
2021-05-19 01:33:38.396 | ++ inc/python:get_from_global_requirements:227 :   required_pkg='keystonemiddleware  '
2021-05-19 01:33:38.398 | ++ inc/python:get_from_global_requirements:228 :   [[ keystonemiddleware   == '' ]]
2021-05-19 01:33:38.401 | ++ inc/python:get_from_global_requirements:231 :   echo keystonemiddleware
2021-05-19 01:33:38.404 | + inc/python:pip_install_gr:78             :   clean_name=keystonemiddleware
2021-05-19 01:33:38.407 | + inc/python:pip_install_gr:79             :   pip_install keystonemiddleware
2021-05-19 01:33:38.427 | Using python 3.8 to install keystonemiddleware
2021-05-19 01:33:38.429 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware
2021-05-19 01:33:39.080 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:33:39.080 |   from cryptography.utils import int_from_bytes
2021-05-19 01:33:39.080 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:33:39.080 |   from cryptography.utils import int_from_bytes
2021-05-19 01:33:40.075 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:33:40.079 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:40.090 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:40.090 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:40.090 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:40.093 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:40.098 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (9.2.0)
2021-05-19 01:33:40.151 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (2.7.0)
2021-05-19 01:33:40.187 | Requirement already satisfied: oslo.config===8.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) (8.7.0)
2021-05-19 01:33:40.240 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) (1.1.2)
2021-05-19 01:33:40.245 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (3.3.0)
2021-05-19 01:33:40.252 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (1.15.0)
2021-05-19 01:33:40.254 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (1.4.0)
2021-05-19 01:33:40.258 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 507)) (4.3.1)
2021-05-19 01:33:40.318 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (4.2.0)
2021-05-19 01:33:40.336 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (4.4.2)
2021-05-19 01:33:40.340 | Requirement already satisfied: oslo.utils===4.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) (4.9.0)
2021-05-19 01:33:40.355 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (2021.1)
2021-05-19 01:33:40.359 | Requirement already satisfied: oslo.log===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) (4.5.0)
2021-05-19 01:33:40.397 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 52)) (5.0.1)
2021-05-19 01:33:40.404 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (2.25.1)
2021-05-19 01:33:40.423 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 58)) (3.1.1)
2021-05-19 01:33:40.433 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 55)) (3.2.0)
2021-05-19 01:33:40.439 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (4.1.0)
2021-05-19 01:33:40.448 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) (1.8.7)
2021-05-19 01:33:40.461 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.6.0)
2021-05-19 01:33:40.463 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (5.4.1)
2021-05-19 01:33:40.466 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 117)) (2.2.0)
2021-05-19 01:33:40.473 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134)) (0.8.0)
2021-05-19 01:33:40.478 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (0.1.14)
2021-05-19 01:33:40.480 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (1.7.0)
2021-05-19 01:33:40.484 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (2.4.7)
2021-05-19 01:33:40.487 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (20.9)
2021-05-19 01:33:40.493 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (0.10.9)
2021-05-19 01:33:40.496 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (2.8.1)
2021-05-19 01:33:40.500 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) (0.9.6)
2021-05-19 01:33:40.503 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.26.4)
2021-05-19 01:33:40.522 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (2020.12.5)
2021-05-19 01:33:40.524 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.10)
2021-05-19 01:33:40.528 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (4.0.0)
2021-05-19 01:33:40.532 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (1.0.2)
2021-05-19 01:33:40.534 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (1.12.1)
2021-05-19 01:33:41.703 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:33:41.703 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:33:41.773 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:33:41.776 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:33:41.778 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:33:41.781 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:33:41.783 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:33:41.785 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:33:41.787 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:33:41.789 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:33:41.791 | + functions-common:time_stop:2311          :   start_time=1621388018422
2021-05-19 01:33:41.793 | + functions-common:time_stop:2313          :   [[ -z 1621388018422 ]]
2021-05-19 01:33:41.796 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:33:41.800 | + functions-common:time_stop:2316          :   end_time=1621388021798
2021-05-19 01:33:41.802 | + functions-common:time_stop:2317          :   elapsed_time=3376
2021-05-19 01:33:41.804 | + functions-common:time_stop:2318          :   total=46667
2021-05-19 01:33:41.806 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:33:41.808 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=50043
2021-05-19 01:33:41.811 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:33:41.813 | + lib/keystone:install_keystonemiddleware:495 :   pip_install_gr python-memcached
2021-05-19 01:33:41.815 | + inc/python:pip_install_gr:76             :   local name=python-memcached
2021-05-19 01:33:41.818 | + inc/python:pip_install_gr:77             :   local clean_name
2021-05-19 01:33:41.820 | ++ inc/python:pip_install_gr:78             :   get_from_global_requirements python-memcached
2021-05-19 01:33:41.823 | ++ inc/python:get_from_global_requirements:225 :   local package=python-memcached
2021-05-19 01:33:41.826 | ++ inc/python:get_from_global_requirements:226 :   local required_pkg
2021-05-19 01:33:41.829 | +++ inc/python:get_from_global_requirements:227 :   grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt
2021-05-19 01:33:41.829 | +++ inc/python:get_from_global_requirements:227 :   cut -d# -f1
2021-05-19 01:33:41.834 | ++ inc/python:get_from_global_requirements:227 :   required_pkg='python-memcached  '
2021-05-19 01:33:41.837 | ++ inc/python:get_from_global_requirements:228 :   [[ python-memcached   == '' ]]
2021-05-19 01:33:41.840 | ++ inc/python:get_from_global_requirements:231 :   echo python-memcached
2021-05-19 01:33:41.842 | + inc/python:pip_install_gr:78             :   clean_name=python-memcached
2021-05-19 01:33:41.845 | + inc/python:pip_install_gr:79             :   pip_install python-memcached
2021-05-19 01:33:41.865 | Using python 3.8 to install python-memcached
2021-05-19 01:33:41.868 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached
2021-05-19 01:33:42.517 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:33:42.518 |   from cryptography.utils import int_from_bytes
2021-05-19 01:33:42.518 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:33:42.518 |   from cryptography.utils import int_from_bytes
2021-05-19 01:33:43.531 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:33:43.535 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:43.540 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:43.545 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:43.546 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:43.549 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:44.081 | Collecting python-memcached===1.59
2021-05-19 01:33:44.089 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB)
2021-05-19 01:33:44.156 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (1.15.0)
2021-05-19 01:33:45.462 | Installing collected packages: python-memcached
2021-05-19 01:33:45.609 | Successfully installed python-memcached-1.59
2021-05-19 01:33:45.714 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:33:45.714 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:33:45.786 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:33:45.788 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:33:45.790 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:33:45.793 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:33:45.795 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:33:45.797 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:33:45.799 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:33:45.801 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:33:45.803 | + functions-common:time_stop:2311          :   start_time=1621388021860
2021-05-19 01:33:45.806 | + functions-common:time_stop:2313          :   [[ -z 1621388021860 ]]
2021-05-19 01:33:45.809 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:33:45.813 | + functions-common:time_stop:2316          :   end_time=1621388025810
2021-05-19 01:33:45.815 | + functions-common:time_stop:2317          :   elapsed_time=3950
2021-05-19 01:33:45.817 | + functions-common:time_stop:2318          :   total=50043
2021-05-19 01:33:45.819 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:33:45.821 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=53993
2021-05-19 01:33:45.824 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:33:45.826 | + ./stack.sh:main:861                      :   is_service_enabled keystone
2021-05-19 01:33:45.842 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:33:45.845 | + ./stack.sh:main:862                      :   '[' 10.222.0.39 == 10.222.0.39 ']'
2021-05-19 01:33:45.847 | + ./stack.sh:main:863                      :   stack_install_service keystone
2021-05-19 01:33:45.849 | + lib/stack:stack_install_service:20       :   local service=keystone
2021-05-19 01:33:45.851 | + lib/stack:stack_install_service:21       :   type install_keystone
2021-05-19 01:33:45.854 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2021-05-19 01:33:45.856 | + lib/stack:stack_install_service:32       :   install_keystone
2021-05-19 01:33:45.859 | + lib/keystone:install_keystone:501        :   is_service_enabled ldap
2021-05-19 01:33:45.874 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:33:45.876 | + lib/keystone:install_keystone:505        :   git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master
2021-05-19 01:33:45.878 | + functions-common:git_clone:523           :   local git_remote=https://opendev.org/openstack/keystone.git
2021-05-19 01:33:45.880 | + functions-common:git_clone:524           :   local git_dest=/opt/stack/keystone
2021-05-19 01:33:45.882 | + functions-common:git_clone:525           :   local git_ref=master
2021-05-19 01:33:45.885 | + functions-common:git_clone:526           :   local orig_dir
2021-05-19 01:33:45.888 | ++ functions-common:git_clone:527           :   pwd
2021-05-19 01:33:45.890 | + functions-common:git_clone:527           :   orig_dir=/home/ubuntu/devstack
2021-05-19 01:33:45.892 | + functions-common:git_clone:528           :   local git_clone_flags=
2021-05-19 01:33:45.895 | ++ functions-common:git_clone:530           :   trueorfalse False RECLONE
2021-05-19 01:33:45.909 | + functions-common:git_clone:530           :   RECLONE=False
2021-05-19 01:33:45.911 | + functions-common:git_clone:531           :   [[ 0 -gt 0 ]]
2021-05-19 01:33:45.914 | + functions-common:git_clone:535           :   [[ False = \T\r\u\e ]]
2021-05-19 01:33:45.916 | + functions-common:git_clone:544           :   echo master
2021-05-19 01:33:45.917 | + functions-common:git_clone:544           :   egrep -q '^refs'
2021-05-19 01:33:45.922 | + functions-common:git_clone:558           :   [[ ! -d /opt/stack/keystone ]]
2021-05-19 01:33:45.924 | + functions-common:git_clone:566           :   [[ False = \T\r\u\e ]]
2021-05-19 01:33:45.926 | + functions-common:git_clone:592           :   cd /opt/stack/keystone
2021-05-19 01:33:45.929 | + functions-common:git_clone:593           :   git show --oneline
2021-05-19 01:33:45.929 | + functions-common:git_clone:593           :   head -1
2021-05-19 01:33:45.933 | 63ef8f81f Merge "Hide AccountLocked exception from end users"
2021-05-19 01:33:45.935 | + functions-common:git_clone:594           :   cd /home/ubuntu/devstack
2021-05-19 01:33:45.937 | + lib/keystone:install_keystone:506        :   setup_develop /opt/stack/keystone
2021-05-19 01:33:45.939 | + inc/python:setup_develop:338             :   local bindep
2021-05-19 01:33:45.942 | + inc/python:setup_develop:339             :   [[ /opt/stack/keystone == -bindep* ]]
2021-05-19 01:33:45.944 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/keystone
2021-05-19 01:33:45.946 | + inc/python:setup_develop:344             :   local extras=
2021-05-19 01:33:45.949 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/keystone -e
2021-05-19 01:33:45.951 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2021-05-19 01:33:45.953 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/keystone == -bindep* ]]
2021-05-19 01:33:45.956 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/keystone
2021-05-19 01:33:45.958 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2021-05-19 01:33:45.960 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2021-05-19 01:33:45.963 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/keystone
2021-05-19 01:33:45.966 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2021-05-19 01:33:45.968 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/keystone
2021-05-19 01:33:45.970 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2021-05-19 01:33:45.973 | + inc/python:_setup_package_with_constraints_edit:382 :   local name
2021-05-19 01:33:45.976 | ++ inc/python:_setup_package_with_constraints_edit:383 :   awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg
2021-05-19 01:33:45.981 | + inc/python:_setup_package_with_constraints_edit:383 :   name=keystone
2021-05-19 01:33:45.984 | + inc/python:_setup_package_with_constraints_edit:385 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone'
2021-05-19 01:33:46.590 | + inc/python:_setup_package_with_constraints_edit:389 :   setup_package /opt/stack/keystone -e
2021-05-19 01:33:46.593 | + inc/python:setup_package:417             :   local bindep=0
2021-05-19 01:33:46.595 | + inc/python:setup_package:418             :   local bindep_flag=
2021-05-19 01:33:46.597 | + inc/python:setup_package:419             :   local bindep_profiles=
2021-05-19 01:33:46.599 | + inc/python:setup_package:420             :   [[ /opt/stack/keystone == -bindep* ]]
2021-05-19 01:33:46.601 | + inc/python:setup_package:425             :   local project_dir=/opt/stack/keystone
2021-05-19 01:33:46.604 | + inc/python:setup_package:426             :   local flags=-e
2021-05-19 01:33:46.606 | + inc/python:setup_package:427             :   local extras=
2021-05-19 01:33:46.608 | + inc/python:setup_package:431             :   [[ -n -e ]]
2021-05-19 01:33:46.610 | + inc/python:setup_package:431             :   [[ -z '' ]]
2021-05-19 01:33:46.612 | + inc/python:setup_package:431             :   [[ ! -e =~ ^-.* ]]
2021-05-19 01:33:46.614 | + inc/python:setup_package:436             :   [[ ! -z '' ]]
2021-05-19 01:33:46.616 | + inc/python:setup_package:441             :   [[ 0 == 1 ]]
2021-05-19 01:33:46.619 | + inc/python:setup_package:445             :   pip_install -e /opt/stack/keystone
2021-05-19 01:33:46.638 | Using python 3.8 to install /opt/stack/keystone
2021-05-19 01:33:46.640 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone
2021-05-19 01:33:47.305 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:33:47.305 |   from cryptography.utils import int_from_bytes
2021-05-19 01:33:47.305 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:33:47.305 |   from cryptography.utils import int_from_bytes
2021-05-19 01:33:48.311 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:33:48.311 | 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-05-19 01:33:48.314 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:48.315 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:48.316 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:48.321 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:48.328 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:33:48.332 | Obtaining file:///opt/stack/keystone
2021-05-19 01:33:49.861 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2021-05-19 01:33:51.820 | Collecting Flask===1.1.2
2021-05-19 01:33:51.827 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8a4/fdd8936eba251/Flask-1.1.2-py2.py3-none-any.whl (94 kB)
2021-05-19 01:33:52.452 | Collecting Flask-RESTful===0.3.8
2021-05-19 01:33:52.458 |   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-05-19 01:33:52.532 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3)
2021-05-19 01:33:52.538 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1)
2021-05-19 01:33:52.961 | Collecting PyJWT===2.1.0
2021-05-19 01:33:52.967 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/934/d73fbba91b048/PyJWT-2.1.0-py3-none-any.whl (16 kB)
2021-05-19 01:33:52.997 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23)
2021-05-19 01:33:53.025 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7)
2021-05-19 01:33:53.524 | Collecting Werkzeug===1.0.1
2021-05-19 01:33:53.531 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2de/2a5db0baeae7b/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB)
2021-05-19 01:33:54.152 | Collecting aniso8601===9.0.1
2021-05-19 01:33:54.158 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB)
2021-05-19 01:33:54.434 | Collecting bcrypt===3.2.0
2021-05-19 01:33:54.440 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cd1/ea2ff3038509e/bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
2021-05-19 01:33:54.517 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.5)
2021-05-19 01:33:54.932 | Collecting click===7.1.2
2021-05-19 01:33:54.939 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dac/ca89f4bfadd5d/click-7.1.2-py2.py3-none-any.whl (82 kB)
2021-05-19 01:33:54.947 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) (3.4.7)
2021-05-19 01:33:54.986 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 149)) (1.1.2)
2021-05-19 01:33:55.416 | Collecting itsdangerous===1.1.0
2021-05-19 01:33:55.422 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB)
2021-05-19 01:33:55.507 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (3.2.0)
2021-05-19 01:33:55.518 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (9.2.0)
2021-05-19 01:33:55.570 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (1.0.2)
2021-05-19 01:33:55.573 | Requirement already satisfied: oauthlib===3.1.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) (3.1.0)
2021-05-19 01:33:55.578 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (2.7.0)
2021-05-19 01:33:55.615 | Requirement already satisfied: oslo.config===8.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (8.7.0)
2021-05-19 01:33:55.655 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (3.2.0)
2021-05-19 01:33:55.661 | Requirement already satisfied: oslo.db===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (9.0.0)
2021-05-19 01:33:55.709 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.1)
2021-05-19 01:33:55.715 | Requirement already satisfied: oslo.log===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (4.5.0)
2021-05-19 01:33:55.755 | Requirement already satisfied: oslo.messaging===12.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.7.1)
2021-05-19 01:33:55.809 | Requirement already satisfied: oslo.middleware===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.2.0)
2021-05-19 01:33:55.827 | Requirement already satisfied: oslo.policy===3.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (3.8.0)
2021-05-19 01:33:55.842 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.1.0)
2021-05-19 01:33:55.851 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (2.5.0)
2021-05-19 01:33:55.874 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (1.3.0)
2021-05-19 01:33:55.885 | Requirement already satisfied: oslo.utils===4.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.9.0)
2021-05-19 01:33:55.901 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.4.0)
2021-05-19 01:33:55.947 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (20.9)
2021-05-19 01:33:56.463 | Collecting passlib===1.7.4
2021-05-19 01:33:56.469 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB)
2021-05-19 01:33:56.559 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.6.0)
2021-05-19 01:33:56.562 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (0.7.2)
2021-05-19 01:33:56.564 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (3.1.1)
2021-05-19 01:33:56.574 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (2.20)
2021-05-19 01:33:56.577 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (0.9.6)
2021-05-19 01:33:56.579 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (2.4.7)
2021-05-19 01:33:57.039 | Collecting pysaml2===6.5.1
2021-05-19 01:33:57.046 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f79/d7b2a416f1b18/pysaml2-6.5.1-py2.py3-none-any.whl (401 kB)
2021-05-19 01:33:57.140 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (2.8.1)
2021-05-19 01:33:57.145 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 401)) (4.2.0)
2021-05-19 01:33:57.163 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) (2021.1)
2021-05-19 01:33:57.168 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2.25.1)
2021-05-19 01:33:57.187 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 456)) (1.4.0)
2021-05-19 01:33:57.959 | Collecting scrypt===0.8.18
2021-05-19 01:33:57.966 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ffc/de1d60a43e9d9/scrypt-0.8.18-cp38-cp38-manylinux2010_x86_64.whl (924 kB)
2021-05-19 01:33:58.053 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (1.15.0)
2021-05-19 01:33:58.055 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (0.13.0)
2021-05-19 01:33:58.065 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 506)) (0.4.1)
2021-05-19 01:33:58.068 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 508)) (3.3.0)
2021-05-19 01:33:58.070 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (3.3.0)
2021-05-19 01:33:58.077 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (2.0.1)
2021-05-19 01:33:58.085 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (0.5.0)
2021-05-19 01:33:58.091 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (2.4.0)
2021-05-19 01:33:58.108 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (1.4.0)
2021-05-19 01:33:58.111 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (1.1.0)
2021-05-19 01:33:58.117 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 551)) (1.26.4)
2021-05-19 01:33:58.628 | Collecting xmlschema===1.6.1
2021-05-19 01:33:58.633 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1b3/d7c8222c8e0d5/xmlschema-1.6.1-py3-none-any.whl (254 kB)
2021-05-19 01:33:58.732 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (1.3.2)
2021-05-19 01:33:58.736 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (4.4.2)
2021-05-19 01:33:58.739 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (4.3.1)
2021-05-19 01:33:58.799 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (2.2.0)
2021-05-19 01:33:58.806 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1)
2021-05-19 01:33:58.809 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (0.8.0)
2021-05-19 01:33:58.813 | Requirement already satisfied: alembic===1.5.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.8)
2021-05-19 01:33:58.822 | Requirement already satisfied: amqp===5.0.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.6)
2021-05-19 01:33:58.828 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171)) (2.3.0)
2021-05-19 01:33:58.838 | Requirement already satisfied: cachetools===4.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) (4.2.2)
2021-05-19 01:33:58.841 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (5.0.2)
2021-05-19 01:33:58.881 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (3.0.0)
2021-05-19 01:33:58.891 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1)
2021-05-19 01:33:58.901 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (0.30.2)
2021-05-19 01:33:58.909 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1)
2021-05-19 01:33:58.920 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (4.4.0)
2021-05-19 01:33:58.930 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) (1.0.0)
2021-05-19 01:33:58.953 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0)
2021-05-19 01:33:58.962 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) (0.1.14)
2021-05-19 01:33:58.965 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.10.9)
2021-05-19 01:33:59.387 | Collecting defusedxml===0.7.1
2021-05-19 01:33:59.394 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
2021-05-19 01:33:59.903 | Collecting importlib-resources===5.1.2
2021-05-19 01:33:59.908 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/eba/b3efe74d83b04/importlib_resources-5.1.2-py3-none-any.whl (25 kB)
2021-05-19 01:33:59.994 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (20.0.1)
2021-05-19 01:34:00.008 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.10)
2021-05-19 01:34:00.011 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (4.0.0)
2021-05-19 01:34:00.014 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5)
2021-05-19 01:34:00.017 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2)
2021-05-19 01:34:00.019 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (1.0.0)
2021-05-19 01:34:00.021 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 408)) (1.6.0)
2021-05-19 01:34:00.023 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (1.0.0)
2021-05-19 01:34:00.026 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 549)) (1.4.0)
2021-05-19 01:34:00.586 | Collecting elementpath===2.2.1
2021-05-19 01:34:00.593 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5a0/0899c22623e0a/elementpath-2.2.1-py3-none-any.whl (145 kB)
2021-05-19 01:34:00.670 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (1.7.0)
2021-05-19 01:34:00.674 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (1.12.1)
2021-05-19 01:34:00.676 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) (1.0.4)
2021-05-19 01:34:00.679 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4)
2021-05-19 01:34:00.687 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (5.0.0)
2021-05-19 01:34:00.689 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (56.0.0)
2021-05-19 01:34:00.739 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (1.16.0)
2021-05-19 01:34:00.748 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (0.7)
2021-05-19 01:34:00.754 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (0.14.1)
2021-05-19 01:34:00.760 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) (1.6)
2021-05-19 01:34:01.583 | Installing collected packages: itsdangerous, Werkzeug, click, Flask, aniso8601, Flask-RESTful, passlib, bcrypt, scrypt, defusedxml, elementpath, xmlschema, importlib-resources, pysaml2, PyJWT, keystone
2021-05-19 01:34:01.929 |   Attempting uninstall: click
2021-05-19 01:34:01.931 |     Found existing installation: Click 7.0
2021-05-19 01:34:01.936 |     Uninstalling Click-7.0:
2021-05-19 01:34:01.966 |       Successfully uninstalled Click-7.0
2021-05-19 01:34:04.495 |   Attempting uninstall: PyJWT
2021-05-19 01:34:04.496 |     Found existing installation: PyJWT 1.7.1
2021-05-19 01:34:04.504 |     Uninstalling PyJWT-1.7.1:
2021-05-19 01:34:04.533 |       Successfully uninstalled PyJWT-1.7.1
2021-05-19 01:34:04.623 |   Running setup.py develop for keystone
2021-05-19 01:34:06.314 | Successfully installed Flask-1.1.2 Flask-RESTful-0.3.8 PyJWT-2.1.0 Werkzeug-1.0.1 aniso8601-9.0.1 bcrypt-3.2.0 click-7.1.2 defusedxml-0.7.1 elementpath-2.2.1 importlib-resources-5.1.2 itsdangerous-1.1.0 keystone passlib-1.7.4 pysaml2-6.5.1 scrypt-0.8.18 xmlschema-1.6.1
2021-05-19 01:34:06.432 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:34:06.432 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:34:06.510 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:34:06.512 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:34:06.514 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:34:06.516 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:34:06.518 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:34:06.520 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:34:06.522 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:34:06.524 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:34:06.527 | + functions-common:time_stop:2311          :   start_time=1621388026633
2021-05-19 01:34:06.529 | + functions-common:time_stop:2313          :   [[ -z 1621388026633 ]]
2021-05-19 01:34:06.531 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:34:06.535 | + functions-common:time_stop:2316          :   end_time=1621388046533
2021-05-19 01:34:06.537 | + functions-common:time_stop:2317          :   elapsed_time=19900
2021-05-19 01:34:06.539 | + functions-common:time_stop:2318          :   total=53993
2021-05-19 01:34:06.541 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:34:06.543 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=73893
2021-05-19 01:34:06.546 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:34:06.548 | + inc/python:setup_package:447             :   [[ -e == \-\e ]]
2021-05-19 01:34:06.550 | + inc/python:setup_package:448             :   safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info
2021-05-19 01:34:06.552 | + functions-common:safe_chown:2205         :   _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info
2021-05-19 01:34:06.569 | + functions-common:_safe_permission_operation:2053 :   sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info
2021-05-19 01:34:06.581 | + inc/python:_setup_package_with_constraints_edit:393 :   use_library_from_git /opt/stack/keystone
2021-05-19 01:34:06.584 | + inc/python:use_library_from_git:250      :   local name=/opt/stack/keystone
2021-05-19 01:34:06.586 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:34:06.589 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:34:06.591 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/keystone, ]]
2021-05-19 01:34:06.594 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:34:06.596 | + lib/keystone:install_keystone:508        :   is_service_enabled ldap
2021-05-19 01:34:06.611 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:34:06.614 | + lib/keystone:install_keystone:512        :   '[' uwsgi == mod_wsgi ']'
2021-05-19 01:34:06.616 | + lib/stack:stack_install_service:33       :   [[ False = True ]]
2021-05-19 01:34:06.618 | + ./stack.sh:main:864                      :   configure_keystone
2021-05-19 01:34:06.621 | + lib/keystone:configure_keystone:202      :   sudo install -d -o ubuntu /etc/keystone
2021-05-19 01:34:06.632 | + 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-05-19 01:34:06.635 | + lib/keystone:configure_keystone:205      :   install -m 600 /dev/null /etc/keystone/keystone.conf
2021-05-19 01:34:06.640 | + lib/keystone:configure_keystone:208      :   is_service_enabled ldap
2021-05-19 01:34:06.655 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:34:06.658 | + lib/keystone:configure_keystone:212      :   iniset /etc/keystone/keystone.conf identity driver sql
2021-05-19 01:34:06.687 | + lib/keystone:configure_keystone:213      :   iniset /etc/keystone/keystone.conf identity password_hash_rounds 4
2021-05-19 01:34:06.714 | + lib/keystone:configure_keystone:214      :   iniset /etc/keystone/keystone.conf assignment driver sql
2021-05-19 01:34:06.743 | + lib/keystone:configure_keystone:215      :   iniset /etc/keystone/keystone.conf role driver sql
2021-05-19 01:34:06.773 | + lib/keystone:configure_keystone:216      :   iniset /etc/keystone/keystone.conf resource driver sql
2021-05-19 01:34:06.803 | + lib/keystone:configure_keystone:219      :   iniset /etc/keystone/keystone.conf cache enabled True
2021-05-19 01:34:06.833 | + lib/keystone:configure_keystone:220      :   iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached
2021-05-19 01:34:06.860 | + lib/keystone:configure_keystone:221      :   iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211
2021-05-19 01:34:06.888 | + lib/keystone:configure_keystone:223      :   iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications
2021-05-19 01:34:06.891 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=keystone
2021-05-19 01:34:06.893 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/keystone/keystone.conf
2021-05-19 01:34:06.895 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=oslo_messaging_notifications
2021-05-19 01:34:06.898 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=
2021-05-19 01:34:06.900 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2021-05-19 01:34:06.915 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:34:06.918 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url ''
2021-05-19 01:34:06.921 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=
2021-05-19 01:34:06.923 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2021-05-19 01:34:06.938 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:34:06.940 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/
2021-05-19 01:34:06.943 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/
2021-05-19 01:34:06.973 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2021-05-19 01:34:06.975 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2021-05-19 01:34:06.977 | + lib/keystone:configure_keystone:225      :   local service_port=5000
2021-05-19 01:34:06.980 | + lib/keystone:configure_keystone:226      :   local auth_port=35357
2021-05-19 01:34:06.982 | + lib/keystone:configure_keystone:228      :   is_service_enabled tls-proxy
2021-05-19 01:34:06.998 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:34:07.000 | + lib/keystone:configure_keystone:240      :   iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.39/identity
2021-05-19 01:34:07.030 | + lib/keystone:configure_keystone:241      :   iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.39/identity
2021-05-19 01:34:07.057 | + lib/keystone:configure_keystone:243      :   [[ fernet != '' ]]
2021-05-19 01:34:07.060 | + lib/keystone:configure_keystone:244      :   iniset /etc/keystone/keystone.conf token provider fernet
2021-05-19 01:34:07.089 | ++ lib/keystone:configure_keystone:247      :   database_connection_url keystone
2021-05-19 01:34:07.091 | ++ lib/database:database_connection_url:132 :   local db=keystone
2021-05-19 01:34:07.093 | ++ lib/database:database_connection_url:133 :   database_connection_url_mysql keystone
2021-05-19 01:34:07.096 | ++ lib/databases/mysql:database_connection_url_mysql:202 :   local db=keystone
2021-05-19 01:34:07.098 | ++ lib/databases/mysql:database_connection_url_mysql:203 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8'
2021-05-19 01:34:07.101 | + lib/keystone:configure_keystone:247      :   iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8'
2021-05-19 01:34:07.131 | + lib/keystone:configure_keystone:250      :   '[' False '!=' False ']'
2021-05-19 01:34:07.133 | + lib/keystone:configure_keystone:255      :   setup_logging /etc/keystone/keystone.conf
2021-05-19 01:34:07.135 | + functions:setup_logging:674              :   setup_systemd_logging /etc/keystone/keystone.conf
2021-05-19 01:34:07.137 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/keystone/keystone.conf
2021-05-19 01:34:07.140 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2021-05-19 01:34:07.157 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2021-05-19 01:34:07.159 | + functions:setup_systemd_logging:695      :   local pidstr=
2021-05-19 01:34:07.161 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2021-05-19 01:34:07.163 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2021-05-19 01:34:07.166 | + functions:setup_systemd_logging:702      :   iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
2021-05-19 01:34:07.193 | + functions:setup_systemd_logging:704      :   iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s'
2021-05-19 01:34:07.219 | + functions:setup_systemd_logging:705      :   iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2021-05-19 01:34:07.249 | + functions:setup_systemd_logging:706      :   iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2021-05-19 01:34:07.275 | + lib/keystone:configure_keystone:257      :   iniset /etc/keystone/keystone.conf DEFAULT debug True
2021-05-19 01:34:07.303 | + lib/keystone:configure_keystone:259      :   '[' uwsgi == mod_wsgi ']'
2021-05-19 01:34:07.305 | + lib/keystone:configure_keystone:263      :   write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity
2021-05-19 01:34:07.308 | + lib/apache:write_uwsgi_config:254        :   local file=/etc/keystone/keystone-uwsgi-public.ini
2021-05-19 01:34:07.311 | + lib/apache:write_uwsgi_config:255        :   local wsgi=/usr/local/bin/keystone-wsgi-public
2021-05-19 01:34:07.313 | + lib/apache:write_uwsgi_config:256        :   local url=/identity
2021-05-19 01:34:07.315 | + lib/apache:write_uwsgi_config:257        :   local http=
2021-05-19 01:34:07.317 | + lib/apache:write_uwsgi_config:258        :   local name=
2021-05-19 01:34:07.320 | ++ lib/apache:write_uwsgi_config:259        :   basename /usr/local/bin/keystone-wsgi-public
2021-05-19 01:34:07.324 | + lib/apache:write_uwsgi_config:259        :   name=keystone-wsgi-public
2021-05-19 01:34:07.327 | + lib/apache:write_uwsgi_config:263        :   local socket_dir=/var/run/uwsgi
2021-05-19 01:34:07.329 | + lib/apache:write_uwsgi_config:267        :   sudo mkdir -p /etc/tmpfiles.d/
2021-05-19 01:34:07.341 | + lib/apache:write_uwsgi_config:268        :   echo 'd /var/run/uwsgi 0755 ubuntu root'
2021-05-19 01:34:07.341 | + lib/apache:write_uwsgi_config:268        :   sudo tee /etc/tmpfiles.d/uwsgi.conf
2021-05-19 01:34:07.349 | d /var/run/uwsgi 0755 ubuntu root
2021-05-19 01:34:07.352 | + lib/apache:write_uwsgi_config:269        :   sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
2021-05-19 01:34:07.368 | + lib/apache:write_uwsgi_config:271        :   local socket=/var/run/uwsgi/keystone-wsgi-public.socket
2021-05-19 01:34:07.371 | + lib/apache:write_uwsgi_config:274        :   rm -rf /etc/keystone/keystone-uwsgi-public.ini
2021-05-19 01:34:07.375 | + lib/apache:write_uwsgi_config:275        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public
2021-05-19 01:34:07.404 | + lib/apache:write_uwsgi_config:276        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2
2021-05-19 01:34:07.430 | + lib/apache:write_uwsgi_config:278        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true
2021-05-19 01:34:07.456 | + lib/apache:write_uwsgi_config:280        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true
2021-05-19 01:34:07.485 | + lib/apache:write_uwsgi_config:281        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false
2021-05-19 01:34:07.511 | + lib/apache:write_uwsgi_config:284        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90
2021-05-19 01:34:07.538 | + lib/apache:write_uwsgi_config:285        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true
2021-05-19 01:34:07.565 | + lib/apache:write_uwsgi_config:286        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3
2021-05-19 01:34:07.592 | + lib/apache:write_uwsgi_config:288        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true
2021-05-19 01:34:07.619 | + lib/apache:write_uwsgi_config:290        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2021-05-19 01:34:07.646 | + lib/apache:write_uwsgi_config:292        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535
2021-05-19 01:34:07.673 | + lib/apache:write_uwsgi_config:294        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close'
2021-05-19 01:34:07.699 | + lib/apache:write_uwsgi_config:296        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true
2021-05-19 01:34:07.726 | + lib/apache:write_uwsgi_config:299        :   [[ -n '' ]]
2021-05-19 01:34:07.729 | + lib/apache:write_uwsgi_config:302        :   local apache_conf=
2021-05-19 01:34:07.732 | ++ lib/apache:write_uwsgi_config:303        :   apache_site_config_for keystone-wsgi-public
2021-05-19 01:34:07.734 | ++ lib/apache:apache_site_config_for:186    :   local site=keystone-wsgi-public
2021-05-19 01:34:07.736 | ++ lib/apache:apache_site_config_for:187    :   is_ubuntu
2021-05-19 01:34:07.739 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:34:07.741 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:34:07.743 | ++ lib/apache:apache_site_config_for:189    :   echo /etc/apache2/sites-available/keystone-wsgi-public.conf
2021-05-19 01:34:07.746 | + lib/apache:write_uwsgi_config:303        :   apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf
2021-05-19 01:34:07.748 | + lib/apache:write_uwsgi_config:304        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket
2021-05-19 01:34:07.775 | + lib/apache:write_uwsgi_config:305        :   iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666
2021-05-19 01:34:07.803 | + lib/apache:write_uwsgi_config:306        :   echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 '
2021-05-19 01:34:07.803 | + lib/apache:write_uwsgi_config:306        :   sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf
2021-05-19 01:34:07.811 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 
2021-05-19 01:34:07.815 | + lib/apache:write_uwsgi_config:307        :   enable_apache_site keystone-wsgi-public
2021-05-19 01:34:07.817 | + lib/apache:enable_apache_site:203        :   local site=keystone-wsgi-public
2021-05-19 01:34:07.819 | + lib/apache:enable_apache_site:205        :   enable_apache_mod version
2021-05-19 01:34:07.822 | + lib/apache:enable_apache_mod:54          :   local mod=version
2021-05-19 01:34:07.824 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2021-05-19 01:34:07.827 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:34:07.829 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:34:07.831 | + lib/apache:enable_apache_mod:59          :   [[ version != \v\e\r\s\i\o\n ]]
2021-05-19 01:34:07.833 | + lib/apache:enable_apache_site:206        :   is_ubuntu
2021-05-19 01:34:07.836 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:34:07.838 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:34:07.841 | + lib/apache:enable_apache_site:207        :   sudo a2ensite keystone-wsgi-public
2021-05-19 01:34:07.902 | Enabling site keystone-wsgi-public.
2021-05-19 01:34:07.907 | To activate the new configuration, you need to run:
2021-05-19 01:34:07.907 |   systemctl reload apache2
2021-05-19 01:34:07.911 | + lib/apache:write_uwsgi_config:308        :   restart_apache_server
2021-05-19 01:34:07.914 | + lib/apache:restart_apache_server:250     :   restart_service apache2
2021-05-19 01:34:07.916 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-05-19 01:34:07.918 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart apache2
2021-05-19 01:34:08.044 | + lib/keystone:configure_keystone:264      :   write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin
2021-05-19 01:34:08.047 | + lib/apache:write_uwsgi_config:254        :   local file=/etc/keystone/keystone-uwsgi-admin.ini
2021-05-19 01:34:08.050 | + lib/apache:write_uwsgi_config:255        :   local wsgi=/usr/local/bin/keystone-wsgi-admin
2021-05-19 01:34:08.052 | + lib/apache:write_uwsgi_config:256        :   local url=/identity_admin
2021-05-19 01:34:08.054 | + lib/apache:write_uwsgi_config:257        :   local http=
2021-05-19 01:34:08.056 | + lib/apache:write_uwsgi_config:258        :   local name=
2021-05-19 01:34:08.059 | ++ lib/apache:write_uwsgi_config:259        :   basename /usr/local/bin/keystone-wsgi-admin
2021-05-19 01:34:08.064 | + lib/apache:write_uwsgi_config:259        :   name=keystone-wsgi-admin
2021-05-19 01:34:08.067 | + lib/apache:write_uwsgi_config:263        :   local socket_dir=/var/run/uwsgi
2021-05-19 01:34:08.069 | + lib/apache:write_uwsgi_config:267        :   sudo mkdir -p /etc/tmpfiles.d/
2021-05-19 01:34:08.082 | + lib/apache:write_uwsgi_config:268        :   sudo tee /etc/tmpfiles.d/uwsgi.conf
2021-05-19 01:34:08.083 | + lib/apache:write_uwsgi_config:268        :   echo 'd /var/run/uwsgi 0755 ubuntu root'
2021-05-19 01:34:08.092 | d /var/run/uwsgi 0755 ubuntu root
2021-05-19 01:34:08.095 | + lib/apache:write_uwsgi_config:269        :   sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
2021-05-19 01:34:08.111 | + lib/apache:write_uwsgi_config:271        :   local socket=/var/run/uwsgi/keystone-wsgi-admin.socket
2021-05-19 01:34:08.113 | + lib/apache:write_uwsgi_config:274        :   rm -rf /etc/keystone/keystone-uwsgi-admin.ini
2021-05-19 01:34:08.116 | + lib/apache:write_uwsgi_config:275        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin
2021-05-19 01:34:08.147 | + lib/apache:write_uwsgi_config:276        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2
2021-05-19 01:34:08.174 | + lib/apache:write_uwsgi_config:278        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true
2021-05-19 01:34:08.202 | + lib/apache:write_uwsgi_config:280        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true
2021-05-19 01:34:08.229 | + lib/apache:write_uwsgi_config:281        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false
2021-05-19 01:34:08.256 | + lib/apache:write_uwsgi_config:284        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90
2021-05-19 01:34:08.284 | + lib/apache:write_uwsgi_config:285        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true
2021-05-19 01:34:08.311 | + lib/apache:write_uwsgi_config:286        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3
2021-05-19 01:34:08.338 | + lib/apache:write_uwsgi_config:288        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true
2021-05-19 01:34:08.366 | + lib/apache:write_uwsgi_config:290        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2021-05-19 01:34:08.393 | + lib/apache:write_uwsgi_config:292        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535
2021-05-19 01:34:08.421 | + lib/apache:write_uwsgi_config:294        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close'
2021-05-19 01:34:08.448 | + lib/apache:write_uwsgi_config:296        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true
2021-05-19 01:34:08.475 | + lib/apache:write_uwsgi_config:299        :   [[ -n '' ]]
2021-05-19 01:34:08.477 | + lib/apache:write_uwsgi_config:302        :   local apache_conf=
2021-05-19 01:34:08.481 | ++ lib/apache:write_uwsgi_config:303        :   apache_site_config_for keystone-wsgi-admin
2021-05-19 01:34:08.483 | ++ lib/apache:apache_site_config_for:186    :   local site=keystone-wsgi-admin
2021-05-19 01:34:08.485 | ++ lib/apache:apache_site_config_for:187    :   is_ubuntu
2021-05-19 01:34:08.488 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:34:08.490 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:34:08.492 | ++ lib/apache:apache_site_config_for:189    :   echo /etc/apache2/sites-available/keystone-wsgi-admin.conf
2021-05-19 01:34:08.495 | + lib/apache:write_uwsgi_config:303        :   apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf
2021-05-19 01:34:08.498 | + lib/apache:write_uwsgi_config:304        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket
2021-05-19 01:34:08.526 | + lib/apache:write_uwsgi_config:305        :   iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666
2021-05-19 01:34:08.553 | + lib/apache:write_uwsgi_config:306        :   echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 '
2021-05-19 01:34:08.553 | + lib/apache:write_uwsgi_config:306        :   sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf
2021-05-19 01:34:08.562 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 
2021-05-19 01:34:08.565 | + lib/apache:write_uwsgi_config:307        :   enable_apache_site keystone-wsgi-admin
2021-05-19 01:34:08.567 | + lib/apache:enable_apache_site:203        :   local site=keystone-wsgi-admin
2021-05-19 01:34:08.570 | + lib/apache:enable_apache_site:205        :   enable_apache_mod version
2021-05-19 01:34:08.573 | + lib/apache:enable_apache_mod:54          :   local mod=version
2021-05-19 01:34:08.575 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2021-05-19 01:34:08.577 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:34:08.579 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:34:08.582 | + lib/apache:enable_apache_mod:59          :   [[ version != \v\e\r\s\i\o\n ]]
2021-05-19 01:34:08.584 | + lib/apache:enable_apache_site:206        :   is_ubuntu
2021-05-19 01:34:08.586 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:34:08.590 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:34:08.592 | + lib/apache:enable_apache_site:207        :   sudo a2ensite keystone-wsgi-admin
2021-05-19 01:34:08.654 | Enabling site keystone-wsgi-admin.
2021-05-19 01:34:08.660 | To activate the new configuration, you need to run:
2021-05-19 01:34:08.660 |   systemctl reload apache2
2021-05-19 01:34:08.664 | + lib/apache:write_uwsgi_config:308        :   restart_apache_server
2021-05-19 01:34:08.667 | + lib/apache:restart_apache_server:250     :   restart_service apache2
2021-05-19 01:34:08.669 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-05-19 01:34:08.672 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart apache2
2021-05-19 01:34:08.801 | + lib/keystone:configure_keystone:267      :   iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384
2021-05-19 01:34:08.831 | + lib/keystone:configure_keystone:269      :   iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/
2021-05-19 01:34:08.862 | + lib/keystone:configure_keystone:271      :   iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/
2021-05-19 01:34:08.893 | + lib/keystone:configure_keystone:279      :   [[ True = True ]]
2021-05-19 01:34:08.895 | + lib/keystone:configure_keystone:280      :   iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2
2021-05-19 01:34:08.926 | + lib/keystone:configure_keystone:281      :   iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10
2021-05-19 01:34:08.955 | + lib/keystone:configure_keystone:282      :   iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2
2021-05-19 01:34:08.982 | + ./stack.sh:main:868                      :   is_service_enabled swift
2021-05-19 01:34:08.999 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:34:09.001 | + ./stack.sh:main:869                      :   is_service_enabled ceilometer
2021-05-19 01:34:09.018 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:34:09.020 | + ./stack.sh:main:872                      :   stack_install_service swift
2021-05-19 01:34:09.022 | + lib/stack:stack_install_service:20       :   local service=swift
2021-05-19 01:34:09.025 | + lib/stack:stack_install_service:21       :   type install_swift
2021-05-19 01:34:09.028 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2021-05-19 01:34:09.030 | + lib/stack:stack_install_service:32       :   install_swift
2021-05-19 01:34:09.032 | + lib/swift:install_swift:743              :   git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master
2021-05-19 01:34:09.035 | + functions-common:git_clone:523           :   local git_remote=https://opendev.org/openstack/swift.git
2021-05-19 01:34:09.037 | + functions-common:git_clone:524           :   local git_dest=/opt/stack/swift
2021-05-19 01:34:09.039 | + functions-common:git_clone:525           :   local git_ref=master
2021-05-19 01:34:09.042 | + functions-common:git_clone:526           :   local orig_dir
2021-05-19 01:34:09.044 | ++ functions-common:git_clone:527           :   pwd
2021-05-19 01:34:09.047 | + functions-common:git_clone:527           :   orig_dir=/home/ubuntu/devstack
2021-05-19 01:34:09.049 | + functions-common:git_clone:528           :   local git_clone_flags=
2021-05-19 01:34:09.052 | ++ functions-common:git_clone:530           :   trueorfalse False RECLONE
2021-05-19 01:34:09.068 | + functions-common:git_clone:530           :   RECLONE=False
2021-05-19 01:34:09.070 | + functions-common:git_clone:531           :   [[ 0 -gt 0 ]]
2021-05-19 01:34:09.072 | + functions-common:git_clone:535           :   [[ False = \T\r\u\e ]]
2021-05-19 01:34:09.075 | + functions-common:git_clone:544           :   echo master
2021-05-19 01:34:09.076 | + functions-common:git_clone:544           :   egrep -q '^refs'
2021-05-19 01:34:09.081 | + functions-common:git_clone:558           :   [[ ! -d /opt/stack/swift ]]
2021-05-19 01:34:09.083 | + functions-common:git_clone:566           :   [[ False = \T\r\u\e ]]
2021-05-19 01:34:09.085 | + functions-common:git_clone:592           :   cd /opt/stack/swift
2021-05-19 01:34:09.088 | + functions-common:git_clone:593           :   git show --oneline
2021-05-19 01:34:09.088 | + functions-common:git_clone:593           :   head -1
2021-05-19 01:34:09.091 | 0a5857410 Merge "sharder: report perfectly overlapping shard ranges"
2021-05-19 01:34:09.093 | + functions-common:git_clone:594           :   cd /home/ubuntu/devstack
2021-05-19 01:34:09.096 | + lib/swift:install_swift:746              :   setup_develop /opt/stack/swift keystone
2021-05-19 01:34:09.098 | + inc/python:setup_develop:338             :   local bindep
2021-05-19 01:34:09.101 | + inc/python:setup_develop:339             :   [[ /opt/stack/swift == -bindep* ]]
2021-05-19 01:34:09.103 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/swift
2021-05-19 01:34:09.106 | + inc/python:setup_develop:344             :   local extras=keystone
2021-05-19 01:34:09.108 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/swift -e keystone
2021-05-19 01:34:09.111 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2021-05-19 01:34:09.113 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/swift == -bindep* ]]
2021-05-19 01:34:09.115 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/swift
2021-05-19 01:34:09.118 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2021-05-19 01:34:09.121 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=keystone
2021-05-19 01:34:09.123 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/swift
2021-05-19 01:34:09.126 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2021-05-19 01:34:09.128 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/swift
2021-05-19 01:34:09.131 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2021-05-19 01:34:09.133 | + inc/python:_setup_package_with_constraints_edit:382 :   local name
2021-05-19 01:34:09.136 | ++ inc/python:_setup_package_with_constraints_edit:383 :   awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg
2021-05-19 01:34:09.142 | + inc/python:_setup_package_with_constraints_edit:383 :   name=swift
2021-05-19 01:34:09.144 | + inc/python:_setup_package_with_constraints_edit:385 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift '-e file:///opt/stack/swift#egg=swift'
2021-05-19 01:34:09.758 | + inc/python:_setup_package_with_constraints_edit:389 :   setup_package /opt/stack/swift -e keystone
2021-05-19 01:34:09.761 | + inc/python:setup_package:417             :   local bindep=0
2021-05-19 01:34:09.764 | + inc/python:setup_package:418             :   local bindep_flag=
2021-05-19 01:34:09.766 | + inc/python:setup_package:419             :   local bindep_profiles=
2021-05-19 01:34:09.768 | + inc/python:setup_package:420             :   [[ /opt/stack/swift == -bindep* ]]
2021-05-19 01:34:09.770 | + inc/python:setup_package:425             :   local project_dir=/opt/stack/swift
2021-05-19 01:34:09.772 | + inc/python:setup_package:426             :   local flags=-e
2021-05-19 01:34:09.775 | + inc/python:setup_package:427             :   local extras=keystone
2021-05-19 01:34:09.777 | + inc/python:setup_package:431             :   [[ -n -e ]]
2021-05-19 01:34:09.779 | + inc/python:setup_package:431             :   [[ -z keystone ]]
2021-05-19 01:34:09.782 | + inc/python:setup_package:436             :   [[ ! -z keystone ]]
2021-05-19 01:34:09.784 | + inc/python:setup_package:437             :   extras='[keystone]'
2021-05-19 01:34:09.786 | + inc/python:setup_package:441             :   [[ 0 == 1 ]]
2021-05-19 01:34:09.788 | + inc/python:setup_package:445             :   pip_install -e '/opt/stack/swift[keystone]'
2021-05-19 01:34:09.809 | Using python 3.8 to install /opt/stack/swift
2021-05-19 01:34:09.811 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]'
2021-05-19 01:34:10.564 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:34:10.564 |   from cryptography.utils import int_from_bytes
2021-05-19 01:34:10.564 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:34:10.564 |   from cryptography.utils import int_from_bytes
2021-05-19 01:34:11.570 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:34:11.570 | 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-05-19 01:34:11.573 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:11.574 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:11.575 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:11.580 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:11.587 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:11.591 | Obtaining file:///opt/stack/swift
2021-05-19 01:34:12.849 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2021-05-19 01:34:14.097 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1)
2021-05-19 01:34:14.106 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) (3.4.7)
2021-05-19 01:34:14.145 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (0.30.2)
2021-05-19 01:34:14.154 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) (1.0.0)
2021-05-19 01:34:14.159 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (9.2.0)
2021-05-19 01:34:14.969 | Collecting lxml===4.6.3
2021-05-19 01:34:14.992 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1b3/8116b6e628118/lxml-4.6.3-cp38-cp38-manylinux2014_x86_64.whl (6.8 MB)
2021-05-19 01:34:15.228 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (0.10.9)
2021-05-19 01:34:15.231 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (2.7.0)
2021-05-19 01:34:15.267 | Requirement already satisfied: oslo.config===8.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (8.7.0)
2021-05-19 01:34:15.307 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.2.0)
2021-05-19 01:34:15.313 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (5.0.1)
2021-05-19 01:34:15.318 | Requirement already satisfied: oslo.log===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (4.5.0)
2021-05-19 01:34:15.358 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (4.1.0)
2021-05-19 01:34:15.367 | Requirement already satisfied: oslo.utils===4.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (4.9.0)
2021-05-19 01:34:15.383 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (20.9)
2021-05-19 01:34:15.389 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (5.6.0)
2021-05-19 01:34:15.392 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (3.1.1)
2021-05-19 01:34:15.914 | Collecting pyeclib===1.6.0
2021-05-19 01:34:15.937 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB)
2021-05-19 01:34:16.956 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (0.9.6)
2021-05-19 01:34:16.959 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (2.4.7)
2021-05-19 01:34:16.962 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) (2.8.1)
2021-05-19 01:34:16.967 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) (4.2.0)
2021-05-19 01:34:16.985 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (2021.1)
2021-05-19 01:34:16.988 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 444)) (2.25.1)
2021-05-19 01:34:17.008 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 457)) (1.4.0)
2021-05-19 01:34:17.013 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (56.0.0)
2021-05-19 01:34:17.063 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (1.15.0)
2021-05-19 01:34:17.065 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (3.3.0)
2021-05-19 01:34:17.073 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 552)) (1.26.4)
2021-05-19 01:34:17.634 | Collecting xattr===0.9.7
2021-05-19 01:34:17.640 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB)
2021-05-19 01:34:18.389 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.5)
2021-05-19 01:34:18.392 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (1.16.0)
2021-05-19 01:34:18.401 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (4.3.1)
2021-05-19 01:34:18.461 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7)
2021-05-19 01:34:18.474 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 149)) (1.1.2)
2021-05-19 01:34:18.480 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.8.0)
2021-05-19 01:34:18.485 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (2.2.0)
2021-05-19 01:34:18.492 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1)
2021-05-19 01:34:18.495 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (1.0.2)
2021-05-19 01:34:18.498 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) (0.1.14)
2021-05-19 01:34:18.501 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.10)
2021-05-19 01:34:18.504 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5)
2021-05-19 01:34:18.507 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (4.0.0)
2021-05-19 01:34:18.510 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (2.20)
2021-05-19 01:34:18.513 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (1.7.0)
2021-05-19 01:34:18.517 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (4.4.2)
2021-05-19 01:34:18.520 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 567)) (1.12.1)
2021-05-19 01:34:18.523 | Building wheels for collected packages: pyeclib, xattr
2021-05-19 01:34:18.524 |   Building wheel for pyeclib (setup.py): started
2021-05-19 01:34:19.801 |   Building wheel for pyeclib (setup.py): finished with status 'done'
2021-05-19 01:34:19.802 |   Created wheel for pyeclib: filename=pyeclib-1.6.0-cp38-cp38-linux_x86_64.whl size=55496 sha256=e0738b9827d671c0a31f39015c129398093bd45534f30f0fc9e43a5f09131844
2021-05-19 01:34:19.802 |   Stored in directory: /root/.cache/pip/wheels/8d/84/e6/6a48e2f14c9392ac545275a5b87ce7ad21ff00ceacd6831bd5
2021-05-19 01:34:19.804 |   Building wheel for xattr (setup.py): started
2021-05-19 01:34:21.186 |   Building wheel for xattr (setup.py): finished with status 'done'
2021-05-19 01:34:21.187 |   Created wheel for xattr: filename=xattr-0.9.7-cp38-cp38-linux_x86_64.whl size=33239 sha256=52aaa94f7c809a000fa8888c5317bf99ab7ba67059b1786ddeaeacfc56bc6bdf
2021-05-19 01:34:21.187 |   Stored in directory: /root/.cache/pip/wheels/90/58/82/c0bf95f0215cd4d718b9b5bde6f88253eef46677a81e649467
2021-05-19 01:34:21.188 | Successfully built pyeclib xattr
2021-05-19 01:34:22.320 | Installing collected packages: lxml, xattr, pyeclib, swift
2021-05-19 01:34:22.854 |   Running setup.py develop for swift
2021-05-19 01:34:24.409 | Successfully installed lxml-4.6.3 pyeclib-1.6.0 swift xattr-0.9.7
2021-05-19 01:34:24.529 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:34:24.529 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:34:24.624 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:34:24.626 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:34:24.629 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:34:24.631 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:34:24.634 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:34:24.636 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:34:24.638 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:34:24.640 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:34:24.642 | + functions-common:time_stop:2311          :   start_time=1621388049803
2021-05-19 01:34:24.644 | + functions-common:time_stop:2313          :   [[ -z 1621388049803 ]]
2021-05-19 01:34:24.647 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:34:24.652 | + functions-common:time_stop:2316          :   end_time=1621388064649
2021-05-19 01:34:24.654 | + functions-common:time_stop:2317          :   elapsed_time=14846
2021-05-19 01:34:24.656 | + functions-common:time_stop:2318          :   total=73893
2021-05-19 01:34:24.659 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:34:24.661 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=88739
2021-05-19 01:34:24.663 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:34:24.665 | + inc/python:setup_package:447             :   [[ -e == \-\e ]]
2021-05-19 01:34:24.668 | + inc/python:setup_package:448             :   safe_chown -R ubuntu /opt/stack/swift/swift.egg-info
2021-05-19 01:34:24.670 | + functions-common:safe_chown:2205         :   _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info
2021-05-19 01:34:24.689 | + functions-common:_safe_permission_operation:2053 :   sudo chown -R ubuntu /opt/stack/swift/swift.egg-info
2021-05-19 01:34:24.701 | + inc/python:_setup_package_with_constraints_edit:393 :   use_library_from_git /opt/stack/swift
2021-05-19 01:34:24.703 | + inc/python:use_library_from_git:250      :   local name=/opt/stack/swift
2021-05-19 01:34:24.706 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:34:24.708 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:34:24.710 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/swift, ]]
2021-05-19 01:34:24.713 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:34:24.715 | + lib/swift:install_swift:747              :   '[' False == True ']'
2021-05-19 01:34:24.717 | + lib/stack:stack_install_service:33       :   [[ False = True ]]
2021-05-19 01:34:24.720 | + ./stack.sh:main:873                      :   configure_swift
2021-05-19 01:34:24.722 | + lib/swift:configure_swift:334            :   local swift_pipeline=crossdomain
2021-05-19 01:34:24.724 | + lib/swift:configure_swift:335            :   local node_number
2021-05-19 01:34:24.726 | + lib/swift:configure_swift:336            :   local swift_node_config
2021-05-19 01:34:24.728 | + lib/swift:configure_swift:337            :   local swift_log_dir
2021-05-19 01:34:24.730 | + lib/swift:configure_swift:338            :   local user_group
2021-05-19 01:34:24.732 | + lib/swift:configure_swift:341            :   /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop
2021-05-19 01:34:25.586 | No container-replicator running
2021-05-19 01:34:25.586 | No object-auditor running
2021-05-19 01:34:25.586 | No account-auditor running
2021-05-19 01:34:25.586 | No object-expirer running
2021-05-19 01:34:25.586 | No container-updater running
2021-05-19 01:34:25.586 | No object-server running
2021-05-19 01:34:25.586 | No account-reaper running
2021-05-19 01:34:25.586 | No container-auditor running
2021-05-19 01:34:25.586 | No container-reconciler running
2021-05-19 01:34:25.586 | No proxy-server running
2021-05-19 01:34:25.586 | No object-reconstructor running
2021-05-19 01:34:25.586 | No object-updater running
2021-05-19 01:34:25.586 | No object-replicator running
2021-05-19 01:34:25.586 | No container-server running
2021-05-19 01:34:25.586 | No account-replicator running
2021-05-19 01:34:25.586 | No account-server running
2021-05-19 01:34:25.586 | No container-sync running
2021-05-19 01:34:25.586 | No container-sharder running
2021-05-19 01:34:25.630 | + lib/swift:configure_swift:341            :   true
2021-05-19 01:34:25.632 | + lib/swift:configure_swift:343            :   sudo install -d -o ubuntu /etc/swift
2021-05-19 01:34:25.645 | + lib/swift:configure_swift:344            :   sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server
2021-05-19 01:34:25.658 | + lib/swift:configure_swift:346            :   [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]]
2021-05-19 01:34:25.660 | + lib/swift:configure_swift:355            :   sed -e '
2021-05-19 01:34:25.660 |         s/%GROUP%//;
2021-05-19 01:34:25.660 |         s/%USER%/ubuntu/;
2021-05-19 01:34:25.660 |         s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,;
2021-05-19 01:34:25.660 |     ' /home/ubuntu/devstack/files/swift/rsyncd.conf
2021-05-19 01:34:25.660 | + lib/swift:configure_swift:359            :   sudo tee /etc/rsyncd.conf
2021-05-19 01:34:25.669 | uid = ubuntu
2021-05-19 01:34:25.669 | gid = 
2021-05-19 01:34:25.669 | log file = /opt/stack/data/swift/logs/rsyncd.log
2021-05-19 01:34:25.669 | pid file = /opt/stack/data/swift/run/rsyncd.pid
2021-05-19 01:34:25.669 | address = 127.0.0.1
2021-05-19 01:34:25.669 | 
2021-05-19 01:34:25.669 | [account6612]
2021-05-19 01:34:25.669 | max connections = 25
2021-05-19 01:34:25.669 | path = /opt/stack/data/swift/1/node/
2021-05-19 01:34:25.669 | read only = false
2021-05-19 01:34:25.669 | lock file = /opt/stack/data/swift/run/account6612.lock
2021-05-19 01:34:25.669 | 
2021-05-19 01:34:25.669 | [account6622]
2021-05-19 01:34:25.669 | max connections = 25
2021-05-19 01:34:25.669 | path = /opt/stack/data/swift/2/node/
2021-05-19 01:34:25.669 | read only = false
2021-05-19 01:34:25.669 | lock file = /opt/stack/data/swift/run/account6622.lock
2021-05-19 01:34:25.669 | 
2021-05-19 01:34:25.669 | [account6632]
2021-05-19 01:34:25.669 | max connections = 25
2021-05-19 01:34:25.670 | path = /opt/stack/data/swift/3/node/
2021-05-19 01:34:25.670 | read only = false
2021-05-19 01:34:25.670 | lock file = /opt/stack/data/swift/run/account6632.lock
2021-05-19 01:34:25.670 | 
2021-05-19 01:34:25.670 | [account6642]
2021-05-19 01:34:25.670 | max connections = 25
2021-05-19 01:34:25.670 | path = /opt/stack/data/swift/4/node/
2021-05-19 01:34:25.670 | read only = false
2021-05-19 01:34:25.670 | lock file = /opt/stack/data/swift/run/account6642.lock
2021-05-19 01:34:25.670 | 
2021-05-19 01:34:25.670 | 
2021-05-19 01:34:25.670 | [container6611]
2021-05-19 01:34:25.670 | max connections = 25
2021-05-19 01:34:25.670 | path = /opt/stack/data/swift/1/node/
2021-05-19 01:34:25.670 | read only = false
2021-05-19 01:34:25.670 | lock file = /opt/stack/data/swift/run/container6611.lock
2021-05-19 01:34:25.670 | 
2021-05-19 01:34:25.670 | [container6621]
2021-05-19 01:34:25.670 | max connections = 25
2021-05-19 01:34:25.670 | path = /opt/stack/data/swift/2/node/
2021-05-19 01:34:25.670 | read only = false
2021-05-19 01:34:25.670 | lock file = /opt/stack/data/swift/run/container6621.lock
2021-05-19 01:34:25.670 | 
2021-05-19 01:34:25.670 | [container6631]
2021-05-19 01:34:25.670 | max connections = 25
2021-05-19 01:34:25.670 | path = /opt/stack/data/swift/3/node/
2021-05-19 01:34:25.670 | read only = false
2021-05-19 01:34:25.670 | lock file = /opt/stack/data/swift/run/container6631.lock
2021-05-19 01:34:25.670 | 
2021-05-19 01:34:25.670 | [container6641]
2021-05-19 01:34:25.670 | max connections = 25
2021-05-19 01:34:25.670 | path = /opt/stack/data/swift/4/node/
2021-05-19 01:34:25.670 | read only = false
2021-05-19 01:34:25.670 | lock file = /opt/stack/data/swift/run/container6641.lock
2021-05-19 01:34:25.670 | 
2021-05-19 01:34:25.671 | 
2021-05-19 01:34:25.671 | [object6613]
2021-05-19 01:34:25.671 | max connections = 25
2021-05-19 01:34:25.671 | path = /opt/stack/data/swift/1/node/
2021-05-19 01:34:25.671 | read only = false
2021-05-19 01:34:25.671 | lock file = /opt/stack/data/swift/run/object6613.lock
2021-05-19 01:34:25.671 | 
2021-05-19 01:34:25.671 | [object6623]
2021-05-19 01:34:25.671 | max connections = 25
2021-05-19 01:34:25.671 | path = /opt/stack/data/swift/2/node/
2021-05-19 01:34:25.671 | read only = false
2021-05-19 01:34:25.671 | lock file = /opt/stack/data/swift/run/object6623.lock
2021-05-19 01:34:25.671 | 
2021-05-19 01:34:25.671 | [object6633]
2021-05-19 01:34:25.671 | max connections = 25
2021-05-19 01:34:25.671 | path = /opt/stack/data/swift/3/node/
2021-05-19 01:34:25.671 | read only = false
2021-05-19 01:34:25.671 | lock file = /opt/stack/data/swift/run/object6633.lock
2021-05-19 01:34:25.671 | 
2021-05-19 01:34:25.671 | [object6643]
2021-05-19 01:34:25.671 | max connections = 25
2021-05-19 01:34:25.671 | path = /opt/stack/data/swift/4/node/
2021-05-19 01:34:25.671 | read only = false
2021-05-19 01:34:25.671 | lock file = /opt/stack/data/swift/run/object6643.lock
2021-05-19 01:34:25.672 | + lib/swift:configure_swift:361            :   is_ubuntu
2021-05-19 01:34:25.674 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:34:25.676 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:34:25.678 | + lib/swift:configure_swift:362            :   sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync
2021-05-19 01:34:25.694 | + lib/swift:configure_swift:367            :   SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf
2021-05-19 01:34:25.697 | + lib/swift:configure_swift:368            :   cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf
2021-05-19 01:34:25.701 | + lib/swift:configure_swift:369            :   cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf
2021-05-19 01:34:25.705 | + lib/swift:configure_swift:373            :   local csyncfile=/etc/swift/container-sync-realms.conf
2021-05-19 01:34:25.707 | + lib/swift:configure_swift:374            :   cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf
2021-05-19 01:34:25.711 | + lib/swift:configure_swift:375            :   iniset /etc/swift/container-sync-realms.conf realm1 key realm1key
2021-05-19 01:34:25.738 | + lib/swift:configure_swift:376            :   iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.39:8080/v1/
2021-05-19 01:34:25.764 | + lib/swift:configure_swift:378            :   iniuncomment /etc/swift/proxy-server.conf DEFAULT user
2021-05-19 01:34:25.781 | + lib/swift:configure_swift:379            :   iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu
2021-05-19 01:34:25.809 | + lib/swift:configure_swift:381            :   iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir
2021-05-19 01:34:25.826 | + lib/swift:configure_swift:382            :   iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift
2021-05-19 01:34:25.853 | + lib/swift:configure_swift:384            :   iniuncomment /etc/swift/proxy-server.conf DEFAULT workers
2021-05-19 01:34:25.871 | + lib/swift:configure_swift:385            :   iniset /etc/swift/proxy-server.conf DEFAULT workers 1
2021-05-19 01:34:25.898 | + lib/swift:configure_swift:387            :   iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level
2021-05-19 01:34:25.916 | + lib/swift:configure_swift:388            :   iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG
2021-05-19 01:34:25.943 | + lib/swift:configure_swift:390            :   iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip
2021-05-19 01:34:25.960 | + lib/swift:configure_swift:391            :   iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0
2021-05-19 01:34:25.987 | + lib/swift:configure_swift:393            :   iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port
2021-05-19 01:34:26.004 | + lib/swift:configure_swift:394            :   is_service_enabled tls-proxy
2021-05-19 01:34:26.019 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:34:26.021 | + lib/swift:configure_swift:397            :   iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080
2021-05-19 01:34:26.048 | + lib/swift:configure_swift:403            :   iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120
2021-05-19 01:34:26.075 | + lib/swift:configure_swift:404            :   iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20
2021-05-19 01:34:26.100 | + lib/swift:configure_swift:407            :   iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true
2021-05-19 01:34:26.127 | + lib/swift:configure_swift:410            :   is_service_enabled ceilometer
2021-05-19 01:34:26.141 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:34:26.143 | + lib/swift:configure_swift:421            :   iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12
2021-05-19 01:34:26.170 | + lib/swift:configure_swift:427            :   is_service_enabled s3api
2021-05-19 01:34:26.184 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:34:26.186 | + lib/swift:configure_swift:430            :   is_service_enabled keystone
2021-05-19 01:34:26.201 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:34:26.203 | + lib/swift:configure_swift:431            :   swift_pipeline+=' authtoken'
2021-05-19 01:34:26.205 | + lib/swift:configure_swift:432            :   is_service_enabled s3api
2021-05-19 01:34:26.219 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:34:26.221 | + lib/swift:configure_swift:437            :   swift_pipeline+=' keystoneauth'
2021-05-19 01:34:26.223 | + lib/swift:configure_swift:440            :   swift_pipeline+=' tempauth '
2021-05-19 01:34:26.225 | + lib/swift:configure_swift:442            :   sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth  formpost staticweb/ ;}' /etc/swift/proxy-server.conf
2021-05-19 01:34:26.231 | + lib/swift:configure_swift:443            :   sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf
2021-05-19 01:34:26.236 | + lib/swift:configure_swift:445            :   iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true
2021-05-19 01:34:26.262 | + lib/swift:configure_swift:446            :   iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true
2021-05-19 01:34:26.288 | + lib/swift:configure_swift:449            :   iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain
2021-05-19 01:34:26.317 | + lib/swift:configure_swift:454            :   iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift
2021-05-19 01:34:26.346 | + lib/swift:configure_swift:456            :   iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory
2021-05-19 01:34:26.373 | + lib/swift:configure_swift:457            :   configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken
2021-05-19 01:34:26.375 | + lib/keystone:configure_keystone_authtoken_middleware:417 :   local conf_file=/etc/swift/proxy-server.conf
2021-05-19 01:34:26.377 | + lib/keystone:configure_keystone_authtoken_middleware:418 :   local admin_user=swift
2021-05-19 01:34:26.379 | + lib/keystone:configure_keystone_authtoken_middleware:419 :   local section=filter:authtoken
2021-05-19 01:34:26.381 | + lib/keystone:configure_keystone_authtoken_middleware:421 :   iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password
2021-05-19 01:34:26.408 | + lib/keystone:configure_keystone_authtoken_middleware:422 :   iniset /etc/swift/proxy-server.conf filter:authtoken interface public
2021-05-19 01:34:26.435 | + lib/keystone:configure_keystone_authtoken_middleware:423 :   iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.39/identity
2021-05-19 01:34:26.462 | + lib/keystone:configure_keystone_authtoken_middleware:424 :   iniset /etc/swift/proxy-server.conf filter:authtoken username swift
2021-05-19 01:34:26.488 | + lib/keystone:configure_keystone_authtoken_middleware:425 :   iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd
2021-05-19 01:34:26.515 | + lib/keystone:configure_keystone_authtoken_middleware:426 :   iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default
2021-05-19 01:34:26.542 | + lib/keystone:configure_keystone_authtoken_middleware:427 :   iniset /etc/swift/proxy-server.conf filter:authtoken project_name service
2021-05-19 01:34:26.568 | + lib/keystone:configure_keystone_authtoken_middleware:428 :   iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default
2021-05-19 01:34:26.596 | + lib/keystone:configure_keystone_authtoken_middleware:430 :   iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem
2021-05-19 01:34:26.622 | + lib/keystone:configure_keystone_authtoken_middleware:431 :   iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211
2021-05-19 01:34:26.648 | + lib/swift:configure_swift:458            :   iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1
2021-05-19 01:34:26.675 | + lib/swift:configure_swift:459            :   iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache
2021-05-19 01:34:26.701 | + lib/swift:configure_swift:460            :   iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False
2021-05-19 01:34:26.728 | + lib/swift:configure_swift:462            :   iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth
2021-05-19 01:34:26.757 | + lib/swift:configure_swift:463            :   iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin'
2021-05-19 01:34:26.786 | + lib/swift:configure_swift:468            :   iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate
2021-05-19 01:34:26.803 | + lib/swift:configure_swift:469            :   iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH
2021-05-19 01:34:26.831 | + lib/swift:configure_swift:472            :   iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH'
2021-05-19 01:34:26.858 | + lib/swift:configure_swift:474            :   cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf
2021-05-19 01:34:26.862 | + lib/swift:configure_swift:475            :   iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6
2021-05-19 01:34:26.890 | + lib/swift:configure_swift:476            :   iniset /etc/swift/swift.conf swift-constraints max_header_size 16384
2021-05-19 01:34:26.917 | + lib/swift:configure_swift:477            :   iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122
2021-05-19 01:34:26.943 | + lib/swift:configure_swift:479            :   local node_number
2021-05-19 01:34:26.945 | + lib/swift:configure_swift:480            :   for node_number in ${SWIFT_REPLICAS_SEQ}
2021-05-19 01:34:26.948 | + lib/swift:configure_swift:481            :   local swift_node_config=/etc/swift/object-server/1.conf
2021-05-19 01:34:26.950 | + lib/swift:configure_swift:482            :   cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf
2021-05-19 01:34:26.954 | + lib/swift:configure_swift:483            :   generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object
2021-05-19 01:34:26.956 | + lib/swift:generate_swift_config_services:292 :   local swift_node_config=/etc/swift/object-server/1.conf
2021-05-19 01:34:26.958 | + lib/swift:generate_swift_config_services:293 :   local node_id=1
2021-05-19 01:34:26.960 | + lib/swift:generate_swift_config_services:294 :   local bind_port=6613
2021-05-19 01:34:26.964 | + lib/swift:generate_swift_config_services:295 :   local server_type=object
2021-05-19 01:34:26.967 | + lib/swift:generate_swift_config_services:297 :   log_facility=0
2021-05-19 01:34:26.975 | + lib/swift:generate_swift_config_services:298 :   local node_path=/opt/stack/data/swift/1
2021-05-19 01:34:26.977 | + lib/swift:generate_swift_config_services:300 :   iniuncomment /etc/swift/object-server/1.conf DEFAULT user
2021-05-19 01:34:26.995 | + lib/swift:generate_swift_config_services:301 :   iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu
2021-05-19 01:34:27.023 | + lib/swift:generate_swift_config_services:303 :   iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port
2021-05-19 01:34:27.041 | + lib/swift:generate_swift_config_services:304 :   iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613
2021-05-19 01:34:27.069 | + lib/swift:generate_swift_config_services:306 :   iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir
2021-05-19 01:34:27.086 | + lib/swift:generate_swift_config_services:307 :   iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift
2021-05-19 01:34:27.113 | + lib/swift:generate_swift_config_services:309 :   iniuncomment /etc/swift/object-server/1.conf DEFAULT devices
2021-05-19 01:34:27.131 | + lib/swift:generate_swift_config_services:310 :   iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1
2021-05-19 01:34:27.159 | + lib/swift:generate_swift_config_services:312 :   iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility
2021-05-19 01:34:27.176 | + lib/swift:generate_swift_config_services:313 :   iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0
2021-05-19 01:34:27.204 | + lib/swift:generate_swift_config_services:315 :   iniuncomment /etc/swift/object-server/1.conf DEFAULT workers
2021-05-19 01:34:27.221 | + lib/swift:generate_swift_config_services:316 :   iniset /etc/swift/object-server/1.conf DEFAULT workers 2
2021-05-19 01:34:27.249 | + lib/swift:generate_swift_config_services:318 :   iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate
2021-05-19 01:34:27.266 | + lib/swift:generate_swift_config_services:319 :   iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true
2021-05-19 01:34:27.295 | + lib/swift:generate_swift_config_services:321 :   iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check
2021-05-19 01:34:27.313 | + lib/swift:generate_swift_config_services:322 :   iniset /etc/swift/object-server/1.conf DEFAULT mount_check false
2021-05-19 01:34:27.340 | + lib/swift:generate_swift_config_services:324 :   iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode
2021-05-19 01:34:27.357 | + lib/swift:generate_swift_config_services:325 :   iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes
2021-05-19 01:34:27.384 | + 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-05-19 01:34:27.389 | + lib/swift:configure_swift:484            :   iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip
2021-05-19 01:34:27.407 | + lib/swift:configure_swift:485            :   iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0
2021-05-19 01:34:27.436 | + lib/swift:configure_swift:486            :   iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache
2021-05-19 01:34:27.463 | + lib/swift:configure_swift:488            :   swift_node_config=/etc/swift/container-server/1.conf
2021-05-19 01:34:27.465 | + lib/swift:configure_swift:489            :   cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf
2021-05-19 01:34:27.469 | + lib/swift:configure_swift:490            :   generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container
2021-05-19 01:34:27.471 | + lib/swift:generate_swift_config_services:292 :   local swift_node_config=/etc/swift/container-server/1.conf
2021-05-19 01:34:27.474 | + lib/swift:generate_swift_config_services:293 :   local node_id=1
2021-05-19 01:34:27.476 | + lib/swift:generate_swift_config_services:294 :   local bind_port=6611
2021-05-19 01:34:27.478 | + lib/swift:generate_swift_config_services:295 :   local server_type=container
2021-05-19 01:34:27.480 | + lib/swift:generate_swift_config_services:297 :   log_facility=0
2021-05-19 01:34:27.483 | + lib/swift:generate_swift_config_services:298 :   local node_path=/opt/stack/data/swift/1
2021-05-19 01:34:27.485 | + lib/swift:generate_swift_config_services:300 :   iniuncomment /etc/swift/container-server/1.conf DEFAULT user
2021-05-19 01:34:27.503 | + lib/swift:generate_swift_config_services:301 :   iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu
2021-05-19 01:34:27.530 | + lib/swift:generate_swift_config_services:303 :   iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port
2021-05-19 01:34:27.548 | + lib/swift:generate_swift_config_services:304 :   iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611
2021-05-19 01:34:27.576 | + lib/swift:generate_swift_config_services:306 :   iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir
2021-05-19 01:34:27.593 | + lib/swift:generate_swift_config_services:307 :   iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift
2021-05-19 01:34:27.621 | + lib/swift:generate_swift_config_services:309 :   iniuncomment /etc/swift/container-server/1.conf DEFAULT devices
2021-05-19 01:34:27.638 | + lib/swift:generate_swift_config_services:310 :   iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1
2021-05-19 01:34:27.667 | + lib/swift:generate_swift_config_services:312 :   iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility
2021-05-19 01:34:27.684 | + lib/swift:generate_swift_config_services:313 :   iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0
2021-05-19 01:34:27.712 | + lib/swift:generate_swift_config_services:315 :   iniuncomment /etc/swift/container-server/1.conf DEFAULT workers
2021-05-19 01:34:27.730 | + lib/swift:generate_swift_config_services:316 :   iniset /etc/swift/container-server/1.conf DEFAULT workers 2
2021-05-19 01:34:27.757 | + lib/swift:generate_swift_config_services:318 :   iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate
2021-05-19 01:34:27.775 | + lib/swift:generate_swift_config_services:319 :   iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true
2021-05-19 01:34:27.803 | + lib/swift:generate_swift_config_services:321 :   iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check
2021-05-19 01:34:27.820 | + lib/swift:generate_swift_config_services:322 :   iniset /etc/swift/container-server/1.conf DEFAULT mount_check false
2021-05-19 01:34:27.848 | + lib/swift:generate_swift_config_services:324 :   iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode
2021-05-19 01:34:27.878 | + lib/swift:generate_swift_config_services:325 :   iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes
2021-05-19 01:34:27.905 | + 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-05-19 01:34:27.910 | + lib/swift:configure_swift:491            :   iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip
2021-05-19 01:34:27.928 | + lib/swift:configure_swift:492            :   iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0
2021-05-19 01:34:27.955 | + lib/swift:configure_swift:494            :   swift_node_config=/etc/swift/account-server/1.conf
2021-05-19 01:34:27.957 | + lib/swift:configure_swift:495            :   cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf
2021-05-19 01:34:27.962 | + lib/swift:configure_swift:496            :   generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account
2021-05-19 01:34:27.964 | + lib/swift:generate_swift_config_services:292 :   local swift_node_config=/etc/swift/account-server/1.conf
2021-05-19 01:34:27.966 | + lib/swift:generate_swift_config_services:293 :   local node_id=1
2021-05-19 01:34:27.968 | + lib/swift:generate_swift_config_services:294 :   local bind_port=6612
2021-05-19 01:34:27.970 | + lib/swift:generate_swift_config_services:295 :   local server_type=account
2021-05-19 01:34:27.972 | + lib/swift:generate_swift_config_services:297 :   log_facility=0
2021-05-19 01:34:27.974 | + lib/swift:generate_swift_config_services:298 :   local node_path=/opt/stack/data/swift/1
2021-05-19 01:34:27.976 | + lib/swift:generate_swift_config_services:300 :   iniuncomment /etc/swift/account-server/1.conf DEFAULT user
2021-05-19 01:34:27.994 | + lib/swift:generate_swift_config_services:301 :   iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu
2021-05-19 01:34:28.022 | + lib/swift:generate_swift_config_services:303 :   iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port
2021-05-19 01:34:28.040 | + lib/swift:generate_swift_config_services:304 :   iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612
2021-05-19 01:34:28.067 | + lib/swift:generate_swift_config_services:306 :   iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir
2021-05-19 01:34:28.085 | + lib/swift:generate_swift_config_services:307 :   iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift
2021-05-19 01:34:28.113 | + lib/swift:generate_swift_config_services:309 :   iniuncomment /etc/swift/account-server/1.conf DEFAULT devices
2021-05-19 01:34:28.130 | + lib/swift:generate_swift_config_services:310 :   iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1
2021-05-19 01:34:28.158 | + lib/swift:generate_swift_config_services:312 :   iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility
2021-05-19 01:34:28.175 | + lib/swift:generate_swift_config_services:313 :   iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0
2021-05-19 01:34:28.203 | + lib/swift:generate_swift_config_services:315 :   iniuncomment /etc/swift/account-server/1.conf DEFAULT workers
2021-05-19 01:34:28.221 | + lib/swift:generate_swift_config_services:316 :   iniset /etc/swift/account-server/1.conf DEFAULT workers 2
2021-05-19 01:34:28.247 | + lib/swift:generate_swift_config_services:318 :   iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate
2021-05-19 01:34:28.265 | + lib/swift:generate_swift_config_services:319 :   iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true
2021-05-19 01:34:28.293 | + lib/swift:generate_swift_config_services:321 :   iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check
2021-05-19 01:34:28.311 | + lib/swift:generate_swift_config_services:322 :   iniset /etc/swift/account-server/1.conf DEFAULT mount_check false
2021-05-19 01:34:28.338 | + lib/swift:generate_swift_config_services:324 :   iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode
2021-05-19 01:34:28.356 | + lib/swift:generate_swift_config_services:325 :   iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes
2021-05-19 01:34:28.382 | + 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-05-19 01:34:28.387 | + lib/swift:configure_swift:497            :   iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip
2021-05-19 01:34:28.404 | + lib/swift:configure_swift:498            :   iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0
2021-05-19 01:34:28.433 | + lib/swift:configure_swift:502            :   iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin'
2021-05-19 01:34:28.459 | + lib/swift:configure_swift:503            :   iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin'
2021-05-19 01:34:28.487 | + lib/swift:configure_swift:504            :   iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin'
2021-05-19 01:34:28.514 | + lib/swift:configure_swift:506            :   testfile=/etc/swift/test.conf
2021-05-19 01:34:28.516 | + lib/swift:configure_swift:507            :   cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf
2021-05-19 01:34:28.520 | + lib/swift:configure_swift:510            :   iniset /etc/swift/test.conf func_test account swiftprojecttest1
2021-05-19 01:34:28.549 | + lib/swift:configure_swift:511            :   iniset /etc/swift/test.conf func_test username swiftusertest1
2021-05-19 01:34:28.577 | + lib/swift:configure_swift:512            :   iniset /etc/swift/test.conf func_test username3 swiftusertest3
2021-05-19 01:34:28.604 | + lib/swift:configure_swift:513            :   iniset /etc/swift/test.conf func_test account2 swiftprojecttest2
2021-05-19 01:34:28.633 | + lib/swift:configure_swift:514            :   iniset /etc/swift/test.conf func_test username2 swiftusertest2
2021-05-19 01:34:28.661 | + lib/swift:configure_swift:515            :   iniset /etc/swift/test.conf func_test account4 swiftprojecttest4
2021-05-19 01:34:28.688 | + lib/swift:configure_swift:516            :   iniset /etc/swift/test.conf func_test username4 swiftusertest4
2021-05-19 01:34:28.715 | + lib/swift:configure_swift:517            :   iniset /etc/swift/test.conf func_test password4 testing4
2021-05-19 01:34:28.741 | + lib/swift:configure_swift:518            :   iniset /etc/swift/test.conf func_test domain4 swift_test
2021-05-19 01:34:28.769 | + lib/swift:configure_swift:520            :   is_service_enabled keystone
2021-05-19 01:34:28.784 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:34:28.786 | + lib/swift:configure_swift:521            :   iniuncomment /etc/swift/test.conf func_test auth_version
2021-05-19 01:34:28.805 | + lib/swift:configure_swift:522            :   local auth_vers
2021-05-19 01:34:28.808 | ++ lib/swift:configure_swift:523            :   iniget /etc/swift/test.conf func_test auth_version
2021-05-19 01:34:28.827 | + lib/swift:configure_swift:523            :   auth_vers=3
2021-05-19 01:34:28.829 | + lib/swift:configure_swift:524            :   iniset /etc/swift/test.conf func_test auth_host 10.222.0.39
2021-05-19 01:34:28.855 | + lib/swift:configure_swift:525            :   [[ http == \h\t\t\p\s ]]
2021-05-19 01:34:28.858 | + lib/swift:configure_swift:528            :   iniset /etc/swift/test.conf func_test auth_port 80
2021-05-19 01:34:28.884 | + lib/swift:configure_swift:530            :   iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.39/identity
2021-05-19 01:34:28.912 | + lib/swift:configure_swift:531            :   [[ 3 == \3 ]]
2021-05-19 01:34:28.915 | + lib/swift:configure_swift:532            :   iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/
2021-05-19 01:34:28.941 | + lib/swift:configure_swift:536            :   is_service_enabled tls-proxy
2021-05-19 01:34:28.957 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:34:28.959 | + lib/swift:configure_swift:542            :   local user_group
2021-05-19 01:34:28.963 | ++ lib/swift:configure_swift:543            :   id -g ubuntu
2021-05-19 01:34:28.975 | + lib/swift:configure_swift:543            :   user_group=1000
2021-05-19 01:34:28.978 | + lib/swift:configure_swift:544            :   sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift
2021-05-19 01:34:28.995 | + lib/swift:configure_swift:546            :   local swift_log_dir=/opt/stack/data/swift/logs
2021-05-19 01:34:28.997 | + lib/swift:configure_swift:547            :   sudo rm -rf /opt/stack/data/swift/logs
2021-05-19 01:34:29.009 | + lib/swift:configure_swift:548            :   local swift_log_group=adm
2021-05-19 01:34:29.011 | + lib/swift:configure_swift:549            :   is_suse
2021-05-19 01:34:29.014 | + functions-common:is_suse:462             :   is_opensuse
2021-05-19 01:34:29.016 | + functions-common:is_opensuse:469         :   [[ -z Ubuntu ]]
2021-05-19 01:34:29.018 | + functions-common:is_opensuse:473         :   [[ Ubuntu =~ (openSUSE) ]]
2021-05-19 01:34:29.020 | + functions-common:is_suse:462             :   is_suse_linux_enterprise
2021-05-19 01:34:29.022 | + functions-common:is_suse_linux_enterprise:481 :   [[ -z Ubuntu ]]
2021-05-19 01:34:29.025 | + functions-common:is_suse_linux_enterprise:485 :   [[ Ubuntu =~ (^SUSE) ]]
2021-05-19 01:34:29.028 | + lib/swift:configure_swift:552            :   sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly
2021-05-19 01:34:29.040 | + lib/swift:configure_swift:554            :   [[ False != \F\a\l\s\e ]]
2021-05-19 01:34:29.042 | + lib/swift:configure_swift:562            :   '[' False == True ']'
2021-05-19 01:34:29.044 | + ./stack.sh:main:876                      :   is_service_enabled s3api
2021-05-19 01:34:29.061 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:34:29.064 | + ./stack.sh:main:882                      :   is_service_enabled g-api n-api
2021-05-19 01:34:29.081 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:34:29.083 | + ./stack.sh:main:884                      :   stack_install_service glance
2021-05-19 01:34:29.086 | + lib/stack:stack_install_service:20       :   local service=glance
2021-05-19 01:34:29.089 | + lib/stack:stack_install_service:21       :   type install_glance
2021-05-19 01:34:29.091 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2021-05-19 01:34:29.094 | + lib/stack:stack_install_service:32       :   install_glance
2021-05-19 01:34:29.096 | + lib/glance:install_glance:438            :   glance_store_extras=()
2021-05-19 01:34:29.098 | + lib/glance:install_glance:438            :   local glance_store_extras
2021-05-19 01:34:29.101 | + lib/glance:install_glance:440            :   is_service_enabled cinder
2021-05-19 01:34:29.118 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:34:29.120 | + lib/glance:install_glance:441            :   glance_store_extras=("cinder" "${glance_store_extras[@]}")
2021-05-19 01:34:29.123 | + lib/glance:install_glance:444            :   is_service_enabled swift
2021-05-19 01:34:29.139 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:34:29.142 | + lib/glance:install_glance:445            :   glance_store_extras=("swift" "${glance_store_extras[@]}")
2021-05-19 01:34:29.144 | + lib/glance:install_glance:450            :   use_library_from_git glance_store
2021-05-19 01:34:29.147 | + inc/python:use_library_from_git:250      :   local name=glance_store
2021-05-19 01:34:29.150 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:34:29.152 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:34:29.155 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,glance_store, ]]
2021-05-19 01:34:29.158 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:34:29.161 | ++ lib/glance:install_glance:456            :   join_extras swift cinder
2021-05-19 01:34:29.163 | ++ inc/python:join_extras:29                :   local IFS=,
2021-05-19 01:34:29.166 | ++ inc/python:join_extras:30                :   echo swift,cinder
2021-05-19 01:34:29.169 | + lib/glance:install_glance:456            :   pip_install_gr_extras glance-store swift,cinder
2021-05-19 01:34:29.172 | + inc/python:pip_install_gr_extras:89      :   local name=glance-store
2021-05-19 01:34:29.174 | + inc/python:pip_install_gr_extras:90      :   local extras=swift,cinder
2021-05-19 01:34:29.176 | + inc/python:pip_install_gr_extras:91      :   local version_constraints
2021-05-19 01:34:29.180 | ++ inc/python:pip_install_gr_extras:92      :   get_version_constraints_from_global_requirements glance-store
2021-05-19 01:34:29.183 | ++ inc/python:get_version_constraints_from_global_requirements:237 :   local package=glance-store
2021-05-19 01:34:29.185 | ++ inc/python:get_version_constraints_from_global_requirements:238 :   local required_pkg_version_constraint
2021-05-19 01:34:29.189 | +++ inc/python:get_version_constraints_from_global_requirements:240 :   cut -d# -f1
2021-05-19 01:34:29.189 | +++ inc/python:get_version_constraints_from_global_requirements:240 :   grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt
2021-05-19 01:34:29.195 | ++ inc/python:get_version_constraints_from_global_requirements:240 :   required_pkg_version_constraint='!=0.29.0  '
2021-05-19 01:34:29.198 | ++ inc/python:get_version_constraints_from_global_requirements:241 :   [[ !=0.29.0   == '' ]]
2021-05-19 01:34:29.200 | ++ inc/python:get_version_constraints_from_global_requirements:244 :   echo '!=0.29.0'
2021-05-19 01:34:29.203 | + inc/python:pip_install_gr_extras:92      :   version_constraints='!=0.29.0'
2021-05-19 01:34:29.206 | + inc/python:pip_install_gr_extras:93      :   pip_install 'glance-store[swift,cinder]!=0.29.0'
2021-05-19 01:34:29.227 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0
2021-05-19 01:34:29.229 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0'
2021-05-19 01:34:29.907 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:34:29.907 |   from cryptography.utils import int_from_bytes
2021-05-19 01:34:29.907 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:34:29.907 |   from cryptography.utils import int_from_bytes
2021-05-19 01:34:30.924 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:34:30.925 | 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-05-19 01:34:30.928 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:30.928 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:30.931 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:30.935 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:30.942 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:31.562 | Collecting glance-store===2.5.0
2021-05-19 01:34:31.569 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fa6/ee61a120d47ea/glance_store-2.5.0-py3-none-any.whl (216 kB)
2021-05-19 01:34:31.728 | Requirement already satisfied: httplib2===0.19.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) (0.19.1)
2021-05-19 01:34:31.733 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (3.2.0)
2021-05-19 01:34:31.744 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (4.3.1)
2021-05-19 01:34:31.979 | Collecting os-brick===4.3.1
2021-05-19 01:34:31.985 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/317/9c058262195ad/os_brick-4.3.1-py3-none-any.whl (252 kB)
2021-05-19 01:34:32.087 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (1.7.0)
2021-05-19 01:34:32.091 | Requirement already satisfied: os-win===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (5.4.0)
2021-05-19 01:34:32.109 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (4.4.0)
2021-05-19 01:34:32.120 | Requirement already satisfied: oslo.config===8.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (8.7.0)
2021-05-19 01:34:32.160 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.2.0)
2021-05-19 01:34:32.166 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (5.0.1)
2021-05-19 01:34:32.172 | Requirement already satisfied: oslo.log===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (4.5.0)
2021-05-19 01:34:32.211 | Requirement already satisfied: oslo.privsep===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (2.5.0)
2021-05-19 01:34:32.226 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (6.2.0)
2021-05-19 01:34:32.230 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (4.1.0)
2021-05-19 01:34:32.239 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.5.0)
2021-05-19 01:34:32.262 | Requirement already satisfied: oslo.utils===4.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (4.9.0)
2021-05-19 01:34:32.278 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (20.9)
2021-05-19 01:34:32.283 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (5.6.0)
2021-05-19 01:34:32.286 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (0.9.6)
2021-05-19 01:34:32.288 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (2.4.7)
2021-05-19 01:34:32.422 | Collecting python-cinderclient===7.4.0
2021-05-19 01:34:32.429 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d1/27f5b5d1795b0/python_cinderclient-7.4.0-py3-none-any.whl (278 kB)
2021-05-19 01:34:32.524 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) (2.8.1)
2021-05-19 01:34:32.528 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) (4.2.0)
2021-05-19 01:34:33.088 | Collecting python-swiftclient===3.11.1
2021-05-19 01:34:33.108 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/eb5/3bf614eb27689/python_swiftclient-3.11.1-py2.py3-none-any.whl (86 kB)
2021-05-19 01:34:33.206 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (2021.1)
2021-05-19 01:34:33.210 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 444)) (2.25.1)
2021-05-19 01:34:33.228 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 457)) (1.4.0)
2021-05-19 01:34:33.233 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (3.17.2)
2021-05-19 01:34:33.236 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (1.15.0)
2021-05-19 01:34:33.238 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (3.3.0)
2021-05-19 01:34:33.245 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (6.3.1)
2021-05-19 01:34:33.259 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 552)) (1.26.4)
2021-05-19 01:34:33.296 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) (1.3.2)
2021-05-19 01:34:33.301 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (0.30.2)
2021-05-19 01:34:33.310 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) (0.1.14)
2021-05-19 01:34:33.313 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (0.14.1)
2021-05-19 01:34:33.318 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1)
2021-05-19 01:34:33.321 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.8.0)
2021-05-19 01:34:33.325 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (2.2.0)
2021-05-19 01:34:33.332 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (1.0.2)
2021-05-19 01:34:33.335 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) (1.0.0)
2021-05-19 01:34:33.340 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.5)
2021-05-19 01:34:33.343 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1)
2021-05-19 01:34:33.351 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7)
2021-05-19 01:34:33.365 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0)
2021-05-19 01:34:33.374 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (3.0.0)
2021-05-19 01:34:33.384 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1)
2021-05-19 01:34:33.394 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (0.10.9)
2021-05-19 01:34:33.398 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (0.7.2)
2021-05-19 01:34:33.400 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (4.0.0)
2021-05-19 01:34:33.403 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5)
2021-05-19 01:34:33.406 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.10)
2021-05-19 01:34:33.409 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (1.16.0)
2021-05-19 01:34:33.417 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) (1.6)
2021-05-19 01:34:33.419 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 567)) (1.12.1)
2021-05-19 01:34:33.422 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (2.20)
2021-05-19 01:34:33.425 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (56.0.0)
2021-05-19 01:34:33.475 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (2.4.0)
2021-05-19 01:34:33.492 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (0.7)
2021-05-19 01:34:33.499 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (1.4.0)
2021-05-19 01:34:33.503 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (1.0.0)
2021-05-19 01:34:33.506 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 550)) (1.1.0)
2021-05-19 01:34:33.512 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) (1.6.0)
2021-05-19 01:34:33.515 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) (1.0.0)
2021-05-19 01:34:33.517 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 550)) (1.4.0)
2021-05-19 01:34:34.759 | Installing collected packages: os-brick, python-cinderclient, python-swiftclient, glance-store
2021-05-19 01:34:36.031 | Successfully installed glance-store-2.5.0 os-brick-4.3.1 python-cinderclient-7.4.0 python-swiftclient-3.11.1
2021-05-19 01:34:36.145 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:34:36.145 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:34:36.223 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:34:36.226 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:34:36.229 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:34:36.231 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:34:36.233 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:34:36.235 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:34:36.238 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:34:36.240 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:34:36.242 | + functions-common:time_stop:2311          :   start_time=1621388069221
2021-05-19 01:34:36.245 | + functions-common:time_stop:2313          :   [[ -z 1621388069221 ]]
2021-05-19 01:34:36.248 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:34:36.252 | + functions-common:time_stop:2316          :   end_time=1621388076249
2021-05-19 01:34:36.254 | + functions-common:time_stop:2317          :   elapsed_time=7028
2021-05-19 01:34:36.256 | + functions-common:time_stop:2318          :   total=88739
2021-05-19 01:34:36.259 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:34:36.262 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=95767
2021-05-19 01:34:36.264 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:34:36.266 | + lib/glance:install_glance:457            :   copy_rootwrap /usr/local/etc/glance
2021-05-19 01:34:36.269 | + lib/glance:copy_rootwrap:216             :   local source_path=/usr/local/etc/glance
2021-05-19 01:34:36.271 | + lib/glance:copy_rootwrap:218             :   sudo install -d -o ubuntu /etc/glance
2021-05-19 01:34:36.285 | + lib/glance:copy_rootwrap:219             :   cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/
2021-05-19 01:34:36.289 | + lib/glance:install_glance:460            :   git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master
2021-05-19 01:34:36.292 | + functions-common:git_clone:523           :   local git_remote=https://opendev.org/openstack/glance.git
2021-05-19 01:34:36.294 | + functions-common:git_clone:524           :   local git_dest=/opt/stack/glance
2021-05-19 01:34:36.296 | + functions-common:git_clone:525           :   local git_ref=master
2021-05-19 01:34:36.299 | + functions-common:git_clone:526           :   local orig_dir
2021-05-19 01:34:36.302 | ++ functions-common:git_clone:527           :   pwd
2021-05-19 01:34:36.304 | + functions-common:git_clone:527           :   orig_dir=/home/ubuntu/devstack
2021-05-19 01:34:36.307 | + functions-common:git_clone:528           :   local git_clone_flags=
2021-05-19 01:34:36.310 | ++ functions-common:git_clone:530           :   trueorfalse False RECLONE
2021-05-19 01:34:36.326 | + functions-common:git_clone:530           :   RECLONE=False
2021-05-19 01:34:36.328 | + functions-common:git_clone:531           :   [[ 0 -gt 0 ]]
2021-05-19 01:34:36.331 | + functions-common:git_clone:535           :   [[ False = \T\r\u\e ]]
2021-05-19 01:34:36.333 | + functions-common:git_clone:544           :   echo master
2021-05-19 01:34:36.334 | + functions-common:git_clone:544           :   egrep -q '^refs'
2021-05-19 01:34:36.340 | + functions-common:git_clone:558           :   [[ ! -d /opt/stack/glance ]]
2021-05-19 01:34:36.342 | + functions-common:git_clone:566           :   [[ False = \T\r\u\e ]]
2021-05-19 01:34:36.344 | + functions-common:git_clone:592           :   cd /opt/stack/glance
2021-05-19 01:34:36.347 | + functions-common:git_clone:593           :   git show --oneline
2021-05-19 01:34:36.347 | + functions-common:git_clone:593           :   head -1
2021-05-19 01:34:36.350 | 1157c19a Merge "Guidelines for core reviewers"
2021-05-19 01:34:36.353 | + functions-common:git_clone:594           :   cd /home/ubuntu/devstack
2021-05-19 01:34:36.355 | + lib/glance:install_glance:462            :   setup_develop /opt/stack/glance
2021-05-19 01:34:36.358 | + inc/python:setup_develop:338             :   local bindep
2021-05-19 01:34:36.360 | + inc/python:setup_develop:339             :   [[ /opt/stack/glance == -bindep* ]]
2021-05-19 01:34:36.363 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/glance
2021-05-19 01:34:36.365 | + inc/python:setup_develop:344             :   local extras=
2021-05-19 01:34:36.368 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/glance -e
2021-05-19 01:34:36.370 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2021-05-19 01:34:36.373 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/glance == -bindep* ]]
2021-05-19 01:34:36.375 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/glance
2021-05-19 01:34:36.377 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2021-05-19 01:34:36.380 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2021-05-19 01:34:36.383 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/glance
2021-05-19 01:34:36.386 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2021-05-19 01:34:36.389 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/glance
2021-05-19 01:34:36.391 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2021-05-19 01:34:36.393 | + inc/python:_setup_package_with_constraints_edit:382 :   local name
2021-05-19 01:34:36.396 | ++ inc/python:_setup_package_with_constraints_edit:383 :   awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg
2021-05-19 01:34:36.402 | + inc/python:_setup_package_with_constraints_edit:383 :   name=glance
2021-05-19 01:34:36.405 | + inc/python:_setup_package_with_constraints_edit:385 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance'
2021-05-19 01:34:37.011 | + inc/python:_setup_package_with_constraints_edit:389 :   setup_package /opt/stack/glance -e
2021-05-19 01:34:37.014 | + inc/python:setup_package:417             :   local bindep=0
2021-05-19 01:34:37.017 | + inc/python:setup_package:418             :   local bindep_flag=
2021-05-19 01:34:37.019 | + inc/python:setup_package:419             :   local bindep_profiles=
2021-05-19 01:34:37.021 | + inc/python:setup_package:420             :   [[ /opt/stack/glance == -bindep* ]]
2021-05-19 01:34:37.024 | + inc/python:setup_package:425             :   local project_dir=/opt/stack/glance
2021-05-19 01:34:37.026 | + inc/python:setup_package:426             :   local flags=-e
2021-05-19 01:34:37.029 | + inc/python:setup_package:427             :   local extras=
2021-05-19 01:34:37.031 | + inc/python:setup_package:431             :   [[ -n -e ]]
2021-05-19 01:34:37.033 | + inc/python:setup_package:431             :   [[ -z '' ]]
2021-05-19 01:34:37.036 | + inc/python:setup_package:431             :   [[ ! -e =~ ^-.* ]]
2021-05-19 01:34:37.038 | + inc/python:setup_package:436             :   [[ ! -z '' ]]
2021-05-19 01:34:37.041 | + inc/python:setup_package:441             :   [[ 0 == 1 ]]
2021-05-19 01:34:37.043 | + inc/python:setup_package:445             :   pip_install -e /opt/stack/glance
2021-05-19 01:34:37.064 | Using python 3.8 to install /opt/stack/glance
2021-05-19 01:34:37.067 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance
2021-05-19 01:34:37.739 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:34:37.739 |   from cryptography.utils import int_from_bytes
2021-05-19 01:34:37.739 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:34:37.739 |   from cryptography.utils import int_from_bytes
2021-05-19 01:34:38.748 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:34:38.748 | 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-05-19 01:34:38.752 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:38.752 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:38.754 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:38.759 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:38.766 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:38.770 | Obtaining file:///opt/stack/glance
2021-05-19 01:34:40.035 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2021-05-19 01:34:41.297 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0)
2021-05-19 01:34:41.306 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1)
2021-05-19 01:34:41.315 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1)
2021-05-19 01:34:41.326 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23)
2021-05-19 01:34:42.038 | Collecting WSME===0.10.1
2021-05-19 01:34:42.045 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/190/5bcebe4ca6b0f/WSME-0.10.1-py3-none-any.whl (60 kB)
2021-05-19 01:34:42.128 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7)
2021-05-19 01:34:42.141 | Requirement already satisfied: alembic===1.5.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.8)
2021-05-19 01:34:42.274 | Collecting castellan===3.8.0
2021-05-19 01:34:42.281 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d68/9743835724c12/castellan-3.8.0-py3-none-any.whl (94 kB)
2021-05-19 01:34:42.374 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) (3.4.7)
2021-05-19 01:34:42.494 | Collecting cursive===0.2.2
2021-05-19 01:34:42.500 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB)
2021-05-19 01:34:42.585 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (2.2.0)
2021-05-19 01:34:42.592 | Requirement already satisfied: defusedxml===0.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (0.7.1)
2021-05-19 01:34:42.598 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (0.30.2)
2021-05-19 01:34:42.607 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171)) (2.3.0)
2021-05-19 01:34:42.613 | Requirement already satisfied: glance-store===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (2.5.0)
2021-05-19 01:34:42.684 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) (1.0.0)
2021-05-19 01:34:42.688 | Requirement already satisfied: httplib2===0.19.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) (0.19.1)
2021-05-19 01:34:42.693 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) (0.1.14)
2021-05-19 01:34:42.696 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (3.2.0)
2021-05-19 01:34:42.706 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (4.3.1)
2021-05-19 01:34:42.767 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (9.2.0)
2021-05-19 01:34:42.820 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.8.0)
2021-05-19 01:34:42.825 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (1.7.0)
2021-05-19 01:34:42.829 | Requirement already satisfied: os-win===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (5.4.0)
2021-05-19 01:34:42.848 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (2.7.0)
2021-05-19 01:34:42.885 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (4.4.0)
2021-05-19 01:34:42.895 | Requirement already satisfied: oslo.config===8.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (8.7.0)
2021-05-19 01:34:42.954 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.2.0)
2021-05-19 01:34:42.960 | Requirement already satisfied: oslo.db===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (9.0.0)
2021-05-19 01:34:43.010 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (5.0.1)
2021-05-19 01:34:43.016 | Requirement already satisfied: oslo.log===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (4.5.0)
2021-05-19 01:34:43.056 | Requirement already satisfied: oslo.messaging===12.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (12.7.1)
2021-05-19 01:34:43.111 | Requirement already satisfied: oslo.middleware===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (4.2.0)
2021-05-19 01:34:43.129 | Requirement already satisfied: oslo.policy===3.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (3.8.0)
2021-05-19 01:34:43.144 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (2.2.0)
2021-05-19 01:34:43.158 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (4.1.0)
2021-05-19 01:34:43.168 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.5.0)
2021-05-19 01:34:43.191 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (1.3.0)
2021-05-19 01:34:43.202 | Requirement already satisfied: oslo.utils===4.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (4.9.0)
2021-05-19 01:34:43.218 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (3.4.0)
2021-05-19 01:34:43.264 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (20.9)
2021-05-19 01:34:43.269 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (5.6.0)
2021-05-19 01:34:43.272 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (0.7.2)
2021-05-19 01:34:43.274 | Requirement already satisfied: psutil===5.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (5.8.0)
2021-05-19 01:34:43.295 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (20.0.1)
2021-05-19 01:34:43.310 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (3.1.1)
2021-05-19 01:34:43.320 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (0.9.6)
2021-05-19 01:34:43.322 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (2.4.7)
2021-05-19 01:34:43.436 | Collecting python-barbicanclient===5.1.0
2021-05-19 01:34:43.442 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/81d/325fbc7fe832a/python_barbicanclient-5.1.0-py3-none-any.whl (82 kB)
2021-05-19 01:34:43.533 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) (2.8.1)
2021-05-19 01:34:43.537 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) (1.0.4)
2021-05-19 01:34:43.540 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) (4.2.0)
2021-05-19 01:34:43.558 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (2021.1)
2021-05-19 01:34:43.562 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (0.7)
2021-05-19 01:34:43.569 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 444)) (2.25.1)
2021-05-19 01:34:43.672 | Collecting retrying===1.3.3
2021-05-19 01:34:43.677 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB)
2021-05-19 01:34:43.751 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 457)) (1.4.0)
2021-05-19 01:34:43.755 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (56.0.0)
2021-05-19 01:34:44.217 | Collecting simplegeneric===0.8.1
2021-05-19 01:34:44.224 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB)
2021-05-19 01:34:44.905 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (1.15.0)
2021-05-19 01:34:44.908 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 506)) (0.13.0)
2021-05-19 01:34:44.919 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 507)) (0.4.1)
2021-05-19 01:34:44.922 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509)) (3.3.0)
2021-05-19 01:34:44.924 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (3.3.0)
2021-05-19 01:34:45.084 | Collecting taskflow===4.6.0
2021-05-19 01:34:45.092 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/38a/894dabb73b25d/taskflow-4.6.0-py3-none-any.whl (491 kB)
2021-05-19 01:34:45.237 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526)) (6.3.1)
2021-05-19 01:34:45.250 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (2.0.1)
2021-05-19 01:34:45.260 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (0.5.0)
2021-05-19 01:34:45.265 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (2.4.0)
2021-05-19 01:34:45.283 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (1.4.0)
2021-05-19 01:34:45.286 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 551)) (1.1.0)
2021-05-19 01:34:45.293 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (1.26.4)
2021-05-19 01:34:45.313 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (1.12.1)
2021-05-19 01:34:45.316 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 576)) (1.3.2)
2021-05-19 01:34:45.321 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4)
2021-05-19 01:34:45.329 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.5)
2021-05-19 01:34:45.332 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (1.16.0)
2021-05-19 01:34:45.341 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 149)) (1.1.2)
2021-05-19 01:34:45.346 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (0.14.1)
2021-05-19 01:34:45.351 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1)
2021-05-19 01:34:45.355 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.2)
2021-05-19 01:34:45.395 | Requirement already satisfied: cachetools===4.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) (4.2.2)
2021-05-19 01:34:45.398 | Requirement already satisfied: amqp===5.0.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.6)
2021-05-19 01:34:45.403 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3)
2021-05-19 01:34:45.409 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (1.0.2)
2021-05-19 01:34:45.412 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (3.0.0)
2021-05-19 01:34:45.423 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (0.10.9)
2021-05-19 01:34:45.426 | Requirement already satisfied: cliff===3.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (3.7.0)
2021-05-19 01:34:45.437 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.10)
2021-05-19 01:34:45.441 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (4.0.0)
2021-05-19 01:34:45.444 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5)
2021-05-19 01:34:45.447 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2)
2021-05-19 01:34:45.449 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (4.4.2)
2021-05-19 01:34:45.564 | Collecting automaton===2.3.0
2021-05-19 01:34:45.571 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3d6/7f720f01d51bd/automaton-2.3.0-py3-none-any.whl (22 kB)
2021-05-19 01:34:45.730 | Collecting pydot===1.4.2
2021-05-19 01:34:45.736 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66c/98190c65b8d2e/pydot-1.4.2-py2.py3-none-any.whl (21 kB)
2021-05-19 01:34:45.973 | Collecting networkx===2.5.1
2021-05-19 01:34:45.983 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/063/5858ed7e989f4/networkx-2.5.1-py3-none-any.whl (1.6 MB)
2021-05-19 01:34:46.137 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) (1.6.0)
2021-05-19 01:34:46.140 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (1.0.0)
2021-05-19 01:34:46.149 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) (1.0.0)
2021-05-19 01:34:46.149 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 551)) (1.4.0)
2021-05-19 01:34:46.149 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1)
2021-05-19 01:34:46.150 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (2.20)
2021-05-19 01:34:46.153 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) (1.6)
2021-05-19 01:34:46.156 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (5.0.0)
2021-05-19 01:34:46.158 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (1.5.0)
2021-05-19 01:34:46.214 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (0.4.4)
2021-05-19 01:34:46.217 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 88)) (20.3.0)
2021-05-19 01:34:46.259 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) (1.8.2)
2021-05-19 01:34:46.261 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 563)) (0.2.5)
2021-05-19 01:34:46.266 | Building wheels for collected packages: simplegeneric
2021-05-19 01:34:46.267 |   Building wheel for simplegeneric (setup.py): started
2021-05-19 01:34:46.932 |   Building wheel for simplegeneric (setup.py): finished with status 'done'
2021-05-19 01:34:46.933 |   Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5074 sha256=3f7ae795ae5ac1db14d4338dbf190fc04956ab1ee6ffb64fdbd7f2ed5167e6bb
2021-05-19 01:34:46.933 |   Stored in directory: /root/.cache/pip/wheels/f3/a8/ee/6324574b66e0f2250abcbce52f472ccaa2f407b879bdd61bdb
2021-05-19 01:34:46.934 | Successfully built simplegeneric
2021-05-19 01:34:47.826 | Installing collected packages: automaton, pydot, networkx, taskflow, simplegeneric, WSME, retrying, python-barbicanclient, castellan, cursive, glance
2021-05-19 01:34:50.889 |   Running setup.py develop for glance
2021-05-19 01:34:52.365 | Successfully installed WSME-0.10.1 automaton-2.3.0 castellan-3.8.0 cursive-0.2.2 glance networkx-2.5.1 pydot-1.4.2 python-barbicanclient-5.1.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-4.6.0
2021-05-19 01:34:52.491 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:34:52.491 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:34:52.572 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:34:52.575 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:34:52.577 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:34:52.579 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:34:52.581 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:34:52.583 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:34:52.586 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:34:52.588 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:34:52.590 | + functions-common:time_stop:2311          :   start_time=1621388077059
2021-05-19 01:34:52.592 | + functions-common:time_stop:2313          :   [[ -z 1621388077059 ]]
2021-05-19 01:34:52.595 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:34:52.599 | + functions-common:time_stop:2316          :   end_time=1621388092596
2021-05-19 01:34:52.601 | + functions-common:time_stop:2317          :   elapsed_time=15537
2021-05-19 01:34:52.603 | + functions-common:time_stop:2318          :   total=95767
2021-05-19 01:34:52.606 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:34:52.608 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=111304
2021-05-19 01:34:52.610 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:34:52.613 | + inc/python:setup_package:447             :   [[ -e == \-\e ]]
2021-05-19 01:34:52.615 | + inc/python:setup_package:448             :   safe_chown -R ubuntu /opt/stack/glance/glance.egg-info
2021-05-19 01:34:52.618 | + functions-common:safe_chown:2205         :   _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info
2021-05-19 01:34:52.637 | + functions-common:_safe_permission_operation:2053 :   sudo chown -R ubuntu /opt/stack/glance/glance.egg-info
2021-05-19 01:34:52.649 | + inc/python:_setup_package_with_constraints_edit:393 :   use_library_from_git /opt/stack/glance
2021-05-19 01:34:52.652 | + inc/python:use_library_from_git:250      :   local name=/opt/stack/glance
2021-05-19 01:34:52.654 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:34:52.657 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:34:52.659 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/glance, ]]
2021-05-19 01:34:52.662 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:34:52.664 | + lib/stack:stack_install_service:33       :   [[ False = True ]]
2021-05-19 01:34:52.667 | + ./stack.sh:main:885                      :   configure_glance
2021-05-19 01:34:52.669 | + lib/glance:configure_glance:268          :   sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs
2021-05-19 01:34:52.682 | + lib/glance:configure_glance:271          :   local dburl
2021-05-19 01:34:52.685 | ++ lib/glance:configure_glance:272          :   database_connection_url glance
2021-05-19 01:34:52.687 | ++ lib/database:database_connection_url:132 :   local db=glance
2021-05-19 01:34:52.690 | ++ lib/database:database_connection_url:133 :   database_connection_url_mysql glance
2021-05-19 01:34:52.692 | ++ lib/databases/mysql:database_connection_url_mysql:202 :   local db=glance
2021-05-19 01:34:52.694 | ++ lib/databases/mysql:database_connection_url_mysql:203 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8'
2021-05-19 01:34:52.698 | + lib/glance:configure_glance:272          :   dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8'
2021-05-19 01:34:52.700 | + lib/glance:configure_glance:274          :   iniset /etc/glance/glance-api.conf DEFAULT debug True
2021-05-19 01:34:52.729 | + lib/glance:configure_glance:275          :   iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8'
2021-05-19 01:34:52.760 | + lib/glance:configure_glance:276          :   iniset /etc/glance/glance-api.conf DEFAULT use_syslog False
2021-05-19 01:34:52.788 | + lib/glance:configure_glance:277          :   iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/
2021-05-19 01:34:52.816 | + lib/glance:configure_glance:278          :   iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks
2021-05-19 01:34:52.846 | + lib/glance:configure_glance:279          :   iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement
2021-05-19 01:34:52.877 | + lib/glance:configure_glance:280          :   configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance
2021-05-19 01:34:52.879 | + lib/keystone:configure_keystone_authtoken_middleware:417 :   local conf_file=/etc/glance/glance-api.conf
2021-05-19 01:34:52.882 | + lib/keystone:configure_keystone_authtoken_middleware:418 :   local admin_user=glance
2021-05-19 01:34:52.884 | + lib/keystone:configure_keystone_authtoken_middleware:419 :   local section=keystone_authtoken
2021-05-19 01:34:52.887 | + lib/keystone:configure_keystone_authtoken_middleware:421 :   iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password
2021-05-19 01:34:52.916 | + lib/keystone:configure_keystone_authtoken_middleware:422 :   iniset /etc/glance/glance-api.conf keystone_authtoken interface public
2021-05-19 01:34:52.943 | + lib/keystone:configure_keystone_authtoken_middleware:423 :   iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.39/identity
2021-05-19 01:34:52.970 | + lib/keystone:configure_keystone_authtoken_middleware:424 :   iniset /etc/glance/glance-api.conf keystone_authtoken username glance
2021-05-19 01:34:52.999 | + lib/keystone:configure_keystone_authtoken_middleware:425 :   iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd
2021-05-19 01:34:53.026 | + lib/keystone:configure_keystone_authtoken_middleware:426 :   iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default
2021-05-19 01:34:53.054 | + lib/keystone:configure_keystone_authtoken_middleware:427 :   iniset /etc/glance/glance-api.conf keystone_authtoken project_name service
2021-05-19 01:34:53.091 | + lib/keystone:configure_keystone_authtoken_middleware:428 :   iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default
2021-05-19 01:34:53.119 | + lib/keystone:configure_keystone_authtoken_middleware:430 :   iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2021-05-19 01:34:53.146 | + lib/keystone:configure_keystone_authtoken_middleware:431 :   iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211
2021-05-19 01:34:53.175 | + lib/glance:configure_glance:281          :   iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2
2021-05-19 01:34:53.206 | + lib/glance:configure_glance:282          :   iniset_rpc_backend glance /etc/glance/glance-api.conf
2021-05-19 01:34:53.209 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=glance
2021-05-19 01:34:53.212 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/glance/glance-api.conf
2021-05-19 01:34:53.214 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=DEFAULT
2021-05-19 01:34:53.216 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=
2021-05-19 01:34:53.219 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2021-05-19 01:34:53.235 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:34:53.239 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url ''
2021-05-19 01:34:53.241 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=
2021-05-19 01:34:53.244 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2021-05-19 01:34:53.261 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:34:53.263 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/
2021-05-19 01:34:53.266 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/
2021-05-19 01:34:53.294 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2021-05-19 01:34:53.296 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2021-05-19 01:34:53.298 | + lib/glance:configure_glance:283          :   '[' libvirt = libvirt ']'
2021-05-19 01:34:53.301 | + lib/glance:configure_glance:283          :   '[' kvm = parallels ']'
2021-05-19 01:34:53.303 | + lib/glance:configure_glance:288          :   configure_glance_store False False
2021-05-19 01:34:53.306 | + lib/glance:configure_glance_store:229    :   local use_cinder_for_glance=False
2021-05-19 01:34:53.308 | + lib/glance:configure_glance_store:230    :   local glance_enable_multiple_stores=False
2021-05-19 01:34:53.311 | + lib/glance:configure_glance_store:231    :   local be
2021-05-19 01:34:53.313 | + lib/glance:configure_glance_store:233    :   [[ False == \F\a\l\s\e ]]
2021-05-19 01:34:53.315 | + lib/glance:configure_glance_store:235    :   [[ False == \T\r\u\e ]]
2021-05-19 01:34:53.318 | + lib/glance:configure_glance_store:252    :   iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/
2021-05-19 01:34:53.349 | + lib/glance:configure_glance:291          :   '[' -n '' ']'
2021-05-19 01:34:53.351 | + lib/glance:configure_glance:294          :   iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.39
2021-05-19 01:34:53.382 | + lib/glance:configure_glance:298          :   [[ False == \F\a\l\s\e ]]
2021-05-19 01:34:53.385 | + lib/glance:configure_glance:300          :   is_service_enabled s-proxy
2021-05-19 01:34:53.401 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:34:53.404 | + lib/glance:configure_glance:301          :   iniset /etc/glance/glance-api.conf glance_store default_store swift
2021-05-19 01:34:53.432 | + lib/glance:configure_glance:302          :   iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True
2021-05-19 01:34:53.460 | + lib/glance:configure_glance:304          :   iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf
2021-05-19 01:34:53.488 | + lib/glance:configure_glance:305          :   iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1
2021-05-19 01:34:53.516 | + lib/glance:configure_glance:306          :   iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift'
2021-05-19 01:34:53.544 | + lib/glance:configure_glance:307          :   is_service_enabled tls-proxy
2021-05-19 01:34:53.561 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:34:53.563 | + lib/glance:configure_glance:310          :   iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5
2021-05-19 01:34:53.591 | + lib/glance:configure_glance:312          :   iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift
2021-05-19 01:34:53.622 | + lib/glance:configure_glance:314          :   iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd
2021-05-19 01:34:53.650 | + lib/glance:configure_glance:315          :   iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.39/identity/v3
2021-05-19 01:34:53.678 | + lib/glance:configure_glance:316          :   iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3
2021-05-19 01:34:53.706 | + lib/glance:configure_glance:322          :   iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.39/image
2021-05-19 01:34:53.734 | + lib/glance:configure_glance:324          :   is_service_enabled tls-proxy
2021-05-19 01:34:53.751 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:34:53.753 | + lib/glance:configure_glance:330          :   setup_logging /etc/glance/glance-api.conf
2021-05-19 01:34:53.756 | + functions:setup_logging:674              :   setup_systemd_logging /etc/glance/glance-api.conf
2021-05-19 01:34:53.758 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/glance/glance-api.conf
2021-05-19 01:34:53.762 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2021-05-19 01:34:53.779 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2021-05-19 01:34:53.782 | + functions:setup_systemd_logging:695      :   local pidstr=
2021-05-19 01:34:53.784 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2021-05-19 01:34:53.786 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2021-05-19 01:34:53.789 | + functions:setup_systemd_logging:702      :   iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
2021-05-19 01:34:53.817 | + functions:setup_systemd_logging:704      :   iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s'
2021-05-19 01:34:53.844 | + functions:setup_systemd_logging:705      :   iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2021-05-19 01:34:53.873 | + functions:setup_systemd_logging:706      :   iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2021-05-19 01:34:53.900 | + lib/glance:configure_glance:332          :   cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini
2021-05-19 01:34:53.906 | + lib/glance:configure_glance:335          :   iniset /etc/glance/glance-cache.conf DEFAULT debug True
2021-05-19 01:34:53.937 | + lib/glance:configure_glance:336          :   iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False
2021-05-19 01:34:53.965 | + lib/glance:configure_glance:337          :   iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/
2021-05-19 01:34:53.994 | + lib/glance:configure_glance:338          :   iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.39/identity
2021-05-19 01:34:54.021 | + lib/glance:configure_glance:339          :   iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service
2021-05-19 01:34:54.050 | + lib/glance:configure_glance:340          :   iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance
2021-05-19 01:34:54.077 | + lib/glance:configure_glance:341          :   iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd
2021-05-19 01:34:54.106 | + lib/glance:configure_glance:344          :   iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/
2021-05-19 01:34:54.137 | + lib/glance:configure_glance:347          :   iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]'
2021-05-19 01:34:54.168 | + lib/glance:configure_glance:348          :   iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin
2021-05-19 01:34:54.199 | + lib/glance:configure_glance:349          :   iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject
2021-05-19 01:34:54.227 | + lib/glance:configure_glance:351          :   cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json
2021-05-19 01:34:54.233 | + lib/glance:configure_glance:353          :   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-05-19 01:34:54.239 | + lib/glance:configure_glance:355          :   is_service_enabled tls-proxy
2021-05-19 01:34:54.256 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:34:54.258 | + lib/glance:configure_glance:363          :   [[ False == False ]]
2021-05-19 01:34:54.261 | + lib/glance:configure_glance:364          :   write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image
2021-05-19 01:34:54.263 | + lib/apache:write_local_uwsgi_http_config:319 :   local file=/etc/glance/glance-uwsgi.ini
2021-05-19 01:34:54.266 | + lib/apache:write_local_uwsgi_http_config:320 :   local wsgi=/usr/local/bin/glance-wsgi-api
2021-05-19 01:34:54.268 | + lib/apache:write_local_uwsgi_http_config:321 :   local url=/image
2021-05-19 01:34:54.271 | ++ lib/apache:write_local_uwsgi_http_config:322 :   basename /usr/local/bin/glance-wsgi-api
2021-05-19 01:34:54.274 | + lib/apache:write_local_uwsgi_http_config:322 :   name=glance-wsgi-api
2021-05-19 01:34:54.277 | + lib/apache:write_local_uwsgi_http_config:328 :   rm -rf /etc/glance/glance-uwsgi.ini
2021-05-19 01:34:54.281 | + lib/apache:write_local_uwsgi_http_config:329 :   iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api
2021-05-19 01:34:54.311 | ++ lib/apache:write_local_uwsgi_http_config:330 :   get_random_port
2021-05-19 01:34:54.313 | ++ functions:get_random_port:836            :   read lower_port upper_port
2021-05-19 01:34:54.316 | ++ functions:get_random_port:837            :   true
2021-05-19 01:34:54.318 | ++ functions:get_random_port:838            :   (( port = upper_port  ))
2021-05-19 01:34:54.320 | ++ functions:get_random_port:838            :   (( port >= lower_port  ))
2021-05-19 01:34:54.322 | ++ functions:get_random_port:839            :   sudo lsof -i :60999
2021-05-19 01:34:54.396 | ++ functions:get_random_port:840            :   [[ 1 > 0 ]]
2021-05-19 01:34:54.399 | ++ functions:get_random_port:841            :   break 2
2021-05-19 01:34:54.401 | ++ functions:get_random_port:845            :   echo 60999
2021-05-19 01:34:54.404 | + lib/apache:write_local_uwsgi_http_config:330 :   port=60999
2021-05-19 01:34:54.406 | + lib/apache:write_local_uwsgi_http_config:331 :   iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999
2021-05-19 01:34:54.434 | + lib/apache:write_local_uwsgi_http_config:332 :   iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2
2021-05-19 01:34:54.460 | + lib/apache:write_local_uwsgi_http_config:334 :   iniset /etc/glance/glance-uwsgi.ini uwsgi master true
2021-05-19 01:34:54.488 | + lib/apache:write_local_uwsgi_http_config:336 :   iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true
2021-05-19 01:34:54.515 | + lib/apache:write_local_uwsgi_http_config:337 :   iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false
2021-05-19 01:34:54.542 | + lib/apache:write_local_uwsgi_http_config:338 :   iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true
2021-05-19 01:34:54.569 | + lib/apache:write_local_uwsgi_http_config:339 :   iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3
2021-05-19 01:34:54.596 | + lib/apache:write_local_uwsgi_http_config:341 :   iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true
2021-05-19 01:34:54.624 | + lib/apache:write_local_uwsgi_http_config:343 :   iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2021-05-19 01:34:54.652 | + lib/apache:write_local_uwsgi_http_config:346 :   iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90
2021-05-19 01:34:54.679 | + lib/apache:write_local_uwsgi_http_config:348 :   iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535
2021-05-19 01:34:54.706 | + lib/apache:write_local_uwsgi_http_config:350 :   iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close'
2021-05-19 01:34:54.734 | + lib/apache:write_local_uwsgi_http_config:352 :   iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true
2021-05-19 01:34:54.761 | + lib/apache:write_local_uwsgi_http_config:353 :   iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666
2021-05-19 01:34:54.788 | + lib/apache:write_local_uwsgi_http_config:354 :   iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true
2021-05-19 01:34:54.815 | + lib/apache:write_local_uwsgi_http_config:355 :   iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true
2021-05-19 01:34:54.843 | + lib/apache:write_local_uwsgi_http_config:356 :   iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true
2021-05-19 01:34:54.870 | + lib/apache:write_local_uwsgi_http_config:357 :   iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false
2021-05-19 01:34:54.897 | + lib/apache:write_local_uwsgi_http_config:359 :   iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30
2021-05-19 01:34:54.926 | + lib/apache:write_local_uwsgi_http_config:361 :   enable_apache_mod proxy
2021-05-19 01:34:54.928 | + lib/apache:enable_apache_mod:54          :   local mod=proxy
2021-05-19 01:34:54.930 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2021-05-19 01:34:54.933 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:34:54.935 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:34:54.938 | + lib/apache:enable_apache_mod:59          :   [[ proxy != \v\e\r\s\i\o\n ]]
2021-05-19 01:34:54.940 | + lib/apache:enable_apache_mod:59          :   a2query -m proxy
2021-05-19 01:34:55.001 | proxy (enabled by site administrator)
2021-05-19 01:34:55.004 | + lib/apache:write_local_uwsgi_http_config:362 :   enable_apache_mod proxy_http
2021-05-19 01:34:55.006 | + lib/apache:enable_apache_mod:54          :   local mod=proxy_http
2021-05-19 01:34:55.008 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2021-05-19 01:34:55.011 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:34:55.014 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:34:55.016 | + lib/apache:enable_apache_mod:59          :   [[ proxy_http != \v\e\r\s\i\o\n ]]
2021-05-19 01:34:55.018 | + lib/apache:enable_apache_mod:59          :   a2query -m proxy_http
2021-05-19 01:34:55.071 | No module matches proxy_http
2021-05-19 01:34:55.075 | + lib/apache:enable_apache_mod:60          :   sudo a2enmod proxy_http
2021-05-19 01:34:55.137 | Considering dependency proxy for proxy_http:
2021-05-19 01:34:55.137 | Module proxy already enabled
2021-05-19 01:34:55.137 | Enabling module proxy_http.
2021-05-19 01:34:55.142 | To activate the new configuration, you need to run:
2021-05-19 01:34:55.142 |   systemctl restart apache2
2021-05-19 01:34:55.147 | + lib/apache:enable_apache_mod:61          :   restart_apache_server
2021-05-19 01:34:55.149 | + lib/apache:restart_apache_server:250     :   restart_service apache2
2021-05-19 01:34:55.152 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-05-19 01:34:55.155 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart apache2
2021-05-19 01:34:55.282 | + lib/apache:write_local_uwsgi_http_config:363 :   local apache_conf=
2021-05-19 01:34:55.285 | ++ lib/apache:write_local_uwsgi_http_config:364 :   apache_site_config_for glance-wsgi-api
2021-05-19 01:34:55.289 | ++ lib/apache:apache_site_config_for:186    :   local site=glance-wsgi-api
2021-05-19 01:34:55.291 | ++ lib/apache:apache_site_config_for:187    :   is_ubuntu
2021-05-19 01:34:55.294 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:34:55.297 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:34:55.300 | ++ lib/apache:apache_site_config_for:189    :   echo /etc/apache2/sites-available/glance-wsgi-api.conf
2021-05-19 01:34:55.303 | + lib/apache:write_local_uwsgi_http_config:364 :   apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf
2021-05-19 01:34:55.306 | + lib/apache:write_local_uwsgi_http_config:365 :   sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf
2021-05-19 01:34:55.306 | + lib/apache:write_local_uwsgi_http_config:365 :   echo 'KeepAlive Off'
2021-05-19 01:34:55.316 | KeepAlive Off
2021-05-19 01:34:55.319 | + lib/apache:write_local_uwsgi_http_config:366 :   echo 'SetEnv proxy-sendchunked 1'
2021-05-19 01:34:55.320 | + lib/apache:write_local_uwsgi_http_config:366 :   sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf
2021-05-19 01:34:55.329 | SetEnv proxy-sendchunked 1
2021-05-19 01:34:55.333 | + lib/apache:write_local_uwsgi_http_config:367 :   echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 '
2021-05-19 01:34:55.333 | + lib/apache:write_local_uwsgi_http_config:367 :   sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf
2021-05-19 01:34:55.341 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 
2021-05-19 01:34:55.345 | + lib/apache:write_local_uwsgi_http_config:368 :   enable_apache_site glance-wsgi-api
2021-05-19 01:34:55.347 | + lib/apache:enable_apache_site:203        :   local site=glance-wsgi-api
2021-05-19 01:34:55.349 | + lib/apache:enable_apache_site:205        :   enable_apache_mod version
2021-05-19 01:34:55.352 | + lib/apache:enable_apache_mod:54          :   local mod=version
2021-05-19 01:34:55.354 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2021-05-19 01:34:55.357 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:34:55.359 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:34:55.361 | + lib/apache:enable_apache_mod:59          :   [[ version != \v\e\r\s\i\o\n ]]
2021-05-19 01:34:55.364 | + lib/apache:enable_apache_site:206        :   is_ubuntu
2021-05-19 01:34:55.366 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:34:55.368 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:34:55.371 | + lib/apache:enable_apache_site:207        :   sudo a2ensite glance-wsgi-api
2021-05-19 01:34:55.433 | Enabling site glance-wsgi-api.
2021-05-19 01:34:55.439 | To activate the new configuration, you need to run:
2021-05-19 01:34:55.439 |   systemctl reload apache2
2021-05-19 01:34:55.443 | + lib/apache:write_local_uwsgi_http_config:369 :   restart_apache_server
2021-05-19 01:34:55.445 | + lib/apache:restart_apache_server:250     :   restart_service apache2
2021-05-19 01:34:55.449 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-05-19 01:34:55.451 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart apache2
2021-05-19 01:34:55.578 | ++ lib/glance:configure_glance:367          :   awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini
2021-05-19 01:34:55.585 | + lib/glance:configure_glance:367          :   iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999
2021-05-19 01:34:55.617 | + ./stack.sh:main:888                      :   is_service_enabled cinder
2021-05-19 01:34:55.636 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:34:55.638 | + ./stack.sh:main:890                      :   stack_install_service cinder
2021-05-19 01:34:55.641 | + lib/stack:stack_install_service:20       :   local service=cinder
2021-05-19 01:34:55.643 | + lib/stack:stack_install_service:21       :   type install_cinder
2021-05-19 01:34:55.646 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2021-05-19 01:34:55.648 | + lib/stack:stack_install_service:32       :   install_cinder
2021-05-19 01:34:55.651 | + lib/cinder:install_cinder:445            :   git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master
2021-05-19 01:34:55.653 | + functions-common:git_clone:523           :   local git_remote=https://opendev.org/openstack/cinder.git
2021-05-19 01:34:55.656 | + functions-common:git_clone:524           :   local git_dest=/opt/stack/cinder
2021-05-19 01:34:55.658 | + functions-common:git_clone:525           :   local git_ref=master
2021-05-19 01:34:55.660 | + functions-common:git_clone:526           :   local orig_dir
2021-05-19 01:34:55.663 | ++ functions-common:git_clone:527           :   pwd
2021-05-19 01:34:55.666 | + functions-common:git_clone:527           :   orig_dir=/home/ubuntu/devstack
2021-05-19 01:34:55.668 | + functions-common:git_clone:528           :   local git_clone_flags=
2021-05-19 01:34:55.671 | ++ functions-common:git_clone:530           :   trueorfalse False RECLONE
2021-05-19 01:34:55.687 | + functions-common:git_clone:530           :   RECLONE=False
2021-05-19 01:34:55.689 | + functions-common:git_clone:531           :   [[ 0 -gt 0 ]]
2021-05-19 01:34:55.692 | + functions-common:git_clone:535           :   [[ False = \T\r\u\e ]]
2021-05-19 01:34:55.695 | + functions-common:git_clone:544           :   echo master
2021-05-19 01:34:55.695 | + functions-common:git_clone:544           :   egrep -q '^refs'
2021-05-19 01:34:55.701 | + functions-common:git_clone:558           :   [[ ! -d /opt/stack/cinder ]]
2021-05-19 01:34:55.703 | + functions-common:git_clone:566           :   [[ False = \T\r\u\e ]]
2021-05-19 01:34:55.705 | + functions-common:git_clone:592           :   cd /opt/stack/cinder
2021-05-19 01:34:55.708 | + functions-common:git_clone:593           :   git show --oneline
2021-05-19 01:34:55.708 | + functions-common:git_clone:593           :   head -1
2021-05-19 01:34:55.714 | ba27068fc Merge "PowerMax Driver - Fix for deleting replication group"
2021-05-19 01:34:55.717 | + functions-common:git_clone:594           :   cd /home/ubuntu/devstack
2021-05-19 01:34:55.719 | + lib/cinder:install_cinder:446            :   setup_develop /opt/stack/cinder
2021-05-19 01:34:55.722 | + inc/python:setup_develop:338             :   local bindep
2021-05-19 01:34:55.724 | + inc/python:setup_develop:339             :   [[ /opt/stack/cinder == -bindep* ]]
2021-05-19 01:34:55.727 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/cinder
2021-05-19 01:34:55.730 | + inc/python:setup_develop:344             :   local extras=
2021-05-19 01:34:55.732 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/cinder -e
2021-05-19 01:34:55.735 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2021-05-19 01:34:55.737 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/cinder == -bindep* ]]
2021-05-19 01:34:55.739 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/cinder
2021-05-19 01:34:55.742 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2021-05-19 01:34:55.744 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2021-05-19 01:34:55.748 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/cinder
2021-05-19 01:34:55.750 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2021-05-19 01:34:55.753 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/cinder
2021-05-19 01:34:55.756 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2021-05-19 01:34:55.758 | + inc/python:_setup_package_with_constraints_edit:382 :   local name
2021-05-19 01:34:55.761 | ++ inc/python:_setup_package_with_constraints_edit:383 :   awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg
2021-05-19 01:34:55.767 | + inc/python:_setup_package_with_constraints_edit:383 :   name=cinder
2021-05-19 01:34:55.769 | + inc/python:_setup_package_with_constraints_edit:385 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder '-e file:///opt/stack/cinder#egg=cinder'
2021-05-19 01:34:56.365 | + inc/python:_setup_package_with_constraints_edit:389 :   setup_package /opt/stack/cinder -e
2021-05-19 01:34:56.368 | + inc/python:setup_package:417             :   local bindep=0
2021-05-19 01:34:56.370 | + inc/python:setup_package:418             :   local bindep_flag=
2021-05-19 01:34:56.372 | + inc/python:setup_package:419             :   local bindep_profiles=
2021-05-19 01:34:56.375 | + inc/python:setup_package:420             :   [[ /opt/stack/cinder == -bindep* ]]
2021-05-19 01:34:56.377 | + inc/python:setup_package:425             :   local project_dir=/opt/stack/cinder
2021-05-19 01:34:56.379 | + inc/python:setup_package:426             :   local flags=-e
2021-05-19 01:34:56.382 | + inc/python:setup_package:427             :   local extras=
2021-05-19 01:34:56.384 | + inc/python:setup_package:431             :   [[ -n -e ]]
2021-05-19 01:34:56.387 | + inc/python:setup_package:431             :   [[ -z '' ]]
2021-05-19 01:34:56.389 | + inc/python:setup_package:431             :   [[ ! -e =~ ^-.* ]]
2021-05-19 01:34:56.391 | + inc/python:setup_package:436             :   [[ ! -z '' ]]
2021-05-19 01:34:56.394 | + inc/python:setup_package:441             :   [[ 0 == 1 ]]
2021-05-19 01:34:56.396 | + inc/python:setup_package:445             :   pip_install -e /opt/stack/cinder
2021-05-19 01:34:56.418 | Using python 3.8 to install /opt/stack/cinder
2021-05-19 01:34:56.420 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder
2021-05-19 01:34:57.131 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:34:57.131 |   from cryptography.utils import int_from_bytes
2021-05-19 01:34:57.131 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:34:57.131 |   from cryptography.utils import int_from_bytes
2021-05-19 01:34:58.140 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:34:58.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-05-19 01:34:58.144 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:58.144 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:58.146 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:58.151 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:58.159 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:34:58.163 | Obtaining file:///opt/stack/cinder
2021-05-19 01:35:00.200 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2021-05-19 01:35:02.226 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0)
2021-05-19 01:35:02.235 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1)
2021-05-19 01:35:02.244 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1)
2021-05-19 01:35:02.256 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23)
2021-05-19 01:35:02.284 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7)
2021-05-19 01:35:04.166 | Collecting boto3===1.17.62
2021-05-19 01:35:04.174 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/da1/b2c884dbf56cc/boto3-1.17.62-py2.py3-none-any.whl (131 kB)
2021-05-19 01:35:06.794 | Collecting botocore===1.20.62
2021-05-19 01:35:06.817 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e4f/8cb923edf035c/botocore-1.20.62-py2.py3-none-any.whl (7.5 MB)
2021-05-19 01:35:07.064 | Requirement already satisfied: castellan===3.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 105)) (3.8.0)
2021-05-19 01:35:07.083 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) (3.4.7)
2021-05-19 01:35:07.129 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (0.2.2)
2021-05-19 01:35:07.142 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (4.4.2)
2021-05-19 01:35:07.145 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (0.30.2)
2021-05-19 01:35:07.726 | Collecting google-api-python-client===2.3.0
2021-05-19 01:35:07.745 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/937/1b7ec20b15f06/google_api_python_client-2.3.0-py2.py3-none-any.whl (7.1 MB)
2021-05-19 01:35:08.529 | Collecting google-auth===1.30.0
2021-05-19 01:35:08.534 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/588/bdb03a41ecb49/google_auth-1.30.0-py2.py3-none-any.whl (146 kB)
2021-05-19 01:35:09.028 | Collecting google-auth-httplib2===0.1.0
2021-05-19 01:35:09.034 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31e/49c36c6b5643b/google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB)
2021-05-19 01:35:09.117 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 186)) (1.0.0)
2021-05-19 01:35:09.122 | Requirement already satisfied: httplib2===0.19.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) (0.19.1)
2021-05-19 01:35:09.126 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210)) (0.1.14)
2021-05-19 01:35:09.129 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) (0.10.0)
2021-05-19 01:35:09.132 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (3.2.0)
2021-05-19 01:35:09.144 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (4.3.1)
2021-05-19 01:35:09.205 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (9.2.0)
2021-05-19 01:35:09.257 | Requirement already satisfied: lxml===4.6.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (4.6.3)
2021-05-19 01:35:09.735 | Collecting oauth2client===4.1.3
2021-05-19 01:35:09.740 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB)
2021-05-19 01:35:09.836 | Requirement already satisfied: os-brick===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) (4.3.1)
2021-05-19 01:35:09.858 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (1.7.0)
2021-05-19 01:35:09.863 | Requirement already satisfied: os-win===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (5.4.0)
2021-05-19 01:35:09.881 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.7.0)
2021-05-19 01:35:09.922 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (4.4.0)
2021-05-19 01:35:09.937 | Requirement already satisfied: oslo.config===8.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (8.7.0)
2021-05-19 01:35:09.987 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (3.2.0)
2021-05-19 01:35:09.996 | Requirement already satisfied: oslo.db===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0)
2021-05-19 01:35:10.055 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.1)
2021-05-19 01:35:10.065 | Requirement already satisfied: oslo.log===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.5.0)
2021-05-19 01:35:10.123 | Requirement already satisfied: oslo.messaging===12.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (12.7.1)
2021-05-19 01:35:10.193 | Requirement already satisfied: oslo.middleware===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (4.2.0)
2021-05-19 01:35:10.212 | Requirement already satisfied: oslo.policy===3.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (3.8.0)
2021-05-19 01:35:10.231 | Requirement already satisfied: oslo.privsep===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (2.5.0)
2021-05-19 01:35:10.250 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (2.2.0)
2021-05-19 01:35:10.271 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (6.2.0)
2021-05-19 01:35:10.276 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (4.1.0)
2021-05-19 01:35:10.290 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (2.5.0)
2021-05-19 01:35:10.320 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (1.3.0)
2021-05-19 01:35:10.333 | Requirement already satisfied: oslo.utils===4.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (4.9.0)
2021-05-19 01:35:10.355 | Requirement already satisfied: oslo.versionedobjects===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.4.0)
2021-05-19 01:35:11.031 | Collecting oslo.vmware===3.9.0
2021-05-19 01:35:11.038 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c6e/b9e2c89740812/oslo.vmware-3.9.0-py3-none-any.whl (491 kB)
2021-05-19 01:35:11.151 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (3.4.0)
2021-05-19 01:35:11.196 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (20.9)
2021-05-19 01:35:11.367 | Collecting paramiko===2.7.2
2021-05-19 01:35:11.372 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f3/e316fef2ac628/paramiko-2.7.2-py2.py3-none-any.whl (206 kB)
2021-05-19 01:35:11.487 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (5.6.0)
2021-05-19 01:35:11.490 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (0.7.2)
2021-05-19 01:35:11.492 | Requirement already satisfied: psutil===5.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (5.8.0)
2021-05-19 01:35:11.725 | Collecting pyasn1===0.4.8
2021-05-19 01:35:11.731 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
2021-05-19 01:35:11.981 | Collecting pyasn1-modules===0.2.8
2021-05-19 01:35:11.987 |   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-05-19 01:35:12.072 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (3.1.1)
2021-05-19 01:35:12.082 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (0.9.6)
2021-05-19 01:35:12.084 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) (2.4.7)
2021-05-19 01:35:12.088 | Requirement already satisfied: python-barbicanclient===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (5.1.0)
2021-05-19 01:35:12.103 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) (2.8.1)
2021-05-19 01:35:12.247 | Collecting python-glanceclient===3.3.0
2021-05-19 01:35:12.253 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b95/05dfbb207daea/python_glanceclient-3.3.0-py3-none-any.whl (197 kB)
2021-05-19 01:35:12.350 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 403)) (4.2.0)
2021-05-19 01:35:12.369 | Requirement already satisfied: python-novaclient===17.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (17.4.0)
2021-05-19 01:35:12.385 | Requirement already satisfied: python-swiftclient===3.11.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) (3.11.1)
2021-05-19 01:35:12.412 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (2021.1)
2021-05-19 01:35:12.416 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 444)) (0.7)
2021-05-19 01:35:12.423 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 445)) (2.25.1)
2021-05-19 01:35:12.442 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458)) (1.4.0)
2021-05-19 01:35:12.897 | Collecting rsa===4.7.2
2021-05-19 01:35:12.903 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/78f/9a9bf4e7be0c5/rsa-4.7.2-py3-none-any.whl (34 kB)
2021-05-19 01:35:13.412 | Collecting rtslib-fb===2.1.74
2021-05-19 01:35:13.418 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f1/5bc30b55e0d35/rtslib-fb-2.1.74.tar.gz (73 kB)
2021-05-19 01:35:14.590 | Collecting s3transfer===0.4.2
2021-05-19 01:35:14.597 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9b3/752887a288069/s3transfer-0.4.2-py2.py3-none-any.whl (79 kB)
2021-05-19 01:35:14.682 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) (56.0.0)
2021-05-19 01:35:14.734 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (1.15.0)
2021-05-19 01:35:14.737 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 507)) (0.13.0)
2021-05-19 01:35:14.748 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 508)) (0.4.1)
2021-05-19 01:35:14.750 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (3.3.0)
2021-05-19 01:35:14.753 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 512)) (3.3.0)
2021-05-19 01:35:15.161 | Collecting suds-jurko===0.6
2021-05-19 01:35:15.168 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454 kB)
2021-05-19 01:35:15.663 | Collecting tabulate===0.8.9
2021-05-19 01:35:15.677 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d7c/013fe7abbc5e4/tabulate-0.8.9-py3-none-any.whl (25 kB)
2021-05-19 01:35:15.757 | Requirement already satisfied: taskflow===4.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (4.6.0)
2021-05-19 01:35:15.813 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (6.3.1)
2021-05-19 01:35:15.827 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (2.0.1)
2021-05-19 01:35:15.836 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (0.5.0)
2021-05-19 01:35:15.842 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) (2.4.0)
2021-05-19 01:35:15.859 | Requirement already satisfied: tooz===2.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (2.9.0)
2021-05-19 01:35:15.919 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (1.4.0)
2021-05-19 01:35:15.923 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 552)) (1.1.0)
2021-05-19 01:35:16.370 | Collecting uritemplate===3.0.1
2021-05-19 01:35:16.376 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl (15 kB)
2021-05-19 01:35:16.455 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (1.26.4)
2021-05-19 01:35:16.475 | Requirement already satisfied: voluptuous===0.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 560)) (0.12.1)
2021-05-19 01:35:16.570 | Collecting warlock===1.3.3
2021-05-19 01:35:16.577 |   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-05-19 01:35:16.659 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (1.12.1)
2021-05-19 01:35:16.661 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.3.2)
2021-05-19 01:35:17.075 | Collecting zstd===1.4.9.1
2021-05-19 01:35:17.082 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/714/218559970d3aa/zstd-1.4.9.1.tar.gz (516 kB)
2021-05-19 01:35:17.826 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.5)
2021-05-19 01:35:17.829 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (1.16.0)
2021-05-19 01:35:18.328 | Collecting google-api-core===1.26.3
2021-05-19 01:35:18.335 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/099/762d4b4018cd5/google_api_core-1.26.3-py2.py3-none-any.whl (93 kB)
2021-05-19 01:35:18.436 | Requirement already satisfied: cachetools===4.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) (4.2.2)
2021-05-19 01:35:18.439 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 149)) (1.1.2)
2021-05-19 01:35:18.445 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (0.14.1)
2021-05-19 01:35:18.450 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (0.8.0)
2021-05-19 01:35:18.455 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (2.2.0)
2021-05-19 01:35:18.462 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1)
2021-05-19 01:35:18.465 | Requirement already satisfied: alembic===1.5.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.8)
2021-05-19 01:35:18.474 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171)) (2.3.0)
2021-05-19 01:35:18.480 | Requirement already satisfied: amqp===5.0.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.6)
2021-05-19 01:35:18.485 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (5.0.2)
2021-05-19 01:35:18.524 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3)
2021-05-19 01:35:18.532 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (1.0.2)
2021-05-19 01:35:18.535 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (3.0.0)
2021-05-19 01:35:18.546 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (0.10.9)
2021-05-19 01:35:18.633 | Collecting PyNaCl===1.4.0
2021-05-19 01:35:18.639 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30f/9b96db44e09b3/PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
2021-05-19 01:35:18.675 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (3.2.0)
2021-05-19 01:35:18.684 | Requirement already satisfied: cliff===3.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (3.7.0)
2021-05-19 01:35:18.696 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (20.0.1)
2021-05-19 01:35:18.711 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (2.10)
2021-05-19 01:35:18.715 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5)
2021-05-19 01:35:18.718 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (4.0.0)
2021-05-19 01:35:19.130 | Collecting pyudev===0.22.0
2021-05-19 01:35:19.136 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB)
2021-05-19 01:35:19.217 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2)
2021-05-19 01:35:19.219 | Requirement already satisfied: pydot===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (1.4.2)
2021-05-19 01:35:19.224 | Requirement already satisfied: networkx===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (2.5.1)
2021-05-19 01:35:19.263 | Requirement already satisfied: automaton===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (2.3.0)
2021-05-19 01:35:19.269 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 410)) (1.6.0)
2021-05-19 01:35:19.271 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (1.0.0)
2021-05-19 01:35:19.274 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (1.0.0)
2021-05-19 01:35:19.276 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 552)) (1.4.0)
2021-05-19 01:35:19.279 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.32)
2021-05-19 01:35:19.283 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (2.20)
2021-05-19 01:35:19.739 | Collecting googleapis-common-protos===1.53.0
2021-05-19 01:35:19.745 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f6d/561ab8fb16b30/googleapis_common_protos-1.53.0-py2.py3-none-any.whl (198 kB)
2021-05-19 01:35:19.832 | Requirement already satisfied: protobuf===3.15.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (3.15.8)
2021-05-19 01:35:19.836 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247)) (1.6)
2021-05-19 01:35:19.838 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (1.0.4)
2021-05-19 01:35:19.841 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4)
2021-05-19 01:35:19.849 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (5.0.0)
2021-05-19 01:35:19.851 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1)
2021-05-19 01:35:19.854 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (1.5.0)
2021-05-19 01:35:19.910 | Requirement already satisfied: jsonpointer===2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (2.1)
2021-05-19 01:35:19.914 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (0.4.4)
2021-05-19 01:35:19.918 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 367)) (1.8.2)
2021-05-19 01:35:19.921 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (0.2.5)
2021-05-19 01:35:19.926 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 88)) (20.3.0)
2021-05-19 01:35:19.967 | Building wheels for collected packages: rtslib-fb, zstd
2021-05-19 01:35:19.968 |   Building wheel for rtslib-fb (setup.py): started
2021-05-19 01:35:20.722 |   Building wheel for rtslib-fb (setup.py): finished with status 'done'
2021-05-19 01:35:20.724 |   Created wheel for rtslib-fb: filename=rtslib_fb-2.1.74-py3-none-any.whl size=85410 sha256=42e8388fe62c297513246e4fe5d1767ace6963d538e9d294af6eb6966642f28e
2021-05-19 01:35:20.724 |   Stored in directory: /root/.cache/pip/wheels/0a/66/4f/3df2a9dc0ce4bd9783f4e0597600268e05f1fdc434bf783a5c
2021-05-19 01:35:20.726 |   Building wheel for zstd (setup.py): started
2021-05-19 01:36:08.928 |   Building wheel for zstd (setup.py): finished with status 'done'
2021-05-19 01:36:08.941 |   Created wheel for zstd: filename=zstd-1.4.9.1-cp38-cp38-linux_x86_64.whl size=1704028 sha256=738d7f56b34a364d6817377bff8c764c4bf1044190135fb6f474b91bf580661e
2021-05-19 01:36:08.941 |   Stored in directory: /root/.cache/pip/wheels/87/51/8b/649305674ce6c531ea3ed633362f58624109d9642cd52998d0
2021-05-19 01:36:08.942 | Successfully built rtslib-fb zstd
2021-05-19 01:36:09.934 | Installing collected packages: pyasn1, pyasn1-modules, rsa, oauth2client, PyNaCl, paramiko, warlock, python-glanceclient, pyudev, rtslib-fb, tabulate, suds-jurko, oslo.vmware, google-auth, google-auth-httplib2, googleapis-common-protos, google-api-core, uritemplate, google-api-python-client, zstd, botocore, s3transfer, boto3, cinder
2021-05-19 01:36:10.647 |   Attempting uninstall: PyNaCl
2021-05-19 01:36:10.648 |     Found existing installation: PyNaCl 1.3.0
2021-05-19 01:36:10.657 |     Uninstalling PyNaCl-1.3.0:
2021-05-19 01:36:10.685 |       Successfully uninstalled PyNaCl-1.3.0
2021-05-19 01:36:14.919 |   Running setup.py develop for cinder
2021-05-19 01:36:17.159 | Successfully installed PyNaCl-1.4.0 boto3-1.17.62 botocore-1.20.62 cinder google-api-core-1.26.3 google-api-python-client-2.3.0 google-auth-1.30.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.53.0 oauth2client-4.1.3 oslo.vmware-3.9.0 paramiko-2.7.2 pyasn1-0.4.8 pyasn1-modules-0.2.8 python-glanceclient-3.3.0 pyudev-0.22.0 rsa-4.7.2 rtslib-fb-2.1.74 s3transfer-0.4.2 suds-jurko-0.6 tabulate-0.8.9 uritemplate-3.0.1 warlock-1.3.3 zstd-1.4.9.1
2021-05-19 01:36:17.291 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:36:17.291 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:36:17.406 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:36:17.409 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:36:17.411 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:36:17.428 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:36:17.428 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:36:17.428 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:36:17.428 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:36:17.428 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:36:17.428 | + functions-common:time_stop:2311          :   start_time=1621388096412
2021-05-19 01:36:17.428 | + functions-common:time_stop:2313          :   [[ -z 1621388096412 ]]
2021-05-19 01:36:17.430 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:36:17.434 | + functions-common:time_stop:2316          :   end_time=1621388177431
2021-05-19 01:36:17.437 | + functions-common:time_stop:2317          :   elapsed_time=81019
2021-05-19 01:36:17.439 | + functions-common:time_stop:2318          :   total=111304
2021-05-19 01:36:17.441 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:36:17.443 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=192323
2021-05-19 01:36:17.446 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:36:17.448 | + inc/python:setup_package:447             :   [[ -e == \-\e ]]
2021-05-19 01:36:17.450 | + inc/python:setup_package:448             :   safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info
2021-05-19 01:36:17.453 | + functions-common:safe_chown:2205         :   _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info
2021-05-19 01:36:17.472 | + functions-common:_safe_permission_operation:2053 :   sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info
2021-05-19 01:36:17.484 | + inc/python:_setup_package_with_constraints_edit:393 :   use_library_from_git /opt/stack/cinder
2021-05-19 01:36:17.486 | + inc/python:use_library_from_git:250      :   local name=/opt/stack/cinder
2021-05-19 01:36:17.489 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:36:17.491 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:36:17.494 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/cinder, ]]
2021-05-19 01:36:17.497 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:36:17.499 | + lib/cinder:install_cinder:447            :   [[ lioadm == \t\g\t\a\d\m ]]
2021-05-19 01:36:17.502 | + lib/cinder:install_cinder:449            :   [[ lioadm == \l\i\o\a\d\m ]]
2021-05-19 01:36:17.504 | + lib/cinder:install_cinder:450            :   is_ubuntu
2021-05-19 01:36:17.506 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:36:17.509 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:36:17.511 | + lib/cinder:install_cinder:452            :   sudo mkdir -p /etc/target
2021-05-19 01:36:17.523 | + lib/cinder:install_cinder:454            :   install_package targetcli-fb
2021-05-19 01:36:17.525 | + functions-common:install_package:1342    :   update_package_repo
2021-05-19 01:36:17.528 | + functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-05-19 01:36:17.530 | + functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-05-19 01:36:17.533 | + functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-05-19 01:36:17.535 | + functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-05-19 01:36:17.538 | + functions-common:update_package_repo:1322 :   is_ubuntu
2021-05-19 01:36:17.540 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:36:17.543 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:36:17.546 | + functions-common:update_package_repo:1323 :   apt_get_update
2021-05-19 01:36:17.548 | + functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-05-19 01:36:17.550 | + functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-05-19 01:36:17.553 | + functions-common:apt_get_update:1069     :   return
2021-05-19 01:36:17.555 | + functions-common:install_package:1343    :   real_install_package targetcli-fb
2021-05-19 01:36:17.558 | + functions-common:real_install_package:1328 :   is_ubuntu
2021-05-19 01:36:17.561 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:36:17.563 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:36:17.566 | + functions-common:real_install_package:1329 :   apt_get install targetcli-fb
2021-05-19 01:36:17.587 | + 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 targetcli-fb
2021-05-19 01:36:17.720 | Reading package lists...
2021-05-19 01:36:17.933 | Building dependency tree...
2021-05-19 01:36:17.934 | Reading state information...
2021-05-19 01:36:18.157 | The following packages were automatically installed and are no longer required:
2021-05-19 01:36:18.158 |   apport-symptoms libnetplan0 python3-automat python3-blinker python3-click
2021-05-19 01:36:18.158 |   python3-colorama python3-configobj python3-constantly python3-entrypoints
2021-05-19 01:36:18.158 |   python3-hamcrest python3-hyperlink python3-incremental python3-jwt
2021-05-19 01:36:18.158 |   python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report
2021-05-19 01:36:18.158 |   python3-secretstorage python3-twisted-bin python3-wadllib
2021-05-19 01:36:18.158 |   python3-zope.interface
2021-05-19 01:36:18.158 | Use 'sudo apt autoremove' to remove them.
2021-05-19 01:36:18.159 | The following additional packages will be installed:
2021-05-19 01:36:18.159 |   python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb
2021-05-19 01:36:18.159 |   python3-urwid
2021-05-19 01:36:18.160 | Suggested packages:
2021-05-19 01:36:18.160 |   python-pyparsing-doc python-urwid-doc
2021-05-19 01:36:18.225 | The following NEW packages will be installed:
2021-05-19 01:36:18.225 |   python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb
2021-05-19 01:36:18.225 |   python3-urwid targetcli-fb
2021-05-19 01:36:18.613 | 0 upgraded, 6 newly installed, 0 to remove and 29 not upgraded.
2021-05-19 01:36:18.613 | Need to get 357 kB of archives.
2021-05-19 01:36:18.613 | After this operation, 2,294 kB of additional disk space will be used.
2021-05-19 01:36:18.613 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyparsing all 2.4.6-1 [61.3 kB]
2021-05-19 01:36:18.999 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-urwid amd64 2.0.1-3 [159 kB]
2021-05-19 01:36:19.215 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-configshell-fb all 1:1.1.27-0ubuntu1 [28.0 kB]
2021-05-19 01:36:19.240 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyudev all 0.21.0-3ubuntu1 [37.1 kB]
2021-05-19 01:36:19.260 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-rtslib-fb all 2.1.71-0ubuntu1 [36.6 kB]
2021-05-19 01:36:19.280 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 targetcli-fb all 1:2.1.51-0ubuntu1 [35.1 kB]
2021-05-19 01:36:19.841 | Fetched 357 kB in 1s (335 kB/s)
2021-05-19 01:36:20.030 | Selecting previously unselected package python3-pyparsing.
2021-05-19 01:36:20.083 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 90910 files and directories currently installed.)
2021-05-19 01:36:20.086 | Preparing to unpack .../0-python3-pyparsing_2.4.6-1_all.deb ...
2021-05-19 01:36:20.145 | Unpacking python3-pyparsing (2.4.6-1) ...
2021-05-19 01:36:20.506 | Selecting previously unselected package python3-urwid.
2021-05-19 01:36:20.516 | Preparing to unpack .../1-python3-urwid_2.0.1-3_amd64.deb ...
2021-05-19 01:36:20.563 | Unpacking python3-urwid (2.0.1-3) ...
2021-05-19 01:36:21.001 | Selecting previously unselected package python3-configshell-fb.
2021-05-19 01:36:21.012 | Preparing to unpack .../2-python3-configshell-fb_1%3a1.1.27-0ubuntu1_all.deb ...
2021-05-19 01:36:21.058 | Unpacking python3-configshell-fb (1:1.1.27-0ubuntu1) ...
2021-05-19 01:36:21.432 | Selecting previously unselected package python3-pyudev.
2021-05-19 01:36:21.443 | Preparing to unpack .../3-python3-pyudev_0.21.0-3ubuntu1_all.deb ...
2021-05-19 01:36:21.492 | Unpacking python3-pyudev (0.21.0-3ubuntu1) ...
2021-05-19 01:36:21.921 | Selecting previously unselected package python3-rtslib-fb.
2021-05-19 01:36:21.931 | Preparing to unpack .../4-python3-rtslib-fb_2.1.71-0ubuntu1_all.deb ...
2021-05-19 01:36:21.974 | Unpacking python3-rtslib-fb (2.1.71-0ubuntu1) ...
2021-05-19 01:36:22.357 | Selecting previously unselected package targetcli-fb.
2021-05-19 01:36:22.367 | Preparing to unpack .../5-targetcli-fb_1%3a2.1.51-0ubuntu1_all.deb ...
2021-05-19 01:36:22.397 | Unpacking targetcli-fb (1:2.1.51-0ubuntu1) ...
2021-05-19 01:36:22.799 | Setting up python3-urwid (2.0.1-3) ...
2021-05-19 01:36:23.238 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:141: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
2021-05-19 01:36:23.238 |   assert result == expected, "got: %r expected: %r" (result, expected)
2021-05-19 01:36:23.238 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:145: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
2021-05-19 01:36:23.238 |   assert result == expected, "got: %r expected: %r" (result, expected)
2021-05-19 01:36:23.238 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:149: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
2021-05-19 01:36:23.239 |   assert result == expected, "got: %r expected: %r" (result, expected)
2021-05-19 01:36:23.239 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:232: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
2021-05-19 01:36:23.239 |   assert result == expected, "got: %r expected: %r" (result, expected)
2021-05-19 01:36:23.412 | Setting up python3-pyparsing (2.4.6-1) ...
2021-05-19 01:36:23.832 | Setting up python3-configshell-fb (1:1.1.27-0ubuntu1) ...
2021-05-19 01:36:24.266 | Setting up python3-pyudev (0.21.0-3ubuntu1) ...
2021-05-19 01:36:24.688 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1) ...
2021-05-19 01:36:26.132 | Setting up targetcli-fb (1:2.1.51-0ubuntu1) ...
2021-05-19 01:36:26.747 | Created symlink /etc/systemd/system/multi-user.target.wants/targetclid.service → /lib/systemd/system/targetclid.service.
2021-05-19 01:36:26.747 | Created symlink /etc/systemd/system/sockets.target.wants/targetclid.socket → /lib/systemd/system/targetclid.socket.
2021-05-19 01:36:28.778 | Processing triggers for man-db (2.9.1-1) ...
2021-05-19 01:36:29.076 | Processing triggers for systemd (245.4-4ubuntu3.6) ...
2021-05-19 01:36:32.769 | + functions-common:apt_get:1113            :   result=0
2021-05-19 01:36:32.771 | + functions-common:apt_get:1116            :   time_stop apt-get
2021-05-19 01:36:32.774 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:36:32.777 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:36:32.779 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:36:32.781 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:36:32.784 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:36:32.786 | + functions-common:time_stop:2310          :   name=apt-get
2021-05-19 01:36:32.789 | + functions-common:time_stop:2311          :   start_time=1621388177584
2021-05-19 01:36:32.791 | + functions-common:time_stop:2313          :   [[ -z 1621388177584 ]]
2021-05-19 01:36:32.794 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:36:32.799 | + functions-common:time_stop:2316          :   end_time=1621388192796
2021-05-19 01:36:32.801 | + functions-common:time_stop:2317          :   elapsed_time=15212
2021-05-19 01:36:32.804 | + functions-common:time_stop:2318          :   total=454751
2021-05-19 01:36:32.806 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:36:32.808 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=469963
2021-05-19 01:36:32.812 | + functions-common:apt_get:1117            :   return 0
2021-05-19 01:36:32.814 | + lib/stack:stack_install_service:33       :   [[ False = True ]]
2021-05-19 01:36:32.816 | + ./stack.sh:main:891                      :   configure_cinder
2021-05-19 01:36:32.819 | + lib/cinder:configure_cinder:223          :   sudo install -d -o ubuntu -m 755 /etc/cinder
2021-05-19 01:36:32.831 | + lib/cinder:configure_cinder:225          :   rm -f /etc/cinder/cinder.conf
2021-05-19 01:36:32.835 | + lib/cinder:configure_cinder:227          :   configure_rootwrap cinder
2021-05-19 01:36:32.837 | + inc/rootwrap:configure_rootwrap:43       :   local project=cinder
2021-05-19 01:36:32.839 | + inc/rootwrap:configure_rootwrap:44       :   local project_uc
2021-05-19 01:36:32.843 | ++ inc/rootwrap:configure_rootwrap:45       :   echo cinder
2021-05-19 01:36:32.843 | ++ inc/rootwrap:configure_rootwrap:45       :   tr a-z A-Z
2021-05-19 01:36:32.847 | + inc/rootwrap:configure_rootwrap:45       :   project_uc=CINDER
2021-05-19 01:36:32.849 | + inc/rootwrap:configure_rootwrap:46       :   local bin_dir=CINDER_BIN_DIR
2021-05-19 01:36:32.851 | + inc/rootwrap:configure_rootwrap:47       :   bin_dir=/usr/local/bin
2021-05-19 01:36:32.853 | + inc/rootwrap:configure_rootwrap:48       :   local project_dir=CINDER_DIR
2021-05-19 01:36:32.855 | + inc/rootwrap:configure_rootwrap:49       :   project_dir=/opt/stack/cinder
2021-05-19 01:36:32.858 | + inc/rootwrap:configure_rootwrap:51       :   local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder
2021-05-19 01:36:32.860 | + inc/rootwrap:configure_rootwrap:52       :   local rootwrap_bin=/usr/local/bin/cinder-rootwrap
2021-05-19 01:36:32.862 | + inc/rootwrap:configure_rootwrap:55       :   sudo rm -rf /etc/cinder/rootwrap.d
2021-05-19 01:36:32.873 | + inc/rootwrap:configure_rootwrap:56       :   sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d
2021-05-19 01:36:32.886 | + 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-05-19 01:36:32.897 | + 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-05-19 01:36:32.909 | + inc/rootwrap:configure_rootwrap:61       :   sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf
2021-05-19 01:36:32.921 | + inc/rootwrap:configure_rootwrap:64       :   local tempfile
2021-05-19 01:36:32.924 | ++ inc/rootwrap:configure_rootwrap:65       :   mktemp
2021-05-19 01:36:32.928 | + inc/rootwrap:configure_rootwrap:65       :   tempfile=/tmp/tmp.hUOgXBW5DE
2021-05-19 01:36:32.930 | + inc/rootwrap:configure_rootwrap:67       :   rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *'
2021-05-19 01:36:32.932 | + inc/rootwrap:configure_rootwrap:68       :   echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *'
2021-05-19 01:36:32.935 | + inc/rootwrap:configure_rootwrap:69       :   '[' -f /usr/local/bin/cinder-rootwrap-daemon ']'
2021-05-19 01:36:32.937 | + inc/rootwrap:configure_rootwrap:74       :   chmod 0440 /tmp/tmp.hUOgXBW5DE
2021-05-19 01:36:32.941 | + inc/rootwrap:configure_rootwrap:75       :   sudo chown root:root /tmp/tmp.hUOgXBW5DE
2021-05-19 01:36:32.952 | + inc/rootwrap:configure_rootwrap:76       :   sudo mv /tmp/tmp.hUOgXBW5DE /etc/sudoers.d/cinder-rootwrap
2021-05-19 01:36:32.964 | ++ inc/rootwrap:configure_rootwrap:80       :   dirname /usr/local/bin/cinder-rootwrap
2021-05-19 01:36:32.968 | + inc/rootwrap:configure_rootwrap:80       :   add_sudo_secure_path /usr/local/bin
2021-05-19 01:36:32.971 | + inc/rootwrap:add_sudo_secure_path:21     :   local dir=/usr/local/bin
2021-05-19 01:36:32.973 | + inc/rootwrap:add_sudo_secure_path:22     :   local line
2021-05-19 01:36:32.975 | + inc/rootwrap:add_sudo_secure_path:25     :   [[ -r /etc/sudoers.d/zz-secure-path ]]
2021-05-19 01:36:32.977 | + 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-05-19 01:36:32.979 | + 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-05-19 01:36:32.981 | + lib/cinder:configure_cinder:229          :   [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]]
2021-05-19 01:36:32.984 | + lib/cinder:configure_cinder:230          :   cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json
2021-05-19 01:36:32.989 | + lib/cinder:configure_cinder:233          :   cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini
2021-05-19 01:36:32.993 | + lib/cinder:configure_cinder:235          :   inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host
2021-05-19 01:36:33.012 | + lib/cinder:configure_cinder:236          :   inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port
2021-05-19 01:36:33.031 | + lib/cinder:configure_cinder:237          :   inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol
2021-05-19 01:36:33.050 | + lib/cinder:configure_cinder:238          :   inicomment /etc/cinder/api-paste.ini filter:authtoken cafile
2021-05-19 01:36:33.069 | + lib/cinder:configure_cinder:239          :   inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name
2021-05-19 01:36:33.087 | + lib/cinder:configure_cinder:240          :   inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user
2021-05-19 01:36:33.107 | + lib/cinder:configure_cinder:241          :   inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password
2021-05-19 01:36:33.126 | + lib/cinder:configure_cinder:242          :   inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir
2021-05-19 01:36:33.144 | + lib/cinder:configure_cinder:244          :   configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder
2021-05-19 01:36:33.147 | + lib/keystone:configure_keystone_authtoken_middleware:417 :   local conf_file=/etc/cinder/cinder.conf
2021-05-19 01:36:33.149 | + lib/keystone:configure_keystone_authtoken_middleware:418 :   local admin_user=cinder
2021-05-19 01:36:33.151 | + lib/keystone:configure_keystone_authtoken_middleware:419 :   local section=keystone_authtoken
2021-05-19 01:36:33.154 | + lib/keystone:configure_keystone_authtoken_middleware:421 :   iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password
2021-05-19 01:36:33.184 | + lib/keystone:configure_keystone_authtoken_middleware:422 :   iniset /etc/cinder/cinder.conf keystone_authtoken interface public
2021-05-19 01:36:33.211 | + lib/keystone:configure_keystone_authtoken_middleware:423 :   iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.39/identity
2021-05-19 01:36:33.239 | + lib/keystone:configure_keystone_authtoken_middleware:424 :   iniset /etc/cinder/cinder.conf keystone_authtoken username cinder
2021-05-19 01:36:33.267 | + lib/keystone:configure_keystone_authtoken_middleware:425 :   iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd
2021-05-19 01:36:33.294 | + lib/keystone:configure_keystone_authtoken_middleware:426 :   iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default
2021-05-19 01:36:33.322 | + lib/keystone:configure_keystone_authtoken_middleware:427 :   iniset /etc/cinder/cinder.conf keystone_authtoken project_name service
2021-05-19 01:36:33.350 | + lib/keystone:configure_keystone_authtoken_middleware:428 :   iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default
2021-05-19 01:36:33.377 | + lib/keystone:configure_keystone_authtoken_middleware:430 :   iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2021-05-19 01:36:33.405 | + lib/keystone:configure_keystone_authtoken_middleware:431 :   iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211
2021-05-19 01:36:33.437 | + lib/cinder:configure_cinder:246          :   iniset /etc/cinder/cinder.conf DEFAULT debug True
2021-05-19 01:36:33.470 | + lib/cinder:configure_cinder:248          :   iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm
2021-05-19 01:36:33.499 | ++ lib/cinder:configure_cinder:249          :   database_connection_url cinder
2021-05-19 01:36:33.502 | ++ lib/database:database_connection_url:132 :   local db=cinder
2021-05-19 01:36:33.504 | ++ lib/database:database_connection_url:133 :   database_connection_url_mysql cinder
2021-05-19 01:36:33.507 | ++ lib/databases/mysql:database_connection_url_mysql:202 :   local db=cinder
2021-05-19 01:36:33.509 | ++ lib/databases/mysql:database_connection_url_mysql:203 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8'
2021-05-19 01:36:33.512 | + lib/cinder:configure_cinder:249          :   iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8'
2021-05-19 01:36:33.542 | + lib/cinder:configure_cinder:250          :   iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini
2021-05-19 01:36:33.570 | + lib/cinder:configure_cinder:251          :   iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf
2021-05-19 01:36:33.598 | + lib/cinder:configure_cinder:252          :   iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions
2021-05-19 01:36:33.627 | + lib/cinder:configure_cinder:253          :   iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0
2021-05-19 01:36:33.654 | + lib/cinder:configure_cinder:254          :   iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder
2021-05-19 01:36:33.683 | + lib/cinder:configure_cinder:255          :   iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder
2021-05-19 01:36:33.713 | + lib/cinder:configure_cinder:256          :   [[ 4 == 6 ]]
2021-05-19 01:36:33.716 | + lib/cinder:configure_cinder:259          :   iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.39
2021-05-19 01:36:33.743 | + lib/cinder:configure_cinder:261          :   iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager
2021-05-19 01:36:33.775 | ++ lib/cinder:configure_cinder:262          :   openssl rand -hex 16
2021-05-19 01:36:33.783 | + lib/cinder:configure_cinder:262          :   iniset /etc/cinder/cinder.conf key_manager fixed_key d79cc2923b5d82bc37948c711c855788
2021-05-19 01:36:33.810 | + lib/cinder:configure_cinder:267          :   iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120
2021-05-19 01:36:33.838 | + lib/cinder:configure_cinder:269          :   is_service_enabled c-vol
2021-05-19 01:36:33.854 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:36:33.857 | + lib/cinder:configure_cinder:269          :   [[ -n lvm:lvmdriver-1 ]]
2021-05-19 01:36:33.860 | + lib/cinder:configure_cinder:270          :   local enabled_backends=
2021-05-19 01:36:33.862 | + lib/cinder:configure_cinder:271          :   local default_name=
2021-05-19 01:36:33.864 | + lib/cinder:configure_cinder:272          :   local be be_name be_type
2021-05-19 01:36:33.867 | + lib/cinder:configure_cinder:273          :   for be in ${CINDER_ENABLED_BACKENDS//,/ }
2021-05-19 01:36:33.869 | + lib/cinder:configure_cinder:274          :   be_type=lvm
2021-05-19 01:36:33.871 | + lib/cinder:configure_cinder:275          :   be_name=lvmdriver-1
2021-05-19 01:36:33.874 | + lib/cinder:configure_cinder:276          :   type configure_cinder_backend_lvm
2021-05-19 01:36:33.876 | + lib/cinder:configure_cinder:277          :   configure_cinder_backend_lvm lvmdriver-1
2021-05-19 01:36:33.878 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 :   local be_name=lvmdriver-1
2021-05-19 01:36:33.881 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 :   iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1
2021-05-19 01:36:33.911 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 :   iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver
2021-05-19 01:36:33.939 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 :   iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1
2021-05-19 01:36:33.965 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 :   iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm
2021-05-19 01:36:33.994 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 :   iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin
2021-05-19 01:36:34.021 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 :   iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none
2021-05-19 01:36:34.050 | + lib/cinder:configure_cinder:279          :   [[ -z '' ]]
2021-05-19 01:36:34.052 | + lib/cinder:configure_cinder:280          :   default_name=lvmdriver-1
2021-05-19 01:36:34.054 | + lib/cinder:configure_cinder:282          :   enabled_backends+=lvmdriver-1,
2021-05-19 01:36:34.057 | + lib/cinder:configure_cinder:284          :   iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1
2021-05-19 01:36:34.085 | + lib/cinder:configure_cinder:285          :   [[ -n lvmdriver-1 ]]
2021-05-19 01:36:34.088 | + lib/cinder:configure_cinder:286          :   iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1
2021-05-19 01:36:34.115 | + lib/cinder:configure_cinder:288          :   configure_cinder_image_volume_cache
2021-05-19 01:36:34.118 | + lib/cinder:configure_cinder_image_volume_cache:598 :   for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ }
2021-05-19 01:36:34.120 | + lib/cinder:configure_cinder_image_volume_cache:599 :   local be_name=lvmdriver-1
2021-05-19 01:36:34.122 | + lib/cinder:configure_cinder_image_volume_cache:601 :   iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True
2021-05-19 01:36:34.151 | + lib/cinder:configure_cinder_image_volume_cache:603 :   [[ -n '' ]]
2021-05-19 01:36:34.153 | + lib/cinder:configure_cinder_image_volume_cache:607 :   [[ -n '' ]]
2021-05-19 01:36:34.156 | + lib/cinder:configure_cinder:291          :   is_service_enabled c-bak
2021-05-19 01:36:34.173 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:36:34.175 | + lib/cinder:configure_cinder:291          :   [[ -n swift ]]
2021-05-19 01:36:34.178 | + lib/cinder:configure_cinder:292          :   type configure_cinder_backup_swift
2021-05-19 01:36:34.180 | + lib/cinder:configure_cinder:293          :   configure_cinder_backup_swift
2021-05-19 01:36:34.183 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 :   iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver
2021-05-19 01:36:34.211 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 :   iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.39:8080/v1/AUTH_
2021-05-19 01:36:34.239 | + lib/cinder:configure_cinder:299          :   is_service_enabled ceilometer
2021-05-19 01:36:34.256 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:36:34.258 | + lib/cinder:configure_cinder:303          :   is_service_enabled tls-proxy
2021-05-19 01:36:34.274 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:36:34.277 | + lib/cinder:configure_cinder:317          :   '[' False '!=' False ']'
2021-05-19 01:36:34.279 | + lib/cinder:configure_cinder:321          :   iniset_rpc_backend cinder /etc/cinder/cinder.conf
2021-05-19 01:36:34.282 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=cinder
2021-05-19 01:36:34.284 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/cinder/cinder.conf
2021-05-19 01:36:34.287 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=DEFAULT
2021-05-19 01:36:34.289 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=
2021-05-19 01:36:34.291 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2021-05-19 01:36:34.307 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:36:34.311 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url ''
2021-05-19 01:36:34.314 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=
2021-05-19 01:36:34.316 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2021-05-19 01:36:34.331 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:36:34.334 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/
2021-05-19 01:36:34.337 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/
2021-05-19 01:36:34.364 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2021-05-19 01:36:34.367 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2021-05-19 01:36:34.369 | + lib/cinder:configure_cinder:324          :   setup_logging /etc/cinder/cinder.conf True
2021-05-19 01:36:34.371 | + functions:setup_logging:674              :   setup_systemd_logging /etc/cinder/cinder.conf
2021-05-19 01:36:34.374 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/cinder/cinder.conf
2021-05-19 01:36:34.377 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2021-05-19 01:36:34.394 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2021-05-19 01:36:34.396 | + functions:setup_systemd_logging:695      :   local pidstr=
2021-05-19 01:36:34.399 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2021-05-19 01:36:34.401 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2021-05-19 01:36:34.404 | + functions:setup_systemd_logging:702      :   iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
2021-05-19 01:36:34.432 | + functions:setup_systemd_logging:704      :   iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s'
2021-05-19 01:36:34.459 | + functions:setup_systemd_logging:705      :   iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2021-05-19 01:36:34.488 | + functions:setup_systemd_logging:706      :   iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2021-05-19 01:36:34.516 | + lib/cinder:configure_cinder:326          :   write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume
2021-05-19 01:36:34.519 | + lib/apache:write_uwsgi_config:254        :   local file=/etc/cinder/cinder-api-uwsgi.ini
2021-05-19 01:36:34.521 | + lib/apache:write_uwsgi_config:255        :   local wsgi=/usr/local/bin/cinder-wsgi
2021-05-19 01:36:34.524 | + lib/apache:write_uwsgi_config:256        :   local url=/volume
2021-05-19 01:36:34.526 | + lib/apache:write_uwsgi_config:257        :   local http=
2021-05-19 01:36:34.528 | + lib/apache:write_uwsgi_config:258        :   local name=
2021-05-19 01:36:34.532 | ++ lib/apache:write_uwsgi_config:259        :   basename /usr/local/bin/cinder-wsgi
2021-05-19 01:36:34.536 | + lib/apache:write_uwsgi_config:259        :   name=cinder-wsgi
2021-05-19 01:36:34.538 | + lib/apache:write_uwsgi_config:263        :   local socket_dir=/var/run/uwsgi
2021-05-19 01:36:34.541 | + lib/apache:write_uwsgi_config:267        :   sudo mkdir -p /etc/tmpfiles.d/
2021-05-19 01:36:34.554 | + lib/apache:write_uwsgi_config:268        :   echo 'd /var/run/uwsgi 0755 ubuntu root'
2021-05-19 01:36:34.554 | + lib/apache:write_uwsgi_config:268        :   sudo tee /etc/tmpfiles.d/uwsgi.conf
2021-05-19 01:36:34.562 | d /var/run/uwsgi 0755 ubuntu root
2021-05-19 01:36:34.566 | + lib/apache:write_uwsgi_config:269        :   sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
2021-05-19 01:36:34.581 | + lib/apache:write_uwsgi_config:271        :   local socket=/var/run/uwsgi/cinder-wsgi.socket
2021-05-19 01:36:34.584 | + lib/apache:write_uwsgi_config:274        :   rm -rf /etc/cinder/cinder-api-uwsgi.ini
2021-05-19 01:36:34.588 | + lib/apache:write_uwsgi_config:275        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi
2021-05-19 01:36:34.617 | + lib/apache:write_uwsgi_config:276        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2
2021-05-19 01:36:34.643 | + lib/apache:write_uwsgi_config:278        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true
2021-05-19 01:36:34.674 | + lib/apache:write_uwsgi_config:280        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true
2021-05-19 01:36:34.701 | + lib/apache:write_uwsgi_config:281        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false
2021-05-19 01:36:34.728 | + lib/apache:write_uwsgi_config:284        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90
2021-05-19 01:36:34.756 | + lib/apache:write_uwsgi_config:285        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true
2021-05-19 01:36:34.783 | + lib/apache:write_uwsgi_config:286        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3
2021-05-19 01:36:34.811 | + lib/apache:write_uwsgi_config:288        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true
2021-05-19 01:36:34.837 | + lib/apache:write_uwsgi_config:290        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2021-05-19 01:36:34.866 | + lib/apache:write_uwsgi_config:292        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535
2021-05-19 01:36:34.893 | + lib/apache:write_uwsgi_config:294        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close'
2021-05-19 01:36:34.921 | + lib/apache:write_uwsgi_config:296        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true
2021-05-19 01:36:34.948 | + lib/apache:write_uwsgi_config:299        :   [[ -n '' ]]
2021-05-19 01:36:34.950 | + lib/apache:write_uwsgi_config:302        :   local apache_conf=
2021-05-19 01:36:34.954 | ++ lib/apache:write_uwsgi_config:303        :   apache_site_config_for cinder-wsgi
2021-05-19 01:36:34.956 | ++ lib/apache:apache_site_config_for:186    :   local site=cinder-wsgi
2021-05-19 01:36:34.958 | ++ lib/apache:apache_site_config_for:187    :   is_ubuntu
2021-05-19 01:36:34.961 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:36:34.963 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:36:34.965 | ++ lib/apache:apache_site_config_for:189    :   echo /etc/apache2/sites-available/cinder-wsgi.conf
2021-05-19 01:36:34.969 | + lib/apache:write_uwsgi_config:303        :   apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf
2021-05-19 01:36:34.971 | + lib/apache:write_uwsgi_config:304        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket
2021-05-19 01:36:34.998 | + lib/apache:write_uwsgi_config:305        :   iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666
2021-05-19 01:36:35.026 | + lib/apache:write_uwsgi_config:306        :   sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf
2021-05-19 01:36:35.027 | + lib/apache:write_uwsgi_config:306        :   echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 '
2021-05-19 01:36:35.036 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 
2021-05-19 01:36:35.039 | + lib/apache:write_uwsgi_config:307        :   enable_apache_site cinder-wsgi
2021-05-19 01:36:35.041 | + lib/apache:enable_apache_site:203        :   local site=cinder-wsgi
2021-05-19 01:36:35.044 | + lib/apache:enable_apache_site:205        :   enable_apache_mod version
2021-05-19 01:36:35.046 | + lib/apache:enable_apache_mod:54          :   local mod=version
2021-05-19 01:36:35.048 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2021-05-19 01:36:35.051 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:36:35.053 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:36:35.055 | + lib/apache:enable_apache_mod:59          :   [[ version != \v\e\r\s\i\o\n ]]
2021-05-19 01:36:35.058 | + lib/apache:enable_apache_site:206        :   is_ubuntu
2021-05-19 01:36:35.060 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:36:35.062 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:36:35.064 | + lib/apache:enable_apache_site:207        :   sudo a2ensite cinder-wsgi
2021-05-19 01:36:35.125 | Enabling site cinder-wsgi.
2021-05-19 01:36:35.130 | To activate the new configuration, you need to run:
2021-05-19 01:36:35.130 |   systemctl reload apache2
2021-05-19 01:36:35.135 | + lib/apache:write_uwsgi_config:308        :   restart_apache_server
2021-05-19 01:36:35.137 | + lib/apache:restart_apache_server:250     :   restart_service apache2
2021-05-19 01:36:35.140 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-05-19 01:36:35.142 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart apache2
2021-05-19 01:36:35.269 | + lib/cinder:configure_cinder:328          :   [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]]
2021-05-19 01:36:35.272 | + lib/cinder:configure_cinder:332          :   iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2
2021-05-19 01:36:35.303 | + lib/cinder:configure_cinder:334          :   iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.39/image
2021-05-19 01:36:35.331 | + lib/cinder:configure_cinder:335          :   is_service_enabled tls-proxy
2021-05-19 01:36:35.348 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:36:35.350 | + lib/cinder:configure_cinder:341          :   configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova
2021-05-19 01:36:35.353 | + lib/keystone:configure_keystone_authtoken_middleware:417 :   local conf_file=/etc/cinder/cinder.conf
2021-05-19 01:36:35.355 | + lib/keystone:configure_keystone_authtoken_middleware:418 :   local admin_user=nova
2021-05-19 01:36:35.358 | + lib/keystone:configure_keystone_authtoken_middleware:419 :   local section=nova
2021-05-19 01:36:35.361 | + lib/keystone:configure_keystone_authtoken_middleware:421 :   iniset /etc/cinder/cinder.conf nova auth_type password
2021-05-19 01:36:35.390 | + lib/keystone:configure_keystone_authtoken_middleware:422 :   iniset /etc/cinder/cinder.conf nova interface public
2021-05-19 01:36:35.418 | + lib/keystone:configure_keystone_authtoken_middleware:423 :   iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.39/identity
2021-05-19 01:36:35.452 | + lib/keystone:configure_keystone_authtoken_middleware:424 :   iniset /etc/cinder/cinder.conf nova username nova
2021-05-19 01:36:35.480 | + lib/keystone:configure_keystone_authtoken_middleware:425 :   iniset /etc/cinder/cinder.conf nova password Passw0rd
2021-05-19 01:36:35.508 | + lib/keystone:configure_keystone_authtoken_middleware:426 :   iniset /etc/cinder/cinder.conf nova user_domain_name Default
2021-05-19 01:36:35.536 | + lib/keystone:configure_keystone_authtoken_middleware:427 :   iniset /etc/cinder/cinder.conf nova project_name service
2021-05-19 01:36:35.563 | + lib/keystone:configure_keystone_authtoken_middleware:428 :   iniset /etc/cinder/cinder.conf nova project_domain_name Default
2021-05-19 01:36:35.590 | + lib/keystone:configure_keystone_authtoken_middleware:430 :   iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem
2021-05-19 01:36:35.620 | + lib/keystone:configure_keystone_authtoken_middleware:431 :   iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211
2021-05-19 01:36:35.648 | + lib/cinder:configure_cinder:342          :   iniset /etc/cinder/cinder.conf nova region_name RegionOne
2021-05-19 01:36:35.676 | + lib/cinder:configure_cinder:343          :   iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5
2021-05-19 01:36:35.704 | + lib/cinder:configure_cinder:345          :   [[ ! -z '' ]]
2021-05-19 01:36:35.706 | + lib/cinder:configure_cinder:347          :   is_service_enabled etcd3
2021-05-19 01:36:35.723 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:36:35.725 | + lib/cinder:configure_cinder:348          :   iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.39:2379
2021-05-19 01:36:35.755 | + ./stack.sh:main:894                      :   is_service_enabled neutron
2021-05-19 01:36:35.773 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:36:35.775 | + ./stack.sh:main:896                      :   stack_install_service neutron
2021-05-19 01:36:35.778 | + lib/stack:stack_install_service:20       :   local service=neutron
2021-05-19 01:36:35.781 | + lib/stack:stack_install_service:21       :   type install_neutron
2021-05-19 01:36:35.783 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2021-05-19 01:36:35.786 | + lib/stack:stack_install_service:32       :   install_neutron
2021-05-19 01:36:35.788 | + lib/neutron:install_neutron:657          :   is_neutron_legacy_enabled
2021-05-19 01:36:35.792 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon
2021-05-19 01:36:35.792 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   sed s/neutron-//g
2021-05-19 01:36:35.797 | + lib/neutron:is_neutron_legacy_enabled:131 :   disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon
2021-05-19 01:36:35.800 | + lib/neutron:is_neutron_legacy_enabled:132 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]]
2021-05-19 01:36:35.802 | + lib/neutron:is_neutron_legacy_enabled:133 :   [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]]
2021-05-19 01:36:35.805 | + lib/neutron:is_neutron_legacy_enabled:133 :   return 0
2021-05-19 01:36:35.807 | + lib/neutron:install_neutron:659          :   install_mutnauq
2021-05-19 01:36:35.810 | + lib/neutron-legacy:install_mutnauq:441   :   use_library_from_git neutron-lib
2021-05-19 01:36:35.812 | + inc/python:use_library_from_git:250      :   local name=neutron-lib
2021-05-19 01:36:35.815 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:36:35.817 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:36:35.820 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,neutron-lib, ]]
2021-05-19 01:36:35.822 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:36:35.825 | + lib/neutron-legacy:install_mutnauq:446   :   git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master
2021-05-19 01:36:35.827 | + functions-common:git_clone:523           :   local git_remote=https://opendev.org/openstack/neutron.git
2021-05-19 01:36:35.830 | + functions-common:git_clone:524           :   local git_dest=/opt/stack/neutron
2021-05-19 01:36:35.832 | + functions-common:git_clone:525           :   local git_ref=master
2021-05-19 01:36:35.834 | + functions-common:git_clone:526           :   local orig_dir
2021-05-19 01:36:35.837 | ++ functions-common:git_clone:527           :   pwd
2021-05-19 01:36:35.840 | + functions-common:git_clone:527           :   orig_dir=/home/ubuntu/devstack
2021-05-19 01:36:35.842 | + functions-common:git_clone:528           :   local git_clone_flags=
2021-05-19 01:36:35.845 | ++ functions-common:git_clone:530           :   trueorfalse False RECLONE
2021-05-19 01:36:35.861 | + functions-common:git_clone:530           :   RECLONE=False
2021-05-19 01:36:35.863 | + functions-common:git_clone:531           :   [[ 0 -gt 0 ]]
2021-05-19 01:36:35.866 | + functions-common:git_clone:535           :   [[ False = \T\r\u\e ]]
2021-05-19 01:36:35.868 | + functions-common:git_clone:544           :   echo master
2021-05-19 01:36:35.869 | + functions-common:git_clone:544           :   egrep -q '^refs'
2021-05-19 01:36:35.874 | + functions-common:git_clone:558           :   [[ ! -d /opt/stack/neutron ]]
2021-05-19 01:36:35.876 | + functions-common:git_clone:566           :   [[ False = \T\r\u\e ]]
2021-05-19 01:36:35.879 | + functions-common:git_clone:592           :   cd /opt/stack/neutron
2021-05-19 01:36:35.881 | + functions-common:git_clone:593           :   git show --oneline
2021-05-19 01:36:35.882 | + functions-common:git_clone:593           :   head -1
2021-05-19 01:36:35.885 | 2a4074918c Remove call to "fixup_ubuntu"
2021-05-19 01:36:35.887 | + functions-common:git_clone:594           :   cd /home/ubuntu/devstack
2021-05-19 01:36:35.890 | + lib/neutron-legacy:install_mutnauq:447   :   setup_develop /opt/stack/neutron
2021-05-19 01:36:35.893 | + inc/python:setup_develop:338             :   local bindep
2021-05-19 01:36:35.895 | + inc/python:setup_develop:339             :   [[ /opt/stack/neutron == -bindep* ]]
2021-05-19 01:36:35.898 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/neutron
2021-05-19 01:36:35.900 | + inc/python:setup_develop:344             :   local extras=
2021-05-19 01:36:35.903 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/neutron -e
2021-05-19 01:36:35.906 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2021-05-19 01:36:35.908 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/neutron == -bindep* ]]
2021-05-19 01:36:35.911 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/neutron
2021-05-19 01:36:35.913 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2021-05-19 01:36:35.916 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2021-05-19 01:36:35.919 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/neutron
2021-05-19 01:36:35.922 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2021-05-19 01:36:35.924 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/neutron
2021-05-19 01:36:35.927 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2021-05-19 01:36:35.929 | + inc/python:_setup_package_with_constraints_edit:382 :   local name
2021-05-19 01:36:35.933 | ++ inc/python:_setup_package_with_constraints_edit:383 :   awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg
2021-05-19 01:36:35.938 | + inc/python:_setup_package_with_constraints_edit:383 :   name=neutron
2021-05-19 01:36:35.941 | + inc/python:_setup_package_with_constraints_edit:385 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron '-e file:///opt/stack/neutron#egg=neutron'
2021-05-19 01:36:36.537 | + inc/python:_setup_package_with_constraints_edit:389 :   setup_package /opt/stack/neutron -e
2021-05-19 01:36:36.540 | + inc/python:setup_package:417             :   local bindep=0
2021-05-19 01:36:36.542 | + inc/python:setup_package:418             :   local bindep_flag=
2021-05-19 01:36:36.544 | + inc/python:setup_package:419             :   local bindep_profiles=
2021-05-19 01:36:36.547 | + inc/python:setup_package:420             :   [[ /opt/stack/neutron == -bindep* ]]
2021-05-19 01:36:36.549 | + inc/python:setup_package:425             :   local project_dir=/opt/stack/neutron
2021-05-19 01:36:36.551 | + inc/python:setup_package:426             :   local flags=-e
2021-05-19 01:36:36.554 | + inc/python:setup_package:427             :   local extras=
2021-05-19 01:36:36.556 | + inc/python:setup_package:431             :   [[ -n -e ]]
2021-05-19 01:36:36.558 | + inc/python:setup_package:431             :   [[ -z '' ]]
2021-05-19 01:36:36.561 | + inc/python:setup_package:431             :   [[ ! -e =~ ^-.* ]]
2021-05-19 01:36:36.564 | + inc/python:setup_package:436             :   [[ ! -z '' ]]
2021-05-19 01:36:36.566 | + inc/python:setup_package:441             :   [[ 0 == 1 ]]
2021-05-19 01:36:36.568 | + inc/python:setup_package:445             :   pip_install -e /opt/stack/neutron
2021-05-19 01:36:36.589 | Using python 3.8 to install /opt/stack/neutron
2021-05-19 01:36:36.591 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron
2021-05-19 01:36:37.336 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:36:37.336 |   from cryptography.utils import int_from_bytes
2021-05-19 01:36:37.336 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:36:37.336 |   from cryptography.utils import int_from_bytes
2021-05-19 01:36:38.356 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:36:38.356 | 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-05-19 01:36:38.361 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:36:38.361 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:36:38.363 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:36:38.368 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:36:38.375 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:36:38.379 | Obtaining file:///opt/stack/neutron
2021-05-19 01:36:40.517 | Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2021-05-19 01:36:42.631 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3)
2021-05-19 01:36:42.638 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1)
2021-05-19 01:36:42.642 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0)
2021-05-19 01:36:42.650 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1)
2021-05-19 01:36:42.659 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1)
2021-05-19 01:36:42.671 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23)
2021-05-19 01:36:42.698 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7)
2021-05-19 01:36:42.711 | Requirement already satisfied: alembic===1.5.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.8)
2021-05-19 01:36:42.720 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.2.0)
2021-05-19 01:36:42.727 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (4.4.2)
2021-05-19 01:36:42.730 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (0.30.2)
2021-05-19 01:36:42.740 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) (2.3.0)
2021-05-19 01:36:42.746 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.0.0)
2021-05-19 01:36:42.751 | Requirement already satisfied: httplib2===0.19.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (0.19.1)
2021-05-19 01:36:42.756 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (4.3.1)
2021-05-19 01:36:42.816 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (9.2.0)
2021-05-19 01:36:42.868 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (0.8.0)
2021-05-19 01:36:42.873 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) (0.10.9)
2021-05-19 01:36:42.876 | Requirement already satisfied: neutron-lib===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 262)) (2.11.0)
2021-05-19 01:36:42.915 | Requirement already satisfied: openstacksdk===0.56.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) (0.56.0)
2021-05-19 01:36:42.941 | Requirement already satisfied: os-ken===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) (1.4.0)
2021-05-19 01:36:42.958 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.7.0)
2021-05-19 01:36:42.963 | Requirement already satisfied: os-traits===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (2.5.0)
2021-05-19 01:36:42.968 | Requirement already satisfied: os-vif===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.4.0)
2021-05-19 01:36:42.991 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (2.7.0)
2021-05-19 01:36:43.027 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (4.4.0)
2021-05-19 01:36:43.038 | Requirement already satisfied: oslo.config===8.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (8.7.0)
2021-05-19 01:36:43.077 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (3.2.0)
2021-05-19 01:36:43.083 | Requirement already satisfied: oslo.db===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (9.0.0)
2021-05-19 01:36:43.131 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (5.0.1)
2021-05-19 01:36:43.137 | Requirement already satisfied: oslo.log===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.5.0)
2021-05-19 01:36:43.177 | Requirement already satisfied: oslo.messaging===12.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (12.7.1)
2021-05-19 01:36:43.231 | Requirement already satisfied: oslo.middleware===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (4.2.0)
2021-05-19 01:36:43.249 | Requirement already satisfied: oslo.policy===3.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (3.8.0)
2021-05-19 01:36:43.264 | Requirement already satisfied: oslo.privsep===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (2.5.0)
2021-05-19 01:36:43.279 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (2.2.0)
2021-05-19 01:36:43.293 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (6.2.0)
2021-05-19 01:36:43.298 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.1.0)
2021-05-19 01:36:43.306 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (2.5.0)
2021-05-19 01:36:43.329 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (1.3.0)
2021-05-19 01:36:43.340 | Requirement already satisfied: oslo.utils===4.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (4.9.0)
2021-05-19 01:36:43.357 | Requirement already satisfied: oslo.versionedobjects===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (2.4.0)
2021-05-19 01:36:43.377 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (3.4.0)
2021-05-19 01:36:43.423 | Requirement already satisfied: ovs===2.13.3 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (2.13.3)
2021-05-19 01:36:43.427 | Requirement already satisfied: ovsdbapp===1.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (1.10.0)
2021-05-19 01:36:43.436 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (20.9)
2021-05-19 01:36:43.441 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (5.6.0)
2021-05-19 01:36:43.444 | Requirement already satisfied: pecan===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (1.3.3)
2021-05-19 01:36:43.454 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (0.7.2)
2021-05-19 01:36:43.456 | Requirement already satisfied: psutil===5.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (5.8.0)
2021-05-19 01:36:43.478 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (20.0.1)
2021-05-19 01:36:43.495 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (3.1.1)
2021-05-19 01:36:43.507 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) (0.9.6)
2021-05-19 01:36:43.510 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 367)) (2.4.7)
2021-05-19 01:36:43.513 | Requirement already satisfied: pyroute2===0.5.18 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (0.5.18)
2021-05-19 01:36:43.521 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) (2.8.1)
2021-05-19 01:36:43.530 | Requirement already satisfied: python-designateclient===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (4.2.0)
2021-05-19 01:36:43.551 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (1.0.4)
2021-05-19 01:36:43.554 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 404)) (4.2.0)
2021-05-19 01:36:43.573 | Requirement already satisfied: python-neutronclient===7.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (7.3.0)
2021-05-19 01:36:43.601 | Requirement already satisfied: python-novaclient===17.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (17.4.0)
2021-05-19 01:36:43.617 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2021.1)
2021-05-19 01:36:43.621 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 445)) (0.7)
2021-05-19 01:36:43.629 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (2.25.1)
2021-05-19 01:36:43.651 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (1.4.0)
2021-05-19 01:36:43.654 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 459)) (1.4.0)
2021-05-19 01:36:43.659 | Requirement already satisfied: setproctitle===1.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) (1.2.2)
2021-05-19 01:36:43.665 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (56.0.0)
2021-05-19 01:36:43.716 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (3.17.2)
2021-05-19 01:36:43.719 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (1.15.0)
2021-05-19 01:36:43.723 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 508)) (0.13.0)
2021-05-19 01:36:43.736 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509)) (0.4.1)
2021-05-19 01:36:43.739 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (3.3.0)
2021-05-19 01:36:43.742 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 513)) (3.3.0)
2021-05-19 01:36:43.750 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (6.3.1)
2021-05-19 01:36:43.765 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (2.0.1)
2021-05-19 01:36:43.774 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) (0.5.0)
2021-05-19 01:36:43.780 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 533)) (2.4.0)
2021-05-19 01:36:43.797 | Requirement already satisfied: tinyrpc===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.0.4)
2021-05-19 01:36:43.818 | Requirement already satisfied: tooz===2.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (2.9.0)
2021-05-19 01:36:43.884 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) (1.4.0)
2021-05-19 01:36:43.888 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (1.1.0)
2021-05-19 01:36:43.896 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (1.26.4)
2021-05-19 01:36:43.940 | Requirement already satisfied: voluptuous===0.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (0.12.1)
2021-05-19 01:36:43.944 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (1.12.1)
2021-05-19 01:36:43.947 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (1.3.2)
2021-05-19 01:36:43.952 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4)
2021-05-19 01:36:43.960 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) (1.16.0)
2021-05-19 01:36:43.968 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) (0.1.14)
2021-05-19 01:36:43.971 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4)
2021-05-19 01:36:43.974 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.4.7)
2021-05-19 01:36:44.014 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150)) (1.1.2)
2021-05-19 01:36:44.020 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (1.32)
2021-05-19 01:36:44.025 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (2.5.0)
2021-05-19 01:36:44.047 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (0.10.0)
2021-05-19 01:36:44.050 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1)
2021-05-19 01:36:44.053 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (1.0.2)
2021-05-19 01:36:44.057 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (0.14.1)
2021-05-19 01:36:44.062 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.0.2)
2021-05-19 01:36:44.102 | Requirement already satisfied: cachetools===4.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) (4.2.2)
2021-05-19 01:36:44.105 | Requirement already satisfied: amqp===5.0.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.6)
2021-05-19 01:36:44.111 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.5)
2021-05-19 01:36:44.114 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (3.0.0)
2021-05-19 01:36:44.125 | Requirement already satisfied: logutils===0.3.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (0.3.5)
2021-05-19 01:36:44.128 | Requirement already satisfied: WebTest===2.0.35 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (2.0.35)
2021-05-19 01:36:44.149 | Requirement already satisfied: cliff===3.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (3.7.0)
2021-05-19 01:36:44.161 | Requirement already satisfied: osc-lib===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (2.4.0)
2021-05-19 01:36:44.176 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (3.2.0)
2021-05-19 01:36:44.188 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (2.1.0)
2021-05-19 01:36:44.192 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5)
2021-05-19 01:36:44.195 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (2.10)
2021-05-19 01:36:44.199 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (4.0.0)
2021-05-19 01:36:44.202 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2)
2021-05-19 01:36:44.205 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (1.0.0)
2021-05-19 01:36:44.207 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411)) (1.6.0)
2021-05-19 01:36:44.210 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) (1.0.0)
2021-05-19 01:36:44.212 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 553)) (1.4.0)
2021-05-19 01:36:44.215 | Requirement already satisfied: jsonpointer===2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (2.1)
2021-05-19 01:36:44.219 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (1.6)
2021-05-19 01:36:44.221 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (5.0.0)
2021-05-19 01:36:44.224 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (2.20)
2021-05-19 01:36:44.227 | Requirement already satisfied: beautifulsoup4===4.9.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94)) (4.9.3)
2021-05-19 01:36:44.239 | Requirement already satisfied: waitress===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 563)) (2.0.0)
2021-05-19 01:36:44.253 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (1.5.0)
2021-05-19 01:36:44.308 | Requirement already satisfied: soupsieve===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (2.2.1)
2021-05-19 01:36:44.313 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (0.4.4)
2021-05-19 01:36:44.317 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 88)) (20.3.0)
2021-05-19 01:36:44.357 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 565)) (0.2.5)
2021-05-19 01:36:44.363 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) (1.8.2)
2021-05-19 01:36:45.294 | Installing collected packages: neutron
2021-05-19 01:36:45.294 |   Attempting uninstall: neutron
2021-05-19 01:36:45.296 |     Found existing installation: neutron 18.0.0
2021-05-19 01:36:46.529 |     Uninstalling neutron-18.0.0:
2021-05-19 01:36:46.609 |       Successfully uninstalled neutron-18.0.0
2021-05-19 01:36:46.610 |   Running setup.py develop for neutron
2021-05-19 01:36:49.306 | Successfully installed neutron
2021-05-19 01:36:49.444 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:36:49.444 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:36:49.532 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:36:49.533 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:36:49.537 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:36:49.539 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:36:49.542 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:36:49.544 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:36:49.547 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:36:49.549 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:36:49.551 | + functions-common:time_stop:2311          :   start_time=1621388196584
2021-05-19 01:36:49.554 | + functions-common:time_stop:2313          :   [[ -z 1621388196584 ]]
2021-05-19 01:36:49.556 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:36:49.561 | + functions-common:time_stop:2316          :   end_time=1621388209558
2021-05-19 01:36:49.563 | + functions-common:time_stop:2317          :   elapsed_time=12974
2021-05-19 01:36:49.565 | + functions-common:time_stop:2318          :   total=192323
2021-05-19 01:36:49.567 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:36:49.570 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=205297
2021-05-19 01:36:49.572 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:36:49.574 | + inc/python:setup_package:447             :   [[ -e == \-\e ]]
2021-05-19 01:36:49.577 | + inc/python:setup_package:448             :   safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info
2021-05-19 01:36:49.579 | + functions-common:safe_chown:2205         :   _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info
2021-05-19 01:36:49.598 | + functions-common:_safe_permission_operation:2053 :   sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info
2021-05-19 01:36:49.610 | + inc/python:_setup_package_with_constraints_edit:393 :   use_library_from_git /opt/stack/neutron
2021-05-19 01:36:49.613 | + inc/python:use_library_from_git:250      :   local name=/opt/stack/neutron
2021-05-19 01:36:49.615 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:36:49.618 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:36:49.620 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/neutron, ]]
2021-05-19 01:36:49.623 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:36:49.626 | + lib/neutron-legacy:install_mutnauq:449   :   [[ openvswitch == \o\v\n ]]
2021-05-19 01:36:49.628 | + lib/stack:stack_install_service:33       :   [[ False = True ]]
2021-05-19 01:36:49.631 | + ./stack.sh:main:899                      :   is_service_enabled nova
2021-05-19 01:36:49.647 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:36:49.650 | + ./stack.sh:main:901                      :   stack_install_service nova
2021-05-19 01:36:49.652 | + lib/stack:stack_install_service:20       :   local service=nova
2021-05-19 01:36:49.655 | + lib/stack:stack_install_service:21       :   type install_nova
2021-05-19 01:36:49.658 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2021-05-19 01:36:49.660 | + lib/stack:stack_install_service:32       :   install_nova
2021-05-19 01:36:49.663 | + lib/nova:install_nova:820                :   use_library_from_git os-vif
2021-05-19 01:36:49.665 | + inc/python:use_library_from_git:250      :   local name=os-vif
2021-05-19 01:36:49.668 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:36:49.671 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:36:49.673 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,os-vif, ]]
2021-05-19 01:36:49.675 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:36:49.678 | + lib/nova:install_nova:825                :   is_service_enabled n-cpu
2021-05-19 01:36:49.693 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:36:49.696 | + lib/nova:install_nova:829                :   is_service_enabled n-novnc
2021-05-19 01:36:49.712 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:36:49.714 | + lib/nova:install_nova:841                :   is_service_enabled n-spice
2021-05-19 01:36:49.731 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:36:49.734 | + lib/nova:install_nova:853                :   git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master
2021-05-19 01:36:49.737 | + functions-common:git_clone:523           :   local git_remote=https://opendev.org/openstack/nova.git
2021-05-19 01:36:49.739 | + functions-common:git_clone:524           :   local git_dest=/opt/stack/nova
2021-05-19 01:36:49.741 | + functions-common:git_clone:525           :   local git_ref=master
2021-05-19 01:36:49.743 | + functions-common:git_clone:526           :   local orig_dir
2021-05-19 01:36:49.746 | ++ functions-common:git_clone:527           :   pwd
2021-05-19 01:36:49.749 | + functions-common:git_clone:527           :   orig_dir=/home/ubuntu/devstack
2021-05-19 01:36:49.751 | + functions-common:git_clone:528           :   local git_clone_flags=
2021-05-19 01:36:49.753 | ++ functions-common:git_clone:530           :   trueorfalse False RECLONE
2021-05-19 01:36:49.769 | + functions-common:git_clone:530           :   RECLONE=False
2021-05-19 01:36:49.771 | + functions-common:git_clone:531           :   [[ 0 -gt 0 ]]
2021-05-19 01:36:49.773 | + functions-common:git_clone:535           :   [[ False = \T\r\u\e ]]
2021-05-19 01:36:49.776 | + functions-common:git_clone:544           :   echo master
2021-05-19 01:36:49.776 | + functions-common:git_clone:544           :   egrep -q '^refs'
2021-05-19 01:36:49.782 | + functions-common:git_clone:558           :   [[ ! -d /opt/stack/nova ]]
2021-05-19 01:36:49.784 | + functions-common:git_clone:566           :   [[ False = \T\r\u\e ]]
2021-05-19 01:36:49.786 | + functions-common:git_clone:592           :   cd /opt/stack/nova
2021-05-19 01:36:49.789 | + functions-common:git_clone:593           :   git show --oneline
2021-05-19 01:36:49.789 | + functions-common:git_clone:593           :   head -1
2021-05-19 01:36:49.803 | 1289721b5d Replaces tenant_id with project_id from List/Update Servers APIs
2021-05-19 01:36:49.806 | + functions-common:git_clone:594           :   cd /home/ubuntu/devstack
2021-05-19 01:36:49.808 | + lib/nova:install_nova:854                :   setup_develop /opt/stack/nova
2021-05-19 01:36:49.812 | + inc/python:setup_develop:338             :   local bindep
2021-05-19 01:36:49.814 | + inc/python:setup_develop:339             :   [[ /opt/stack/nova == -bindep* ]]
2021-05-19 01:36:49.829 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/nova
2021-05-19 01:36:49.829 | + inc/python:setup_develop:344             :   local extras=
2021-05-19 01:36:49.830 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/nova -e
2021-05-19 01:36:49.830 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2021-05-19 01:36:49.830 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/nova == -bindep* ]]
2021-05-19 01:36:49.830 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/nova
2021-05-19 01:36:49.832 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2021-05-19 01:36:49.835 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2021-05-19 01:36:49.838 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/nova
2021-05-19 01:36:49.840 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2021-05-19 01:36:49.843 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/nova
2021-05-19 01:36:49.846 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2021-05-19 01:36:49.848 | + inc/python:_setup_package_with_constraints_edit:382 :   local name
2021-05-19 01:36:49.851 | ++ inc/python:_setup_package_with_constraints_edit:383 :   awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg
2021-05-19 01:36:49.857 | + inc/python:_setup_package_with_constraints_edit:383 :   name=nova
2021-05-19 01:36:49.860 | + inc/python:_setup_package_with_constraints_edit:385 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova '-e file:///opt/stack/nova#egg=nova'
2021-05-19 01:36:50.458 | + inc/python:_setup_package_with_constraints_edit:389 :   setup_package /opt/stack/nova -e
2021-05-19 01:36:50.460 | + inc/python:setup_package:417             :   local bindep=0
2021-05-19 01:36:50.462 | + inc/python:setup_package:418             :   local bindep_flag=
2021-05-19 01:36:50.464 | + inc/python:setup_package:419             :   local bindep_profiles=
2021-05-19 01:36:50.467 | + inc/python:setup_package:420             :   [[ /opt/stack/nova == -bindep* ]]
2021-05-19 01:36:50.469 | + inc/python:setup_package:425             :   local project_dir=/opt/stack/nova
2021-05-19 01:36:50.472 | + inc/python:setup_package:426             :   local flags=-e
2021-05-19 01:36:50.474 | + inc/python:setup_package:427             :   local extras=
2021-05-19 01:36:50.476 | + inc/python:setup_package:431             :   [[ -n -e ]]
2021-05-19 01:36:50.478 | + inc/python:setup_package:431             :   [[ -z '' ]]
2021-05-19 01:36:50.481 | + inc/python:setup_package:431             :   [[ ! -e =~ ^-.* ]]
2021-05-19 01:36:50.483 | + inc/python:setup_package:436             :   [[ ! -z '' ]]
2021-05-19 01:36:50.486 | + inc/python:setup_package:441             :   [[ 0 == 1 ]]
2021-05-19 01:36:50.488 | + inc/python:setup_package:445             :   pip_install -e /opt/stack/nova
2021-05-19 01:36:50.508 | Using python 3.8 to install /opt/stack/nova
2021-05-19 01:36:50.511 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova
2021-05-19 01:36:51.268 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:36:51.268 |   from cryptography.utils import int_from_bytes
2021-05-19 01:36:51.268 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:36:51.268 |   from cryptography.utils import int_from_bytes
2021-05-19 01:36:52.308 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:36:52.309 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210.
2021-05-19 01:36:52.313 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:36:52.313 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:36:52.315 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:36:52.320 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:36:52.327 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:36:52.331 | Obtaining file:///opt/stack/nova
2021-05-19 01:36:55.555 | Obtaining nova from file:///opt/stack/nova#egg=nova (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2021-05-19 01:36:58.791 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3)
2021-05-19 01:36:58.799 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1)
2021-05-19 01:36:58.802 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0)
2021-05-19 01:36:58.811 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1)
2021-05-19 01:36:58.820 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1)
2021-05-19 01:36:58.824 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1)
2021-05-19 01:36:58.835 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23)
2021-05-19 01:36:58.864 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7)
2021-05-19 01:36:58.877 | Requirement already satisfied: castellan===3.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 105)) (3.8.0)
2021-05-19 01:36:58.898 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.4.7)
2021-05-19 01:36:58.939 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (0.2.2)
2021-05-19 01:36:58.953 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (4.4.2)
2021-05-19 01:36:58.957 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (0.30.2)
2021-05-19 01:36:58.966 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) (2.3.0)
2021-05-19 01:36:58.972 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.0.0)
2021-05-19 01:36:58.977 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) (0.1.14)
2021-05-19 01:36:58.980 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (3.2.0)
2021-05-19 01:36:58.992 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (4.3.1)
2021-05-19 01:36:59.053 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (9.2.0)
2021-05-19 01:36:59.106 | Requirement already satisfied: lxml===4.6.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (4.6.3)
2021-05-19 01:36:59.244 | Collecting microversion-parse===1.0.1
2021-05-19 01:36:59.250 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB)
2021-05-19 01:36:59.343 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (0.8.0)
2021-05-19 01:36:59.348 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) (0.10.9)
2021-05-19 01:36:59.351 | Requirement already satisfied: openstacksdk===0.56.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.56.0)
2021-05-19 01:36:59.379 | Requirement already satisfied: os-brick===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (4.3.1)
2021-05-19 01:36:59.501 | Collecting os-resource-classes===1.0.0
2021-05-19 01:36:59.507 |   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-05-19 01:36:59.597 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0)
2021-05-19 01:36:59.601 | Requirement already satisfied: os-traits===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.5.0)
2021-05-19 01:36:59.606 | Requirement already satisfied: os-vif===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.4.0)
2021-05-19 01:36:59.633 | Requirement already satisfied: os-win===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.4.0)
2021-05-19 01:36:59.752 | Collecting os-xenapi===0.3.4
2021-05-19 01:36:59.758 |   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-05-19 01:36:59.870 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (2.7.0)
2021-05-19 01:36:59.907 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (4.4.0)
2021-05-19 01:36:59.918 | Requirement already satisfied: oslo.config===8.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (8.7.0)
2021-05-19 01:36:59.980 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (3.2.0)
2021-05-19 01:36:59.992 | Requirement already satisfied: oslo.db===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (9.0.0)
2021-05-19 01:37:00.037 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.0.1)
2021-05-19 01:37:00.043 | Requirement already satisfied: oslo.log===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (4.5.0)
2021-05-19 01:37:00.084 | Requirement already satisfied: oslo.messaging===12.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (12.7.1)
2021-05-19 01:37:00.141 | Requirement already satisfied: oslo.middleware===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (4.2.0)
2021-05-19 01:37:00.160 | Requirement already satisfied: oslo.policy===3.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (3.8.0)
2021-05-19 01:37:00.176 | Requirement already satisfied: oslo.privsep===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (2.5.0)
2021-05-19 01:37:00.191 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.2.0)
2021-05-19 01:37:00.204 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.2.0)
2021-05-19 01:37:00.209 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (4.1.0)
2021-05-19 01:37:00.219 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (2.5.0)
2021-05-19 01:37:00.243 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (1.3.0)
2021-05-19 01:37:00.254 | Requirement already satisfied: oslo.utils===4.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (4.9.0)
2021-05-19 01:37:00.270 | Requirement already satisfied: oslo.versionedobjects===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (2.4.0)
2021-05-19 01:37:00.291 | Requirement already satisfied: ovsdbapp===1.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (1.10.0)
2021-05-19 01:37:00.300 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (20.9)
2021-05-19 01:37:00.306 | Requirement already satisfied: paramiko===2.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (2.7.2)
2021-05-19 01:37:00.340 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.6.0)
2021-05-19 01:37:00.344 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (0.7.2)
2021-05-19 01:37:00.347 | Requirement already satisfied: psutil===5.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (5.8.0)
2021-05-19 01:37:00.368 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (3.1.1)
2021-05-19 01:37:00.379 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (0.9.6)
2021-05-19 01:37:00.382 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) (2.4.7)
2021-05-19 01:37:00.509 | Collecting pypowervm===1.1.24
2021-05-19 01:37:00.519 |   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-05-19 01:37:00.665 | Requirement already satisfied: pyroute2===0.5.18 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) (0.5.18)
2021-05-19 01:37:00.671 | Requirement already satisfied: python-barbicanclient===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (5.1.0)
2021-05-19 01:37:00.688 | Requirement already satisfied: python-cinderclient===7.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) (7.4.0)
2021-05-19 01:37:00.703 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (2.8.1)
2021-05-19 01:37:00.708 | Requirement already satisfied: python-glanceclient===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (3.3.0)
2021-05-19 01:37:00.726 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (4.2.0)
2021-05-19 01:37:00.744 | Requirement already satisfied: python-neutronclient===7.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (7.3.0)
2021-05-19 01:37:00.771 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) (2021.1)
2021-05-19 01:37:00.776 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7)
2021-05-19 01:37:00.784 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.25.1)
2021-05-19 01:37:00.803 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0)
2021-05-19 01:37:00.806 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458)) (1.3.3)
2021-05-19 01:37:00.811 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.4.0)
2021-05-19 01:37:00.816 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (56.0.0)
2021-05-19 01:37:00.867 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.2)
2021-05-19 01:37:00.870 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.15.0)
2021-05-19 01:37:00.874 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509)) (0.13.0)
2021-05-19 01:37:00.884 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.4.1)
2021-05-19 01:37:00.887 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 512)) (3.3.0)
2021-05-19 01:37:00.891 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0)
2021-05-19 01:37:00.897 | Requirement already satisfied: taskflow===4.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (4.6.0)
2021-05-19 01:37:00.954 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (6.3.1)
2021-05-19 01:37:00.969 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) (2.0.1)
2021-05-19 01:37:00.978 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 533)) (0.5.0)
2021-05-19 01:37:00.984 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.4.0)
2021-05-19 01:37:01.002 | Requirement already satisfied: tooz===2.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (2.9.0)
2021-05-19 01:37:01.062 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.4.0)
2021-05-19 01:37:01.066 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (1.1.0)
2021-05-19 01:37:01.073 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (1.26.4)
2021-05-19 01:37:01.094 | Requirement already satisfied: voluptuous===0.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (0.12.1)
2021-05-19 01:37:01.098 | Requirement already satisfied: warlock===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 565)) (1.3.3)
2021-05-19 01:37:01.208 | Collecting websockify===0.9.0
2021-05-19 01:37:01.214 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/427/91706b55e301d/websockify-0.9.0-py3-none-any.whl (35 kB)
2021-05-19 01:37:01.306 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (1.12.1)
2021-05-19 01:37:01.309 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (1.3.2)
2021-05-19 01:37:01.831 | Collecting zVMCloudConnector===1.4.1
2021-05-19 01:37:01.838 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f24/a37d5a0206e79/zVMCloudConnector-1.4.1.tar.gz (238 kB)
2021-05-19 01:37:02.724 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.5)
2021-05-19 01:37:02.728 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) (1.16.0)
2021-05-19 01:37:02.737 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150)) (1.1.2)
2021-05-19 01:37:02.743 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (0.10.0)
2021-05-19 01:37:02.746 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4)
2021-05-19 01:37:02.750 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (2.5.0)
2021-05-19 01:37:02.771 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (1.32)
2021-05-19 01:37:02.776 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.2.0)
2021-05-19 01:37:03.274 | Collecting Babel===2.9.1
2021-05-19 01:37:03.300 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ab4/9e12b91d937cd/Babel-2.9.1-py2.py3-none-any.whl (8.8 MB)
2021-05-19 01:37:03.580 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (0.14.1)
2021-05-19 01:37:03.586 | Requirement already satisfied: alembic===1.5.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.8)
2021-05-19 01:37:03.594 | Requirement already satisfied: cachetools===4.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) (4.2.2)
2021-05-19 01:37:03.597 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.0.2)
2021-05-19 01:37:03.641 | Requirement already satisfied: amqp===5.0.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.6)
2021-05-19 01:37:03.645 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (1.0.2)
2021-05-19 01:37:03.649 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (3.0.0)
2021-05-19 01:37:03.660 | Requirement already satisfied: ovs===2.13.3 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.13.3)
2021-05-19 01:37:03.664 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (3.2.0)
2021-05-19 01:37:03.674 | Requirement already satisfied: PyNaCl===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.4.0)
2021-05-19 01:37:03.687 | Requirement already satisfied: pyasn1===0.4.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (0.4.8)
2021-05-19 01:37:03.690 | Requirement already satisfied: pyasn1-modules===0.2.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (0.2.8)
2021-05-19 01:37:03.695 | Requirement already satisfied: cliff===3.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (3.7.0)
2021-05-19 01:37:03.707 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (20.0.1)
2021-05-19 01:37:03.722 | Requirement already satisfied: osc-lib===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.4.0)
2021-05-19 01:37:03.738 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (2.1.0)
2021-05-19 01:37:03.742 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (4.0.0)
2021-05-19 01:37:03.746 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5)
2021-05-19 01:37:03.749 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (2.10)
2021-05-19 01:37:03.752 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2)
2021-05-19 01:37:03.755 | Requirement already satisfied: pydot===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (1.4.2)
2021-05-19 01:37:03.760 | Requirement already satisfied: automaton===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (2.3.0)
2021-05-19 01:37:03.767 | Requirement already satisfied: networkx===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (2.5.1)
2021-05-19 01:37:03.805 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) (1.6.0)
2021-05-19 01:37:03.808 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (1.0.0)
2021-05-19 01:37:03.811 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) (1.0.0)
2021-05-19 01:37:03.814 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 554)) (1.4.0)
2021-05-19 01:37:04.666 | Collecting numpy===1.20.2
2021-05-19 01:37:04.707 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/edb/1f041a9146dcf/numpy-1.20.2-cp38-cp38-manylinux2010_x86_64.whl (15.4 MB)
2021-05-19 01:37:05.124 | Requirement already satisfied: PyJWT===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (2.1.0)
2021-05-19 01:37:05.152 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (2.20)
2021-05-19 01:37:05.155 | Requirement already satisfied: jsonpointer===2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (2.1)
2021-05-19 01:37:05.159 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (1.6)
2021-05-19 01:37:05.161 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (1.0.4)
2021-05-19 01:37:05.164 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4)
2021-05-19 01:37:05.172 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (5.0.0)
2021-05-19 01:37:05.175 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (1.5.0)
2021-05-19 01:37:05.230 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 88)) (20.3.0)
2021-05-19 01:37:05.272 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (0.4.4)
2021-05-19 01:37:05.276 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (0.2.5)
2021-05-19 01:37:05.282 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (1.8.2)
2021-05-19 01:37:05.284 | Building wheels for collected packages: zVMCloudConnector
2021-05-19 01:37:05.285 |   Building wheel for zVMCloudConnector (setup.py): started
2021-05-19 01:37:06.235 |   Building wheel for zVMCloudConnector (setup.py): finished with status 'done'
2021-05-19 01:37:06.238 |   Created wheel for zVMCloudConnector: filename=zVMCloudConnector-1.4.1-py3-none-any.whl size=303899 sha256=ff5d70b2f4f8fa8c043053f1d9a2373152de4912d6e213c4750edf6b4e8d1bc9
2021-05-19 01:37:06.238 |   Stored in directory: /root/.cache/pip/wheels/2a/0d/26/6a5dd74b24937acbd678e55297c0aa8f409dd980f39a3170dd
2021-05-19 01:37:06.239 | Successfully built zVMCloudConnector
2021-05-19 01:37:07.214 | Installing collected packages: numpy, websockify, os-resource-classes, microversion-parse, Babel, os-xenapi, pypowervm, zVMCloudConnector, nova
2021-05-19 01:37:12.431 |   Running setup.py develop for nova
2021-05-19 01:37:15.927 | Successfully installed Babel-2.9.1 microversion-parse-1.0.1 nova numpy-1.20.2 os-resource-classes-1.0.0 os-xenapi-0.3.4 pypowervm-1.1.24 websockify-0.9.0 zVMCloudConnector-1.4.1
2021-05-19 01:37:16.076 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:37:16.076 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:37:16.176 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:37:16.179 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:37:16.181 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:37:16.183 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:37:16.185 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:37:16.188 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:37:16.190 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:37:16.192 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:37:16.194 | + functions-common:time_stop:2311          :   start_time=1621388210503
2021-05-19 01:37:16.196 | + functions-common:time_stop:2313          :   [[ -z 1621388210503 ]]
2021-05-19 01:37:16.199 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:37:16.203 | + functions-common:time_stop:2316          :   end_time=1621388236201
2021-05-19 01:37:16.206 | + functions-common:time_stop:2317          :   elapsed_time=25698
2021-05-19 01:37:16.208 | + functions-common:time_stop:2318          :   total=205297
2021-05-19 01:37:16.210 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:37:16.212 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=230995
2021-05-19 01:37:16.214 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:37:16.216 | + inc/python:setup_package:447             :   [[ -e == \-\e ]]
2021-05-19 01:37:16.219 | + inc/python:setup_package:448             :   safe_chown -R ubuntu /opt/stack/nova/nova.egg-info
2021-05-19 01:37:16.222 | + functions-common:safe_chown:2205         :   _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info
2021-05-19 01:37:16.240 | + functions-common:_safe_permission_operation:2053 :   sudo chown -R ubuntu /opt/stack/nova/nova.egg-info
2021-05-19 01:37:16.252 | + inc/python:_setup_package_with_constraints_edit:393 :   use_library_from_git /opt/stack/nova
2021-05-19 01:37:16.254 | + inc/python:use_library_from_git:250      :   local name=/opt/stack/nova
2021-05-19 01:37:16.257 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:37:16.259 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:37:16.261 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/nova, ]]
2021-05-19 01:37:16.264 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:37:16.267 | + lib/nova:install_nova:855                :   sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion
2021-05-19 01:37:16.279 | + lib/stack:stack_install_service:33       :   [[ False = True ]]
2021-05-19 01:37:16.282 | + ./stack.sh:main:902                      :   configure_nova
2021-05-19 01:37:16.285 | + lib/nova:configure_nova:241              :   sudo install -d -o ubuntu /etc/nova
2021-05-19 01:37:16.297 | + lib/nova:configure_nova:243              :   configure_rootwrap nova
2021-05-19 01:37:16.300 | + inc/rootwrap:configure_rootwrap:43       :   local project=nova
2021-05-19 01:37:16.302 | + inc/rootwrap:configure_rootwrap:44       :   local project_uc
2021-05-19 01:37:16.306 | ++ inc/rootwrap:configure_rootwrap:45       :   echo nova
2021-05-19 01:37:16.306 | ++ inc/rootwrap:configure_rootwrap:45       :   tr a-z A-Z
2021-05-19 01:37:16.311 | + inc/rootwrap:configure_rootwrap:45       :   project_uc=NOVA
2021-05-19 01:37:16.313 | + inc/rootwrap:configure_rootwrap:46       :   local bin_dir=NOVA_BIN_DIR
2021-05-19 01:37:16.315 | + inc/rootwrap:configure_rootwrap:47       :   bin_dir=/usr/local/bin
2021-05-19 01:37:16.318 | + inc/rootwrap:configure_rootwrap:48       :   local project_dir=NOVA_DIR
2021-05-19 01:37:16.320 | + inc/rootwrap:configure_rootwrap:49       :   project_dir=/opt/stack/nova
2021-05-19 01:37:16.323 | + inc/rootwrap:configure_rootwrap:51       :   local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova
2021-05-19 01:37:16.325 | + inc/rootwrap:configure_rootwrap:52       :   local rootwrap_bin=/usr/local/bin/nova-rootwrap
2021-05-19 01:37:16.328 | + inc/rootwrap:configure_rootwrap:55       :   sudo rm -rf /etc/nova/rootwrap.d
2021-05-19 01:37:16.339 | + inc/rootwrap:configure_rootwrap:56       :   sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d
2021-05-19 01:37:16.352 | + 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-05-19 01:37:16.364 | + 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-05-19 01:37:16.376 | + inc/rootwrap:configure_rootwrap:61       :   sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf
2021-05-19 01:37:16.388 | + inc/rootwrap:configure_rootwrap:64       :   local tempfile
2021-05-19 01:37:16.392 | ++ inc/rootwrap:configure_rootwrap:65       :   mktemp
2021-05-19 01:37:16.396 | + inc/rootwrap:configure_rootwrap:65       :   tempfile=/tmp/tmp.2Lcxa99YPO
2021-05-19 01:37:16.398 | + inc/rootwrap:configure_rootwrap:67       :   rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *'
2021-05-19 01:37:16.401 | + inc/rootwrap:configure_rootwrap:68       :   echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *'
2021-05-19 01:37:16.403 | + inc/rootwrap:configure_rootwrap:69       :   '[' -f /usr/local/bin/nova-rootwrap-daemon ']'
2021-05-19 01:37:16.406 | + inc/rootwrap:configure_rootwrap:71       :   rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf'
2021-05-19 01:37:16.409 | + inc/rootwrap:configure_rootwrap:72       :   echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf'
2021-05-19 01:37:16.411 | + inc/rootwrap:configure_rootwrap:74       :   chmod 0440 /tmp/tmp.2Lcxa99YPO
2021-05-19 01:37:16.415 | + inc/rootwrap:configure_rootwrap:75       :   sudo chown root:root /tmp/tmp.2Lcxa99YPO
2021-05-19 01:37:16.427 | + inc/rootwrap:configure_rootwrap:76       :   sudo mv /tmp/tmp.2Lcxa99YPO /etc/sudoers.d/nova-rootwrap
2021-05-19 01:37:16.439 | ++ inc/rootwrap:configure_rootwrap:80       :   dirname /usr/local/bin/nova-rootwrap
2021-05-19 01:37:16.443 | + inc/rootwrap:configure_rootwrap:80       :   add_sudo_secure_path /usr/local/bin
2021-05-19 01:37:16.446 | + inc/rootwrap:add_sudo_secure_path:21     :   local dir=/usr/local/bin
2021-05-19 01:37:16.448 | + inc/rootwrap:add_sudo_secure_path:22     :   local line
2021-05-19 01:37:16.451 | + inc/rootwrap:add_sudo_secure_path:25     :   [[ -r /etc/sudoers.d/zz-secure-path ]]
2021-05-19 01:37:16.454 | + 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-05-19 01:37:16.456 | + 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-05-19 01:37:16.459 | + lib/nova:configure_nova:245              :   [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]]
2021-05-19 01:37:16.461 | + lib/nova:configure_nova:247              :   cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova
2021-05-19 01:37:16.465 | + lib/nova:configure_nova:250              :   is_service_enabled n-cpu
2021-05-19 01:37:16.482 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:37:16.485 | + lib/nova:configure_nova:325              :   create_nova_conf
2021-05-19 01:37:16.487 | + lib/nova:create_nova_conf:392            :   rm -f /opt/stack/nova/bin/nova.conf
2021-05-19 01:37:16.491 | + lib/nova:create_nova_conf:395            :   rm -f /etc/nova/nova.conf
2021-05-19 01:37:16.494 | + lib/nova:create_nova_conf:396            :   iniset /etc/nova/nova.conf DEFAULT debug True
2021-05-19 01:37:16.523 | + lib/nova:create_nova_conf:397            :   '[' True == True ']'
2021-05-19 01:37:16.525 | + lib/nova:create_nova_conf:398            :   iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True
2021-05-19 01:37:16.551 | + lib/nova:create_nova_conf:400            :   iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini
2021-05-19 01:37:16.580 | + lib/nova:create_nova_conf:401            :   iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf
2021-05-19 01:37:16.606 | + lib/nova:create_nova_conf:402            :   iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter
2021-05-19 01:37:16.635 | + lib/nova:create_nova_conf:403            :   iniset /etc/nova/nova.conf scheduler workers 2
2021-05-19 01:37:16.664 | + lib/nova:create_nova_conf:404            :   iniset /etc/nova/nova.conf neutron default_floating_pool public
2021-05-19 01:37:16.693 | + lib/nova:create_nova_conf:405            :   [[ 4 == 6 ]]
2021-05-19 01:37:16.695 | + lib/nova:create_nova_conf:408            :   iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.39
2021-05-19 01:37:16.722 | + lib/nova:create_nova_conf:410            :   iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x
2021-05-19 01:37:16.748 | + lib/nova:create_nova_conf:411            :   iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0
2021-05-19 01:37:16.775 | + lib/nova:create_nova_conf:412            :   iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0
2021-05-19 01:37:16.801 | + lib/nova:create_nova_conf:413            :   iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0
2021-05-19 01:37:16.827 | + lib/nova:create_nova_conf:415            :   iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager
2021-05-19 01:37:16.856 | + lib/nova:create_nova_conf:417            :   is_fedora
2021-05-19 01:37:16.858 | + functions-common:is_fedora:446           :   [[ -z Ubuntu ]]
2021-05-19 01:37:16.860 | + functions-common:is_fedora:450           :   '[' Ubuntu = Fedora ']'
2021-05-19 01:37:16.863 | + functions-common:is_fedora:450           :   '[' Ubuntu = 'Red Hat' ']'
2021-05-19 01:37:16.865 | + functions-common:is_fedora:451           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2021-05-19 01:37:16.867 | + functions-common:is_fedora:452           :   '[' Ubuntu = RedHatEnterprise ']'
2021-05-19 01:37:16.869 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOS ']'
2021-05-19 01:37:16.871 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOSStream ']'
2021-05-19 01:37:16.873 | + functions-common:is_fedora:454           :   '[' Ubuntu = OracleServer ']'
2021-05-19 01:37:16.876 | + functions-common:is_fedora:454           :   '[' Ubuntu = Virtuozzo ']'
2021-05-19 01:37:16.878 | + lib/nova:create_nova_conf:417            :   is_suse
2021-05-19 01:37:16.880 | + functions-common:is_suse:462             :   is_opensuse
2021-05-19 01:37:16.882 | + functions-common:is_opensuse:469         :   [[ -z Ubuntu ]]
2021-05-19 01:37:16.884 | + functions-common:is_opensuse:473         :   [[ Ubuntu =~ (openSUSE) ]]
2021-05-19 01:37:16.886 | + functions-common:is_suse:462             :   is_suse_linux_enterprise
2021-05-19 01:37:16.888 | + functions-common:is_suse_linux_enterprise:481 :   [[ -z Ubuntu ]]
2021-05-19 01:37:16.891 | + functions-common:is_suse_linux_enterprise:485 :   [[ Ubuntu =~ (^SUSE) ]]
2021-05-19 01:37:16.893 | + lib/nova:create_nova_conf:426            :   is_service_enabled n-api n-cond n-sched
2021-05-19 01:37:16.909 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:37:16.911 | + lib/nova:create_nova_conf:430            :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2021-05-19 01:37:16.913 | + lib/nova:create_nova_conf:433            :   local db=nova_cell0
2021-05-19 01:37:16.915 | + lib/nova:create_nova_conf:436            :   iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False
2021-05-19 01:37:16.943 | ++ lib/nova:create_nova_conf:439            :   database_connection_url nova_cell0
2021-05-19 01:37:16.945 | ++ lib/database:database_connection_url:132 :   local db=nova_cell0
2021-05-19 01:37:16.947 | ++ lib/database:database_connection_url:133 :   database_connection_url_mysql nova_cell0
2021-05-19 01:37:16.950 | ++ lib/databases/mysql:database_connection_url_mysql:202 :   local db=nova_cell0
2021-05-19 01:37:16.952 | ++ lib/databases/mysql:database_connection_url_mysql:203 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8'
2021-05-19 01:37:16.954 | + lib/nova:create_nova_conf:439            :   iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8'
2021-05-19 01:37:16.983 | ++ lib/nova:create_nova_conf:440            :   database_connection_url nova_api
2021-05-19 01:37:16.986 | ++ lib/database:database_connection_url:132 :   local db=nova_api
2021-05-19 01:37:16.988 | ++ lib/database:database_connection_url:133 :   database_connection_url_mysql nova_api
2021-05-19 01:37:16.990 | ++ lib/databases/mysql:database_connection_url_mysql:202 :   local db=nova_api
2021-05-19 01:37:16.992 | ++ lib/databases/mysql:database_connection_url_mysql:203 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8'
2021-05-19 01:37:16.995 | + lib/nova:create_nova_conf:440            :   iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8'
2021-05-19 01:37:17.025 | + lib/nova:create_nova_conf:445            :   iniset /etc/nova/nova.conf cache enabled True
2021-05-19 01:37:17.054 | + lib/nova:create_nova_conf:446            :   iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached
2021-05-19 01:37:17.080 | + lib/nova:create_nova_conf:447            :   iniset /etc/nova/nova.conf cache memcache_servers localhost:11211
2021-05-19 01:37:17.106 | + lib/nova:create_nova_conf:450            :   is_service_enabled n-api
2021-05-19 01:37:17.122 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:37:17.124 | + lib/nova:create_nova_conf:451            :   is_service_enabled n-api-meta
2021-05-19 01:37:17.140 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:37:17.143 | ++ lib/nova:create_nova_conf:453            :   sed s/,metadata//
2021-05-19 01:37:17.143 | ++ lib/nova:create_nova_conf:453            :   echo osapi_compute,metadata
2021-05-19 01:37:17.148 | + lib/nova:create_nova_conf:453            :   NOVA_ENABLED_APIS=osapi_compute
2021-05-19 01:37:17.151 | + lib/nova:create_nova_conf:455            :   iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute
2021-05-19 01:37:17.177 | + lib/nova:create_nova_conf:456            :   is_service_enabled tls-proxy
2021-05-19 01:37:17.193 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:37:17.195 | + lib/nova:create_nova_conf:462            :   configure_keystone_authtoken_middleware /etc/nova/nova.conf nova
2021-05-19 01:37:17.198 | + lib/keystone:configure_keystone_authtoken_middleware:417 :   local conf_file=/etc/nova/nova.conf
2021-05-19 01:37:17.200 | + lib/keystone:configure_keystone_authtoken_middleware:418 :   local admin_user=nova
2021-05-19 01:37:17.202 | + lib/keystone:configure_keystone_authtoken_middleware:419 :   local section=keystone_authtoken
2021-05-19 01:37:17.205 | + lib/keystone:configure_keystone_authtoken_middleware:421 :   iniset /etc/nova/nova.conf keystone_authtoken auth_type password
2021-05-19 01:37:17.233 | + lib/keystone:configure_keystone_authtoken_middleware:422 :   iniset /etc/nova/nova.conf keystone_authtoken interface public
2021-05-19 01:37:17.260 | + lib/keystone:configure_keystone_authtoken_middleware:423 :   iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.39/identity
2021-05-19 01:37:17.287 | + lib/keystone:configure_keystone_authtoken_middleware:424 :   iniset /etc/nova/nova.conf keystone_authtoken username nova
2021-05-19 01:37:17.314 | + lib/keystone:configure_keystone_authtoken_middleware:425 :   iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd
2021-05-19 01:37:17.340 | + lib/keystone:configure_keystone_authtoken_middleware:426 :   iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default
2021-05-19 01:37:17.368 | + lib/keystone:configure_keystone_authtoken_middleware:427 :   iniset /etc/nova/nova.conf keystone_authtoken project_name service
2021-05-19 01:37:17.394 | + lib/keystone:configure_keystone_authtoken_middleware:428 :   iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default
2021-05-19 01:37:17.422 | + lib/keystone:configure_keystone_authtoken_middleware:430 :   iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2021-05-19 01:37:17.450 | + lib/keystone:configure_keystone_authtoken_middleware:431 :   iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211
2021-05-19 01:37:17.477 | + lib/nova:create_nova_conf:465            :   is_service_enabled cinder
2021-05-19 01:37:17.493 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:37:17.495 | + lib/nova:create_nova_conf:466            :   configure_cinder_access
2021-05-19 01:37:17.498 | + lib/nova:configure_cinder_access:587     :   iniset /etc/nova/nova.conf cinder os_region_name RegionOne
2021-05-19 01:37:17.527 | + lib/nova:configure_cinder_access:588     :   iniset /etc/nova/nova.conf cinder auth_type password
2021-05-19 01:37:17.555 | + lib/nova:configure_cinder_access:589     :   iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.39/identity
2021-05-19 01:37:17.581 | + lib/nova:configure_cinder_access:596     :   iniset /etc/nova/nova.conf cinder username nova
2021-05-19 01:37:17.608 | + lib/nova:configure_cinder_access:597     :   iniset /etc/nova/nova.conf cinder password Passw0rd
2021-05-19 01:37:17.635 | + lib/nova:configure_cinder_access:598     :   iniset /etc/nova/nova.conf cinder user_domain_name Default
2021-05-19 01:37:17.663 | + lib/nova:configure_cinder_access:599     :   iniset /etc/nova/nova.conf cinder project_name service
2021-05-19 01:37:17.689 | + lib/nova:configure_cinder_access:600     :   iniset /etc/nova/nova.conf cinder project_domain_name Default
2021-05-19 01:37:17.717 | + lib/nova:configure_cinder_access:601     :   is_service_enabled tls-proxy
2021-05-19 01:37:17.734 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:37:17.736 | + lib/nova:create_nova_conf:469            :   '[' -n /opt/stack/data/nova ']'
2021-05-19 01:37:17.738 | + lib/nova:create_nova_conf:470            :   iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova
2021-05-19 01:37:17.766 | + lib/nova:create_nova_conf:471            :   iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova
2021-05-19 01:37:17.795 | + lib/nova:create_nova_conf:473            :   '[' -n /opt/stack/data/nova/instances ']'
2021-05-19 01:37:17.798 | + lib/nova:create_nova_conf:474            :   iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances
2021-05-19 01:37:17.824 | + lib/nova:create_nova_conf:476            :   '[' False '!=' False ']'
2021-05-19 01:37:17.826 | + lib/nova:create_nova_conf:479            :   '[' False '!=' False ']'
2021-05-19 01:37:17.829 | + lib/nova:create_nova_conf:484            :   is_suse
2021-05-19 01:37:17.831 | + functions-common:is_suse:462             :   is_opensuse
2021-05-19 01:37:17.833 | + functions-common:is_opensuse:469         :   [[ -z Ubuntu ]]
2021-05-19 01:37:17.835 | + functions-common:is_opensuse:473         :   [[ Ubuntu =~ (openSUSE) ]]
2021-05-19 01:37:17.838 | + functions-common:is_suse:462             :   is_suse_linux_enterprise
2021-05-19 01:37:17.840 | + functions-common:is_suse_linux_enterprise:481 :   [[ -z Ubuntu ]]
2021-05-19 01:37:17.842 | + functions-common:is_suse_linux_enterprise:485 :   [[ Ubuntu =~ (^SUSE) ]]
2021-05-19 01:37:17.845 | + lib/nova:create_nova_conf:489            :   setup_logging /etc/nova/nova.conf
2021-05-19 01:37:17.847 | + functions:setup_logging:674              :   setup_systemd_logging /etc/nova/nova.conf
2021-05-19 01:37:17.849 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/nova/nova.conf
2021-05-19 01:37:17.852 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2021-05-19 01:37:17.868 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2021-05-19 01:37:17.870 | + functions:setup_systemd_logging:695      :   local pidstr=
2021-05-19 01:37:17.872 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2021-05-19 01:37:17.874 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2021-05-19 01:37:17.876 | + functions:setup_systemd_logging:702      :   iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
2021-05-19 01:37:17.904 | + functions:setup_systemd_logging:704      :   iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s'
2021-05-19 01:37:17.931 | + functions:setup_systemd_logging:705      :   iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2021-05-19 01:37:17.959 | + functions:setup_systemd_logging:706      :   iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2021-05-19 01:37:17.987 | + lib/nova:create_nova_conf:491            :   iniset /etc/nova/nova.conf upgrade_levels compute auto
2021-05-19 01:37:18.017 | + lib/nova:create_nova_conf:493            :   write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute
2021-05-19 01:37:18.019 | + lib/apache:write_uwsgi_config:254        :   local file=/etc/nova/nova-api-uwsgi.ini
2021-05-19 01:37:18.022 | + lib/apache:write_uwsgi_config:255        :   local wsgi=/usr/local/bin/nova-api-wsgi
2021-05-19 01:37:18.024 | + lib/apache:write_uwsgi_config:256        :   local url=/compute
2021-05-19 01:37:18.026 | + lib/apache:write_uwsgi_config:257        :   local http=
2021-05-19 01:37:18.029 | + lib/apache:write_uwsgi_config:258        :   local name=
2021-05-19 01:37:18.032 | ++ lib/apache:write_uwsgi_config:259        :   basename /usr/local/bin/nova-api-wsgi
2021-05-19 01:37:18.036 | + lib/apache:write_uwsgi_config:259        :   name=nova-api-wsgi
2021-05-19 01:37:18.038 | + lib/apache:write_uwsgi_config:263        :   local socket_dir=/var/run/uwsgi
2021-05-19 01:37:18.040 | + lib/apache:write_uwsgi_config:267        :   sudo mkdir -p /etc/tmpfiles.d/
2021-05-19 01:37:18.052 | + lib/apache:write_uwsgi_config:268        :   echo 'd /var/run/uwsgi 0755 ubuntu root'
2021-05-19 01:37:18.053 | + lib/apache:write_uwsgi_config:268        :   sudo tee /etc/tmpfiles.d/uwsgi.conf
2021-05-19 01:37:18.061 | d /var/run/uwsgi 0755 ubuntu root
2021-05-19 01:37:18.065 | + lib/apache:write_uwsgi_config:269        :   sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
2021-05-19 01:37:18.080 | + lib/apache:write_uwsgi_config:271        :   local socket=/var/run/uwsgi/nova-api-wsgi.socket
2021-05-19 01:37:18.082 | + lib/apache:write_uwsgi_config:274        :   rm -rf /etc/nova/nova-api-uwsgi.ini
2021-05-19 01:37:18.086 | + lib/apache:write_uwsgi_config:275        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi
2021-05-19 01:37:18.115 | + lib/apache:write_uwsgi_config:276        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2
2021-05-19 01:37:18.141 | + lib/apache:write_uwsgi_config:278        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true
2021-05-19 01:37:18.168 | + lib/apache:write_uwsgi_config:280        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true
2021-05-19 01:37:18.195 | + lib/apache:write_uwsgi_config:281        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false
2021-05-19 01:37:18.221 | + lib/apache:write_uwsgi_config:284        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90
2021-05-19 01:37:18.248 | + lib/apache:write_uwsgi_config:285        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true
2021-05-19 01:37:18.275 | + lib/apache:write_uwsgi_config:286        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3
2021-05-19 01:37:18.302 | + lib/apache:write_uwsgi_config:288        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true
2021-05-19 01:37:18.329 | + lib/apache:write_uwsgi_config:290        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2021-05-19 01:37:18.356 | + lib/apache:write_uwsgi_config:292        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535
2021-05-19 01:37:18.383 | + lib/apache:write_uwsgi_config:294        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close'
2021-05-19 01:37:18.411 | + lib/apache:write_uwsgi_config:296        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true
2021-05-19 01:37:18.437 | + lib/apache:write_uwsgi_config:299        :   [[ -n '' ]]
2021-05-19 01:37:18.439 | + lib/apache:write_uwsgi_config:302        :   local apache_conf=
2021-05-19 01:37:18.442 | ++ lib/apache:write_uwsgi_config:303        :   apache_site_config_for nova-api-wsgi
2021-05-19 01:37:18.444 | ++ lib/apache:apache_site_config_for:186    :   local site=nova-api-wsgi
2021-05-19 01:37:18.447 | ++ lib/apache:apache_site_config_for:187    :   is_ubuntu
2021-05-19 01:37:18.449 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:37:18.451 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:37:18.454 | ++ lib/apache:apache_site_config_for:189    :   echo /etc/apache2/sites-available/nova-api-wsgi.conf
2021-05-19 01:37:18.456 | + lib/apache:write_uwsgi_config:303        :   apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf
2021-05-19 01:37:18.459 | + lib/apache:write_uwsgi_config:304        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket
2021-05-19 01:37:18.486 | + lib/apache:write_uwsgi_config:305        :   iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666
2021-05-19 01:37:18.513 | + lib/apache:write_uwsgi_config:306        :   sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf
2021-05-19 01:37:18.513 | + lib/apache:write_uwsgi_config:306        :   echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 '
2021-05-19 01:37:18.522 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 
2021-05-19 01:37:18.526 | + lib/apache:write_uwsgi_config:307        :   enable_apache_site nova-api-wsgi
2021-05-19 01:37:18.528 | + lib/apache:enable_apache_site:203        :   local site=nova-api-wsgi
2021-05-19 01:37:18.530 | + lib/apache:enable_apache_site:205        :   enable_apache_mod version
2021-05-19 01:37:18.533 | + lib/apache:enable_apache_mod:54          :   local mod=version
2021-05-19 01:37:18.535 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2021-05-19 01:37:18.537 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:37:18.540 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:37:18.542 | + lib/apache:enable_apache_mod:59          :   [[ version != \v\e\r\s\i\o\n ]]
2021-05-19 01:37:18.544 | + lib/apache:enable_apache_site:206        :   is_ubuntu
2021-05-19 01:37:18.546 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:37:18.549 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:37:18.551 | + lib/apache:enable_apache_site:207        :   sudo a2ensite nova-api-wsgi
2021-05-19 01:37:18.615 | Enabling site nova-api-wsgi.
2021-05-19 01:37:18.620 | To activate the new configuration, you need to run:
2021-05-19 01:37:18.620 |   systemctl reload apache2
2021-05-19 01:37:18.624 | + lib/apache:write_uwsgi_config:308        :   restart_apache_server
2021-05-19 01:37:18.627 | + lib/apache:restart_apache_server:250     :   restart_service apache2
2021-05-19 01:37:18.629 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-05-19 01:37:18.631 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart apache2
2021-05-19 01:37:18.757 | + lib/nova:create_nova_conf:494            :   write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775
2021-05-19 01:37:18.759 | + lib/apache:write_uwsgi_config:254        :   local file=/etc/nova/nova-metadata-uwsgi.ini
2021-05-19 01:37:18.762 | + lib/apache:write_uwsgi_config:255        :   local wsgi=/usr/local/bin/nova-metadata-wsgi
2021-05-19 01:37:18.764 | + lib/apache:write_uwsgi_config:256        :   local url=
2021-05-19 01:37:18.767 | + lib/apache:write_uwsgi_config:257        :   local http=0.0.0.0:8775
2021-05-19 01:37:18.769 | + lib/apache:write_uwsgi_config:258        :   local name=
2021-05-19 01:37:18.772 | ++ lib/apache:write_uwsgi_config:259        :   basename /usr/local/bin/nova-metadata-wsgi
2021-05-19 01:37:18.777 | + lib/apache:write_uwsgi_config:259        :   name=nova-metadata-wsgi
2021-05-19 01:37:18.779 | + lib/apache:write_uwsgi_config:263        :   local socket_dir=/var/run/uwsgi
2021-05-19 01:37:18.782 | + lib/apache:write_uwsgi_config:267        :   sudo mkdir -p /etc/tmpfiles.d/
2021-05-19 01:37:18.794 | + lib/apache:write_uwsgi_config:268        :   echo 'd /var/run/uwsgi 0755 ubuntu root'
2021-05-19 01:37:18.794 | + lib/apache:write_uwsgi_config:268        :   sudo tee /etc/tmpfiles.d/uwsgi.conf
2021-05-19 01:37:18.803 | d /var/run/uwsgi 0755 ubuntu root
2021-05-19 01:37:18.806 | + lib/apache:write_uwsgi_config:269        :   sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
2021-05-19 01:37:18.822 | + lib/apache:write_uwsgi_config:271        :   local socket=/var/run/uwsgi/nova-metadata-wsgi.socket
2021-05-19 01:37:18.825 | + lib/apache:write_uwsgi_config:274        :   rm -rf /etc/nova/nova-metadata-uwsgi.ini
2021-05-19 01:37:18.829 | + lib/apache:write_uwsgi_config:275        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi
2021-05-19 01:37:18.858 | + lib/apache:write_uwsgi_config:276        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2
2021-05-19 01:37:18.885 | + lib/apache:write_uwsgi_config:278        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true
2021-05-19 01:37:18.913 | + lib/apache:write_uwsgi_config:280        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true
2021-05-19 01:37:18.940 | + lib/apache:write_uwsgi_config:281        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false
2021-05-19 01:37:18.967 | + lib/apache:write_uwsgi_config:284        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90
2021-05-19 01:37:18.994 | + lib/apache:write_uwsgi_config:285        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true
2021-05-19 01:37:19.021 | + lib/apache:write_uwsgi_config:286        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3
2021-05-19 01:37:19.049 | + lib/apache:write_uwsgi_config:288        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true
2021-05-19 01:37:19.076 | + lib/apache:write_uwsgi_config:290        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2021-05-19 01:37:19.103 | + lib/apache:write_uwsgi_config:292        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535
2021-05-19 01:37:19.130 | + lib/apache:write_uwsgi_config:294        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close'
2021-05-19 01:37:19.158 | + lib/apache:write_uwsgi_config:296        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true
2021-05-19 01:37:19.187 | + lib/apache:write_uwsgi_config:299        :   [[ -n 0.0.0.0:8775 ]]
2021-05-19 01:37:19.190 | + lib/apache:write_uwsgi_config:300        :   iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775
2021-05-19 01:37:19.217 | + lib/nova:create_nova_conf:496            :   is_service_enabled ceilometer
2021-05-19 01:37:19.233 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:37:19.235 | + lib/nova:create_nova_conf:504            :   iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2
2021-05-19 01:37:19.266 | ++ lib/nova:create_nova_conf:505            :   get_notification_url
2021-05-19 01:37:19.268 | ++ lib/rpc_backend:get_notification_url:149 :   local virtual_host=
2021-05-19 01:37:19.273 | ++ lib/rpc_backend:get_notification_url:150 :   is_service_enabled rabbit
2021-05-19 01:37:19.290 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:37:19.292 | ++ lib/rpc_backend:get_notification_url:151 :   echo rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/
2021-05-19 01:37:19.299 | + lib/nova:create_nova_conf:505            :   iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/
2021-05-19 01:37:19.326 | + lib/nova:create_nova_conf:506            :   iniset /etc/nova/nova.conf notifications notification_format unversioned
2021-05-19 01:37:19.357 | + lib/nova:create_nova_conf:507            :   iniset_rpc_backend nova /etc/nova/nova.conf
2021-05-19 01:37:19.359 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=nova
2021-05-19 01:37:19.361 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/nova/nova.conf
2021-05-19 01:37:19.363 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=DEFAULT
2021-05-19 01:37:19.366 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=
2021-05-19 01:37:19.368 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2021-05-19 01:37:19.384 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:37:19.387 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url ''
2021-05-19 01:37:19.389 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=
2021-05-19 01:37:19.392 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2021-05-19 01:37:19.408 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:37:19.411 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/
2021-05-19 01:37:19.413 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/
2021-05-19 01:37:19.440 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2021-05-19 01:37:19.443 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2021-05-19 01:37:19.445 | + lib/nova:create_nova_conf:509            :   iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2
2021-05-19 01:37:19.473 | + lib/nova:create_nova_conf:510            :   iniset /etc/nova/nova.conf DEFAULT metadata_workers 2
2021-05-19 01:37:19.500 | + lib/nova:create_nova_conf:512            :   iniset /etc/nova/nova.conf conductor workers 2
2021-05-19 01:37:19.531 | + lib/nova:create_nova_conf:514            :   is_service_enabled tls-proxy
2021-05-19 01:37:19.547 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:37:19.550 | + lib/nova:create_nova_conf:519            :   iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5
2021-05-19 01:37:19.579 | + lib/nova:create_nova_conf:521            :   '[' True == True ']'
2021-05-19 01:37:19.581 | + lib/nova:create_nova_conf:522            :   init_nova_service_user_conf
2021-05-19 01:37:19.583 | + lib/nova:init_nova_service_user_conf:723 :   iniset /etc/nova/nova.conf service_user send_service_user_token True
2021-05-19 01:37:19.614 | + lib/nova:init_nova_service_user_conf:724 :   iniset /etc/nova/nova.conf service_user auth_type password
2021-05-19 01:37:19.641 | + lib/nova:init_nova_service_user_conf:725 :   iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.39/identity
2021-05-19 01:37:19.669 | + lib/nova:init_nova_service_user_conf:726 :   iniset /etc/nova/nova.conf service_user username nova
2021-05-19 01:37:19.697 | + lib/nova:init_nova_service_user_conf:727 :   iniset /etc/nova/nova.conf service_user password Passw0rd
2021-05-19 01:37:19.732 | + lib/nova:init_nova_service_user_conf:728 :   iniset /etc/nova/nova.conf service_user user_domain_name Default
2021-05-19 01:37:19.761 | + lib/nova:init_nova_service_user_conf:729 :   iniset /etc/nova/nova.conf service_user project_name service
2021-05-19 01:37:19.789 | + lib/nova:init_nova_service_user_conf:730 :   iniset /etc/nova/nova.conf service_user project_domain_name Default
2021-05-19 01:37:19.817 | + lib/nova:init_nova_service_user_conf:731 :   iniset /etc/nova/nova.conf service_user auth_strategy keystone
2021-05-19 01:37:19.845 | + lib/nova:create_nova_conf:525            :   is_service_enabled n-cond
2021-05-19 01:37:19.861 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:37:19.864 | ++ lib/nova:create_nova_conf:526            :   seq 1 1
2021-05-19 01:37:19.868 | + lib/nova:create_nova_conf:526            :   for i in $(seq 1 $NOVA_NUM_CELLS)
2021-05-19 01:37:19.870 | + lib/nova:create_nova_conf:527            :   local conf
2021-05-19 01:37:19.873 | + lib/nova:create_nova_conf:528            :   local vhost
2021-05-19 01:37:19.876 | ++ lib/nova:create_nova_conf:529            :   conductor_conf 1
2021-05-19 01:37:19.878 | ++ lib/nova:conductor_conf:735              :   local cell=1
2021-05-19 01:37:19.881 | ++ lib/nova:conductor_conf:736              :   echo /etc/nova/nova_cell1.conf
2021-05-19 01:37:19.883 | + lib/nova:create_nova_conf:529            :   conf=/etc/nova/nova_cell1.conf
2021-05-19 01:37:19.886 | + lib/nova:create_nova_conf:530            :   vhost=nova_cell1
2021-05-19 01:37:19.888 | + lib/nova:create_nova_conf:532            :   rm -f /etc/nova/nova_cell1.conf
2021-05-19 01:37:19.892 | ++ lib/nova:create_nova_conf:533            :   database_connection_url nova_cell1
2021-05-19 01:37:19.895 | ++ lib/database:database_connection_url:132 :   local db=nova_cell1
2021-05-19 01:37:19.897 | ++ lib/database:database_connection_url:133 :   database_connection_url_mysql nova_cell1
2021-05-19 01:37:19.899 | ++ lib/databases/mysql:database_connection_url_mysql:202 :   local db=nova_cell1
2021-05-19 01:37:19.902 | ++ lib/databases/mysql:database_connection_url_mysql:203 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8'
2021-05-19 01:37:19.904 | + lib/nova:create_nova_conf:533            :   iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8'
2021-05-19 01:37:19.935 | + lib/nova:create_nova_conf:534            :   iniset /etc/nova/nova_cell1.conf conductor workers 2
2021-05-19 01:37:19.965 | + lib/nova:create_nova_conf:535            :   iniset /etc/nova/nova_cell1.conf DEFAULT debug True
2021-05-19 01:37:19.995 | + lib/nova:create_nova_conf:537            :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2021-05-19 01:37:19.998 | + lib/nova:create_nova_conf:540            :   rpc_backend_add_vhost nova_cell1
2021-05-19 01:37:20.001 | + lib/rpc_backend:rpc_backend_add_vhost:125 :   local vhost=nova_cell1
2021-05-19 01:37:20.003 | + lib/rpc_backend:rpc_backend_add_vhost:126 :   is_service_enabled rabbit
2021-05-19 01:37:20.019 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:37:20.022 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 :   sudo rabbitmqctl list_vhosts
2021-05-19 01:37:20.023 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 :   grep nova_cell1
2021-05-19 01:37:20.702 | + lib/rpc_backend:rpc_backend_add_vhost:127 :   '[' -z ']'
2021-05-19 01:37:20.705 | + lib/rpc_backend:rpc_backend_add_vhost:128 :   sudo rabbitmqctl add_vhost nova_cell1
2021-05-19 01:37:21.349 | Adding vhost "nova_cell1" ...
2021-05-19 01:37:21.645 | + lib/rpc_backend:rpc_backend_add_vhost:129 :   sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*'
2021-05-19 01:37:22.360 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" ...
2021-05-19 01:37:22.419 | + lib/nova:create_nova_conf:541            :   iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1
2021-05-19 01:37:22.422 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=nova
2021-05-19 01:37:22.424 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/nova/nova_cell1.conf
2021-05-19 01:37:22.427 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=DEFAULT
2021-05-19 01:37:22.429 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=nova_cell1
2021-05-19 01:37:22.431 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2021-05-19 01:37:22.448 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:37:22.451 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url nova_cell1
2021-05-19 01:37:22.453 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=nova_cell1
2021-05-19 01:37:22.455 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2021-05-19 01:37:22.472 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:37:22.474 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/nova_cell1
2021-05-19 01:37:22.477 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/nova_cell1
2021-05-19 01:37:22.504 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2021-05-19 01:37:22.507 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2021-05-19 01:37:22.509 | + lib/nova:create_nova_conf:545            :   is_service_enabled placement placement-client
2021-05-19 01:37:22.525 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:37:22.528 | + lib/nova:create_nova_conf:546            :   configure_placement_nova_compute /etc/nova/nova_cell1.conf
2021-05-19 01:37:22.531 | + lib/nova:configure_placement_nova_compute:574 :   local conf=/etc/nova/nova_cell1.conf
2021-05-19 01:37:22.533 | + lib/nova:configure_placement_nova_compute:575 :   iniset /etc/nova/nova_cell1.conf placement auth_type password
2021-05-19 01:37:22.563 | + lib/nova:configure_placement_nova_compute:576 :   iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.39/identity
2021-05-19 01:37:22.592 | + lib/nova:configure_placement_nova_compute:577 :   iniset /etc/nova/nova_cell1.conf placement username placement
2021-05-19 01:37:22.621 | + lib/nova:configure_placement_nova_compute:578 :   iniset /etc/nova/nova_cell1.conf placement password Passw0rd
2021-05-19 01:37:22.648 | + lib/nova:configure_placement_nova_compute:579 :   iniset /etc/nova/nova_cell1.conf placement user_domain_name Default
2021-05-19 01:37:22.676 | + lib/nova:configure_placement_nova_compute:580 :   iniset /etc/nova/nova_cell1.conf placement project_name service
2021-05-19 01:37:22.704 | + lib/nova:configure_placement_nova_compute:581 :   iniset /etc/nova/nova_cell1.conf placement project_domain_name Default
2021-05-19 01:37:22.731 | + lib/nova:configure_placement_nova_compute:582 :   iniset /etc/nova/nova_cell1.conf placement region_name RegionOne
2021-05-19 01:37:22.759 | + lib/nova:create_nova_conf:550            :   setup_logging /etc/nova/nova_cell1.conf
2021-05-19 01:37:22.761 | + functions:setup_logging:674              :   setup_systemd_logging /etc/nova/nova_cell1.conf
2021-05-19 01:37:22.764 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/nova/nova_cell1.conf
2021-05-19 01:37:22.766 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2021-05-19 01:37:22.784 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2021-05-19 01:37:22.786 | + functions:setup_systemd_logging:695      :   local pidstr=
2021-05-19 01:37:22.788 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2021-05-19 01:37:22.791 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2021-05-19 01:37:22.793 | + functions:setup_systemd_logging:702      :   iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
2021-05-19 01:37:22.821 | + functions:setup_systemd_logging:704      :   iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s'
2021-05-19 01:37:22.850 | + functions:setup_systemd_logging:705      :   iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2021-05-19 01:37:22.878 | + functions:setup_systemd_logging:706      :   iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2021-05-19 01:37:22.906 | + lib/nova:create_nova_conf:557            :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2021-05-19 01:37:22.909 | ++ lib/nova:create_nova_conf:560            :   seq 1 1
2021-05-19 01:37:22.913 | + lib/nova:create_nova_conf:560            :   for i in $(seq 1 $NOVA_NUM_CELLS)
2021-05-19 01:37:22.916 | + lib/nova:create_nova_conf:561            :   local conf
2021-05-19 01:37:22.918 | + lib/nova:create_nova_conf:562            :   local offset
2021-05-19 01:37:22.921 | ++ lib/nova:create_nova_conf:563            :   conductor_conf 1
2021-05-19 01:37:22.923 | ++ lib/nova:conductor_conf:735              :   local cell=1
2021-05-19 01:37:22.925 | ++ lib/nova:conductor_conf:736              :   echo /etc/nova/nova_cell1.conf
2021-05-19 01:37:22.928 | + lib/nova:create_nova_conf:563            :   conf=/etc/nova/nova_cell1.conf
2021-05-19 01:37:22.930 | + lib/nova:create_nova_conf:564            :   offset=0
2021-05-19 01:37:22.933 | + lib/nova:create_nova_conf:565            :   configure_console_proxies /etc/nova/nova_cell1.conf 0
2021-05-19 01:37:22.935 | + lib/nova:configure_console_proxies:672   :   local conf=/etc/nova/nova_cell1.conf
2021-05-19 01:37:22.937 | + lib/nova:configure_console_proxies:673   :   local offset=0
2021-05-19 01:37:22.939 | + lib/nova:configure_console_proxies:677   :   offset=0
2021-05-19 01:37:22.942 | + lib/nova:configure_console_proxies:679   :   is_service_enabled n-novnc
2021-05-19 01:37:22.958 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:37:22.960 | + lib/nova:configure_console_proxies:679   :   '[' False '!=' False ']'
2021-05-19 01:37:22.962 | + lib/nova:configure_console_proxies:711   :   is_service_enabled n-spice
2021-05-19 01:37:22.978 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:37:22.981 | + lib/nova:configure_console_proxies:716   :   is_service_enabled n-sproxy
2021-05-19 01:37:22.997 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:37:22.999 | + lib/nova:configure_nova:327              :   is_service_enabled n-cpu
2021-05-19 01:37:23.016 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:37:23.019 | + ./stack.sh:main:905                      :   is_service_enabled placement
2021-05-19 01:37:23.036 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:37:23.039 | + ./stack.sh:main:907                      :   stack_install_service placement
2021-05-19 01:37:23.042 | + lib/stack:stack_install_service:20       :   local service=placement
2021-05-19 01:37:23.044 | + lib/stack:stack_install_service:21       :   type install_placement
2021-05-19 01:37:23.047 | + lib/stack:stack_install_service:23       :   [[ False = True ]]
2021-05-19 01:37:23.049 | + lib/stack:stack_install_service:32       :   install_placement
2021-05-19 01:37:23.051 | + lib/placement:install_placement:137      :   install_apache_wsgi
2021-05-19 01:37:23.054 | + lib/apache:install_apache_wsgi:143       :   is_ubuntu
2021-05-19 01:37:23.056 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:37:23.059 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:37:23.061 | + lib/apache:install_apache_wsgi:145       :   install_package apache2
2021-05-19 01:37:23.064 | + functions-common:install_package:1342    :   update_package_repo
2021-05-19 01:37:23.066 | + functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-05-19 01:37:23.069 | + functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-05-19 01:37:23.071 | + functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-05-19 01:37:23.073 | + functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-05-19 01:37:23.076 | + functions-common:update_package_repo:1322 :   is_ubuntu
2021-05-19 01:37:23.079 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:37:23.081 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:37:23.084 | + functions-common:update_package_repo:1323 :   apt_get_update
2021-05-19 01:37:23.086 | + functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-05-19 01:37:23.088 | + functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-05-19 01:37:23.091 | + functions-common:apt_get_update:1069     :   return
2021-05-19 01:37:23.094 | + functions-common:install_package:1343    :   real_install_package apache2
2021-05-19 01:37:23.096 | + functions-common:real_install_package:1328 :   is_ubuntu
2021-05-19 01:37:23.099 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:37:23.101 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:37:23.103 | + functions-common:real_install_package:1329 :   apt_get install apache2
2021-05-19 01:37:23.124 | + 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-05-19 01:37:23.230 | Reading package lists...
2021-05-19 01:37:23.446 | Building dependency tree...
2021-05-19 01:37:23.447 | Reading state information...
2021-05-19 01:37:23.670 | apache2 is already the newest version (2.4.41-4ubuntu3.1).
2021-05-19 01:37:23.670 | The following packages were automatically installed and are no longer required:
2021-05-19 01:37:23.671 |   apport-symptoms libnetplan0 python3-automat python3-blinker python3-click
2021-05-19 01:37:23.671 |   python3-colorama python3-configobj python3-constantly python3-entrypoints
2021-05-19 01:37:23.671 |   python3-hamcrest python3-hyperlink python3-incremental python3-jwt
2021-05-19 01:37:23.671 |   python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report
2021-05-19 01:37:23.672 |   python3-secretstorage python3-twisted-bin python3-wadllib
2021-05-19 01:37:23.672 |   python3-zope.interface
2021-05-19 01:37:23.672 | Use 'sudo apt autoremove' to remove them.
2021-05-19 01:37:23.781 | 0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded.
2021-05-19 01:37:23.786 | + functions-common:apt_get:1113            :   result=0
2021-05-19 01:37:23.794 | + functions-common:apt_get:1116            :   time_stop apt-get
2021-05-19 01:37:23.796 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:37:23.799 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:37:23.801 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:37:23.803 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:37:23.806 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:37:23.808 | + functions-common:time_stop:2310          :   name=apt-get
2021-05-19 01:37:23.810 | + functions-common:time_stop:2311          :   start_time=1621388243122
2021-05-19 01:37:23.813 | + functions-common:time_stop:2313          :   [[ -z 1621388243122 ]]
2021-05-19 01:37:23.816 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:37:23.820 | + functions-common:time_stop:2316          :   end_time=1621388243817
2021-05-19 01:37:23.822 | + functions-common:time_stop:2317          :   elapsed_time=695
2021-05-19 01:37:23.824 | + functions-common:time_stop:2318          :   total=469963
2021-05-19 01:37:23.827 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:37:23.830 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=470658
2021-05-19 01:37:23.832 | + functions-common:apt_get:1117            :   return 0
2021-05-19 01:37:23.835 | + lib/apache:install_apache_wsgi:146       :   is_package_installed libapache2-mod-wsgi
2021-05-19 01:37:23.837 | + functions-common:is_package_installed:1351 :   [[ -z libapache2-mod-wsgi ]]
2021-05-19 01:37:23.839 | + functions-common:is_package_installed:1355 :   [[ -z deb ]]
2021-05-19 01:37:23.842 | + functions-common:is_package_installed:1359 :   [[ deb = \d\e\b ]]
2021-05-19 01:37:23.845 | + functions-common:is_package_installed:1360 :   dpkg -s libapache2-mod-wsgi
2021-05-19 01:37:23.867 | + lib/apache:install_apache_wsgi:149       :   install_package libapache2-mod-wsgi-py3
2021-05-19 01:37:23.870 | + functions-common:install_package:1342    :   update_package_repo
2021-05-19 01:37:23.872 | + functions-common:update_package_repo:1314 :   NO_UPDATE_REPOS=False
2021-05-19 01:37:23.874 | + functions-common:update_package_repo:1315 :   REPOS_UPDATED=True
2021-05-19 01:37:23.877 | + functions-common:update_package_repo:1316 :   RETRY_UPDATE=False
2021-05-19 01:37:23.879 | + functions-common:update_package_repo:1318 :   [[ False = \T\r\u\e ]]
2021-05-19 01:37:23.882 | + functions-common:update_package_repo:1322 :   is_ubuntu
2021-05-19 01:37:23.884 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:37:23.887 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:37:23.889 | + functions-common:update_package_repo:1323 :   apt_get_update
2021-05-19 01:37:23.892 | + functions-common:apt_get_update:1068     :   [[ True == \T\r\u\e ]]
2021-05-19 01:37:23.894 | + functions-common:apt_get_update:1068     :   [[ False != \T\r\u\e ]]
2021-05-19 01:37:23.897 | + functions-common:apt_get_update:1069     :   return
2021-05-19 01:37:23.899 | + functions-common:install_package:1343    :   real_install_package libapache2-mod-wsgi-py3
2021-05-19 01:37:23.902 | + functions-common:real_install_package:1328 :   is_ubuntu
2021-05-19 01:37:23.904 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:37:23.907 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:37:23.910 | + functions-common:real_install_package:1329 :   apt_get install libapache2-mod-wsgi-py3
2021-05-19 01:37:23.931 | + 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-05-19 01:37:24.047 | Reading package lists...
2021-05-19 01:37:24.286 | Building dependency tree...
2021-05-19 01:37:24.289 | Reading state information...
2021-05-19 01:37:24.530 | The following packages were automatically installed and are no longer required:
2021-05-19 01:37:24.531 |   apport-symptoms libnetplan0 python3-automat python3-blinker python3-click
2021-05-19 01:37:24.531 |   python3-colorama python3-configobj python3-constantly python3-entrypoints
2021-05-19 01:37:24.531 |   python3-hamcrest python3-hyperlink python3-incremental python3-jwt
2021-05-19 01:37:24.531 |   python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report
2021-05-19 01:37:24.531 |   python3-secretstorage python3-twisted-bin python3-wadllib
2021-05-19 01:37:24.531 |   python3-zope.interface
2021-05-19 01:37:24.531 | Use 'sudo apt autoremove' to remove them.
2021-05-19 01:37:24.596 | The following NEW packages will be installed:
2021-05-19 01:37:24.597 |   libapache2-mod-wsgi-py3
2021-05-19 01:37:24.832 | 0 upgraded, 1 newly installed, 0 to remove and 29 not upgraded.
2021-05-19 01:37:24.832 | Need to get 93.3 kB of archives.
2021-05-19 01:37:24.832 | After this operation, 300 kB of additional disk space will be used.
2021-05-19 01:37:24.832 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapache2-mod-wsgi-py3 amd64 4.6.8-1ubuntu3 [93.3 kB]
2021-05-19 01:37:25.518 | Fetched 93.3 kB in 0s (266 kB/s)
2021-05-19 01:37:25.784 | Selecting previously unselected package libapache2-mod-wsgi-py3.
2021-05-19 01:37:25.838 | (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 ... 91079 files and directories currently installed.)
2021-05-19 01:37:25.841 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.6.8-1ubuntu3_amd64.deb ...
2021-05-19 01:37:25.892 | Unpacking libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ...
2021-05-19 01:37:26.277 | Setting up libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ...
2021-05-19 01:37:26.656 | apache2_invoke: Enable module wsgi
2021-05-19 01:37:30.564 | + functions-common:apt_get:1113            :   result=0
2021-05-19 01:37:30.567 | + functions-common:apt_get:1116            :   time_stop apt-get
2021-05-19 01:37:30.569 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:37:30.571 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:37:30.574 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:37:30.577 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:37:30.580 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:37:30.583 | + functions-common:time_stop:2310          :   name=apt-get
2021-05-19 01:37:30.585 | + functions-common:time_stop:2311          :   start_time=1621388243928
2021-05-19 01:37:30.588 | + functions-common:time_stop:2313          :   [[ -z 1621388243928 ]]
2021-05-19 01:37:30.590 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:37:30.595 | + functions-common:time_stop:2316          :   end_time=1621388250592
2021-05-19 01:37:30.598 | + functions-common:time_stop:2317          :   elapsed_time=6664
2021-05-19 01:37:30.600 | + functions-common:time_stop:2318          :   total=470658
2021-05-19 01:37:30.602 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:37:30.605 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=477322
2021-05-19 01:37:30.607 | + functions-common:apt_get:1117            :   return 0
2021-05-19 01:37:30.610 | + lib/apache:install_apache_wsgi:164       :   enable_apache_mod wsgi
2021-05-19 01:37:30.612 | + lib/apache:enable_apache_mod:54          :   local mod=wsgi
2021-05-19 01:37:30.614 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2021-05-19 01:37:30.617 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:37:30.619 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:37:30.622 | + lib/apache:enable_apache_mod:59          :   [[ wsgi != \v\e\r\s\i\o\n ]]
2021-05-19 01:37:30.624 | + lib/apache:enable_apache_mod:59          :   a2query -m wsgi
2021-05-19 01:37:30.680 | wsgi (enabled by maintainer script)
2021-05-19 01:37:30.683 | + lib/placement:install_placement:139      :   pip_install_gr osc-placement
2021-05-19 01:37:30.685 | + inc/python:pip_install_gr:76             :   local name=osc-placement
2021-05-19 01:37:30.688 | + inc/python:pip_install_gr:77             :   local clean_name
2021-05-19 01:37:30.691 | ++ inc/python:pip_install_gr:78             :   get_from_global_requirements osc-placement
2021-05-19 01:37:30.694 | ++ inc/python:get_from_global_requirements:225 :   local package=osc-placement
2021-05-19 01:37:30.696 | ++ inc/python:get_from_global_requirements:226 :   local required_pkg
2021-05-19 01:37:30.700 | +++ inc/python:get_from_global_requirements:227 :   grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt
2021-05-19 01:37:30.700 | +++ inc/python:get_from_global_requirements:227 :   cut -d# -f1
2021-05-19 01:37:30.706 | ++ inc/python:get_from_global_requirements:227 :   required_pkg='osc-placement  '
2021-05-19 01:37:30.708 | ++ inc/python:get_from_global_requirements:228 :   [[ osc-placement   == '' ]]
2021-05-19 01:37:30.711 | ++ inc/python:get_from_global_requirements:231 :   echo osc-placement
2021-05-19 01:37:30.713 | + inc/python:pip_install_gr:78             :   clean_name=osc-placement
2021-05-19 01:37:30.716 | + inc/python:pip_install_gr:79             :   pip_install osc-placement
2021-05-19 01:37:30.738 | Using python 3.8 to install osc-placement
2021-05-19 01:37:30.741 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt osc-placement
2021-05-19 01:37:31.503 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:37:31.503 |   from cryptography.utils import int_from_bytes
2021-05-19 01:37:31.503 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:37:31.503 |   from cryptography.utils import int_from_bytes
2021-05-19 01:37:32.561 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:37:32.562 | 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-05-19 01:37:32.573 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:37:32.573 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:37:32.573 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:37:32.573 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:37:32.579 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:37:33.037 | Collecting osc-placement===2.2.0
2021-05-19 01:37:33.047 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/740/05aba1d3f5eed/osc_placement-2.2.0-py3-none-any.whl (57 kB)
2021-05-19 01:37:33.150 | Requirement already satisfied: oslo.utils===4.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (4.9.0)
2021-05-19 01:37:33.166 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (20.9)
2021-05-19 01:37:33.172 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.6.0)
2021-05-19 01:37:33.175 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) (2.4.7)
2021-05-19 01:37:33.179 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) (2021.1)
2021-05-19 01:37:33.183 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.2)
2021-05-19 01:37:33.186 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.15.0)
2021-05-19 01:37:33.189 | Requirement already satisfied: osc-lib===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.4.0)
2021-05-19 01:37:33.204 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (4.3.1)
2021-05-19 01:37:33.264 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (0.8.0)
2021-05-19 01:37:33.269 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) (0.1.14)
2021-05-19 01:37:33.272 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.0.1)
2021-05-19 01:37:33.278 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) (0.10.9)
2021-05-19 01:37:33.282 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.2.0)
2021-05-19 01:37:33.290 | Requirement already satisfied: openstacksdk===0.56.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.56.0)
2021-05-19 01:37:33.316 | Requirement already satisfied: cliff===3.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (3.7.0)
2021-05-19 01:37:33.328 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0)
2021-05-19 01:37:33.335 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.25.1)
2021-05-19 01:37:33.355 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0)
2021-05-19 01:37:33.360 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (1.12.1)
2021-05-19 01:37:33.363 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (0.10.0)
2021-05-19 01:37:33.367 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150)) (1.1.2)
2021-05-19 01:37:33.373 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (1.32)
2021-05-19 01:37:33.378 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1)
2021-05-19 01:37:33.381 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (2.5.0)
2021-05-19 01:37:33.403 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0)
2021-05-19 01:37:33.407 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.4.7)
2021-05-19 01:37:33.446 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4)
2021-05-19 01:37:33.449 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (4.4.2)
2021-05-19 01:37:33.453 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (1.5.0)
2021-05-19 01:37:33.508 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (0.7.2)
2021-05-19 01:37:33.510 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (1.26.4)
2021-05-19 01:37:33.531 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (2.10)
2021-05-19 01:37:33.535 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5)
2021-05-19 01:37:33.537 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (4.0.0)
2021-05-19 01:37:33.541 | Requirement already satisfied: jsonpointer===2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (2.1)
2021-05-19 01:37:33.544 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.5)
2021-05-19 01:37:33.548 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (1.8.2)
2021-05-19 01:37:33.551 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (0.4.4)
2021-05-19 01:37:33.555 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (0.2.5)
2021-05-19 01:37:33.560 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 88)) (20.3.0)
2021-05-19 01:37:33.602 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (2.20)
2021-05-19 01:37:35.402 | Installing collected packages: osc-placement
2021-05-19 01:37:35.634 | Successfully installed osc-placement-2.2.0
2021-05-19 01:37:35.780 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:37:35.780 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:37:35.866 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:37:35.868 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:37:35.871 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:37:35.873 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:37:35.877 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:37:35.879 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:37:35.881 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:37:35.884 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:37:35.886 | + functions-common:time_stop:2311          :   start_time=1621388250732
2021-05-19 01:37:35.889 | + functions-common:time_stop:2313          :   [[ -z 1621388250732 ]]
2021-05-19 01:37:35.892 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:37:35.896 | + functions-common:time_stop:2316          :   end_time=1621388255894
2021-05-19 01:37:35.899 | + functions-common:time_stop:2317          :   elapsed_time=5162
2021-05-19 01:37:35.901 | + functions-common:time_stop:2318          :   total=230995
2021-05-19 01:37:35.904 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:37:35.906 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=236157
2021-05-19 01:37:35.909 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:37:35.911 | + lib/placement:install_placement:140      :   git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master
2021-05-19 01:37:35.914 | + functions-common:git_clone:523           :   local git_remote=https://opendev.org/openstack/placement.git
2021-05-19 01:37:35.916 | + functions-common:git_clone:524           :   local git_dest=/opt/stack/placement
2021-05-19 01:37:35.918 | + functions-common:git_clone:525           :   local git_ref=master
2021-05-19 01:37:35.921 | + functions-common:git_clone:526           :   local orig_dir
2021-05-19 01:37:35.924 | ++ functions-common:git_clone:527           :   pwd
2021-05-19 01:37:35.927 | + functions-common:git_clone:527           :   orig_dir=/home/ubuntu/devstack
2021-05-19 01:37:35.929 | + functions-common:git_clone:528           :   local git_clone_flags=
2021-05-19 01:37:35.932 | ++ functions-common:git_clone:530           :   trueorfalse False RECLONE
2021-05-19 01:37:35.949 | + functions-common:git_clone:530           :   RECLONE=False
2021-05-19 01:37:35.952 | + functions-common:git_clone:531           :   [[ 0 -gt 0 ]]
2021-05-19 01:37:35.954 | + functions-common:git_clone:535           :   [[ False = \T\r\u\e ]]
2021-05-19 01:37:35.957 | + functions-common:git_clone:544           :   echo master
2021-05-19 01:37:35.957 | + functions-common:git_clone:544           :   egrep -q '^refs'
2021-05-19 01:37:35.963 | + functions-common:git_clone:558           :   [[ ! -d /opt/stack/placement ]]
2021-05-19 01:37:35.965 | + functions-common:git_clone:559           :   [[ False = \T\r\u\e ]]
2021-05-19 01:37:35.968 | + functions-common:git_clone:565           :   git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master
2021-05-19 01:37:35.970 | + functions-common:git_timed:617           :   local count=0
2021-05-19 01:37:35.973 | + functions-common:git_timed:618           :   local timeout=0
2021-05-19 01:37:35.975 | + functions-common:git_timed:620           :   [[ -n 0 ]]
2021-05-19 01:37:35.977 | + functions-common:git_timed:621           :   timeout=0
2021-05-19 01:37:35.980 | + functions-common:git_timed:624           :   time_start git_timed
2021-05-19 01:37:35.982 | + functions-common:time_start:2290         :   local name=git_timed
2021-05-19 01:37:35.985 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:37:35.987 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:37:35.990 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:37:35.994 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621388255991
2021-05-19 01:37:35.996 | + functions-common:git_timed:625           :   timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master
2021-05-19 01:37:35.999 | Cloning into '/opt/stack/placement'...
2021-05-19 01:37:50.107 | + functions-common:git_timed:639           :   time_stop git_timed
2021-05-19 01:37:50.109 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:37:50.111 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:37:50.113 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:37:50.116 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:37:50.118 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:37:50.120 | + functions-common:time_stop:2310          :   name=git_timed
2021-05-19 01:37:50.122 | + functions-common:time_stop:2311          :   start_time=1621388255991
2021-05-19 01:37:50.125 | + functions-common:time_stop:2313          :   [[ -z 1621388255991 ]]
2021-05-19 01:37:50.128 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:37:50.132 | + functions-common:time_stop:2316          :   end_time=1621388270129
2021-05-19 01:37:50.134 | + functions-common:time_stop:2317          :   elapsed_time=14138
2021-05-19 01:37:50.136 | + functions-common:time_stop:2318          :   total=0
2021-05-19 01:37:50.139 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:37:50.142 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=14138
2021-05-19 01:37:50.144 | + functions-common:git_clone:592           :   cd /opt/stack/placement
2021-05-19 01:37:50.147 | + functions-common:git_clone:593           :   git show --oneline
2021-05-19 01:37:50.147 | + functions-common:git_clone:593           :   head -1
2021-05-19 01:37:50.152 | 680182dd Adapt to SQLAlchemy 1.4
2021-05-19 01:37:50.156 | + functions-common:git_clone:594           :   cd /home/ubuntu/devstack
2021-05-19 01:37:50.158 | + lib/placement:install_placement:141      :   setup_develop /opt/stack/placement
2021-05-19 01:37:50.160 | + inc/python:setup_develop:338             :   local bindep
2021-05-19 01:37:50.163 | + inc/python:setup_develop:339             :   [[ /opt/stack/placement == -bindep* ]]
2021-05-19 01:37:50.165 | + inc/python:setup_develop:343             :   local project_dir=/opt/stack/placement
2021-05-19 01:37:50.167 | + inc/python:setup_develop:344             :   local extras=
2021-05-19 01:37:50.171 | + inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/placement -e
2021-05-19 01:37:50.173 | + inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2021-05-19 01:37:50.176 | + inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/placement == -bindep* ]]
2021-05-19 01:37:50.178 | + inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/placement
2021-05-19 01:37:50.180 | + inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2021-05-19 01:37:50.183 | + inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2021-05-19 01:37:50.186 | ++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/placement
2021-05-19 01:37:50.189 | ++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2021-05-19 01:37:50.192 | + inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/placement
2021-05-19 01:37:50.194 | + inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2021-05-19 01:37:50.196 | + inc/python:_setup_package_with_constraints_edit:382 :   local name
2021-05-19 01:37:50.199 | ++ inc/python:_setup_package_with_constraints_edit:383 :   awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg
2021-05-19 01:37:50.206 | + inc/python:_setup_package_with_constraints_edit:383 :   name=openstack-placement
2021-05-19 01:37:50.208 | + inc/python:_setup_package_with_constraints_edit:385 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement '-e file:///opt/stack/placement#egg=openstack-placement'
2021-05-19 01:37:50.800 | + inc/python:_setup_package_with_constraints_edit:389 :   setup_package /opt/stack/placement -e
2021-05-19 01:37:50.803 | + inc/python:setup_package:417             :   local bindep=0
2021-05-19 01:37:50.805 | + inc/python:setup_package:418             :   local bindep_flag=
2021-05-19 01:37:50.807 | + inc/python:setup_package:419             :   local bindep_profiles=
2021-05-19 01:37:50.810 | + inc/python:setup_package:420             :   [[ /opt/stack/placement == -bindep* ]]
2021-05-19 01:37:50.813 | + inc/python:setup_package:425             :   local project_dir=/opt/stack/placement
2021-05-19 01:37:50.815 | + inc/python:setup_package:426             :   local flags=-e
2021-05-19 01:37:50.818 | + inc/python:setup_package:427             :   local extras=
2021-05-19 01:37:50.820 | + inc/python:setup_package:431             :   [[ -n -e ]]
2021-05-19 01:37:50.822 | + inc/python:setup_package:431             :   [[ -z '' ]]
2021-05-19 01:37:50.825 | + inc/python:setup_package:431             :   [[ ! -e =~ ^-.* ]]
2021-05-19 01:37:50.827 | + inc/python:setup_package:436             :   [[ ! -z '' ]]
2021-05-19 01:37:50.830 | + inc/python:setup_package:441             :   [[ 0 == 1 ]]
2021-05-19 01:37:50.832 | + inc/python:setup_package:445             :   pip_install -e /opt/stack/placement
2021-05-19 01:37:50.853 | Using python 3.8 to install /opt/stack/placement
2021-05-19 01:37:50.855 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement
2021-05-19 01:37:51.616 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:37:51.616 |   from cryptography.utils import int_from_bytes
2021-05-19 01:37:51.616 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:37:51.616 |   from cryptography.utils import int_from_bytes
2021-05-19 01:37:52.673 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:37:52.673 | 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-05-19 01:37:52.676 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:37:52.677 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:37:52.678 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:37:52.683 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:37:52.690 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:37:52.694 | Obtaining file:///opt/stack/placement
2021-05-19 01:37:53.981 | Obtaining openstack-placement from file:///opt/stack/placement#egg=openstack-placement (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2021-05-19 01:37:55.300 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1)
2021-05-19 01:37:55.311 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23)
2021-05-19 01:37:55.340 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7)
2021-05-19 01:37:55.353 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (3.2.0)
2021-05-19 01:37:55.364 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (9.2.0)
2021-05-19 01:37:55.417 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.0.1)
2021-05-19 01:37:55.422 | Requirement already satisfied: os-resource-classes===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.0.0)
2021-05-19 01:37:55.426 | Requirement already satisfied: os-traits===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.5.0)
2021-05-19 01:37:55.431 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (2.7.0)
2021-05-19 01:37:55.467 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (4.4.0)
2021-05-19 01:37:55.478 | Requirement already satisfied: oslo.config===8.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (8.7.0)
2021-05-19 01:37:55.518 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (3.2.0)
2021-05-19 01:37:55.525 | Requirement already satisfied: oslo.db===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (9.0.0)
2021-05-19 01:37:55.573 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (5.0.1)
2021-05-19 01:37:55.580 | Requirement already satisfied: oslo.log===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (4.5.0)
2021-05-19 01:37:55.618 | Requirement already satisfied: oslo.middleware===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.2.0)
2021-05-19 01:37:55.636 | Requirement already satisfied: oslo.policy===3.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.8.0)
2021-05-19 01:37:55.651 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (4.1.0)
2021-05-19 01:37:55.661 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (1.3.0)
2021-05-19 01:37:55.671 | Requirement already satisfied: oslo.utils===4.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (4.9.0)
2021-05-19 01:37:55.688 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (20.9)
2021-05-19 01:37:55.693 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.6.0)
2021-05-19 01:37:55.696 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (0.7.2)
2021-05-19 01:37:55.699 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (3.1.1)
2021-05-19 01:37:55.709 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (0.9.6)
2021-05-19 01:37:55.712 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (2.4.7)
2021-05-19 01:37:55.715 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.1)
2021-05-19 01:37:55.721 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) (4.2.0)
2021-05-19 01:37:55.739 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (2021.1)
2021-05-19 01:37:55.743 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (0.7)
2021-05-19 01:37:55.751 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) (2.25.1)
2021-05-19 01:37:55.770 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 461)) (1.4.0)
2021-05-19 01:37:55.775 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (56.0.0)
2021-05-19 01:37:55.825 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 484)) (1.15.0)
2021-05-19 01:37:55.828 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0)
2021-05-19 01:37:55.838 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.1)
2021-05-19 01:37:55.842 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 513)) (3.3.0)
2021-05-19 01:37:55.845 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (3.3.0)
2021-05-19 01:37:55.852 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 533)) (2.0.1)
2021-05-19 01:37:55.862 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (0.5.0)
2021-05-19 01:37:55.867 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (2.4.0)
2021-05-19 01:37:55.885 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 546)) (1.4.0)
2021-05-19 01:37:55.889 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (1.1.0)
2021-05-19 01:37:55.896 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (1.26.4)
2021-05-19 01:37:55.917 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (4.3.1)
2021-05-19 01:37:55.976 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150)) (1.1.2)
2021-05-19 01:37:55.982 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (0.14.1)
2021-05-19 01:37:55.987 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (0.8.0)
2021-05-19 01:37:55.992 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1)
2021-05-19 01:37:55.995 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.2.0)
2021-05-19 01:37:56.003 | Requirement already satisfied: alembic===1.5.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.8)
2021-05-19 01:37:56.011 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3)
2021-05-19 01:37:56.018 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (1.0.2)
2021-05-19 01:37:56.022 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) (0.10.9)
2021-05-19 01:37:56.025 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) (0.1.14)
2021-05-19 01:37:56.028 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (2.10)
2021-05-19 01:37:56.032 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5)
2021-05-19 01:37:56.035 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (4.0.0)
2021-05-19 01:37:56.039 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (4.4.2)
2021-05-19 01:37:56.042 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2)
2021-05-19 01:37:56.045 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (1.0.0)
2021-05-19 01:37:56.047 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) (1.6.0)
2021-05-19 01:37:56.050 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (3.0.0)
2021-05-19 01:37:56.060 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) (1.0.0)
2021-05-19 01:37:56.063 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 555)) (1.4.0)
2021-05-19 01:37:56.066 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (1.7.0)
2021-05-19 01:37:56.070 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (1.6)
2021-05-19 01:37:56.073 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (1.12.1)
2021-05-19 01:37:56.076 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4)
2021-05-19 01:37:56.084 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) (1.0.4)
2021-05-19 01:37:56.087 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1)
2021-05-19 01:37:57.681 | Installing collected packages: openstack-placement
2021-05-19 01:37:57.683 |   Running setup.py develop for openstack-placement
2021-05-19 01:37:59.271 | Successfully installed openstack-placement
2021-05-19 01:37:59.415 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:37:59.415 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:37:59.501 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:37:59.503 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:37:59.506 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:37:59.508 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:37:59.510 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:37:59.512 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:37:59.515 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:37:59.517 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:37:59.520 | + functions-common:time_stop:2311          :   start_time=1621388270848
2021-05-19 01:37:59.522 | + functions-common:time_stop:2313          :   [[ -z 1621388270848 ]]
2021-05-19 01:37:59.525 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:37:59.529 | + functions-common:time_stop:2316          :   end_time=1621388279527
2021-05-19 01:37:59.531 | + functions-common:time_stop:2317          :   elapsed_time=8679
2021-05-19 01:37:59.534 | + functions-common:time_stop:2318          :   total=236157
2021-05-19 01:37:59.536 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:37:59.538 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=244836
2021-05-19 01:37:59.540 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:37:59.543 | + inc/python:setup_package:447             :   [[ -e == \-\e ]]
2021-05-19 01:37:59.545 | + inc/python:setup_package:448             :   safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info
2021-05-19 01:37:59.548 | + functions-common:safe_chown:2205         :   _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info
2021-05-19 01:37:59.567 | + functions-common:_safe_permission_operation:2053 :   sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info
2021-05-19 01:37:59.580 | + inc/python:_setup_package_with_constraints_edit:393 :   use_library_from_git /opt/stack/placement
2021-05-19 01:37:59.582 | + inc/python:use_library_from_git:250      :   local name=/opt/stack/placement
2021-05-19 01:37:59.585 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:37:59.587 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:37:59.590 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/placement, ]]
2021-05-19 01:37:59.592 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:37:59.595 | + lib/stack:stack_install_service:33       :   [[ False = True ]]
2021-05-19 01:37:59.597 | + ./stack.sh:main:908                      :   configure_placement
2021-05-19 01:37:59.600 | + lib/placement:configure_placement:106    :   sudo install -d -o ubuntu /etc/placement
2021-05-19 01:37:59.612 | + lib/placement:configure_placement:107    :   create_placement_conf
2021-05-19 01:37:59.615 | + lib/placement:create_placement_conf:96   :   rm -f /etc/placement/placement.conf
2021-05-19 01:37:59.620 | ++ lib/placement:create_placement_conf:97   :   database_connection_url placement
2021-05-19 01:37:59.622 | ++ lib/database:database_connection_url:132 :   local db=placement
2021-05-19 01:37:59.625 | ++ lib/database:database_connection_url:133 :   database_connection_url_mysql placement
2021-05-19 01:37:59.628 | ++ lib/databases/mysql:database_connection_url_mysql:202 :   local db=placement
2021-05-19 01:37:59.630 | ++ lib/databases/mysql:database_connection_url_mysql:203 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8'
2021-05-19 01:37:59.633 | + 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-05-19 01:37:59.665 | + lib/placement:create_placement_conf:98   :   iniset /etc/placement/placement.conf DEFAULT debug True
2021-05-19 01:37:59.696 | + lib/placement:create_placement_conf:99   :   iniset /etc/placement/placement.conf api auth_strategy keystone
2021-05-19 01:37:59.727 | + lib/placement:create_placement_conf:100  :   configure_keystone_authtoken_middleware /etc/placement/placement.conf placement
2021-05-19 01:37:59.730 | + lib/keystone:configure_keystone_authtoken_middleware:417 :   local conf_file=/etc/placement/placement.conf
2021-05-19 01:37:59.733 | + lib/keystone:configure_keystone_authtoken_middleware:418 :   local admin_user=placement
2021-05-19 01:37:59.736 | + lib/keystone:configure_keystone_authtoken_middleware:419 :   local section=keystone_authtoken
2021-05-19 01:37:59.738 | + lib/keystone:configure_keystone_authtoken_middleware:421 :   iniset /etc/placement/placement.conf keystone_authtoken auth_type password
2021-05-19 01:37:59.769 | + lib/keystone:configure_keystone_authtoken_middleware:422 :   iniset /etc/placement/placement.conf keystone_authtoken interface public
2021-05-19 01:37:59.798 | + lib/keystone:configure_keystone_authtoken_middleware:423 :   iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.39/identity
2021-05-19 01:37:59.827 | + lib/keystone:configure_keystone_authtoken_middleware:424 :   iniset /etc/placement/placement.conf keystone_authtoken username placement
2021-05-19 01:37:59.855 | + lib/keystone:configure_keystone_authtoken_middleware:425 :   iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd
2021-05-19 01:37:59.884 | + lib/keystone:configure_keystone_authtoken_middleware:426 :   iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default
2021-05-19 01:37:59.913 | + lib/keystone:configure_keystone_authtoken_middleware:427 :   iniset /etc/placement/placement.conf keystone_authtoken project_name service
2021-05-19 01:37:59.942 | + lib/keystone:configure_keystone_authtoken_middleware:428 :   iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default
2021-05-19 01:37:59.971 | + lib/keystone:configure_keystone_authtoken_middleware:430 :   iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2021-05-19 01:38:00.001 | + lib/keystone:configure_keystone_authtoken_middleware:431 :   iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211
2021-05-19 01:38:00.030 | + lib/placement:create_placement_conf:101  :   setup_logging /etc/placement/placement.conf
2021-05-19 01:38:00.032 | + functions:setup_logging:674              :   setup_systemd_logging /etc/placement/placement.conf
2021-05-19 01:38:00.035 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/placement/placement.conf
2021-05-19 01:38:00.038 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2021-05-19 01:38:00.056 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2021-05-19 01:38:00.058 | + functions:setup_systemd_logging:695      :   local pidstr=
2021-05-19 01:38:00.060 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2021-05-19 01:38:00.063 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2021-05-19 01:38:00.065 | + functions:setup_systemd_logging:702      :   iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
2021-05-19 01:38:00.094 | + functions:setup_systemd_logging:704      :   iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s'
2021-05-19 01:38:00.123 | + functions:setup_systemd_logging:705      :   iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2021-05-19 01:38:00.151 | + functions:setup_systemd_logging:706      :   iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2021-05-19 01:38:00.181 | + lib/placement:configure_placement:109    :   [[ uwsgi == \u\w\s\g\i ]]
2021-05-19 01:38:00.184 | + lib/placement:configure_placement:110    :   write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement
2021-05-19 01:38:00.186 | + lib/apache:write_uwsgi_config:254        :   local file=/etc/placement/placement-uwsgi.ini
2021-05-19 01:38:00.188 | + lib/apache:write_uwsgi_config:255        :   local wsgi=/usr/local/bin/placement-api
2021-05-19 01:38:00.191 | + lib/apache:write_uwsgi_config:256        :   local url=/placement
2021-05-19 01:38:00.193 | + lib/apache:write_uwsgi_config:257        :   local http=
2021-05-19 01:38:00.196 | + lib/apache:write_uwsgi_config:258        :   local name=
2021-05-19 01:38:00.199 | ++ lib/apache:write_uwsgi_config:259        :   basename /usr/local/bin/placement-api
2021-05-19 01:38:00.203 | + lib/apache:write_uwsgi_config:259        :   name=placement-api
2021-05-19 01:38:00.205 | + lib/apache:write_uwsgi_config:263        :   local socket_dir=/var/run/uwsgi
2021-05-19 01:38:00.207 | + lib/apache:write_uwsgi_config:267        :   sudo mkdir -p /etc/tmpfiles.d/
2021-05-19 01:38:00.220 | + lib/apache:write_uwsgi_config:268        :   echo 'd /var/run/uwsgi 0755 ubuntu root'
2021-05-19 01:38:00.221 | + lib/apache:write_uwsgi_config:268        :   sudo tee /etc/tmpfiles.d/uwsgi.conf
2021-05-19 01:38:00.229 | d /var/run/uwsgi 0755 ubuntu root
2021-05-19 01:38:00.233 | + lib/apache:write_uwsgi_config:269        :   sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
2021-05-19 01:38:00.249 | + lib/apache:write_uwsgi_config:271        :   local socket=/var/run/uwsgi/placement-api.socket
2021-05-19 01:38:00.251 | + lib/apache:write_uwsgi_config:274        :   rm -rf /etc/placement/placement-uwsgi.ini
2021-05-19 01:38:00.255 | + lib/apache:write_uwsgi_config:275        :   iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api
2021-05-19 01:38:00.286 | + lib/apache:write_uwsgi_config:276        :   iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2
2021-05-19 01:38:00.314 | + lib/apache:write_uwsgi_config:278        :   iniset /etc/placement/placement-uwsgi.ini uwsgi master true
2021-05-19 01:38:00.343 | + lib/apache:write_uwsgi_config:280        :   iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true
2021-05-19 01:38:00.371 | + lib/apache:write_uwsgi_config:281        :   iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false
2021-05-19 01:38:00.399 | + lib/apache:write_uwsgi_config:284        :   iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90
2021-05-19 01:38:00.427 | + lib/apache:write_uwsgi_config:285        :   iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true
2021-05-19 01:38:00.456 | + lib/apache:write_uwsgi_config:286        :   iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3
2021-05-19 01:38:00.484 | + lib/apache:write_uwsgi_config:288        :   iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true
2021-05-19 01:38:00.511 | + lib/apache:write_uwsgi_config:290        :   iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all'
2021-05-19 01:38:00.541 | + lib/apache:write_uwsgi_config:292        :   iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535
2021-05-19 01:38:00.569 | + lib/apache:write_uwsgi_config:294        :   iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close'
2021-05-19 01:38:00.599 | + lib/apache:write_uwsgi_config:296        :   iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true
2021-05-19 01:38:00.627 | + lib/apache:write_uwsgi_config:299        :   [[ -n '' ]]
2021-05-19 01:38:00.629 | + lib/apache:write_uwsgi_config:302        :   local apache_conf=
2021-05-19 01:38:00.632 | ++ lib/apache:write_uwsgi_config:303        :   apache_site_config_for placement-api
2021-05-19 01:38:00.635 | ++ lib/apache:apache_site_config_for:186    :   local site=placement-api
2021-05-19 01:38:00.637 | ++ lib/apache:apache_site_config_for:187    :   is_ubuntu
2021-05-19 01:38:00.640 | ++ functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:38:00.643 | ++ functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:38:00.645 | ++ lib/apache:apache_site_config_for:189    :   echo /etc/apache2/sites-available/placement-api.conf
2021-05-19 01:38:00.648 | + lib/apache:write_uwsgi_config:303        :   apache_conf=/etc/apache2/sites-available/placement-api.conf
2021-05-19 01:38:00.651 | + lib/apache:write_uwsgi_config:304        :   iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket
2021-05-19 01:38:00.679 | + lib/apache:write_uwsgi_config:305        :   iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666
2021-05-19 01:38:00.708 | + lib/apache:write_uwsgi_config:306        :   echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 '
2021-05-19 01:38:00.708 | + lib/apache:write_uwsgi_config:306        :   sudo tee -a /etc/apache2/sites-available/placement-api.conf
2021-05-19 01:38:00.718 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 
2021-05-19 01:38:00.721 | + lib/apache:write_uwsgi_config:307        :   enable_apache_site placement-api
2021-05-19 01:38:00.724 | + lib/apache:enable_apache_site:203        :   local site=placement-api
2021-05-19 01:38:00.726 | + lib/apache:enable_apache_site:205        :   enable_apache_mod version
2021-05-19 01:38:00.729 | + lib/apache:enable_apache_mod:54          :   local mod=version
2021-05-19 01:38:00.731 | + lib/apache:enable_apache_mod:56          :   is_ubuntu
2021-05-19 01:38:00.734 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:38:00.736 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:38:00.739 | + lib/apache:enable_apache_mod:59          :   [[ version != \v\e\r\s\i\o\n ]]
2021-05-19 01:38:00.741 | + lib/apache:enable_apache_site:206        :   is_ubuntu
2021-05-19 01:38:00.743 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:38:00.746 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:38:00.749 | + lib/apache:enable_apache_site:207        :   sudo a2ensite placement-api
2021-05-19 01:38:00.809 | Enabling site placement-api.
2021-05-19 01:38:00.815 | To activate the new configuration, you need to run:
2021-05-19 01:38:00.815 |   systemctl reload apache2
2021-05-19 01:38:00.820 | + lib/apache:write_uwsgi_config:308        :   restart_apache_server
2021-05-19 01:38:00.822 | + lib/apache:restart_apache_server:250     :   restart_service apache2
2021-05-19 01:38:00.825 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-05-19 01:38:00.828 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart apache2
2021-05-19 01:38:00.963 | + ./stack.sh:main:915                      :   is_service_enabled placement placement-client
2021-05-19 01:38:00.981 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:38:00.984 | + ./stack.sh:main:916                      :   is_service_enabled n-cpu
2021-05-19 01:38:01.002 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:38:01.005 | + ./stack.sh:main:916                      :   is_service_enabled n-sch
2021-05-19 01:38:01.023 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:38:01.026 | + ./stack.sh:main:917                      :   configure_placement_nova_compute
2021-05-19 01:38:01.028 | + lib/nova:configure_placement_nova_compute:574 :   local conf=/etc/nova/nova.conf
2021-05-19 01:38:01.031 | + lib/nova:configure_placement_nova_compute:575 :   iniset /etc/nova/nova.conf placement auth_type password
2021-05-19 01:38:01.063 | + lib/nova:configure_placement_nova_compute:576 :   iniset /etc/nova/nova.conf placement auth_url http://10.222.0.39/identity
2021-05-19 01:38:01.092 | + lib/nova:configure_placement_nova_compute:577 :   iniset /etc/nova/nova.conf placement username placement
2021-05-19 01:38:01.121 | + lib/nova:configure_placement_nova_compute:578 :   iniset /etc/nova/nova.conf placement password Passw0rd
2021-05-19 01:38:01.149 | + lib/nova:configure_placement_nova_compute:579 :   iniset /etc/nova/nova.conf placement user_domain_name Default
2021-05-19 01:38:01.178 | + lib/nova:configure_placement_nova_compute:580 :   iniset /etc/nova/nova.conf placement project_name service
2021-05-19 01:38:01.207 | + lib/nova:configure_placement_nova_compute:581 :   iniset /etc/nova/nova.conf placement project_domain_name Default
2021-05-19 01:38:01.235 | + lib/nova:configure_placement_nova_compute:582 :   iniset /etc/nova/nova.conf placement region_name RegionOne
2021-05-19 01:38:01.264 | + ./stack.sh:main:921                      :   is_service_enabled horizon
2021-05-19 01:38:01.281 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:38:01.284 | + ./stack.sh:main:926                      :   is_service_enabled tls-proxy
2021-05-19 01:38:01.302 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:38:01.304 | + ./stack.sh:main:934                      :   run_phase stack install
2021-05-19 01:38:01.307 | + functions-common:run_phase:1732          :   local mode=stack
2021-05-19 01:38:01.309 | + functions-common:run_phase:1733          :   local phase=install
2021-05-19 01:38:01.312 | + functions-common:run_phase:1734          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2021-05-19 01:38:01.314 | + functions-common:run_phase:1735          :   local extra_plugin_file_name
2021-05-19 01:38:01.317 | + functions-common:run_phase:1736          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2021-05-19 01:38:01.319 | + functions-common:run_phase:1741          :   local exceptions=80-tempest.sh
2021-05-19 01:38:01.322 | + functions-common:run_phase:1742          :   local extra
2021-05-19 01:38:01.325 | ++ functions-common:run_phase:1743          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2021-05-19 01:38:01.329 | + functions-common:run_phase:1743          :   extra=80-tempest.sh
2021-05-19 01:38:01.332 | + functions-common:run_phase:1744          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2021-05-19 01:38:01.335 | + functions-common:run_phase:1748          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2021-05-19 01:38:01.337 | + functions-common:run_phase:1748          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install
2021-05-19 01:38:01.340 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2021-05-19 01:38:01.355 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:38:01.358 | ++ extras.d/80-tempest.sh:source:4          :   [[ stack == \s\o\u\r\c\e ]]
2021-05-19 01:38:01.360 | ++ extras.d/80-tempest.sh:source:7          :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:38:01.362 | ++ extras.d/80-tempest.sh:source:7          :   [[ install == \i\n\s\t\a\l\l ]]
2021-05-19 01:38:01.365 | ++ extras.d/80-tempest.sh:source:8          :   echo_summary 'Installing Tempest'
2021-05-19 01:38:01.367 | ++ ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:38:01.369 | ++ ./stack.sh:echo_summary:428              :   echo -e Installing Tempest
2021-05-19 01:38:01.371 | ++ extras.d/80-tempest.sh:source:9          :   async_runfunc install_tempest
2021-05-19 01:38:01.374 | ++ inc/async:async_runfunc:116              :   async_run install_tempest install_tempest
2021-05-19 01:38:01.437 | ++ inc/async:async_inner:63                 :   install_tempest
2021-05-19 01:38:01.474 | [11275 Async install_tempest:80409]: running: install_tempest
2021-05-19 01:38:01.477 | ++ extras.d/80-tempest.sh:source:27         :   [[ stack == \u\n\s\t\a\c\k ]]
2021-05-19 01:38:01.479 | ++ extras.d/80-tempest.sh:source:32         :   [[ stack == \c\l\e\a\n ]]
2021-05-19 01:38:01.482 | + functions-common:run_phase:1753          :   [[ stack == \s\o\u\r\c\e ]]
2021-05-19 01:38:01.485 | + functions-common:run_phase:1756          :   [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2021-05-19 01:38:01.488 | + functions-common:run_phase:1759          :   run_plugins stack install
2021-05-19 01:38:01.490 | + functions-common:run_plugins:1718        :   local mode=stack
2021-05-19 01:38:01.493 | + functions-common:run_plugins:1719        :   local phase=install
2021-05-19 01:38:01.496 | + functions-common:run_plugins:1721        :   local plugins=
2021-05-19 01:38:01.498 | + functions-common:run_plugins:1722        :   local plugin
2021-05-19 01:38:01.501 | + ./stack.sh:main:937                      :   use_library_from_git python-openstackclient
2021-05-19 01:38:01.503 | + inc/python:use_library_from_git:250      :   local name=python-openstackclient
2021-05-19 01:38:01.506 | + inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:38:01.509 | + inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:38:01.512 | + inc/python:use_library_from_git:252      :   [[ ,, =~ ,python-openstackclient, ]]
2021-05-19 01:38:01.515 | + inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:38:01.517 | + ./stack.sh:main:941                      :   pip_install_gr python-openstackclient
2021-05-19 01:38:01.520 | + inc/python:pip_install_gr:76             :   local name=python-openstackclient
2021-05-19 01:38:01.523 | + inc/python:pip_install_gr:77             :   local clean_name
2021-05-19 01:38:01.526 | ++ inc/python:pip_install_gr:78             :   get_from_global_requirements python-openstackclient
2021-05-19 01:38:01.531 | ++ inc/python:get_from_global_requirements:225 :   local package=python-openstackclient
2021-05-19 01:38:01.534 | ++ inc/python:get_from_global_requirements:226 :   local required_pkg
2021-05-19 01:38:01.537 | +++ inc/python:get_from_global_requirements:227 :   grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt
2021-05-19 01:38:01.538 | +++ inc/python:get_from_global_requirements:227 :   cut -d# -f1
2021-05-19 01:38:01.544 | ++ inc/python:get_from_global_requirements:227 :   required_pkg='python-openstackclient  '
2021-05-19 01:38:01.547 | ++ inc/python:get_from_global_requirements:228 :   [[ python-openstackclient   == '' ]]
2021-05-19 01:38:01.550 | ++ inc/python:get_from_global_requirements:231 :   echo python-openstackclient
2021-05-19 01:38:01.553 | + inc/python:pip_install_gr:78             :   clean_name=python-openstackclient
2021-05-19 01:38:01.555 | + inc/python:pip_install_gr:79             :   pip_install python-openstackclient
2021-05-19 01:38:01.577 | Using python 3.8 to install python-openstackclient
2021-05-19 01:38:01.579 | + inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient
2021-05-19 01:38:02.356 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:38:02.356 |   from cryptography.utils import int_from_bytes
2021-05-19 01:38:02.356 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:38:02.356 |   from cryptography.utils import int_from_bytes
2021-05-19 01:38:03.399 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:38:03.399 | 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-05-19 01:38:03.402 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:38:03.403 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:38:03.405 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:38:03.410 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:38:03.417 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:38:04.306 | Collecting python-openstackclient===5.5.0
2021-05-19 01:38:04.315 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ad1/3fffb5caf5b85/python_openstackclient-5.5.0-py3-none-any.whl (929 kB)
2021-05-19 01:38:04.453 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (3.3.0)
2021-05-19 01:38:04.460 | Requirement already satisfied: python-cinderclient===7.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (7.4.0)
2021-05-19 01:38:04.475 | Requirement already satisfied: cliff===3.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (3.7.0)
2021-05-19 01:38:04.487 | Requirement already satisfied: python-novaclient===17.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 418)) (17.4.0)
2021-05-19 01:38:04.502 | Requirement already satisfied: osc-lib===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (2.4.0)
2021-05-19 01:38:04.517 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) (4.2.0)
2021-05-19 01:38:04.536 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) (0.1.14)
2021-05-19 01:38:04.539 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (5.0.1)
2021-05-19 01:38:04.545 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.6.0)
2021-05-19 01:38:04.548 | Requirement already satisfied: openstacksdk===0.56.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) (0.56.0)
2021-05-19 01:38:04.574 | Requirement already satisfied: oslo.utils===4.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (4.9.0)
2021-05-19 01:38:04.590 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (3.17.2)
2021-05-19 01:38:04.594 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) (2.25.1)
2021-05-19 01:38:04.614 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (0.7.2)
2021-05-19 01:38:04.616 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (4.3.1)
2021-05-19 01:38:04.675 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (1.5.0)
2021-05-19 01:38:04.729 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1)
2021-05-19 01:38:04.732 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (2.4.7)
2021-05-19 01:38:04.736 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (4.1.0)
2021-05-19 01:38:04.745 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 484)) (1.15.0)
2021-05-19 01:38:04.749 | Requirement already satisfied: oslo.config===8.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (8.7.0)
2021-05-19 01:38:04.789 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.2.0)
2021-05-19 01:38:04.797 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (2.5.0)
2021-05-19 01:38:04.818 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150)) (1.1.2)
2021-05-19 01:38:04.824 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 456)) (1.4.0)
2021-05-19 01:38:04.827 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (0.10.0)
2021-05-19 01:38:04.831 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (4.4.2)
2021-05-19 01:38:04.834 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.4.7)
2021-05-19 01:38:04.874 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) (0.10.9)
2021-05-19 01:38:04.877 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (1.32)
2021-05-19 01:38:04.882 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4)
2021-05-19 01:38:04.885 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (1.7.0)
2021-05-19 01:38:04.890 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (0.8.0)
2021-05-19 01:38:04.895 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (2021.1)
2021-05-19 01:38:04.899 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (20.9)
2021-05-19 01:38:04.905 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5)
2021-05-19 01:38:04.907 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (2.10)
2021-05-19 01:38:04.911 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (4.0.0)
2021-05-19 01:38:04.915 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (1.26.4)
2021-05-19 01:38:04.936 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 88)) (20.3.0)
2021-05-19 01:38:04.976 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 567)) (0.2.5)
2021-05-19 01:38:04.981 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (0.4.4)
2021-05-19 01:38:04.986 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2)
2021-05-19 01:38:04.989 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (1.0.2)
2021-05-19 01:38:04.992 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 461)) (1.4.0)
2021-05-19 01:38:04.997 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (1.12.1)
2021-05-19 01:38:05.000 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.5)
2021-05-19 01:38:05.004 | Requirement already satisfied: jsonpointer===2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (2.1)
2021-05-19 01:38:05.007 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (2.20)
2021-05-19 01:38:06.759 | Installing collected packages: python-openstackclient
2021-05-19 01:38:08.227 | Successfully installed python-openstackclient-5.5.0
2021-05-19 01:38:08.370 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:38:08.370 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:38:08.456 | + inc/python:pip_install:200               :   result=0
2021-05-19 01:38:08.459 | + inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:38:08.461 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:38:08.463 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:38:08.466 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:38:08.468 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:38:08.471 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:38:08.473 | + functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:38:08.475 | + functions-common:time_stop:2311          :   start_time=1621388281571
2021-05-19 01:38:08.477 | + functions-common:time_stop:2313          :   [[ -z 1621388281571 ]]
2021-05-19 01:38:08.480 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:38:08.485 | + functions-common:time_stop:2316          :   end_time=1621388288482
2021-05-19 01:38:08.487 | + functions-common:time_stop:2317          :   elapsed_time=6911
2021-05-19 01:38:08.489 | + functions-common:time_stop:2318          :   total=244836
2021-05-19 01:38:08.492 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:38:08.494 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=251747
2021-05-19 01:38:08.496 | + inc/python:pip_install:203               :   return 0
2021-05-19 01:38:08.499 | + ./stack.sh:main:946                      :   install_oscwrap
2021-05-19 01:38:08.503 | ++ functions-common:install_oscwrap:2349    :   mktemp
2021-05-19 01:38:08.507 | + functions-common:install_oscwrap:2349    :   OSCWRAP_TIMER_FILE=/tmp/tmp.ZDF59AyHC4
2021-05-19 01:38:08.509 | + functions-common:install_oscwrap:2352    :   shopt -s expand_aliases
2021-05-19 01:38:08.512 | + functions-common:install_oscwrap:2355    :   unalias -a
2021-05-19 01:38:08.515 | + functions-common:install_oscwrap:2357    :   alias openstack=oscwrap
2021-05-19 01:38:08.518 | + ./stack.sh:main:951                      :   [[ False != \F\a\l\s\e ]]
2021-05-19 01:38:08.520 | + ./stack.sh:main:991                      :   '[' -f /opt/stack/data/ca-bundle.pem ']'
2021-05-19 01:38:08.523 | + ./stack.sh:main:999                      :   is_service_enabled mysql postgresql
2021-05-19 01:38:08.540 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:38:08.542 | + ./stack.sh:main:1000                     :   configure_database
2021-05-19 01:38:08.545 | + lib/database:configure_database:126      :   configure_database_mysql
2021-05-19 01:38:08.547 | + lib/databases/mysql:configure_database_mysql:69 :   local my_conf mysql slow_log
2021-05-19 01:38:08.550 | + lib/databases/mysql:configure_database_mysql:70 :   echo_summary 'Configuring and starting MySQL'
2021-05-19 01:38:08.552 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:38:08.554 | + ./stack.sh:echo_summary:428              :   echo -e Configuring and starting MySQL
2021-05-19 01:38:08.557 | + lib/databases/mysql:configure_database_mysql:72 :   is_ubuntu
2021-05-19 01:38:08.559 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:38:08.562 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:38:08.564 | + lib/databases/mysql:configure_database_mysql:73 :   my_conf=/etc/mysql/my.cnf
2021-05-19 01:38:08.566 | + lib/databases/mysql:configure_database_mysql:87 :   is_fedora
2021-05-19 01:38:08.569 | + functions-common:is_fedora:446           :   [[ -z Ubuntu ]]
2021-05-19 01:38:08.571 | + functions-common:is_fedora:450           :   '[' Ubuntu = Fedora ']'
2021-05-19 01:38:08.573 | + functions-common:is_fedora:450           :   '[' Ubuntu = 'Red Hat' ']'
2021-05-19 01:38:08.575 | + functions-common:is_fedora:451           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2021-05-19 01:38:08.578 | + functions-common:is_fedora:452           :   '[' Ubuntu = RedHatEnterprise ']'
2021-05-19 01:38:08.580 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOS ']'
2021-05-19 01:38:08.582 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOSStream ']'
2021-05-19 01:38:08.584 | + functions-common:is_fedora:454           :   '[' Ubuntu = OracleServer ']'
2021-05-19 01:38:08.587 | + functions-common:is_fedora:454           :   '[' Ubuntu = Virtuozzo ']'
2021-05-19 01:38:08.589 | + lib/databases/mysql:configure_database_mysql:87 :   is_suse
2021-05-19 01:38:08.591 | + functions-common:is_suse:462             :   is_opensuse
2021-05-19 01:38:08.594 | + functions-common:is_opensuse:469         :   [[ -z Ubuntu ]]
2021-05-19 01:38:08.596 | + functions-common:is_opensuse:473         :   [[ Ubuntu =~ (openSUSE) ]]
2021-05-19 01:38:08.598 | + functions-common:is_suse:462             :   is_suse_linux_enterprise
2021-05-19 01:38:08.601 | + functions-common:is_suse_linux_enterprise:481 :   [[ -z Ubuntu ]]
2021-05-19 01:38:08.603 | + functions-common:is_suse_linux_enterprise:485 :   [[ Ubuntu =~ (^SUSE) ]]
2021-05-19 01:38:08.605 | + lib/databases/mysql:configure_database_mysql:95 :   sudo mysqladmin -u root password Passw0rd
2021-05-19 01:38:08.621 | mysqladmin: connect to server at 'localhost' failed
2021-05-19 01:38:08.621 | error: 'Access denied for user 'root'@'localhost' (using password: NO)'
2021-05-19 01:38:08.626 | + lib/databases/mysql:configure_database_mysql:95 :   true
2021-05-19 01:38:08.628 | + lib/databases/mysql:configure_database_mysql:99 :   is_ubuntu
2021-05-19 01:38:08.630 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:38:08.633 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:38:08.635 | + lib/databases/mysql:configure_database_mysql:99 :   '[' mysql == mariadb ']'
2021-05-19 01:38:08.638 | + lib/databases/mysql:configure_database_mysql:102 :   local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 '
2021-05-19 01:38:08.640 | + lib/databases/mysql:configure_database_mysql:108 :   is_ubuntu
2021-05-19 01:38:08.642 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:38:08.645 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:38:08.647 | + lib/databases/mysql:configure_database_mysql:108 :   '[' mysql == mariadb ']'
2021-05-19 01:38:08.650 | + 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-05-19 01:38:08.661 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:38:08.769 | + lib/databases/mysql:configure_database_mysql:115 :   sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';'
2021-05-19 01:38:08.781 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:38:08.862 | ++ lib/databases/mysql:configure_database_mysql:121 :   ipv6_unquote 0.0.0.0
2021-05-19 01:38:08.865 | ++ functions-common:ipv6_unquote:2102       :   echo 0.0.0.0
2021-05-19 01:38:08.866 | ++ functions-common:ipv6_unquote:2102       :   tr -d '[]'
2021-05-19 01:38:08.871 | + lib/databases/mysql:configure_database_mysql:121 :   iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0
2021-05-19 01:38:08.932 | + lib/databases/mysql:configure_database_mysql:122 :   iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL
2021-05-19 01:38:08.984 | + lib/databases/mysql:configure_database_mysql:123 :   iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB
2021-05-19 01:38:09.034 | + lib/databases/mysql:configure_database_mysql:124 :   iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024
2021-05-19 01:38:09.087 | + lib/databases/mysql:configure_database_mysql:126 :   [[ False == \T\r\u\e ]]
2021-05-19 01:38:09.090 | + lib/databases/mysql:configure_database_mysql:146 :   restart_service mysql
2021-05-19 01:38:09.093 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-05-19 01:38:09.095 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart mysql
2021-05-19 01:38:12.291 | + ./stack.sh:main:1004                     :   save_stackenv 1004
2021-05-19 01:38:12.315 | + functions-common:save_stackenv:60        :   local tag=1004
2021-05-19 01:38:12.340 | ++ functions-common:save_stackenv:62        :   date +%F-%H%M%S
2021-05-19 01:38:12.359 | + functions-common:save_stackenv:62        :   time_stamp=2021-05-19-013812
2021-05-19 01:38:12.372 | + functions-common:save_stackenv:63        :   echo '# 2021-05-19-013812 1004'
2021-05-19 01:38:12.378 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:38:12.378 | + functions-common:save_stackenv:65        :   echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1
2021-05-19 01:38:12.403 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:38:12.435 | + functions-common:save_stackenv:65        :   echo DATA_DIR=/opt/stack/data
2021-05-19 01:38:12.471 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:38:12.491 | + functions-common:save_stackenv:65        :   echo DEST=/opt/stack
2021-05-19 01:38:12.507 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:38:12.527 | + functions-common:save_stackenv:65        :   echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification
2021-05-19 01:38:12.547 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:38:12.567 | + functions-common:save_stackenv:65        :   echo HOST_IP=10.222.0.39
2021-05-19 01:38:12.584 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:38:12.603 | + functions-common:save_stackenv:65        :   echo KEYSTONE_SERVICE_URI=http://10.222.0.39/identity
2021-05-19 01:38:12.627 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:38:12.647 | + functions-common:save_stackenv:65        :   echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-05-19-012447
2021-05-19 01:38:12.663 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:38:12.687 | + functions-common:save_stackenv:65        :   echo OS_CACERT=
2021-05-19 01:38:12.703 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:38:12.731 | + functions-common:save_stackenv:65        :   echo SERVICE_HOST=10.222.0.39
2021-05-19 01:38:12.748 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:38:12.767 | + functions-common:save_stackenv:65        :   echo STACK_USER=ubuntu
2021-05-19 01:38:12.791 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:38:12.815 | + functions-common:save_stackenv:65        :   echo TLS_IP=
2021-05-19 01:38:12.831 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:38:12.851 | + functions-common:save_stackenv:65        :   echo HOST_IPV6=::1
2021-05-19 01:38:12.867 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:38:12.895 | + functions-common:save_stackenv:65        :   echo SERVICE_IP_VERSION=4
2021-05-19 01:38:12.915 | + ./stack.sh:main:1016                     :   [[ True == \T\r\u\e ]]
2021-05-19 01:38:12.943 | + ./stack.sh:main:1017                     :   [[ -f /sys/kernel/mm/ksm/run ]]
2021-05-19 01:38:12.955 | + ./stack.sh:main:1018                     :   sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run'
2021-05-19 01:38:13.007 | + ./stack.sh:main:1030                     :   start_dstat
2021-05-19 01:38:13.023 | + lib/dstat:start_dstat:31                 :   run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2021-05-19 01:38:13.047 | + functions-common:run_process:1559        :   local service=dstat
2021-05-19 01:38:13.069 | + functions-common:run_process:1560        :   local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2021-05-19 01:38:13.083 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:38:13.100 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:38:13.115 | + functions-common:run_process:1564        :   local name=dstat
2021-05-19 01:38:13.135 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:38:13.144 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:38:13.158 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:38:13.179 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:38:13.207 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:38:13.235 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621388293209
2021-05-19 01:38:13.255 | + functions-common:run_process:1567        :   is_service_enabled dstat
2021-05-19 01:38:13.402 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:38:13.406 | + functions-common:run_process:1568        :   _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ''
2021-05-19 01:38:13.408 | + functions-common:_run_under_systemd:1524 :   local service=dstat
2021-05-19 01:38:13.411 | + functions-common:_run_under_systemd:1525 :   local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2021-05-19 01:38:13.413 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2021-05-19 01:38:13.416 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2021-05-19 01:38:13.419 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2021-05-19 01:38:13.422 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]]
2021-05-19 01:38:13.425 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]]
2021-05-19 01:38:13.427 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@dstat.service
2021-05-19 01:38:13.430 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:38:13.433 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:38:13.435 | + functions-common:_run_under_systemd:1533 :   [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]]
2021-05-19 01:38:13.438 | + functions-common:_run_under_systemd:1536 :   write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu
2021-05-19 01:38:13.440 | + functions-common:write_user_unit_file:1441 :   local service=devstack@dstat.service
2021-05-19 01:38:13.443 | + functions-common:write_user_unit_file:1442 :   local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2021-05-19 01:38:13.446 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:38:13.448 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:38:13.451 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:38:13.453 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:38:13.456 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@dstat.service
2021-05-19 01:38:13.458 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:38:13.463 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service'
2021-05-19 01:38:13.535 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu
2021-05-19 01:38:13.605 | + functions-common:write_user_unit_file:1454 :   iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs'
2021-05-19 01:38:13.662 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process
2021-05-19 01:38:13.718 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300
2021-05-19 01:38:13.780 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:38:13.840 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:38:13.843 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target
2021-05-19 01:38:13.910 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:38:14.345 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@dstat.service
2021-05-19 01:38:14.359 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service.
2021-05-19 01:38:14.756 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@dstat.service
2021-05-19 01:38:14.785 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:38:14.788 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:38:14.793 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:38:14.795 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:38:14.798 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:38:14.801 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:38:14.803 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:38:14.806 | + functions-common:time_stop:2311          :   start_time=1621388293209
2021-05-19 01:38:14.812 | + functions-common:time_stop:2313          :   [[ -z 1621388293209 ]]
2021-05-19 01:38:14.812 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:38:14.816 | + functions-common:time_stop:2316          :   end_time=1621388294814
2021-05-19 01:38:14.819 | + functions-common:time_stop:2317          :   elapsed_time=1605
2021-05-19 01:38:14.821 | + functions-common:time_stop:2318          :   total=0
2021-05-19 01:38:14.824 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:38:14.827 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=1605
2021-05-19 01:38:14.829 | + lib/dstat:start_dstat:36                 :   run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root
2021-05-19 01:38:14.832 | + functions-common:run_process:1559        :   local service=memory_tracker
2021-05-19 01:38:14.834 | + functions-common:run_process:1560        :   local command=/home/ubuntu/devstack/tools/memory_tracker.sh
2021-05-19 01:38:14.837 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:38:14.840 | + functions-common:run_process:1562        :   local user=root
2021-05-19 01:38:14.846 | + functions-common:run_process:1564        :   local name=memory_tracker
2021-05-19 01:38:14.846 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:38:14.848 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:38:14.851 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:38:14.854 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:38:14.857 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:38:14.863 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621388294859
2021-05-19 01:38:14.865 | + functions-common:run_process:1567        :   is_service_enabled memory_tracker
2021-05-19 01:38:14.884 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:38:14.887 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:38:14.890 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:38:14.892 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:38:14.895 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:38:14.901 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:38:14.905 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:38:14.907 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:38:14.910 | + functions-common:time_stop:2311          :   start_time=1621388294859
2021-05-19 01:38:14.912 | + functions-common:time_stop:2313          :   [[ -z 1621388294859 ]]
2021-05-19 01:38:14.916 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:38:14.920 | + functions-common:time_stop:2316          :   end_time=1621388294917
2021-05-19 01:38:14.923 | + functions-common:time_stop:2317          :   elapsed_time=58
2021-05-19 01:38:14.926 | + functions-common:time_stop:2318          :   total=1605
2021-05-19 01:38:14.940 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:38:14.940 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=1663
2021-05-19 01:38:14.940 | + lib/dstat:start_dstat:40                 :   is_service_enabled peakmem_tracker
2021-05-19 01:38:14.954 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:38:14.960 | + ./stack.sh:main:1034                     :   is_service_enabled tcpdump
2021-05-19 01:38:14.978 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:38:14.981 | + ./stack.sh:main:1042                     :   is_service_enabled etcd3
2021-05-19 01:38:14.999 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:38:15.002 | + ./stack.sh:main:1043                     :   start_etcd3
2021-05-19 01:38:15.005 | + lib/etcd3:start_etcd3:41                 :   local cmd=/opt/stack/bin/etcd
2021-05-19 01:38:15.007 | + lib/etcd3:start_etcd3:42                 :   cmd+=' --name n-d-764292-23 --data-dir /opt/stack/data/etcd'
2021-05-19 01:38:15.010 | + lib/etcd3:start_etcd3:43                 :   cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01'
2021-05-19 01:38:15.012 | + lib/etcd3:start_etcd3:44                 :   cmd+=' --initial-cluster n-d-764292-23=http://10.222.0.39:2380'
2021-05-19 01:38:15.015 | + lib/etcd3:start_etcd3:45                 :   cmd+=' --initial-advertise-peer-urls http://10.222.0.39:2380'
2021-05-19 01:38:15.018 | + lib/etcd3:start_etcd3:46                 :   cmd+=' --advertise-client-urls http://10.222.0.39:2379'
2021-05-19 01:38:15.020 | + lib/etcd3:start_etcd3:47                 :   '[' 0.0.0.0 == :: ']'
2021-05-19 01:38:15.023 | + lib/etcd3:start_etcd3:50                 :   cmd+=' --listen-peer-urls http://0.0.0.0:2380 '
2021-05-19 01:38:15.025 | + lib/etcd3:start_etcd3:52                 :   cmd+=' --listen-client-urls http://10.222.0.39:2379'
2021-05-19 01:38:15.027 | + lib/etcd3:start_etcd3:53                 :   '[' True == True ']'
2021-05-19 01:38:15.030 | + lib/etcd3:start_etcd3:54                 :   cmd+=' --debug'
2021-05-19 01:38:15.032 | + lib/etcd3:start_etcd3:57                 :   local unitfile=/etc/systemd/system/devstack@etcd.service
2021-05-19 01:38:15.035 | + lib/etcd3:start_etcd3:58                 :   write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name n-d-764292-23 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-764292-23=http://10.222.0.39:2380 --initial-advertise-peer-urls http://10.222.0.39:2380 --advertise-client-urls http://10.222.0.39:2379 --listen-peer-urls http://0.0.0.0:2380  --listen-client-urls http://10.222.0.39:2379 --debug' '' root
2021-05-19 01:38:15.037 | + functions-common:write_user_unit_file:1441 :   local service=devstack@etcd.service
2021-05-19 01:38:15.041 | + functions-common:write_user_unit_file:1442 :   local 'command=/opt/stack/bin/etcd --name n-d-764292-23 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-764292-23=http://10.222.0.39:2380 --initial-advertise-peer-urls http://10.222.0.39:2380 --advertise-client-urls http://10.222.0.39:2379 --listen-peer-urls http://0.0.0.0:2380  --listen-client-urls http://10.222.0.39:2379 --debug'
2021-05-19 01:38:15.043 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:38:15.045 | + functions-common:write_user_unit_file:1444 :   local user=root
2021-05-19 01:38:15.048 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:38:15.050 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:38:15.052 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@etcd.service
2021-05-19 01:38:15.055 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:38:15.060 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service'
2021-05-19 01:38:15.127 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root
2021-05-19 01:38:15.263 | + functions-common:write_user_unit_file:1454 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name n-d-764292-23 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-764292-23=http://10.222.0.39:2380 --initial-advertise-peer-urls http://10.222.0.39:2380 --advertise-client-urls http://10.222.0.39:2379 --listen-peer-urls http://0.0.0.0:2380  --listen-client-urls http://10.222.0.39:2379 --debug'
2021-05-19 01:38:15.322 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process
2021-05-19 01:38:15.507 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300
2021-05-19 01:38:15.691 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:38:15.855 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:38:15.868 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target
2021-05-19 01:38:15.936 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:38:16.389 | + lib/etcd3:start_etcd3:60                 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target
2021-05-19 01:38:16.449 | + lib/etcd3:start_etcd3:61                 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify
2021-05-19 01:38:16.509 | + lib/etcd3:start_etcd3:62                 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure
2021-05-19 01:38:16.575 | + lib/etcd3:start_etcd3:63                 :   iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536
2021-05-19 01:38:16.635 | + lib/etcd3:start_etcd3:64                 :   is_arch aarch64
2021-05-19 01:38:16.641 | ++ functions-common:is_arch:428             :   uname -m
2021-05-19 01:38:16.643 | + functions-common:is_arch:428             :   [[ x86_64 == \a\a\r\c\h\6\4 ]]
2021-05-19 01:38:16.646 | + lib/etcd3:start_etcd3:68                 :   sudo systemctl daemon-reload
2021-05-19 01:38:17.075 | + lib/etcd3:start_etcd3:69                 :   sudo systemctl enable devstack@etcd.service
2021-05-19 01:38:17.089 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service.
2021-05-19 01:38:17.486 | + lib/etcd3:start_etcd3:70                 :   sudo systemctl start devstack@etcd.service
2021-05-19 01:38:18.375 | + ./stack.sh:main:1054                     :   cat
2021-05-19 01:38:18.380 | + ./stack.sh:main:1069                     :   is_service_enabled tls-proxy
2021-05-19 01:38:18.399 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:38:18.401 | + ./stack.sh:main:1074                     :   source /home/ubuntu/devstack/userrc_early
2021-05-19 01:38:18.404 | ++ userrc_early:source:4                    :   export OS_IDENTITY_API_VERSION=3
2021-05-19 01:38:18.407 | ++ userrc_early:source:4                    :   OS_IDENTITY_API_VERSION=3
2021-05-19 01:38:18.410 | ++ userrc_early:source:5                    :   export OS_AUTH_URL=http://10.222.0.39/identity
2021-05-19 01:38:18.412 | ++ userrc_early:source:5                    :   OS_AUTH_URL=http://10.222.0.39/identity
2021-05-19 01:38:18.415 | ++ userrc_early:source:6                    :   export OS_USERNAME=admin
2021-05-19 01:38:18.417 | ++ userrc_early:source:6                    :   OS_USERNAME=admin
2021-05-19 01:38:18.420 | ++ userrc_early:source:7                    :   export OS_USER_DOMAIN_ID=default
2021-05-19 01:38:18.422 | ++ userrc_early:source:7                    :   OS_USER_DOMAIN_ID=default
2021-05-19 01:38:18.425 | ++ userrc_early:source:8                    :   export OS_PASSWORD=Passw0rd
2021-05-19 01:38:18.427 | ++ userrc_early:source:8                    :   OS_PASSWORD=Passw0rd
2021-05-19 01:38:18.430 | ++ userrc_early:source:9                    :   export OS_PROJECT_NAME=admin
2021-05-19 01:38:18.433 | ++ userrc_early:source:9                    :   OS_PROJECT_NAME=admin
2021-05-19 01:38:18.436 | ++ userrc_early:source:10                   :   export OS_PROJECT_DOMAIN_ID=default
2021-05-19 01:38:18.438 | ++ userrc_early:source:10                   :   OS_PROJECT_DOMAIN_ID=default
2021-05-19 01:38:18.441 | ++ userrc_early:source:11                   :   export OS_REGION_NAME=RegionOne
2021-05-19 01:38:18.443 | ++ userrc_early:source:11                   :   OS_REGION_NAME=RegionOne
2021-05-19 01:38:18.446 | + ./stack.sh:main:1076                     :   is_service_enabled keystone
2021-05-19 01:38:18.466 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:38:18.469 | + ./stack.sh:main:1077                     :   echo_summary 'Starting Keystone'
2021-05-19 01:38:18.471 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:38:18.474 | + ./stack.sh:echo_summary:428              :   echo -e Starting Keystone
2021-05-19 01:38:18.476 | + ./stack.sh:main:1079                     :   '[' 10.222.0.39 == 10.222.0.39 ']'
2021-05-19 01:38:18.479 | + ./stack.sh:main:1080                     :   init_keystone
2021-05-19 01:38:18.481 | + lib/keystone:init_keystone:443           :   is_service_enabled ldap
2021-05-19 01:38:18.502 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:38:18.504 | + lib/keystone:init_keystone:447           :   [[ True == True ]]
2021-05-19 01:38:18.506 | + lib/keystone:init_keystone:449           :   recreate_database keystone
2021-05-19 01:38:18.509 | + lib/database:recreate_database:110       :   local db=keystone
2021-05-19 01:38:18.511 | + lib/database:recreate_database:111       :   recreate_database_mysql keystone
2021-05-19 01:38:18.514 | + lib/databases/mysql:recreate_database_mysql:63 :   local db=keystone
2021-05-19 01:38:18.516 | + lib/databases/mysql:recreate_database_mysql:64 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;'
2021-05-19 01:38:18.521 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:38:18.586 | + lib/databases/mysql:recreate_database_mysql:65 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;'
2021-05-19 01:38:18.591 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:38:18.711 | + lib/keystone:init_keystone:452           :   time_start dbsync
2021-05-19 01:38:18.714 | + functions-common:time_start:2290         :   local name=dbsync
2021-05-19 01:38:18.717 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:38:18.720 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:38:18.723 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:38:18.727 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621388298725
2021-05-19 01:38:18.730 | + lib/keystone:init_keystone:454           :   /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync
2021-05-19 01:38:22.710 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:38:22.711 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.711 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.711 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.711 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.711 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.711 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.712 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.712 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.712 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.712 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.712 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.712 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.712 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.713 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.713 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.713 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.713 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.713 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.714 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.714 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.714 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.714 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.714 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.714 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.715 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.715 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.715 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.715 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.715 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.715 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.716 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.716 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.716 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.716 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.716 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.718 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.718 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.718 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.718 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.718 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.719 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.719 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.719 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.719 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.719 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.719 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.720 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.720 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.720 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.720 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.720 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.720 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.720 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.721 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.721 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.721 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.721 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.721 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.721 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.721 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.722 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.722 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.722 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.722 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.722 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.722 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.722 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.723 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.723 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.723 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.723 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.723 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.723 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.723 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.724 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.724 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.724 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.724 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.724 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.724 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.724 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.725 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.725 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.725 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.725 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.725 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.726 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:38:22.726 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:38:22.763 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=82244) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2021-05-19 01:38:22.766 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:38:22.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.767 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.767 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.767 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.768 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.768 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.768 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.768 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.768 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.768 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.768 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.769 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.769 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.770 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.770 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.770 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.770 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.770 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.771 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.772 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.772 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.778 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.778 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.779 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.779 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.779 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:38:22.779 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:38:22.805 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:38:22.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.806 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.806 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.806 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.810 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.810 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.811 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.812 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.812 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.815 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.816 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.820 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.820 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.820 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:22.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:22.821 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:38:22.821 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:38:23.263 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:38:23.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.264 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.264 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.265 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.266 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.266 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.266 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.268 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.268 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.268 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.268 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.268 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.269 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.269 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.269 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.270 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.270 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.270 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.270 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.270 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.270 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.271 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.271 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.271 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.271 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.271 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.274 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.274 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.276 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.277 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.277 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:38:23.278 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:38:23.278 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:38:23.278 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:38:23.284 | INFO migrate.versioning.api [-] 66 -> 67... 
2021-05-19 01:38:40.321 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:40.321 | INFO migrate.versioning.api [-] 67 -> 68... 
2021-05-19 01:38:40.390 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:40.390 | INFO migrate.versioning.api [-] 68 -> 69... 
2021-05-19 01:38:40.470 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:40.470 | INFO migrate.versioning.api [-] 69 -> 70... 
2021-05-19 01:38:40.539 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:40.539 | INFO migrate.versioning.api [-] 70 -> 71... 
2021-05-19 01:38:40.624 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:40.624 | INFO migrate.versioning.api [-] 71 -> 72... 
2021-05-19 01:38:40.721 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:40.721 | INFO migrate.versioning.api [-] 72 -> 73... 
2021-05-19 01:38:42.675 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:42.675 | INFO migrate.versioning.api [-] 73 -> 74... 
2021-05-19 01:38:43.149 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:43.149 | INFO migrate.versioning.api [-] 74 -> 75... 
2021-05-19 01:38:43.785 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:43.785 | INFO migrate.versioning.api [-] 75 -> 76... 
2021-05-19 01:38:43.858 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:43.858 | INFO migrate.versioning.api [-] 76 -> 77... 
2021-05-19 01:38:43.904 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:43.904 | INFO migrate.versioning.api [-] 77 -> 78... 
2021-05-19 01:38:43.989 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:43.989 | INFO migrate.versioning.api [-] 78 -> 79... 
2021-05-19 01:38:44.076 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:44.076 | INFO migrate.versioning.api [-] 79 -> 80... 
2021-05-19 01:38:44.138 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:44.139 | INFO migrate.versioning.api [-] 80 -> 81... 
2021-05-19 01:38:44.709 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:44.709 | INFO migrate.versioning.api [-] 81 -> 82... 
2021-05-19 01:38:46.960 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:46.960 | INFO migrate.versioning.api [-] 82 -> 83... 
2021-05-19 01:38:49.241 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:49.241 | INFO migrate.versioning.api [-] 83 -> 84... 
2021-05-19 01:38:49.978 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:49.978 | INFO migrate.versioning.api [-] 84 -> 85... 
2021-05-19 01:38:51.372 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:51.372 | INFO migrate.versioning.api [-] 85 -> 86... 
2021-05-19 01:38:51.749 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:51.749 | INFO migrate.versioning.api [-] 86 -> 87... 
2021-05-19 01:38:54.218 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:54.218 | INFO migrate.versioning.api [-] 87 -> 88... 
2021-05-19 01:38:55.109 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:55.110 | INFO migrate.versioning.api [-] 88 -> 89... 
2021-05-19 01:38:55.349 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:55.349 | INFO migrate.versioning.api [-] 89 -> 90... 
2021-05-19 01:38:56.310 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:56.310 | INFO migrate.versioning.api [-] 90 -> 91... 
2021-05-19 01:38:58.332 | INFO migrate.versioning.api [-] done
2021-05-19 01:38:58.332 | INFO migrate.versioning.api [-] 91 -> 92... 
2021-05-19 01:38:59.180 | ++ inc/async:async_inner:64                 :   rc=0
2021-05-19 01:38:59.207 | [80409 Async install_tempest:80409]: finished successfully
2021-05-19 01:39:00.480 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:00.480 | INFO migrate.versioning.api [-] 92 -> 93... 
2021-05-19 01:39:02.755 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:02.755 | INFO migrate.versioning.api [-] 93 -> 94... 
2021-05-19 01:39:04.538 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:04.538 | INFO migrate.versioning.api [-] 94 -> 95... 
2021-05-19 01:39:05.714 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:05.714 | INFO migrate.versioning.api [-] 95 -> 96... 
2021-05-19 01:39:05.783 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:05.783 | INFO migrate.versioning.api [-] 96 -> 97... 
2021-05-19 01:39:05.852 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:05.852 | INFO migrate.versioning.api [-] 97 -> 98... 
2021-05-19 01:39:05.948 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:05.949 | INFO migrate.versioning.api [-] 98 -> 99... 
2021-05-19 01:39:06.024 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:06.024 | INFO migrate.versioning.api [-] 99 -> 100... 
2021-05-19 01:39:06.103 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:06.103 | INFO migrate.versioning.api [-] 100 -> 101... 
2021-05-19 01:39:06.188 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:06.189 | INFO migrate.versioning.api [-] 101 -> 102... 
2021-05-19 01:39:06.538 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:06.538 | INFO migrate.versioning.api [-] 102 -> 103... 
2021-05-19 01:39:06.972 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:06.972 | INFO migrate.versioning.api [-] 103 -> 104... 
2021-05-19 01:39:07.034 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:07.034 | INFO migrate.versioning.api [-] 104 -> 105... 
2021-05-19 01:39:07.657 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:07.657 | INFO migrate.versioning.api [-] 105 -> 106... 
2021-05-19 01:39:08.480 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:08.480 | INFO migrate.versioning.api [-] 106 -> 107... 
2021-05-19 01:39:09.309 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:09.309 | INFO migrate.versioning.api [-] 107 -> 108... 
2021-05-19 01:39:09.816 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:09.816 | INFO migrate.versioning.api [-] 108 -> 109... 
2021-05-19 01:39:10.189 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:10.189 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:10.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.190 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.190 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.191 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.194 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.194 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.195 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.196 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.196 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.199 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.200 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.202 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.202 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.202 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.210 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:10.210 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:10.210 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:10.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.210 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.210 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.210 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.211 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.211 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.211 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.212 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.212 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.213 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.213 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.213 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.214 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.216 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.216 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.216 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.217 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:10.217 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:10.218 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:10.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.219 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.219 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.219 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.221 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.221 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.221 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.221 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.221 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.221 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.221 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.222 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.222 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.222 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.222 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.223 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.223 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.224 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.224 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.225 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.225 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.227 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.233 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.233 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.234 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.234 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.234 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.234 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:10.234 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:10.238 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:10.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.241 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.241 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.241 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.242 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.242 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.243 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.243 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.243 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.243 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.243 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.243 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.244 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.244 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.245 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.245 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.245 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.245 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.245 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.245 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.245 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.246 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.246 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.246 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.246 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.247 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.247 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.247 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.247 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.248 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.248 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.248 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.248 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.248 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.248 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.248 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.249 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.249 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.249 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.249 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.250 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.250 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.251 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.251 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.251 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.251 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.252 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.252 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.252 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.252 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.253 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.253 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.253 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.255 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.255 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.255 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.255 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.255 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.256 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.256 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.257 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.257 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.259 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.259 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.259 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.259 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.260 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.260 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.261 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.262 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.262 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.262 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.262 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.262 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.264 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:10.264 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:10.324 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:10.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.326 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.326 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.326 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.326 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.326 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.326 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.326 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.327 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.327 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.328 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.328 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.328 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.328 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.328 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.329 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.330 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.330 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.330 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.331 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.331 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.331 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.331 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.332 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.332 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.332 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.332 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.334 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.334 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.334 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.334 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.335 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.335 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.336 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.336 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.337 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.337 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.337 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.338 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.338 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.338 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.338 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.340 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.340 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.341 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.341 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.342 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.342 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.343 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.344 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.344 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.344 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.344 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.344 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.346 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.346 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.346 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.347 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.349 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:10.349 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:10.349 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:10.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.352 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.353 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.353 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.353 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.353 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.353 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.354 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.354 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.355 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.355 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.355 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.355 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.356 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.356 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.357 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.357 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.357 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.357 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.357 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.358 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.358 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.358 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.359 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.359 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.359 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.360 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.360 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.361 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.361 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.362 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.362 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.362 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.362 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.362 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.363 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.363 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.363 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.363 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.365 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.365 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.366 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.366 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.367 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.367 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.368 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.368 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.368 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.368 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.369 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.369 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.370 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.371 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.371 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.371 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.371 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.373 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:10.373 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:10.378 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:10.379 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.379 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.379 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.379 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.380 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.380 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.380 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.380 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.380 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.380 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.380 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.381 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.381 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.382 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.382 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.382 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.382 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.382 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.383 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.384 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.384 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.384 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.384 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.385 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.385 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.385 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.386 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.386 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.386 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.386 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.387 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.387 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.388 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.388 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.388 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.389 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.390 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.390 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.390 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.390 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.391 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.391 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.391 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.391 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.393 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.393 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.394 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.394 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.395 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.396 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.396 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.397 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.397 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.397 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.397 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.397 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.398 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.398 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.398 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.398 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.399 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.400 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.400 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.400 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.400 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.401 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.401 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.401 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.401 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.401 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.401 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.401 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.402 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.402 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.402 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:10.402 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:10.402 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:10.402 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:10.408 | INFO migrate.versioning.api [-] 0 -> 1... 
2021-05-19 01:39:10.479 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:10.479 | INFO migrate.versioning.api [-] 1 -> 2... 
2021-05-19 01:39:10.543 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:10.543 | INFO migrate.versioning.api [-] 2 -> 3... 
2021-05-19 01:39:11.652 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:11.652 | INFO migrate.versioning.api [-] 3 -> 4... 
2021-05-19 01:39:11.724 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:11.725 | INFO migrate.versioning.api [-] 4 -> 5... 
2021-05-19 01:39:11.788 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:11.788 | INFO migrate.versioning.api [-] 5 -> 6... 
2021-05-19 01:39:11.954 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:11.955 | INFO migrate.versioning.api [-] 6 -> 7... 
2021-05-19 01:39:12.046 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:12.046 | INFO migrate.versioning.api [-] 7 -> 8... 
2021-05-19 01:39:12.131 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:12.131 | INFO migrate.versioning.api [-] 8 -> 9... 
2021-05-19 01:39:12.211 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:12.212 | INFO migrate.versioning.api [-] 9 -> 10... 
2021-05-19 01:39:13.440 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:13.440 | INFO migrate.versioning.api [-] 10 -> 11... 
2021-05-19 01:39:13.515 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:13.515 | INFO migrate.versioning.api [-] 11 -> 12... 
2021-05-19 01:39:15.120 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:15.120 | INFO migrate.versioning.api [-] 12 -> 13... 
2021-05-19 01:39:15.177 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:15.177 | INFO migrate.versioning.api [-] 13 -> 14... 
2021-05-19 01:39:16.674 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:16.674 | INFO migrate.versioning.api [-] 14 -> 15... 
2021-05-19 01:39:16.732 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:16.732 | INFO migrate.versioning.api [-] 15 -> 16... 
2021-05-19 01:39:17.217 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:17.217 | INFO migrate.versioning.api [-] 16 -> 17... 
2021-05-19 01:39:17.280 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:17.280 | INFO migrate.versioning.api [-] 17 -> 18... 
2021-05-19 01:39:17.331 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:17.331 | INFO migrate.versioning.api [-] 18 -> 19... 
2021-05-19 01:39:17.394 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:17.394 | INFO migrate.versioning.api [-] 19 -> 20... 
2021-05-19 01:39:17.446 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:17.446 | INFO migrate.versioning.api [-] 20 -> 21... 
2021-05-19 01:39:17.513 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:17.513 | INFO migrate.versioning.api [-] 21 -> 22... 
2021-05-19 01:39:17.890 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:17.891 | INFO migrate.versioning.api [-] 22 -> 23... 
2021-05-19 01:39:18.308 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:18.309 | INFO migrate.versioning.api [-] 23 -> 24... 
2021-05-19 01:39:18.902 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:18.902 | INFO migrate.versioning.api [-] 24 -> 25... 
2021-05-19 01:39:18.983 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:18.983 | INFO migrate.versioning.api [-] 25 -> 26... 
2021-05-19 01:39:19.062 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:19.063 | INFO migrate.versioning.api [-] 26 -> 27... 
2021-05-19 01:39:19.124 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:19.124 | INFO migrate.versioning.api [-] 27 -> 28... 
2021-05-19 01:39:19.349 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:19.349 | INFO migrate.versioning.api [-] 28 -> 29... 
2021-05-19 01:39:19.400 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:19.400 | INFO migrate.versioning.api [-] 29 -> 30... 
2021-05-19 01:39:19.930 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:19.930 | INFO migrate.versioning.api [-] 30 -> 31... 
2021-05-19 01:39:20.394 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:20.394 | INFO migrate.versioning.api [-] 31 -> 32... 
2021-05-19 01:39:20.977 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:20.977 | INFO migrate.versioning.api [-] 32 -> 33... 
2021-05-19 01:39:22.863 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:22.863 | INFO migrate.versioning.api [-] 33 -> 34... 
2021-05-19 01:39:23.657 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:23.657 | INFO migrate.versioning.api [-] 34 -> 35... 
2021-05-19 01:39:23.960 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:23.960 | INFO migrate.versioning.api [-] 35 -> 36... 
2021-05-19 01:39:24.223 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:24.223 | INFO migrate.versioning.api [-] 36 -> 37... 
2021-05-19 01:39:24.296 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:24.296 | INFO migrate.versioning.api [-] 37 -> 38... 
2021-05-19 01:39:24.382 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:24.382 | INFO migrate.versioning.api [-] 38 -> 39... 
2021-05-19 01:39:24.461 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:24.461 | INFO migrate.versioning.api [-] 39 -> 40... 
2021-05-19 01:39:24.537 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:24.537 | INFO migrate.versioning.api [-] 40 -> 41... 
2021-05-19 01:39:24.583 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:24.583 | INFO migrate.versioning.api [-] 41 -> 42... 
2021-05-19 01:39:24.634 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:24.634 | INFO migrate.versioning.api [-] 42 -> 43... 
2021-05-19 01:39:24.674 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:24.674 | INFO migrate.versioning.api [-] 43 -> 44... 
2021-05-19 01:39:24.754 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:24.754 | INFO migrate.versioning.api [-] 44 -> 45... 
2021-05-19 01:39:25.371 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:25.371 | INFO migrate.versioning.api [-] 45 -> 46... 
2021-05-19 01:39:25.411 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:25.411 | INFO migrate.versioning.api [-] 46 -> 47... 
2021-05-19 01:39:30.051 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:30.051 | INFO migrate.versioning.api [-] 47 -> 48... 
2021-05-19 01:39:31.897 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:31.897 | INFO migrate.versioning.api [-] 48 -> 49... 
2021-05-19 01:39:31.977 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:31.977 | INFO migrate.versioning.api [-] 49 -> 50... 
2021-05-19 01:39:32.074 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:32.074 | INFO migrate.versioning.api [-] 50 -> 51... 
2021-05-19 01:39:32.137 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:32.137 | INFO migrate.versioning.api [-] 51 -> 52... 
2021-05-19 01:39:32.206 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:32.206 | INFO migrate.versioning.api [-] 52 -> 53... 
2021-05-19 01:39:32.491 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:32.491 | INFO migrate.versioning.api [-] 53 -> 54... 
2021-05-19 01:39:32.566 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:32.566 | INFO migrate.versioning.api [-] 54 -> 55... 
2021-05-19 01:39:32.947 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:32.947 | INFO migrate.versioning.api [-] 55 -> 56... 
2021-05-19 01:39:33.867 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:33.867 | INFO migrate.versioning.api [-] 56 -> 57... 
2021-05-19 01:39:33.977 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:33.978 | INFO migrate.versioning.api [-] 57 -> 58... 
2021-05-19 01:39:34.080 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:34.080 | INFO migrate.versioning.api [-] 58 -> 59... 
2021-05-19 01:39:34.165 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:34.166 | INFO migrate.versioning.api [-] 59 -> 60... 
2021-05-19 01:39:34.253 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:34.253 | INFO migrate.versioning.api [-] 60 -> 61... 
2021-05-19 01:39:34.320 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:34.320 | INFO migrate.versioning.api [-] 61 -> 62... 
2021-05-19 01:39:34.868 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:34.868 | INFO migrate.versioning.api [-] 62 -> 63... 
2021-05-19 01:39:35.055 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:35.055 | INFO migrate.versioning.api [-] 63 -> 64... 
2021-05-19 01:39:35.457 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:35.457 | INFO migrate.versioning.api [-] 64 -> 65... 
2021-05-19 01:39:37.343 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:37.343 | INFO migrate.versioning.api [-] 65 -> 66... 
2021-05-19 01:39:38.232 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:38.232 | INFO migrate.versioning.api [-] 66 -> 67... 
2021-05-19 01:39:38.318 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:38.319 | INFO migrate.versioning.api [-] 67 -> 68... 
2021-05-19 01:39:38.388 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:38.388 | INFO migrate.versioning.api [-] 68 -> 69... 
2021-05-19 01:39:38.439 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:38.440 | INFO migrate.versioning.api [-] 69 -> 70... 
2021-05-19 01:39:38.508 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:38.508 | INFO migrate.versioning.api [-] 70 -> 71... 
2021-05-19 01:39:38.560 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:38.560 | INFO migrate.versioning.api [-] 71 -> 72... 
2021-05-19 01:39:38.611 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:38.611 | INFO migrate.versioning.api [-] 72 -> 73... 
2021-05-19 01:39:39.598 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:39.598 | INFO migrate.versioning.api [-] 73 -> 74... 
2021-05-19 01:39:39.661 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:39.661 | INFO migrate.versioning.api [-] 74 -> 75... 
2021-05-19 01:39:39.741 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:39.741 | INFO migrate.versioning.api [-] 75 -> 76... 
2021-05-19 01:39:39.817 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:39.817 | INFO migrate.versioning.api [-] 76 -> 77... 
2021-05-19 01:39:39.862 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:39.863 | INFO migrate.versioning.api [-] 77 -> 78... 
2021-05-19 01:39:39.938 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:39.938 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:39.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.943 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.943 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.943 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.943 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.944 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.944 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.944 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.944 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.944 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.944 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.944 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.944 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.945 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.945 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.945 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.945 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.946 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.946 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.947 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.948 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.948 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.948 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.948 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.949 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.949 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.949 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.949 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.950 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.950 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.950 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.950 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.950 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.950 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.951 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.951 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.951 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.952 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.952 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.952 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.952 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.953 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.953 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.954 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.955 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.955 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.956 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.956 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.956 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.956 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.957 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.957 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.957 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.957 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.958 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.958 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.961 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.961 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.961 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.962 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.962 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.962 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.963 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.966 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.966 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.966 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:39.966 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:39.966 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:39.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.967 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.968 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.968 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.968 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.968 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.969 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.969 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.969 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.970 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.970 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.970 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.971 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.971 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.972 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.972 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.972 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.972 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.972 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.973 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.973 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.973 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.974 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.974 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.974 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.975 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.975 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.975 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.976 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.977 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.977 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.977 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.978 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.978 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.978 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.978 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.978 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.980 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.980 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.981 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.981 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.982 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.982 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.984 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.984 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.985 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.985 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.985 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.985 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.987 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.987 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.987 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.988 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.989 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:39.989 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:39.990 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:39.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.992 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.993 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.993 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.993 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.994 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.994 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.994 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.994 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.995 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.995 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.996 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.996 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.996 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.996 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.997 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.997 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.997 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.998 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.998 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.998 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.998 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.998 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:39.999 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:39.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.000 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.000 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.001 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.001 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.001 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.002 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.003 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.003 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.003 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.003 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.004 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.004 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.004 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.004 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.004 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.006 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.006 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.007 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.007 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.008 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.008 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.009 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.010 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.010 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.010 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.010 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.010 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.012 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.012 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.012 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.013 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.015 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:40.015 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:40.021 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:40.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.022 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.022 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.023 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.023 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.024 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.025 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.025 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.026 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.026 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.026 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.027 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.027 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.027 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.027 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.027 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.028 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.028 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.028 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.029 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.031 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.031 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.032 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.032 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.032 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.032 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.032 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.033 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.033 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.033 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.033 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.033 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.033 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.033 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.034 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.034 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.034 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.035 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.035 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.035 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.035 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.035 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.035 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.036 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.036 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.036 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.038 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.038 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.039 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.039 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.039 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.040 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.040 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.040 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.040 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.041 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.041 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.043 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.043 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.043 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.043 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.044 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.044 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.044 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.044 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.045 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.045 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.045 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:40.046 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:40.123 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:40.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.124 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.124 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.126 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.126 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.127 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.127 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.132 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.132 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.132 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.132 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.132 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.132 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.132 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.132 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.132 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.133 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.133 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.133 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.133 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.133 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.133 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.133 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.134 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.134 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.134 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.134 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.135 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.135 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.135 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.135 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.136 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.136 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.136 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.137 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.137 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.138 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.138 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.138 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.139 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.140 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.141 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.141 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.142 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.142 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.143 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.143 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.145 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.145 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.145 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.145 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.146 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.146 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.146 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.146 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.147 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.147 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.147 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:40.147 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:40.148 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:40.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.149 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.150 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.150 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.151 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.152 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.153 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.153 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.153 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.154 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.154 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.155 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.156 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.156 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.157 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.158 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.158 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.158 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.158 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.158 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.159 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.159 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.159 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.159 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.159 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.160 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.160 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.160 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.160 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.160 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.161 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.161 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.166 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.166 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.166 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.166 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.166 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.167 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.167 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.167 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.167 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.167 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.167 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.167 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.167 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.167 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.167 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.169 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.169 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.169 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.169 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.170 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.170 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.171 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.171 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.172 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.172 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.172 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:40.172 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:40.177 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:40.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.178 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.178 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.179 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.179 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.181 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.181 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.182 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.182 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.182 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.182 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.183 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.183 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.183 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.184 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.184 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.184 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.184 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.184 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.184 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.184 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.185 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.185 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.185 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.185 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.187 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.187 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.187 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.187 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.187 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.187 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.188 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.188 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.188 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.188 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.188 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.189 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.189 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.189 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.189 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.189 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.190 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.190 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.190 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.190 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.190 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.191 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.191 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.191 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.192 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.192 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.192 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.193 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.193 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.194 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.195 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.195 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.195 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.195 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.195 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.196 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.196 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.196 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.199 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.199 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.199 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.199 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.200 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.200 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:40.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:40.200 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:40.200 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:40.207 | INFO migrate.versioning.api [-] 0 -> 1... 
2021-05-19 01:39:40.278 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:40.278 | INFO migrate.versioning.api [-] 1 -> 2... 
2021-05-19 01:39:40.359 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:40.359 | INFO migrate.versioning.api [-] 2 -> 3... 
2021-05-19 01:39:40.444 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:40.444 | INFO migrate.versioning.api [-] 3 -> 4... 
2021-05-19 01:39:40.532 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:40.532 | INFO migrate.versioning.api [-] 4 -> 5... 
2021-05-19 01:39:40.628 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:40.628 | INFO migrate.versioning.api [-] 5 -> 6... 
2021-05-19 01:39:40.720 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:40.720 | INFO migrate.versioning.api [-] 6 -> 7... 
2021-05-19 01:39:40.788 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:40.788 | INFO migrate.versioning.api [-] 7 -> 8... 
2021-05-19 01:39:40.868 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:40.868 | INFO migrate.versioning.api [-] 8 -> 9... 
2021-05-19 01:39:40.948 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:40.948 | INFO migrate.versioning.api [-] 9 -> 10... 
2021-05-19 01:39:41.049 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:41.049 | INFO migrate.versioning.api [-] 10 -> 11... 
2021-05-19 01:39:41.108 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:41.109 | INFO migrate.versioning.api [-] 11 -> 12... 
2021-05-19 01:39:41.222 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:41.223 | INFO migrate.versioning.api [-] 12 -> 13... 
2021-05-19 01:39:41.284 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:41.284 | INFO migrate.versioning.api [-] 13 -> 14... 
2021-05-19 01:39:41.411 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:41.411 | INFO migrate.versioning.api [-] 14 -> 15... 
2021-05-19 01:39:41.552 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:41.552 | INFO migrate.versioning.api [-] 15 -> 16... 
2021-05-19 01:39:41.611 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:41.611 | INFO migrate.versioning.api [-] 16 -> 17... 
2021-05-19 01:39:41.662 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:41.662 | INFO migrate.versioning.api [-] 17 -> 18... 
2021-05-19 01:39:41.714 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:41.714 | INFO migrate.versioning.api [-] 18 -> 19... 
2021-05-19 01:39:41.754 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:41.754 | INFO migrate.versioning.api [-] 19 -> 20... 
2021-05-19 01:39:41.799 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:41.799 | INFO migrate.versioning.api [-] 20 -> 21... 
2021-05-19 01:39:41.867 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:41.867 | INFO migrate.versioning.api [-] 21 -> 22... 
2021-05-19 01:39:41.953 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:41.953 | INFO migrate.versioning.api [-] 22 -> 23... 
2021-05-19 01:39:42.000 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:42.000 | INFO migrate.versioning.api [-] 23 -> 24... 
2021-05-19 01:39:42.079 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:42.080 | INFO migrate.versioning.api [-] 24 -> 25... 
2021-05-19 01:39:42.141 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:42.142 | INFO migrate.versioning.api [-] 25 -> 26... 
2021-05-19 01:39:42.221 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:42.221 | INFO migrate.versioning.api [-] 26 -> 27... 
2021-05-19 01:39:42.274 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:42.274 | INFO migrate.versioning.api [-] 27 -> 28... 
2021-05-19 01:39:42.342 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:42.343 | INFO migrate.versioning.api [-] 28 -> 29... 
2021-05-19 01:39:42.394 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:42.394 | INFO migrate.versioning.api [-] 29 -> 30... 
2021-05-19 01:39:42.461 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:42.461 | INFO migrate.versioning.api [-] 30 -> 31... 
2021-05-19 01:39:42.531 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:42.531 | INFO migrate.versioning.api [-] 31 -> 32... 
2021-05-19 01:39:42.588 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:42.589 | INFO migrate.versioning.api [-] 32 -> 33... 
2021-05-19 01:39:42.666 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:42.667 | INFO migrate.versioning.api [-] 33 -> 34... 
2021-05-19 01:39:42.798 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:42.799 | INFO migrate.versioning.api [-] 34 -> 35... 
2021-05-19 01:39:42.889 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:42.889 | INFO migrate.versioning.api [-] 35 -> 36... 
2021-05-19 01:39:43.033 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:43.033 | INFO migrate.versioning.api [-] 36 -> 37... 
2021-05-19 01:39:43.101 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:43.101 | INFO migrate.versioning.api [-] 37 -> 38... 
2021-05-19 01:39:43.169 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:43.170 | INFO migrate.versioning.api [-] 38 -> 39... 
2021-05-19 01:39:43.255 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:43.255 | INFO migrate.versioning.api [-] 39 -> 40... 
2021-05-19 01:39:43.312 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:43.313 | INFO migrate.versioning.api [-] 40 -> 41... 
2021-05-19 01:39:43.388 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:43.388 | INFO migrate.versioning.api [-] 41 -> 42... 
2021-05-19 01:39:43.455 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:43.455 | INFO migrate.versioning.api [-] 42 -> 43... 
2021-05-19 01:39:43.529 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:43.529 | INFO migrate.versioning.api [-] 43 -> 44... 
2021-05-19 01:39:43.594 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:43.594 | INFO migrate.versioning.api [-] 44 -> 45... 
2021-05-19 01:39:43.663 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:43.663 | INFO migrate.versioning.api [-] 45 -> 46... 
2021-05-19 01:39:43.760 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:43.760 | INFO migrate.versioning.api [-] 46 -> 47... 
2021-05-19 01:39:43.817 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:43.817 | INFO migrate.versioning.api [-] 47 -> 48... 
2021-05-19 01:39:43.863 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:43.863 | INFO migrate.versioning.api [-] 48 -> 49... 
2021-05-19 01:39:43.920 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:43.920 | INFO migrate.versioning.api [-] 49 -> 50... 
2021-05-19 01:39:44.028 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:44.028 | INFO migrate.versioning.api [-] 50 -> 51... 
2021-05-19 01:39:44.091 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:44.091 | INFO migrate.versioning.api [-] 51 -> 52... 
2021-05-19 01:39:44.153 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:44.154 | INFO migrate.versioning.api [-] 52 -> 53... 
2021-05-19 01:39:44.217 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:44.217 | INFO migrate.versioning.api [-] 53 -> 54... 
2021-05-19 01:39:44.274 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:44.274 | INFO migrate.versioning.api [-] 54 -> 55... 
2021-05-19 01:39:44.337 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:44.337 | INFO migrate.versioning.api [-] 55 -> 56... 
2021-05-19 01:39:44.394 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:44.394 | INFO migrate.versioning.api [-] 56 -> 57... 
2021-05-19 01:39:44.440 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:44.440 | INFO migrate.versioning.api [-] 57 -> 58... 
2021-05-19 01:39:44.525 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:44.525 | INFO migrate.versioning.api [-] 58 -> 59... 
2021-05-19 01:39:44.582 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:44.583 | INFO migrate.versioning.api [-] 59 -> 60... 
2021-05-19 01:39:44.645 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:44.645 | INFO migrate.versioning.api [-] 60 -> 61... 
2021-05-19 01:39:44.719 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:44.720 | INFO migrate.versioning.api [-] 61 -> 62... 
2021-05-19 01:39:44.788 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:44.788 | INFO migrate.versioning.api [-] 62 -> 63... 
2021-05-19 01:39:44.878 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:44.878 | INFO migrate.versioning.api [-] 63 -> 64... 
2021-05-19 01:39:44.998 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:44.998 | INFO migrate.versioning.api [-] 64 -> 65... 
2021-05-19 01:39:45.101 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:45.101 | INFO migrate.versioning.api [-] 65 -> 66... 
2021-05-19 01:39:45.171 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:45.171 | INFO migrate.versioning.api [-] 66 -> 67... 
2021-05-19 01:39:45.245 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:45.245 | INFO migrate.versioning.api [-] 67 -> 68... 
2021-05-19 01:39:45.314 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:45.314 | INFO migrate.versioning.api [-] 68 -> 69... 
2021-05-19 01:39:45.375 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:45.375 | INFO migrate.versioning.api [-] 69 -> 70... 
2021-05-19 01:39:45.449 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:45.449 | INFO migrate.versioning.api [-] 70 -> 71... 
2021-05-19 01:39:45.508 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:45.508 | INFO migrate.versioning.api [-] 71 -> 72... 
2021-05-19 01:39:45.575 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:45.575 | INFO migrate.versioning.api [-] 72 -> 73... 
2021-05-19 01:39:45.662 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:45.663 | INFO migrate.versioning.api [-] 73 -> 74... 
2021-05-19 01:39:45.714 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:45.714 | INFO migrate.versioning.api [-] 74 -> 75... 
2021-05-19 01:39:45.775 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:45.775 | INFO migrate.versioning.api [-] 75 -> 76... 
2021-05-19 01:39:45.880 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:45.880 | INFO migrate.versioning.api [-] 76 -> 77... 
2021-05-19 01:39:45.977 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:45.977 | INFO migrate.versioning.api [-] 77 -> 78... 
2021-05-19 01:39:46.074 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:46.074 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:46.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.077 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.078 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.078 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.079 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.079 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.079 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.079 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.080 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.080 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.080 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.081 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.081 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.081 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.081 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.082 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.082 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.082 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.082 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.083 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.083 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.083 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.085 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.085 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.085 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.086 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.086 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.087 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.087 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.088 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.088 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.088 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.088 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.090 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.091 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.091 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.091 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.092 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.092 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.093 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.093 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.093 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.100 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.100 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.100 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.100 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.101 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.101 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:46.101 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:46.101 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:46.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.103 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.103 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.104 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.104 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.106 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.106 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.106 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.107 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.107 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.107 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.108 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.108 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.108 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.108 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.108 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.109 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.109 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.110 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.112 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.112 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.112 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.112 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.112 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.113 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.113 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.113 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.113 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.114 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.114 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.114 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.114 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.114 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.114 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.115 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.115 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.115 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.116 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.116 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.116 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.117 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.117 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.117 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.119 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.120 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.120 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.120 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.120 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.120 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.121 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.122 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.123 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.124 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.124 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.124 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.124 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.124 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.125 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.125 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.126 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.126 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.126 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:46.126 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:46.126 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:46.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.127 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.128 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.129 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.129 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.130 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.130 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.131 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.131 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.132 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.132 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.132 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.133 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.133 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.133 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.133 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.134 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.134 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.135 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.136 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.136 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.136 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.136 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.137 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.138 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.138 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.138 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.138 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.138 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.138 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.139 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.139 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.140 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.140 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.140 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.140 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.141 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.141 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.141 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.143 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.143 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.144 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.144 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.144 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.144 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.145 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.145 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.145 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.145 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.146 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.146 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.148 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.148 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.148 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.149 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.149 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.149 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.150 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.150 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.150 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.150 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.150 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:46.151 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:46.156 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:46.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.160 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.160 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.161 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.161 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.161 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.161 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.161 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.162 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.162 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.162 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.163 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.163 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.163 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.163 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.164 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.164 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.164 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.164 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.164 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.165 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.165 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.166 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.166 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.166 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.167 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.167 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.168 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.168 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.169 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.169 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.170 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.170 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.170 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.170 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.172 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.172 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.173 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.173 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.174 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.174 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.175 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.175 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.175 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.176 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.176 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.178 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.178 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.178 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.178 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.181 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.181 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:46.181 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:46.254 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:46.255 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.255 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.255 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.255 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.257 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.257 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.258 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.258 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.258 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.258 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.259 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.259 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.260 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.260 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.260 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.260 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.261 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.261 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.261 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.261 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.262 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.262 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.262 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.262 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.262 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.262 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.264 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.264 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.264 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.264 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.264 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.266 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.266 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.266 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.266 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.267 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.267 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.267 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.267 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.268 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.268 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.268 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.268 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.269 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.269 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.269 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.269 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.270 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.270 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.270 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.273 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.273 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.274 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.274 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.274 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.274 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.274 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.274 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.274 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.275 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.275 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.275 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.275 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.278 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.278 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:46.278 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:46.278 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:46.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.281 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.281 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.283 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.283 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.283 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.283 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.283 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.283 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.284 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.285 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.285 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.285 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.285 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.287 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.287 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.287 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.287 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.287 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.287 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.287 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.287 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.287 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.289 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.289 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.289 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.289 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.289 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.290 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.290 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.291 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.291 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.292 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.292 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.292 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.292 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.294 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.294 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.295 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.295 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.295 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.296 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.296 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.297 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.297 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.297 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.298 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.300 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.300 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.300 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.301 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.303 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.303 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.303 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.303 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:46.303 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:46.308 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:39:46.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.311 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.312 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.312 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.313 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.313 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.313 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.313 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.314 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.314 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.315 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.315 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.316 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.316 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.316 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.317 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.317 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.317 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.318 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.318 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.318 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.318 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.319 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.319 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.319 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.319 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.319 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.320 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.320 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.321 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.321 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.321 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.321 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.322 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.322 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.322 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.322 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.323 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.324 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.324 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.325 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.325 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.325 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.326 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.326 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.326 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.326 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.326 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.326 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.326 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.327 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.327 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.330 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.330 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.330 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.330 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:39:46.332 | 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=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:39:46.333 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:39:46.333 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=82244) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:39:46.339 | INFO migrate.versioning.api [-] 0 -> 1... 
2021-05-19 01:39:46.432 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:46.432 | INFO migrate.versioning.api [-] 1 -> 2... 
2021-05-19 01:39:47.455 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:47.455 | INFO migrate.versioning.api [-] 2 -> 3... 
2021-05-19 01:39:49.707 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:49.707 | INFO migrate.versioning.api [-] 3 -> 4... 
2021-05-19 01:39:51.592 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:51.592 | INFO migrate.versioning.api [-] 4 -> 5... 
2021-05-19 01:39:51.657 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:51.657 | INFO migrate.versioning.api [-] 5 -> 6... 
2021-05-19 01:39:51.725 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:51.725 | INFO migrate.versioning.api [-] 6 -> 7... 
2021-05-19 01:39:51.792 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:51.792 | INFO migrate.versioning.api [-] 7 -> 8... 
2021-05-19 01:39:51.878 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:51.878 | INFO migrate.versioning.api [-] 8 -> 9... 
2021-05-19 01:39:51.969 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:51.969 | INFO migrate.versioning.api [-] 9 -> 10... 
2021-05-19 01:39:52.078 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:52.078 | INFO migrate.versioning.api [-] 10 -> 11... 
2021-05-19 01:39:52.571 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:52.571 | INFO migrate.versioning.api [-] 11 -> 12... 
2021-05-19 01:39:53.617 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:53.617 | INFO migrate.versioning.api [-] 12 -> 13... 
2021-05-19 01:39:55.143 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:55.143 | INFO migrate.versioning.api [-] 13 -> 14... 
2021-05-19 01:39:58.032 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:58.032 | INFO migrate.versioning.api [-] 14 -> 15... 
2021-05-19 01:39:58.856 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:58.856 | INFO migrate.versioning.api [-] 15 -> 16... 
2021-05-19 01:39:58.925 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:58.925 | INFO migrate.versioning.api [-] 16 -> 17... 
2021-05-19 01:39:58.993 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:58.993 | INFO migrate.versioning.api [-] 17 -> 18... 
2021-05-19 01:39:59.072 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:59.072 | INFO migrate.versioning.api [-] 18 -> 19... 
2021-05-19 01:39:59.140 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:59.140 | INFO migrate.versioning.api [-] 19 -> 20... 
2021-05-19 01:39:59.209 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:59.209 | INFO migrate.versioning.api [-] 20 -> 21... 
2021-05-19 01:39:59.268 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:59.268 | INFO migrate.versioning.api [-] 21 -> 22... 
2021-05-19 01:39:59.325 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:59.325 | INFO migrate.versioning.api [-] 22 -> 23... 
2021-05-19 01:39:59.382 | INFO migrate.versioning.api [-] done
2021-05-19 01:39:59.382 | INFO migrate.versioning.api [-] 23 -> 24... 
2021-05-19 01:40:00.200 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:00.200 | INFO migrate.versioning.api [-] 24 -> 25... 
2021-05-19 01:40:00.245 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:00.245 | INFO migrate.versioning.api [-] 25 -> 26... 
2021-05-19 01:40:00.323 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:00.324 | INFO migrate.versioning.api [-] 26 -> 27... 
2021-05-19 01:40:00.394 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:00.394 | INFO migrate.versioning.api [-] 27 -> 28... 
2021-05-19 01:40:00.468 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:00.468 | INFO migrate.versioning.api [-] 28 -> 29... 
2021-05-19 01:40:00.531 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:00.531 | INFO migrate.versioning.api [-] 29 -> 30... 
2021-05-19 01:40:00.588 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:00.588 | INFO migrate.versioning.api [-] 30 -> 31... 
2021-05-19 01:40:00.633 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:00.633 | INFO migrate.versioning.api [-] 31 -> 32... 
2021-05-19 01:40:00.832 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:00.832 | INFO migrate.versioning.api [-] 32 -> 33... 
2021-05-19 01:40:00.919 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:00.919 | INFO migrate.versioning.api [-] 33 -> 34... 
2021-05-19 01:40:01.091 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:01.091 | INFO migrate.versioning.api [-] 34 -> 35... 
2021-05-19 01:40:01.958 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:01.958 | INFO migrate.versioning.api [-] 35 -> 36... 
2021-05-19 01:40:02.748 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:02.748 | INFO migrate.versioning.api [-] 36 -> 37... 
2021-05-19 01:40:03.112 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:03.112 | INFO migrate.versioning.api [-] 37 -> 38... 
2021-05-19 01:40:03.180 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:03.180 | INFO migrate.versioning.api [-] 38 -> 39... 
2021-05-19 01:40:03.272 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:03.272 | INFO migrate.versioning.api [-] 39 -> 40... 
2021-05-19 01:40:03.330 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:03.330 | INFO migrate.versioning.api [-] 40 -> 41... 
2021-05-19 01:40:03.393 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:03.393 | INFO migrate.versioning.api [-] 41 -> 42... 
2021-05-19 01:40:03.474 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:03.474 | INFO migrate.versioning.api [-] 42 -> 43... 
2021-05-19 01:40:03.537 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:03.537 | INFO migrate.versioning.api [-] 43 -> 44... 
2021-05-19 01:40:03.588 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:03.588 | INFO migrate.versioning.api [-] 44 -> 45... 
2021-05-19 01:40:03.637 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:03.637 | INFO migrate.versioning.api [-] 45 -> 46... 
2021-05-19 01:40:03.691 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:03.691 | INFO migrate.versioning.api [-] 46 -> 47... 
2021-05-19 01:40:04.746 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:04.746 | INFO migrate.versioning.api [-] 47 -> 48... 
2021-05-19 01:40:04.791 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:04.792 | INFO migrate.versioning.api [-] 48 -> 49... 
2021-05-19 01:40:04.895 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:04.895 | INFO migrate.versioning.api [-] 49 -> 50... 
2021-05-19 01:40:04.991 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:04.991 | INFO migrate.versioning.api [-] 50 -> 51... 
2021-05-19 01:40:05.079 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:05.079 | INFO migrate.versioning.api [-] 51 -> 52... 
2021-05-19 01:40:05.147 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:05.147 | INFO migrate.versioning.api [-] 52 -> 53... 
2021-05-19 01:40:05.210 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:05.211 | INFO migrate.versioning.api [-] 53 -> 54... 
2021-05-19 01:40:06.028 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:06.028 | INFO migrate.versioning.api [-] 54 -> 55... 
2021-05-19 01:40:06.220 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:06.220 | INFO migrate.versioning.api [-] 55 -> 56... 
2021-05-19 01:40:06.277 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:06.277 | INFO migrate.versioning.api [-] 56 -> 57... 
2021-05-19 01:40:06.346 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:06.346 | INFO migrate.versioning.api [-] 57 -> 58... 
2021-05-19 01:40:06.408 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:06.408 | INFO migrate.versioning.api [-] 58 -> 59... 
2021-05-19 01:40:06.489 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:06.489 | INFO migrate.versioning.api [-] 59 -> 60... 
2021-05-19 01:40:06.559 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:06.559 | INFO migrate.versioning.api [-] 60 -> 61... 
2021-05-19 01:40:06.614 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:06.614 | INFO migrate.versioning.api [-] 61 -> 62... 
2021-05-19 01:40:06.668 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:06.668 | INFO migrate.versioning.api [-] 62 -> 63... 
2021-05-19 01:40:09.582 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:09.583 | INFO migrate.versioning.api [-] 63 -> 64... 
2021-05-19 01:40:09.645 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:09.645 | INFO migrate.versioning.api [-] 64 -> 65... 
2021-05-19 01:40:09.719 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:09.719 | INFO migrate.versioning.api [-] 65 -> 66... 
2021-05-19 01:40:09.788 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:09.788 | INFO migrate.versioning.api [-] 66 -> 67... 
2021-05-19 01:40:09.868 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:09.868 | INFO migrate.versioning.api [-] 67 -> 68... 
2021-05-19 01:40:09.965 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:09.965 | INFO migrate.versioning.api [-] 68 -> 69... 
2021-05-19 01:40:10.066 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:10.066 | INFO migrate.versioning.api [-] 69 -> 70... 
2021-05-19 01:40:10.146 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:10.146 | INFO migrate.versioning.api [-] 70 -> 71... 
2021-05-19 01:40:10.240 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:10.240 | INFO migrate.versioning.api [-] 71 -> 72... 
2021-05-19 01:40:10.614 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:10.615 | INFO migrate.versioning.api [-] 72 -> 73... 
2021-05-19 01:40:10.679 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:10.679 | INFO migrate.versioning.api [-] 73 -> 74... 
2021-05-19 01:40:10.736 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:10.737 | INFO migrate.versioning.api [-] 74 -> 75... 
2021-05-19 01:40:10.788 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:10.788 | INFO migrate.versioning.api [-] 75 -> 76... 
2021-05-19 01:40:10.839 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:10.839 | INFO migrate.versioning.api [-] 76 -> 77... 
2021-05-19 01:40:10.885 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:10.885 | INFO migrate.versioning.api [-] 77 -> 78... 
2021-05-19 01:40:10.959 | INFO migrate.versioning.api [-] done
2021-05-19 01:40:11.262 | + lib/keystone:init_keystone:455           :   time_stop dbsync
2021-05-19 01:40:11.265 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:40:11.267 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:40:11.271 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:40:11.273 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:40:11.276 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:40:11.278 | + functions-common:time_stop:2310          :   name=dbsync
2021-05-19 01:40:11.280 | + functions-common:time_stop:2311          :   start_time=1621388298725
2021-05-19 01:40:11.283 | + functions-common:time_stop:2313          :   [[ -z 1621388298725 ]]
2021-05-19 01:40:11.287 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:40:11.291 | + functions-common:time_stop:2316          :   end_time=1621388411288
2021-05-19 01:40:11.293 | + functions-common:time_stop:2317          :   elapsed_time=112563
2021-05-19 01:40:11.296 | + functions-common:time_stop:2318          :   total=0
2021-05-19 01:40:11.298 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:40:11.301 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=112563
2021-05-19 01:40:11.303 | + lib/keystone:init_keystone:457           :   [[ fernet == \f\e\r\n\e\t ]]
2021-05-19 01:40:11.305 | + lib/keystone:init_keystone:458           :   rm -rf /etc/keystone/fernet-keys/
2021-05-19 01:40:11.309 | + lib/keystone:init_keystone:459           :   /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup
2021-05-19 01:40:15.045 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it
2021-05-19 01:40:15.045 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp
2021-05-19 01:40:15.045 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0
2021-05-19 01:40:15.046 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0']
2021-05-19 01:40:15.046 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp
2021-05-19 01:40:15.047 | INFO keystone.common.fernet_utils [-] Current primary key is: 0
2021-05-19 01:40:15.048 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1
2021-05-19 01:40:15.048 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1
2021-05-19 01:40:15.048 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0
2021-05-19 01:40:15.328 | + lib/keystone:init_keystone:461           :   rm -rf /etc/keystone/credential-keys/
2021-05-19 01:40:15.333 | + lib/keystone:init_keystone:462           :   /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup
2021-05-19 01:40:18.968 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it
2021-05-19 01:40:18.968 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp
2021-05-19 01:40:18.968 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0
2021-05-19 01:40:18.969 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0']
2021-05-19 01:40:18.969 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp
2021-05-19 01:40:18.971 | INFO keystone.common.fernet_utils [-] Current primary key is: 0
2021-05-19 01:40:18.971 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1
2021-05-19 01:40:18.971 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1
2021-05-19 01:40:18.971 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0
2021-05-19 01:40:19.252 | + ./stack.sh:main:1081                     :   start_keystone
2021-05-19 01:40:19.254 | + lib/keystone:start_keystone:520          :   local service_port=5000
2021-05-19 01:40:19.257 | + lib/keystone:start_keystone:521          :   local auth_protocol=http
2021-05-19 01:40:19.259 | + lib/keystone:start_keystone:522          :   is_service_enabled tls-proxy
2021-05-19 01:40:19.276 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:40:19.278 | + lib/keystone:start_keystone:527          :   '[' uwsgi == mod_wsgi ']'
2021-05-19 01:40:19.282 | ++ lib/keystone:start_keystone:531          :   which uwsgi
2021-05-19 01:40:19.286 | + lib/keystone:start_keystone:531          :   run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' ''
2021-05-19 01:40:19.289 | + functions-common:run_process:1559        :   local service=keystone
2021-05-19 01:40:19.291 | + functions-common:run_process:1560        :   local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini'
2021-05-19 01:40:19.294 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:40:19.296 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:40:19.298 | + functions-common:run_process:1564        :   local name=keystone
2021-05-19 01:40:19.301 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:40:19.303 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:40:19.305 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:40:19.308 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:40:19.311 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:40:19.315 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621388419312
2021-05-19 01:40:19.318 | + functions-common:run_process:1567        :   is_service_enabled keystone
2021-05-19 01:40:19.333 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:40:19.336 | + functions-common:run_process:1568        :   _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ''
2021-05-19 01:40:19.338 | + functions-common:_run_under_systemd:1524 :   local service=keystone
2021-05-19 01:40:19.340 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini'
2021-05-19 01:40:19.343 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini'
2021-05-19 01:40:19.345 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini'
2021-05-19 01:40:19.348 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini'
2021-05-19 01:40:19.350 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]]
2021-05-19 01:40:19.353 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]]
2021-05-19 01:40:19.355 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@keystone.service
2021-05-19 01:40:19.358 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:40:19.360 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:40:19.362 | + functions-common:_run_under_systemd:1533 :   [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]]
2021-05-19 01:40:19.365 | + functions-common:_run_under_systemd:1534 :   write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu
2021-05-19 01:40:19.367 | + functions-common:write_uwsgi_user_unit_file:1468 :   local service=devstack@keystone.service
2021-05-19 01:40:19.369 | + functions-common:write_uwsgi_user_unit_file:1469 :   local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini'
2021-05-19 01:40:19.371 | + functions-common:write_uwsgi_user_unit_file:1470 :   local group=
2021-05-19 01:40:19.373 | + functions-common:write_uwsgi_user_unit_file:1471 :   local user=ubuntu
2021-05-19 01:40:19.376 | + functions-common:write_uwsgi_user_unit_file:1472 :   local unitfile=/etc/systemd/system/devstack@keystone.service
2021-05-19 01:40:19.378 | + functions-common:write_uwsgi_user_unit_file:1473 :   mkdir -p /etc/systemd/system
2021-05-19 01:40:19.382 | + functions-common:write_uwsgi_user_unit_file:1475 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service'
2021-05-19 01:40:19.441 | + functions-common:write_uwsgi_user_unit_file:1476 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service
2021-05-19 01:40:19.501 | + functions-common:write_uwsgi_user_unit_file:1477 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu
2021-05-19 01:40:19.551 | + functions-common:write_uwsgi_user_unit_file:1478 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini'
2021-05-19 01:40:19.600 | + functions-common:write_uwsgi_user_unit_file:1479 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:40:19.649 | + functions-common:write_uwsgi_user_unit_file:1480 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify
2021-05-19 01:40:19.699 | + functions-common:write_uwsgi_user_unit_file:1481 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process
2021-05-19 01:40:19.748 | + functions-common:write_uwsgi_user_unit_file:1482 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always
2021-05-19 01:40:19.798 | + functions-common:write_uwsgi_user_unit_file:1483 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all
2021-05-19 01:40:19.848 | + functions-common:write_uwsgi_user_unit_file:1484 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100
2021-05-19 01:40:19.898 | + functions-common:write_uwsgi_user_unit_file:1486 :   [[ -n '' ]]
2021-05-19 01:40:19.900 | + functions-common:write_uwsgi_user_unit_file:1489 :   iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target
2021-05-19 01:40:19.960 | + functions-common:write_uwsgi_user_unit_file:1492 :   sudo systemctl daemon-reload
2021-05-19 01:40:20.340 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@keystone.service
2021-05-19 01:40:20.360 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service.
2021-05-19 01:40:20.726 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@keystone.service
2021-05-19 01:40:20.803 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:40:20.806 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:40:20.808 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:40:20.818 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:40:20.819 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:40:20.819 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:40:20.819 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:40:20.820 | + functions-common:time_stop:2311          :   start_time=1621388419312
2021-05-19 01:40:20.823 | + functions-common:time_stop:2313          :   [[ -z 1621388419312 ]]
2021-05-19 01:40:20.828 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:40:20.832 | + functions-common:time_stop:2316          :   end_time=1621388420829
2021-05-19 01:40:20.834 | + functions-common:time_stop:2317          :   elapsed_time=1517
2021-05-19 01:40:20.837 | + functions-common:time_stop:2318          :   total=1663
2021-05-19 01:40:20.839 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:40:20.841 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=3180
2021-05-19 01:40:20.844 | + lib/keystone:start_keystone:534          :   echo 'Waiting for keystone to start...'
2021-05-19 01:40:20.844 | Waiting for keystone to start...
2021-05-19 01:40:20.846 | + lib/keystone:start_keystone:540          :   local service_uri=http://10.222.0.39/identity/v3/
2021-05-19 01:40:20.849 | + lib/keystone:start_keystone:542          :   wait_for_service 60 http://10.222.0.39/identity/v3/
2021-05-19 01:40:20.855 | + functions:wait_for_service:457           :   local timeout=60
2021-05-19 01:40:20.855 | + functions:wait_for_service:458           :   local url=http://10.222.0.39/identity/v3/
2021-05-19 01:40:20.856 | + functions:wait_for_service:459           :   local rval=0
2021-05-19 01:40:20.858 | + functions:wait_for_service:460           :   time_start wait_for_service
2021-05-19 01:40:20.861 | + functions-common:time_start:2290         :   local name=wait_for_service
2021-05-19 01:40:20.864 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:40:20.866 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:40:20.869 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:40:20.874 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621388420871
2021-05-19 01:40:20.876 | + functions:wait_for_service:461           :   timeout 60 bash -x
2021-05-19 01:40:20.882 | ++ ::                                       :   curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.39/identity/v3/
2021-05-19 01:40:26.483 | + ::                                       :   [[ 200 == 503 ]]
2021-05-19 01:40:26.485 | + ::                                       :   [[ 0 -eq 7 ]]
2021-05-19 01:40:26.488 | + functions:wait_for_service:466           :   time_stop wait_for_service
2021-05-19 01:40:26.490 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:40:26.493 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:40:26.495 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:40:26.497 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:40:26.500 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:40:26.502 | + functions-common:time_stop:2310          :   name=wait_for_service
2021-05-19 01:40:26.505 | + functions-common:time_stop:2311          :   start_time=1621388420871
2021-05-19 01:40:26.507 | + functions-common:time_stop:2313          :   [[ -z 1621388420871 ]]
2021-05-19 01:40:26.510 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:40:26.514 | + functions-common:time_stop:2316          :   end_time=1621388426512
2021-05-19 01:40:26.517 | + functions-common:time_stop:2317          :   elapsed_time=5641
2021-05-19 01:40:26.520 | + functions-common:time_stop:2318          :   total=0
2021-05-19 01:40:26.522 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:40:26.524 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=5641
2021-05-19 01:40:26.527 | + functions:wait_for_service:467           :   return 0
2021-05-19 01:40:26.529 | + lib/keystone:start_keystone:547          :   is_service_enabled tls-proxy
2021-05-19 01:40:26.546 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:40:26.548 | + lib/keystone:start_keystone:553          :   restart_service memcached
2021-05-19 01:40:26.551 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-05-19 01:40:26.553 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart memcached
2021-05-19 01:40:26.580 | + ./stack.sh:main:1082                     :   bootstrap_keystone
2021-05-19 01:40:26.585 | + lib/keystone:bootstrap_keystone:576      :   /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password Passw0rd --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-admin-url http://10.222.0.39/identity --bootstrap-public-url http://10.222.0.39/identity
2021-05-19 01:40:30.375 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.375 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.375 | 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=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.387 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.406 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.406 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.437 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.473 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.473 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.565 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.565 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.566 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.566 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.566 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.566 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.578 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.579 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.579 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.579 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.579 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.579 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.580 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.587 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.590 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.590 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.590 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.590 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.591 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.591 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.591 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=83249) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}}
2021-05-19 01:40:30.633 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=83249) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2021-05-19 01:40:31.087 | INFO keystone.cmd.bootstrap [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] Created domain default
2021-05-19 01:40:31.194 | INFO keystone.cmd.bootstrap [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] Created project admin
2021-05-19 01:40:31.223 | DEBUG passlib.handlers.bcrypt [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] detected 'bcrypt' backend, version '3.2.0' {{(pid=83249) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}}
2021-05-19 01:40:31.224 | DEBUG passlib.handlers.bcrypt [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=83249) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}}
2021-05-19 01:40:31.335 | INFO keystone.cmd.bootstrap [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] Created user admin
2021-05-19 01:40:31.432 | INFO keystone.cmd.bootstrap [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] Created role reader
2021-05-19 01:40:31.501 | INFO keystone.cmd.bootstrap [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] Created role member
2021-05-19 01:40:31.578 | INFO keystone.cmd.bootstrap [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] Created implied role where 0c6d3f64055549ba8e42e6acb44700b4 implies 3099d5ee07d34c548537456ee08f5b23
2021-05-19 01:40:31.632 | INFO keystone.cmd.bootstrap [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] Created role admin
2021-05-19 01:40:31.686 | INFO keystone.cmd.bootstrap [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] Created implied role where b0f381042c0b480a989e577ed83b5ef2 implies 0c6d3f64055549ba8e42e6acb44700b4
2021-05-19 01:40:31.747 | INFO keystone.cmd.bootstrap [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] Granted role admin on project admin to user admin.
2021-05-19 01:40:31.814 | INFO keystone.cmd.bootstrap [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] Granted role admin on the system to user admin.
2021-05-19 01:40:31.877 | WARNING py.warnings [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] /usr/local/lib/python3.8/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid.
2021-05-19 01:40:31.877 |   warnings.warn(('Invalid uuid: %s. To ensure interoperability, '
2021-05-19 01:40:31.878 | 
2021-05-19 01:40:31.881 | INFO keystone.cmd.bootstrap [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] Created region RegionOne
2021-05-19 01:40:32.075 | INFO keystone.cmd.bootstrap [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] Created public endpoint http://10.222.0.39/identity
2021-05-19 01:40:32.166 | INFO keystone.cmd.bootstrap [None req-7a2148ae-c02b-41a8-b07e-7702f95fbe5c None None] Created admin endpoint http://10.222.0.39/identity
2021-05-19 01:40:32.536 | + ./stack.sh:main:1085                     :   create_keystone_accounts
2021-05-19 01:40:32.538 | + lib/keystone:create_keystone_accounts:314 :   local admin_project
2021-05-19 01:40:32.542 | ++ lib/keystone:create_keystone_accounts:315 :   oscwrap project show admin -f value -c id
2021-05-19 01:40:35.466 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:35.466 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:35.466 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:35.466 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:35.609 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:40:35.612 | + lib/keystone:create_keystone_accounts:315 :   admin_project=59aacdaeaf9542af8d07d6dcf84a4db0
2021-05-19 01:40:35.614 | + lib/keystone:create_keystone_accounts:316 :   local admin_user
2021-05-19 01:40:35.617 | ++ lib/keystone:create_keystone_accounts:317 :   oscwrap user show admin -f value -c id
2021-05-19 01:40:37.626 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:37.626 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:37.626 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:37.626 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:37.769 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:40:37.772 | + lib/keystone:create_keystone_accounts:317 :   admin_user=e25caa108e1d4030ac5dd4f2184fd5b1
2021-05-19 01:40:37.774 | + lib/keystone:create_keystone_accounts:318 :   local admin_role=admin
2021-05-19 01:40:37.776 | + lib/keystone:create_keystone_accounts:319 :   local member_role=member
2021-05-19 01:40:37.779 | + lib/keystone:create_keystone_accounts:321 :   async_run ks-domain-role get_or_add_user_domain_role admin e25caa108e1d4030ac5dd4f2184fd5b1 default
2021-05-19 01:40:37.835 | + inc/async:async_inner:63                 :   get_or_add_user_domain_role admin e25caa108e1d4030ac5dd4f2184fd5b1 default
2021-05-19 01:40:37.873 | [11275 Async ks-domain-role:83363]: running: get_or_add_user_domain_role admin e25caa108e1d4030ac5dd4f2184fd5b1 default
2021-05-19 01:40:37.875 | + lib/keystone:create_keystone_accounts:324 :   get_or_create_domain Default
2021-05-19 01:40:37.878 | + functions-common:get_or_create_domain:792 :   local domain_id
2021-05-19 01:40:37.881 | ++ functions-common:get_or_create_domain:804 :   oscwrap domain show Default -f value -c id
2021-05-19 01:40:40.070 | + functions-common:get_or_create_domain:802 :   domain_id=default
2021-05-19 01:40:40.072 | + functions-common:get_or_create_domain:803 :   echo default
2021-05-19 01:40:40.072 | default
2021-05-19 01:40:40.074 | + lib/keystone:create_keystone_accounts:325 :   async_run ks-project get_or_create_project service Default
2021-05-19 01:40:40.135 | + inc/async:async_inner:63                 :   get_or_create_project service Default
2021-05-19 01:40:40.178 | [11275 Async ks-project:83502]: running: get_or_create_project service Default
2021-05-19 01:40:40.181 | + lib/keystone:create_keystone_accounts:328 :   async_run ks-service get_or_create_role service
2021-05-19 01:40:40.248 | + inc/async:async_inner:63                 :   get_or_create_role service
2021-05-19 01:40:40.290 | [11275 Async ks-service:83588]: running: get_or_create_role service
2021-05-19 01:40:40.293 | + lib/keystone:create_keystone_accounts:334 :   async_run ks-reseller get_or_create_role ResellerAdmin
2021-05-19 01:40:40.358 | + inc/async:async_inner:63                 :   get_or_create_role ResellerAdmin
2021-05-19 01:40:40.484 | [11275 Async ks-reseller:83674]: running: get_or_create_role ResellerAdmin
2021-05-19 01:40:40.507 | + lib/keystone:create_keystone_accounts:338 :   local another_role=anotherrole
2021-05-19 01:40:40.527 | + lib/keystone:create_keystone_accounts:339 :   async_run ks-anotherrole get_or_create_role anotherrole
2021-05-19 01:40:40.959 | + inc/async:async_inner:63                 :   get_or_create_role anotherrole
2021-05-19 01:40:41.194 | [11275 Async ks-anotherrole:83765]: running: get_or_create_role anotherrole
2021-05-19 01:40:41.211 | + lib/keystone:create_keystone_accounts:342 :   local invis_project
2021-05-19 01:40:41.247 | ++ lib/keystone:create_keystone_accounts:343 :   get_or_create_project invisible_to_admin default
2021-05-19 01:40:41.271 | ++ functions-common:get_or_create_project:847 :   local project_id
2021-05-19 01:40:41.315 | +++ functions-common:get_or_create_project:855 :   oscwrap project create invisible_to_admin --domain=default --or-show -f value -c id
2021-05-19 01:40:43.134 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:40:43.343 | [83588 Async ks-service:83588]: finished successfully
2021-05-19 01:40:43.622 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:40:43.650 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:40:43.668 | [83674 Async ks-reseller:83674]: finished successfully
2021-05-19 01:40:43.723 | [83502 Async ks-project:83502]: finished successfully
2021-05-19 01:40:44.100 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:40:44.132 | [83765 Async ks-anotherrole:83765]: finished successfully
2021-05-19 01:40:44.421 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:44.421 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:44.421 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:44.421 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:44.569 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:40:44.572 | ++ functions-common:get_or_create_project:853 :   project_id=61a955f1bd784f79995ca7c32174e643
2021-05-19 01:40:44.574 | ++ functions-common:get_or_create_project:854 :   echo 61a955f1bd784f79995ca7c32174e643
2021-05-19 01:40:44.577 | + lib/keystone:create_keystone_accounts:343 :   invis_project=61a955f1bd784f79995ca7c32174e643
2021-05-19 01:40:44.579 | + lib/keystone:create_keystone_accounts:346 :   local demo_project
2021-05-19 01:40:44.582 | ++ lib/keystone:create_keystone_accounts:347 :   get_or_create_project demo default
2021-05-19 01:40:44.585 | ++ functions-common:get_or_create_project:847 :   local project_id
2021-05-19 01:40:44.588 | +++ functions-common:get_or_create_project:855 :   oscwrap project create demo --domain=default --or-show -f value -c id
2021-05-19 01:40:45.739 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:40:45.763 | [83363 Async ks-domain-role:83363]: finished successfully
2021-05-19 01:40:46.702 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:46.702 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:46.702 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:46.702 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:46.845 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:40:46.849 | ++ functions-common:get_or_create_project:853 :   project_id=2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:40:46.852 | ++ functions-common:get_or_create_project:854 :   echo 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:40:46.854 | + lib/keystone:create_keystone_accounts:347 :   demo_project=2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:40:46.857 | + lib/keystone:create_keystone_accounts:348 :   local demo_user
2021-05-19 01:40:46.860 | ++ lib/keystone:create_keystone_accounts:350 :   get_or_create_user demo Passw0rd default demo@example.com
2021-05-19 01:40:46.865 | ++ functions-common:get_or_create_user:824  :   local user_id
2021-05-19 01:40:46.865 | ++ functions-common:get_or_create_user:825  :   [[ ! -z demo@example.com ]]
2021-05-19 01:40:46.868 | ++ functions-common:get_or_create_user:826  :   local email=--email=demo@example.com
2021-05-19 01:40:46.871 | +++ 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-05-19 01:40:49.027 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.027 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.027 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.027 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.170 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:40:49.173 | ++ functions-common:get_or_create_user:840  :   user_id=b3f572c4b08841a093079fc8150d8c69
2021-05-19 01:40:49.176 | ++ functions-common:get_or_create_user:841  :   echo b3f572c4b08841a093079fc8150d8c69
2021-05-19 01:40:49.179 | + lib/keystone:create_keystone_accounts:350 :   demo_user=b3f572c4b08841a093079fc8150d8c69
2021-05-19 01:40:49.181 | + lib/keystone:create_keystone_accounts:352 :   async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole
2021-05-19 01:40:49.231 | [11275 Async ks-domain-role:83363]: Waiting for completion of get_or_add_user_domain_role admin e25caa108e1d4030ac5dd4f2184fd5b1 default running on PID 83363 (6 other jobs running)
2021-05-19 01:40:49.256 | [11275 Async ks-domain-role:83363]: Signaling child to exit
2021-05-19 01:40:49.256 | WAKEUP
2021-05-19 01:40:49.279 | [11275 Async ks-domain-role:83363]: Signaled
2021-05-19 01:40:49.281 | + functions-common:get_or_add_user_domain_role:918 :   local user_role_id
2021-05-19 01:40:49.281 | ++ functions-common:get_or_add_user_domain_role:924 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:40:49.281 | ++ functions-common:get_or_add_user_domain_role:924 :   oscwrap role assignment list --role admin --user e25caa108e1d4030ac5dd4f2184fd5b1 --domain default
2021-05-19 01:40:49.281 | ++ functions-common:get_or_add_user_domain_role:924 :   get_field 1
2021-05-19 01:40:49.281 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:40:49.281 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:40:49.281 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.281 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.281 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.281 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.281 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:40:49.281 | + functions-common:get_or_add_user_domain_role:924 :   user_role_id=
2021-05-19 01:40:49.281 | + functions-common:get_or_add_user_domain_role:925 :   [[ -z '' ]]
2021-05-19 01:40:49.281 | + functions-common:get_or_add_user_domain_role:927 :   openstack role add admin --user e25caa108e1d4030ac5dd4f2184fd5b1 --domain default
2021-05-19 01:40:49.281 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.281 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.281 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.281 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.281 | ++ functions-common:get_or_add_user_domain_role:934 :   oscwrap role assignment list --role admin --user e25caa108e1d4030ac5dd4f2184fd5b1 --domain default
2021-05-19 01:40:49.281 | ++ functions-common:get_or_add_user_domain_role:934 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:40:49.281 | ++ functions-common:get_or_add_user_domain_role:934 :   get_field 1
2021-05-19 01:40:49.281 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:40:49.281 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:40:49.281 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.281 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.281 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.281 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.281 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:40:49.281 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:40:49.282 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:40:49.282 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:40:49.282 | ++ functions-common:get_field:733           :   echo '| b0f381042c0b480a989e577ed83b5ef2 | e25caa108e1d4030ac5dd4f2184fd5b1 |       |         | default |        | False     |'
2021-05-19 01:40:49.282 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:40:49.282 | + functions-common:get_or_add_user_domain_role:934 :   user_role_id=b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:40:49.282 | + functions-common:get_or_add_user_domain_role:936 :   echo b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:40:49.282 | b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:40:49.324 | [11275 Async ks-domain-role:83363]: finished get_or_add_user_domain_role admin e25caa108e1d4030ac5dd4f2184fd5b1 default with result 0 in 7 seconds
2021-05-19 01:40:49.331 | Not waiting for async task ks-domain that we never started or has already been waited for
2021-05-19 01:40:49.366 | [11275 Async ks-project:83502]: Waiting for completion of get_or_create_project service Default running on PID 83502 (5 other jobs running)
2021-05-19 01:40:49.390 | [11275 Async ks-project:83502]: Signaling child to exit
2021-05-19 01:40:49.390 | WAKEUP
2021-05-19 01:40:49.412 | [11275 Async ks-project:83502]: Signaled
2021-05-19 01:40:49.414 | + functions-common:get_or_create_project:847 :   local project_id
2021-05-19 01:40:49.414 | ++ functions-common:get_or_create_project:855 :   oscwrap project create service --domain=Default --or-show -f value -c id
2021-05-19 01:40:49.414 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.414 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.414 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.414 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.414 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:40:49.414 | + functions-common:get_or_create_project:853 :   project_id=fd69e8d36a8a48469e4ac8124744362c
2021-05-19 01:40:49.414 | + functions-common:get_or_create_project:854 :   echo fd69e8d36a8a48469e4ac8124744362c
2021-05-19 01:40:49.414 | fd69e8d36a8a48469e4ac8124744362c
2021-05-19 01:40:49.457 | [11275 Async ks-project:83502]: finished get_or_create_project service Default with result 0 in 3 seconds
2021-05-19 01:40:49.493 | [11275 Async ks-service:83588]: Waiting for completion of get_or_create_role service running on PID 83588 (4 other jobs running)
2021-05-19 01:40:49.517 | [11275 Async ks-service:83588]: Signaling child to exit
2021-05-19 01:40:49.517 | WAKEUP
2021-05-19 01:40:49.540 | [11275 Async ks-service:83588]: Signaled
2021-05-19 01:40:49.541 | + functions-common:get_or_create_role:860  :   local role_id
2021-05-19 01:40:49.541 | ++ functions-common:get_or_create_role:867  :   oscwrap role create service --or-show -f value -c id
2021-05-19 01:40:49.541 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.542 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.542 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.542 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.542 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:40:49.542 | + functions-common:get_or_create_role:865  :   role_id=06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:40:49.542 | + functions-common:get_or_create_role:866  :   echo 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:40:49.542 | 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:40:49.584 | [11275 Async ks-service:83588]: finished get_or_create_role service with result 0 in 3 seconds
2021-05-19 01:40:49.621 | [11275 Async ks-reseller:83674]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 83674 (3 other jobs running)
2021-05-19 01:40:49.647 | [11275 Async ks-reseller:83674]: Signaling child to exit
2021-05-19 01:40:49.648 | WAKEUP
2021-05-19 01:40:49.669 | [11275 Async ks-reseller:83674]: Signaled
2021-05-19 01:40:49.670 | + functions-common:get_or_create_role:860  :   local role_id
2021-05-19 01:40:49.670 | ++ functions-common:get_or_create_role:867  :   oscwrap role create ResellerAdmin --or-show -f value -c id
2021-05-19 01:40:49.670 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.670 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.670 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.670 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.671 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:40:49.671 | + functions-common:get_or_create_role:865  :   role_id=235c1cb6a77c4e22bab8983ceab5bf7d
2021-05-19 01:40:49.671 | + functions-common:get_or_create_role:866  :   echo 235c1cb6a77c4e22bab8983ceab5bf7d
2021-05-19 01:40:49.671 | 235c1cb6a77c4e22bab8983ceab5bf7d
2021-05-19 01:40:49.715 | [11275 Async ks-reseller:83674]: finished get_or_create_role ResellerAdmin with result 0 in 3 seconds
2021-05-19 01:40:49.751 | [11275 Async ks-anotherrole:83765]: Waiting for completion of get_or_create_role anotherrole running on PID 83765 (2 other jobs running)
2021-05-19 01:40:49.776 | [11275 Async ks-anotherrole:83765]: Signaling child to exit
2021-05-19 01:40:49.776 | WAKEUP
2021-05-19 01:40:49.797 | [11275 Async ks-anotherrole:83765]: Signaled
2021-05-19 01:40:49.798 | + functions-common:get_or_create_role:860  :   local role_id
2021-05-19 01:40:49.798 | ++ functions-common:get_or_create_role:867  :   oscwrap role create anotherrole --or-show -f value -c id
2021-05-19 01:40:49.799 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.799 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.799 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:49.799 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:49.799 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:40:49.799 | + functions-common:get_or_create_role:865  :   role_id=7864a9f810e049b08b81ef6a25a6d133
2021-05-19 01:40:49.799 | + functions-common:get_or_create_role:866  :   echo 7864a9f810e049b08b81ef6a25a6d133
2021-05-19 01:40:49.799 | 7864a9f810e049b08b81ef6a25a6d133
2021-05-19 01:40:49.843 | [11275 Async ks-anotherrole:83765]: finished get_or_create_role anotherrole with result 0 in 3 seconds
2021-05-19 01:40:49.850 | + inc/async:async_wait:197                 :   return 0
2021-05-19 01:40:49.852 | + lib/keystone:create_keystone_accounts:354 :   async_run ks-demo-member get_or_add_user_project_role member b3f572c4b08841a093079fc8150d8c69 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:40:49.917 | + inc/async:async_inner:63                 :   get_or_add_user_project_role member b3f572c4b08841a093079fc8150d8c69 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:40:49.965 | [11275 Async ks-demo-member:84631]: running: get_or_add_user_project_role member b3f572c4b08841a093079fc8150d8c69 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:40:49.967 | + lib/keystone:create_keystone_accounts:355 :   async_run ks-demo-admin get_or_add_user_project_role admin e25caa108e1d4030ac5dd4f2184fd5b1 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:40:50.028 | + inc/async:async_inner:63                 :   get_or_add_user_project_role admin e25caa108e1d4030ac5dd4f2184fd5b1 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:40:50.075 | [11275 Async ks-demo-admin:84743]: running: get_or_add_user_project_role admin e25caa108e1d4030ac5dd4f2184fd5b1 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:40:50.078 | + lib/keystone:create_keystone_accounts:356 :   async_run ks-demo-another get_or_add_user_project_role anotherrole b3f572c4b08841a093079fc8150d8c69 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:40:50.141 | + inc/async:async_inner:63                 :   get_or_add_user_project_role anotherrole b3f572c4b08841a093079fc8150d8c69 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:40:50.191 | [11275 Async ks-demo-another:84855]: running: get_or_add_user_project_role anotherrole b3f572c4b08841a093079fc8150d8c69 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:40:50.194 | + lib/keystone:create_keystone_accounts:357 :   async_run ks-demo-invis get_or_add_user_project_role member b3f572c4b08841a093079fc8150d8c69 61a955f1bd784f79995ca7c32174e643
2021-05-19 01:40:50.272 | + inc/async:async_inner:63                 :   get_or_add_user_project_role member b3f572c4b08841a093079fc8150d8c69 61a955f1bd784f79995ca7c32174e643
2021-05-19 01:40:50.334 | [11275 Async ks-demo-invis:84967]: running: get_or_add_user_project_role member b3f572c4b08841a093079fc8150d8c69 61a955f1bd784f79995ca7c32174e643
2021-05-19 01:40:50.338 | + lib/keystone:create_keystone_accounts:360 :   local alt_demo_project
2021-05-19 01:40:50.347 | ++ lib/keystone:create_keystone_accounts:361 :   get_or_create_project alt_demo default
2021-05-19 01:40:50.356 | ++ functions-common:get_or_create_project:847 :   local project_id
2021-05-19 01:40:50.364 | +++ functions-common:get_or_create_project:855 :   oscwrap project create alt_demo --domain=default --or-show -f value -c id
2021-05-19 01:40:53.153 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:53.153 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:53.153 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:53.154 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:53.439 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:40:53.460 | ++ functions-common:get_or_create_project:853 :   project_id=2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:40:53.482 | ++ functions-common:get_or_create_project:854 :   echo 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:40:53.503 | + lib/keystone:create_keystone_accounts:361 :   alt_demo_project=2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:40:53.523 | + lib/keystone:create_keystone_accounts:362 :   local alt_demo_user
2021-05-19 01:40:53.563 | ++ lib/keystone:create_keystone_accounts:364 :   get_or_create_user alt_demo Passw0rd default alt_demo@example.com
2021-05-19 01:40:53.583 | ++ functions-common:get_or_create_user:824  :   local user_id
2021-05-19 01:40:53.603 | ++ functions-common:get_or_create_user:825  :   [[ ! -z alt_demo@example.com ]]
2021-05-19 01:40:53.635 | ++ functions-common:get_or_create_user:826  :   local email=--email=alt_demo@example.com
2021-05-19 01:40:53.669 | +++ 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-05-19 01:40:56.348 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:56.348 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:56.348 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:40:56.348 |   from cryptography.utils import int_from_bytes
2021-05-19 01:40:56.534 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:40:56.552 | ++ functions-common:get_or_create_user:840  :   user_id=c789c7225d5b40e29e06904bfb1b720e
2021-05-19 01:40:56.576 | ++ functions-common:get_or_create_user:841  :   echo c789c7225d5b40e29e06904bfb1b720e
2021-05-19 01:40:56.599 | + lib/keystone:create_keystone_accounts:364 :   alt_demo_user=c789c7225d5b40e29e06904bfb1b720e
2021-05-19 01:40:56.615 | + lib/keystone:create_keystone_accounts:366 :   async_run ks-alt-member get_or_add_user_project_role member c789c7225d5b40e29e06904bfb1b720e 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:40:56.937 | + inc/async:async_inner:63                 :   get_or_add_user_project_role member c789c7225d5b40e29e06904bfb1b720e 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:40:57.165 | [11275 Async ks-alt-member:85326]: running: get_or_add_user_project_role member c789c7225d5b40e29e06904bfb1b720e 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:40:57.181 | + lib/keystone:create_keystone_accounts:367 :   async_run ks-alt-admin get_or_add_user_project_role admin e25caa108e1d4030ac5dd4f2184fd5b1 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:40:57.639 | + inc/async:async_inner:63                 :   get_or_add_user_project_role admin e25caa108e1d4030ac5dd4f2184fd5b1 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:40:57.862 | [11275 Async ks-alt-admin:85441]: running: get_or_add_user_project_role admin e25caa108e1d4030ac5dd4f2184fd5b1 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:40:57.883 | + lib/keystone:create_keystone_accounts:368 :   async_run ks-alt-another get_or_add_user_project_role anotherrole c789c7225d5b40e29e06904bfb1b720e 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:40:58.198 | + inc/async:async_inner:63                 :   get_or_add_user_project_role anotherrole c789c7225d5b40e29e06904bfb1b720e 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:40:58.438 | [11275 Async ks-alt-another:85553]: running: get_or_add_user_project_role anotherrole c789c7225d5b40e29e06904bfb1b720e 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:40:58.478 | + lib/keystone:create_keystone_accounts:371 :   local admin_group
2021-05-19 01:40:58.512 | ++ lib/keystone:create_keystone_accounts:373 :   get_or_create_group admins default 'openstack admin group'
2021-05-19 01:40:58.532 | ++ functions-common:get_or_create_group:809 :   local 'desc=openstack admin group'
2021-05-19 01:40:58.551 | ++ functions-common:get_or_create_group:810 :   local group_id
2021-05-19 01:40:58.579 | +++ functions-common:get_or_create_group:819 :   oscwrap group create admins --domain default --description 'openstack admin group' --or-show -f value -c id
2021-05-19 01:40:58.972 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:40:59.173 | [84855 Async ks-demo-another:84855]: finished successfully
2021-05-19 01:40:59.622 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:40:59.802 | [84631 Async ks-demo-member:84631]: finished successfully
2021-05-19 01:40:59.895 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:41:00.071 | [84967 Async ks-demo-invis:84967]: finished successfully
2021-05-19 01:41:00.167 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:41:00.362 | [84743 Async ks-demo-admin:84743]: finished successfully
2021-05-19 01:41:01.529 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:01.529 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:01.529 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:01.529 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:01.705 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:01.711 | ++ functions-common:get_or_create_group:817 :   group_id=f5782556503b4ef58dbcccfa70d6b72e
2021-05-19 01:41:01.713 | ++ functions-common:get_or_create_group:818 :   echo f5782556503b4ef58dbcccfa70d6b72e
2021-05-19 01:41:01.716 | + lib/keystone:create_keystone_accounts:373 :   admin_group=f5782556503b4ef58dbcccfa70d6b72e
2021-05-19 01:41:01.718 | + lib/keystone:create_keystone_accounts:374 :   local non_admin_group
2021-05-19 01:41:01.722 | ++ lib/keystone:create_keystone_accounts:376 :   get_or_create_group nonadmins default 'non-admin group'
2021-05-19 01:41:01.725 | ++ functions-common:get_or_create_group:809 :   local 'desc=non-admin group'
2021-05-19 01:41:01.727 | ++ functions-common:get_or_create_group:810 :   local group_id
2021-05-19 01:41:01.732 | +++ functions-common:get_or_create_group:819 :   oscwrap group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id
2021-05-19 01:41:03.929 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:03.930 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:03.930 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:03.930 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:04.103 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:04.107 | ++ functions-common:get_or_create_group:817 :   group_id=02e85c0b21f6432aaf797de4e0e2c327
2021-05-19 01:41:04.110 | ++ functions-common:get_or_create_group:818 :   echo 02e85c0b21f6432aaf797de4e0e2c327
2021-05-19 01:41:04.115 | + lib/keystone:create_keystone_accounts:376 :   non_admin_group=02e85c0b21f6432aaf797de4e0e2c327
2021-05-19 01:41:04.118 | + lib/keystone:create_keystone_accounts:378 :   async_run ks-group-memberdemo get_or_add_group_project_role member 02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:04.203 | + inc/async:async_inner:63                 :   get_or_add_group_project_role member 02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:04.281 | [11275 Async ks-group-memberdemo:86036]: running: get_or_add_group_project_role member 02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:04.299 | + lib/keystone:create_keystone_accounts:379 :   async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:04.731 | + inc/async:async_inner:63                 :   get_or_add_group_project_role anotherrole 02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:04.940 | [11275 Async ks-group-anotherdemo:86152]: running: get_or_add_group_project_role anotherrole 02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:04.963 | + lib/keystone:create_keystone_accounts:380 :   async_run ks-group-memberalt get_or_add_group_project_role member 02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:05.411 | + inc/async:async_inner:63                 :   get_or_add_group_project_role member 02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:05.635 | [11275 Async ks-group-memberalt:86241]: running: get_or_add_group_project_role member 02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:05.664 | + lib/keystone:create_keystone_accounts:381 :   async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:06.083 | + inc/async:async_inner:63                 :   get_or_add_group_project_role anotherrole 02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:06.279 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:41:06.336 | [11275 Async ks-group-anotheralt:86329]: running: get_or_add_group_project_role anotherrole 02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:06.367 | + lib/keystone:create_keystone_accounts:382 :   async_run ks-group-admin get_or_add_group_project_role admin f5782556503b4ef58dbcccfa70d6b72e 59aacdaeaf9542af8d07d6dcf84a4db0
2021-05-19 01:41:06.452 | [85326 Async ks-alt-member:85326]: finished successfully
2021-05-19 01:41:06.896 | + inc/async:async_inner:63                 :   get_or_add_group_project_role admin f5782556503b4ef58dbcccfa70d6b72e 59aacdaeaf9542af8d07d6dcf84a4db0
2021-05-19 01:41:07.161 | [11275 Async ks-group-admin:86464]: running: get_or_add_group_project_role admin f5782556503b4ef58dbcccfa70d6b72e 59aacdaeaf9542af8d07d6dcf84a4db0
2021-05-19 01:41:07.191 | + lib/keystone:create_keystone_accounts:384 :   async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis
2021-05-19 01:41:07.456 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:41:07.516 | [11275 Async ks-demo-member:84631]: Waiting for completion of get_or_add_user_project_role member b3f572c4b08841a093079fc8150d8c69 2c91a710ee7a486eb6897ee8dc1dab4a running on PID 84631 (13 other jobs running)
2021-05-19 01:41:07.647 | [85441 Async ks-alt-admin:85441]: finished successfully
2021-05-19 01:41:07.677 | [11275 Async ks-demo-member:84631]: Signaling child to exit
2021-05-19 01:41:07.678 | WAKEUP
2021-05-19 01:41:07.803 | [11275 Async ks-demo-member:84631]: Signaled
2021-05-19 01:41:07.811 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:41:07.811 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args
2021-05-19 01:41:07.811 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:41:07.811 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:41:07.811 | ++ functions-common:_get_domain_args:875    :   [[ -n '' ]]
2021-05-19 01:41:07.811 | ++ functions-common:_get_domain_args:878    :   [[ -n '' ]]
2021-05-19 01:41:07.811 | ++ functions-common:_get_domain_args:882    :   echo
2021-05-19 01:41:07.811 | + functions-common:get_or_add_user_project_role:890 :   domain_args=
2021-05-19 01:41:07.811 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:41:07.811 | ++ functions-common:get_or_add_user_project_role:898 :   oscwrap role assignment list --role member --user b3f572c4b08841a093079fc8150d8c69 --project 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:07.811 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:41:07.811 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:41:07.811 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:07.811 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:07.811 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:07.811 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:07.811 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:07.811 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:07.811 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:41:07.811 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:41:07.811 | + functions-common:get_or_add_user_project_role:901 :   openstack role add member --user b3f572c4b08841a093079fc8150d8c69 --project 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:07.811 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:07.812 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:07.812 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:07.812 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:07.812 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:41:07.812 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:41:07.812 | ++ functions-common:get_or_add_user_project_role:910 :   oscwrap role assignment list --role member --user b3f572c4b08841a093079fc8150d8c69 --project 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:07.812 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:41:07.812 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:07.812 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:07.812 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:07.812 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:07.812 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:07.812 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:07.812 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:41:07.812 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:41:07.812 | ++ functions-common:get_field:733           :   echo '| 0c6d3f64055549ba8e42e6acb44700b4 | b3f572c4b08841a093079fc8150d8c69 |       | 2c91a710ee7a486eb6897ee8dc1dab4a |        |        | False     |'
2021-05-19 01:41:07.812 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:41:07.812 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:07.812 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=0c6d3f64055549ba8e42e6acb44700b4
2021-05-19 01:41:07.812 | + functions-common:get_or_add_user_project_role:912 :   echo 0c6d3f64055549ba8e42e6acb44700b4
2021-05-19 01:41:07.812 | 0c6d3f64055549ba8e42e6acb44700b4
2021-05-19 01:41:07.863 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:41:08.052 | [85553 Async ks-alt-another:85553]: finished successfully
2021-05-19 01:41:08.103 | [11275 Async ks-demo-member:84631]: finished get_or_add_user_project_role member b3f572c4b08841a093079fc8150d8c69 2c91a710ee7a486eb6897ee8dc1dab4a with result 0 in 9 seconds
2021-05-19 01:41:08.357 | [11275 Async ks-demo-admin:84743]: Waiting for completion of get_or_add_user_project_role admin e25caa108e1d4030ac5dd4f2184fd5b1 2c91a710ee7a486eb6897ee8dc1dab4a running on PID 84743 (12 other jobs running)
2021-05-19 01:41:08.523 | [11275 Async ks-demo-admin:84743]: Signaling child to exit
2021-05-19 01:41:08.524 | WAKEUP
2021-05-19 01:41:08.678 | [11275 Async ks-demo-admin:84743]: Signaled
2021-05-19 01:41:08.690 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:41:08.691 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args
2021-05-19 01:41:08.691 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:41:08.691 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:41:08.691 | ++ functions-common:_get_domain_args:875    :   [[ -n '' ]]
2021-05-19 01:41:08.691 | ++ functions-common:_get_domain_args:878    :   [[ -n '' ]]
2021-05-19 01:41:08.691 | ++ functions-common:_get_domain_args:882    :   echo
2021-05-19 01:41:08.691 | + functions-common:get_or_add_user_project_role:890 :   domain_args=
2021-05-19 01:41:08.691 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:41:08.691 | ++ functions-common:get_or_add_user_project_role:898 :   oscwrap role assignment list --role admin --user e25caa108e1d4030ac5dd4f2184fd5b1 --project 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:08.691 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:41:08.691 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:41:08.691 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:08.691 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:08.691 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:08.691 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:08.691 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:08.691 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:08.691 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:41:08.691 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:41:08.691 | + functions-common:get_or_add_user_project_role:901 :   openstack role add admin --user e25caa108e1d4030ac5dd4f2184fd5b1 --project 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:08.691 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:08.691 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:08.691 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:08.691 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:08.691 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:41:08.691 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:41:08.691 | ++ functions-common:get_or_add_user_project_role:910 :   oscwrap role assignment list --role admin --user e25caa108e1d4030ac5dd4f2184fd5b1 --project 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:08.691 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:41:08.691 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:08.691 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:08.691 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:08.692 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:08.692 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:08.692 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:08.692 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:41:08.692 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:41:08.692 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:41:08.692 | ++ functions-common:get_field:733           :   echo '| b0f381042c0b480a989e577ed83b5ef2 | e25caa108e1d4030ac5dd4f2184fd5b1 |       | 2c91a710ee7a486eb6897ee8dc1dab4a |        |        | False     |'
2021-05-19 01:41:08.692 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:08.692 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:41:08.692 | + functions-common:get_or_add_user_project_role:912 :   echo b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:41:08.692 | b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:41:08.988 | [11275 Async ks-demo-admin:84743]: finished get_or_add_user_project_role admin e25caa108e1d4030ac5dd4f2184fd5b1 2c91a710ee7a486eb6897ee8dc1dab4a with result 0 in 10 seconds
2021-05-19 01:41:09.277 | [11275 Async ks-demo-another:84855]: Waiting for completion of get_or_add_user_project_role anotherrole b3f572c4b08841a093079fc8150d8c69 2c91a710ee7a486eb6897ee8dc1dab4a running on PID 84855 (11 other jobs running)
2021-05-19 01:41:09.468 | [11275 Async ks-demo-another:84855]: Signaling child to exit
2021-05-19 01:41:09.468 | WAKEUP
2021-05-19 01:41:09.629 | [11275 Async ks-demo-another:84855]: Signaled
2021-05-19 01:41:09.655 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:41:09.655 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args
2021-05-19 01:41:09.655 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:41:09.656 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:41:09.656 | ++ functions-common:_get_domain_args:875    :   [[ -n '' ]]
2021-05-19 01:41:09.656 | ++ functions-common:_get_domain_args:878    :   [[ -n '' ]]
2021-05-19 01:41:09.656 | ++ functions-common:_get_domain_args:882    :   echo
2021-05-19 01:41:09.656 | + functions-common:get_or_add_user_project_role:890 :   domain_args=
2021-05-19 01:41:09.656 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:41:09.656 | ++ functions-common:get_or_add_user_project_role:898 :   oscwrap role assignment list --role anotherrole --user b3f572c4b08841a093079fc8150d8c69 --project 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:09.656 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:41:09.656 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:41:09.656 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:09.656 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:09.656 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:09.656 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:09.656 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:09.656 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:09.656 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:41:09.656 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:41:09.656 | + functions-common:get_or_add_user_project_role:901 :   openstack role add anotherrole --user b3f572c4b08841a093079fc8150d8c69 --project 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:09.656 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:09.656 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:09.656 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:09.656 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:09.656 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:41:09.656 | ++ functions-common:get_or_add_user_project_role:910 :   oscwrap role assignment list --role anotherrole --user b3f572c4b08841a093079fc8150d8c69 --project 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:09.656 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:41:09.656 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:41:09.656 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:09.656 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:09.656 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:09.656 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:09.656 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:09.657 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:09.657 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:41:09.657 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:41:09.657 | ++ functions-common:get_field:733           :   echo '| 7864a9f810e049b08b81ef6a25a6d133 | b3f572c4b08841a093079fc8150d8c69 |       | 2c91a710ee7a486eb6897ee8dc1dab4a |        |        | False     |'
2021-05-19 01:41:09.657 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:41:09.657 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:09.657 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=7864a9f810e049b08b81ef6a25a6d133
2021-05-19 01:41:09.657 | + functions-common:get_or_add_user_project_role:912 :   echo 7864a9f810e049b08b81ef6a25a6d133
2021-05-19 01:41:09.657 | 7864a9f810e049b08b81ef6a25a6d133
2021-05-19 01:41:09.904 | [11275 Async ks-demo-another:84855]: finished get_or_add_user_project_role anotherrole b3f572c4b08841a093079fc8150d8c69 2c91a710ee7a486eb6897ee8dc1dab4a with result 0 in 9 seconds
2021-05-19 01:41:10.069 | [11275 Async ks-demo-invis:84967]: Waiting for completion of get_or_add_user_project_role member b3f572c4b08841a093079fc8150d8c69 61a955f1bd784f79995ca7c32174e643 running on PID 84967 (10 other jobs running)
2021-05-19 01:41:10.170 | [11275 Async ks-demo-invis:84967]: Signaling child to exit
2021-05-19 01:41:10.170 | WAKEUP
2021-05-19 01:41:10.324 | [11275 Async ks-demo-invis:84967]: Signaled
2021-05-19 01:41:10.326 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:41:10.326 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args
2021-05-19 01:41:10.326 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:41:10.326 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:41:10.326 | ++ functions-common:_get_domain_args:875    :   [[ -n '' ]]
2021-05-19 01:41:10.326 | ++ functions-common:_get_domain_args:878    :   [[ -n '' ]]
2021-05-19 01:41:10.326 | ++ functions-common:_get_domain_args:882    :   echo
2021-05-19 01:41:10.326 | + functions-common:get_or_add_user_project_role:890 :   domain_args=
2021-05-19 01:41:10.326 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:41:10.326 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:41:10.326 | ++ functions-common:get_or_add_user_project_role:898 :   oscwrap role assignment list --role member --user b3f572c4b08841a093079fc8150d8c69 --project 61a955f1bd784f79995ca7c32174e643
2021-05-19 01:41:10.326 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:41:10.326 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:10.326 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:10.326 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:10.326 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:10.326 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:10.326 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:10.326 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:41:10.327 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:41:10.327 | + functions-common:get_or_add_user_project_role:901 :   openstack role add member --user b3f572c4b08841a093079fc8150d8c69 --project 61a955f1bd784f79995ca7c32174e643
2021-05-19 01:41:10.327 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:10.327 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:10.327 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:10.327 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:10.327 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:41:10.327 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:41:10.327 | ++ functions-common:get_or_add_user_project_role:910 :   oscwrap role assignment list --role member --user b3f572c4b08841a093079fc8150d8c69 --project 61a955f1bd784f79995ca7c32174e643
2021-05-19 01:41:10.327 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:41:10.327 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:10.327 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:10.327 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:10.327 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:10.327 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:10.327 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:10.327 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:41:10.327 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:41:10.327 | ++ functions-common:get_field:733           :   echo '| 0c6d3f64055549ba8e42e6acb44700b4 | b3f572c4b08841a093079fc8150d8c69 |       | 61a955f1bd784f79995ca7c32174e643 |        |        | False     |'
2021-05-19 01:41:10.327 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:41:10.327 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:10.327 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=0c6d3f64055549ba8e42e6acb44700b4
2021-05-19 01:41:10.327 | + functions-common:get_or_add_user_project_role:912 :   echo 0c6d3f64055549ba8e42e6acb44700b4
2021-05-19 01:41:10.327 | 0c6d3f64055549ba8e42e6acb44700b4
2021-05-19 01:41:10.432 | [11275 Async ks-demo-invis:84967]: finished get_or_add_user_project_role member b3f572c4b08841a093079fc8150d8c69 61a955f1bd784f79995ca7c32174e643 with result 0 in 9 seconds
2021-05-19 01:41:10.475 | + inc/async:async_wait:197                 :   return 0
2021-05-19 01:41:10.495 | + lib/keystone:create_keystone_accounts:385 :   async_wait ks-alt-member ks-alt-admin ks-alt-another
2021-05-19 01:41:10.852 | [11275 Async ks-alt-member:85326]: Waiting for completion of get_or_add_user_project_role member c789c7225d5b40e29e06904bfb1b720e 2030ceb3b55a41f9a6a9cd922ae85f72 running on PID 85326 (9 other jobs running)
2021-05-19 01:41:11.020 | [11275 Async ks-alt-member:85326]: Signaling child to exit
2021-05-19 01:41:11.021 | WAKEUP
2021-05-19 01:41:11.189 | [11275 Async ks-alt-member:85326]: Signaled
2021-05-19 01:41:11.202 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:41:11.202 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args
2021-05-19 01:41:11.203 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:41:11.203 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:41:11.203 | ++ functions-common:_get_domain_args:875    :   [[ -n '' ]]
2021-05-19 01:41:11.203 | ++ functions-common:_get_domain_args:878    :   [[ -n '' ]]
2021-05-19 01:41:11.203 | ++ functions-common:_get_domain_args:882    :   echo
2021-05-19 01:41:11.203 | + functions-common:get_or_add_user_project_role:890 :   domain_args=
2021-05-19 01:41:11.203 | ++ functions-common:get_or_add_user_project_role:898 :   oscwrap role assignment list --role member --user c789c7225d5b40e29e06904bfb1b720e --project 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:11.203 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:41:11.203 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:41:11.203 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:41:11.203 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:11.203 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:11.203 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:11.203 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:11.203 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:11.203 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:11.203 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:41:11.203 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:41:11.203 | + functions-common:get_or_add_user_project_role:901 :   openstack role add member --user c789c7225d5b40e29e06904bfb1b720e --project 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:11.203 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:11.203 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:11.203 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:11.203 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:11.203 | ++ functions-common:get_or_add_user_project_role:910 :   oscwrap role assignment list --role member --user c789c7225d5b40e29e06904bfb1b720e --project 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:11.203 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:41:11.203 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:41:11.203 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:41:11.203 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:11.203 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:11.203 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:11.203 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:11.204 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:11.204 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:11.204 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:41:11.204 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:41:11.204 | ++ functions-common:get_field:733           :   echo '| 0c6d3f64055549ba8e42e6acb44700b4 | c789c7225d5b40e29e06904bfb1b720e |       | 2030ceb3b55a41f9a6a9cd922ae85f72 |        |        | False     |'
2021-05-19 01:41:11.204 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:41:11.204 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:11.204 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=0c6d3f64055549ba8e42e6acb44700b4
2021-05-19 01:41:11.204 | + functions-common:get_or_add_user_project_role:912 :   echo 0c6d3f64055549ba8e42e6acb44700b4
2021-05-19 01:41:11.204 | 0c6d3f64055549ba8e42e6acb44700b4
2021-05-19 01:41:11.538 | [11275 Async ks-alt-member:85326]: finished get_or_add_user_project_role member c789c7225d5b40e29e06904bfb1b720e 2030ceb3b55a41f9a6a9cd922ae85f72 with result 0 in 9 seconds
2021-05-19 01:41:11.776 | [11275 Async ks-alt-admin:85441]: Waiting for completion of get_or_add_user_project_role admin e25caa108e1d4030ac5dd4f2184fd5b1 2030ceb3b55a41f9a6a9cd922ae85f72 running on PID 85441 (8 other jobs running)
2021-05-19 01:41:11.928 | [11275 Async ks-alt-admin:85441]: Signaling child to exit
2021-05-19 01:41:11.929 | WAKEUP
2021-05-19 01:41:12.084 | [11275 Async ks-alt-admin:85441]: Signaled
2021-05-19 01:41:12.095 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:41:12.095 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args
2021-05-19 01:41:12.095 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:41:12.095 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:41:12.095 | ++ functions-common:_get_domain_args:875    :   [[ -n '' ]]
2021-05-19 01:41:12.095 | ++ functions-common:_get_domain_args:878    :   [[ -n '' ]]
2021-05-19 01:41:12.096 | ++ functions-common:_get_domain_args:882    :   echo
2021-05-19 01:41:12.096 | + functions-common:get_or_add_user_project_role:890 :   domain_args=
2021-05-19 01:41:12.096 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:41:12.096 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:41:12.096 | ++ functions-common:get_or_add_user_project_role:898 :   oscwrap role assignment list --role admin --user e25caa108e1d4030ac5dd4f2184fd5b1 --project 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:12.096 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:41:12.096 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:12.096 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:12.096 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:12.096 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:12.096 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:12.096 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:12.096 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:41:12.096 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:41:12.096 | + functions-common:get_or_add_user_project_role:901 :   openstack role add admin --user e25caa108e1d4030ac5dd4f2184fd5b1 --project 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:12.096 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:12.096 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:12.097 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:12.097 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:12.097 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:41:12.097 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:41:12.097 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:41:12.097 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:12.097 | ++ functions-common:get_or_add_user_project_role:910 :   oscwrap role assignment list --role admin --user e25caa108e1d4030ac5dd4f2184fd5b1 --project 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:12.097 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:12.097 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:12.097 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:12.097 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:12.097 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:12.097 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:41:12.097 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:41:12.097 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:41:12.097 | ++ functions-common:get_field:733           :   echo '| b0f381042c0b480a989e577ed83b5ef2 | e25caa108e1d4030ac5dd4f2184fd5b1 |       | 2030ceb3b55a41f9a6a9cd922ae85f72 |        |        | False     |'
2021-05-19 01:41:12.097 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:12.097 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:41:12.097 | + functions-common:get_or_add_user_project_role:912 :   echo b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:41:12.097 | b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:41:12.398 | [11275 Async ks-alt-admin:85441]: finished get_or_add_user_project_role admin e25caa108e1d4030ac5dd4f2184fd5b1 2030ceb3b55a41f9a6a9cd922ae85f72 with result 0 in 10 seconds
2021-05-19 01:41:12.598 | [11275 Async ks-alt-another:85553]: Waiting for completion of get_or_add_user_project_role anotherrole c789c7225d5b40e29e06904bfb1b720e 2030ceb3b55a41f9a6a9cd922ae85f72 running on PID 85553 (7 other jobs running)
2021-05-19 01:41:12.769 | [11275 Async ks-alt-another:85553]: Signaling child to exit
2021-05-19 01:41:12.769 | WAKEUP
2021-05-19 01:41:12.869 | [11275 Async ks-alt-another:85553]: Signaled
2021-05-19 01:41:12.874 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:41:12.874 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args
2021-05-19 01:41:12.874 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:41:12.875 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:41:12.875 | ++ functions-common:_get_domain_args:875    :   [[ -n '' ]]
2021-05-19 01:41:12.875 | ++ functions-common:_get_domain_args:878    :   [[ -n '' ]]
2021-05-19 01:41:12.875 | ++ functions-common:_get_domain_args:882    :   echo
2021-05-19 01:41:12.875 | + functions-common:get_or_add_user_project_role:890 :   domain_args=
2021-05-19 01:41:12.875 | ++ functions-common:get_or_add_user_project_role:898 :   oscwrap role assignment list --role anotherrole --user c789c7225d5b40e29e06904bfb1b720e --project 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:12.875 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:41:12.875 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:41:12.875 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:41:12.875 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:12.875 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:12.875 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:12.875 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:12.875 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:12.875 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:12.875 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:41:12.875 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:41:12.875 | + functions-common:get_or_add_user_project_role:901 :   openstack role add anotherrole --user c789c7225d5b40e29e06904bfb1b720e --project 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:12.875 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:12.875 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:12.875 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:12.875 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:12.875 | ++ functions-common:get_or_add_user_project_role:910 :   oscwrap role assignment list --role anotherrole --user c789c7225d5b40e29e06904bfb1b720e --project 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:12.875 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:41:12.875 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:41:12.875 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:41:12.875 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:12.875 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:12.875 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:12.875 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:12.875 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:12.876 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:12.876 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:41:12.876 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:41:12.876 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:41:12.876 | ++ functions-common:get_field:733           :   echo '| 7864a9f810e049b08b81ef6a25a6d133 | c789c7225d5b40e29e06904bfb1b720e |       | 2030ceb3b55a41f9a6a9cd922ae85f72 |        |        | False     |'
2021-05-19 01:41:12.876 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:41:12.876 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=7864a9f810e049b08b81ef6a25a6d133
2021-05-19 01:41:12.876 | + functions-common:get_or_add_user_project_role:912 :   echo 7864a9f810e049b08b81ef6a25a6d133
2021-05-19 01:41:12.876 | 7864a9f810e049b08b81ef6a25a6d133
2021-05-19 01:41:13.066 | [11275 Async ks-alt-another:85553]: finished get_or_add_user_project_role anotherrole c789c7225d5b40e29e06904bfb1b720e 2030ceb3b55a41f9a6a9cd922ae85f72 with result 0 in 9 seconds
2021-05-19 01:41:13.109 | + inc/async:async_wait:197                 :   return 0
2021-05-19 01:41:13.131 | + lib/keystone:create_keystone_accounts:386 :   async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin
2021-05-19 01:41:13.385 | [11275 Async ks-group-memberdemo:86036]: Waiting for completion of get_or_add_group_project_role member 02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a running on PID 86036 (6 other jobs running)
2021-05-19 01:41:13.475 | [11275 Async ks-group-memberdemo:86036]: Signaling child to exit
2021-05-19 01:41:14.272 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:41:14.463 | [86036 Async ks-group-memberdemo:86036]: finished successfully
2021-05-19 01:41:14.623 | WAKEUP
2021-05-19 01:41:14.735 | [11275 Async ks-group-memberdemo:86036]: Signaled
2021-05-19 01:41:14.751 | + functions-common:get_or_add_group_project_role:942 :   local group_role_id
2021-05-19 01:41:14.751 | ++ functions-common:get_or_add_group_project_role:948 :   oscwrap role assignment list --role member --group 02e85c0b21f6432aaf797de4e0e2c327 --project 2c91a710ee7a486eb6897ee8dc1dab4a -f value
2021-05-19 01:41:14.751 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:14.751 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:14.751 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:14.751 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:14.751 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:14.751 | + functions-common:get_or_add_group_project_role:948 :   group_role_id=
2021-05-19 01:41:14.751 | + functions-common:get_or_add_group_project_role:949 :   [[ -z '' ]]
2021-05-19 01:41:14.751 | + functions-common:get_or_add_group_project_role:951 :   openstack role add member --group 02e85c0b21f6432aaf797de4e0e2c327 --project 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:14.751 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:14.751 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:14.751 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:14.751 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:14.751 | ++ functions-common:get_or_add_group_project_role:958 :   oscwrap role assignment list --role member --group 02e85c0b21f6432aaf797de4e0e2c327 --project 2c91a710ee7a486eb6897ee8dc1dab4a -f value
2021-05-19 01:41:14.751 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:14.751 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:14.751 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:14.751 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:14.751 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:14.751 | + functions-common:get_or_add_group_project_role:958 :   group_role_id='0c6d3f64055549ba8e42e6acb44700b4  02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a   False'
2021-05-19 01:41:14.751 | + functions-common:get_or_add_group_project_role:960 :   echo 0c6d3f64055549ba8e42e6acb44700b4 02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a False
2021-05-19 01:41:14.751 | 0c6d3f64055549ba8e42e6acb44700b4 02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a False
2021-05-19 01:41:14.946 | [11275 Async ks-group-memberdemo:86036]: finished get_or_add_group_project_role member 02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a with result 0 in 10 seconds
2021-05-19 01:41:15.153 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:41:15.157 | [11275 Async ks-group-anotherdemo:86152]: Waiting for completion of get_or_add_group_project_role anotherrole 02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a running on PID 86152 (5 other jobs running)
2021-05-19 01:41:15.212 | [86152 Async ks-group-anotherdemo:86152]: finished successfully
2021-05-19 01:41:15.217 | [11275 Async ks-group-anotherdemo:86152]: Signaling child to exit
2021-05-19 01:41:15.237 | WAKEUP
2021-05-19 01:41:15.265 | [11275 Async ks-group-anotherdemo:86152]: Signaled
2021-05-19 01:41:15.266 | + functions-common:get_or_add_group_project_role:942 :   local group_role_id
2021-05-19 01:41:15.266 | ++ functions-common:get_or_add_group_project_role:948 :   oscwrap role assignment list --role anotherrole --group 02e85c0b21f6432aaf797de4e0e2c327 --project 2c91a710ee7a486eb6897ee8dc1dab4a -f value
2021-05-19 01:41:15.266 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:15.266 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:15.267 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:15.267 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:15.267 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:15.267 | + functions-common:get_or_add_group_project_role:948 :   group_role_id=
2021-05-19 01:41:15.267 | + functions-common:get_or_add_group_project_role:949 :   [[ -z '' ]]
2021-05-19 01:41:15.267 | + functions-common:get_or_add_group_project_role:951 :   openstack role add anotherrole --group 02e85c0b21f6432aaf797de4e0e2c327 --project 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:41:15.267 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:15.268 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:15.268 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:15.268 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:15.268 | ++ functions-common:get_or_add_group_project_role:958 :   oscwrap role assignment list --role anotherrole --group 02e85c0b21f6432aaf797de4e0e2c327 --project 2c91a710ee7a486eb6897ee8dc1dab4a -f value
2021-05-19 01:41:15.268 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:15.268 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:15.268 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:15.268 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:15.268 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:15.268 | + functions-common:get_or_add_group_project_role:958 :   group_role_id='7864a9f810e049b08b81ef6a25a6d133  02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a   False'
2021-05-19 01:41:15.268 | + functions-common:get_or_add_group_project_role:960 :   echo 7864a9f810e049b08b81ef6a25a6d133 02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a False
2021-05-19 01:41:15.268 | 7864a9f810e049b08b81ef6a25a6d133 02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a False
2021-05-19 01:41:15.322 | [11275 Async ks-group-anotherdemo:86152]: finished get_or_add_group_project_role anotherrole 02e85c0b21f6432aaf797de4e0e2c327 2c91a710ee7a486eb6897ee8dc1dab4a with result 0 in 10 seconds
2021-05-19 01:41:15.375 | [11275 Async ks-group-memberalt:86241]: Waiting for completion of get_or_add_group_project_role member 02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72 running on PID 86241 (4 other jobs running)
2021-05-19 01:41:15.408 | [11275 Async ks-group-memberalt:86241]: Signaling child to exit
2021-05-19 01:41:15.764 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:41:15.796 | [86241 Async ks-group-memberalt:86241]: finished successfully
2021-05-19 01:41:15.820 | WAKEUP
2021-05-19 01:41:15.847 | [11275 Async ks-group-memberalt:86241]: Signaled
2021-05-19 01:41:15.848 | + functions-common:get_or_add_group_project_role:942 :   local group_role_id
2021-05-19 01:41:15.848 | ++ functions-common:get_or_add_group_project_role:948 :   oscwrap role assignment list --role member --group 02e85c0b21f6432aaf797de4e0e2c327 --project 2030ceb3b55a41f9a6a9cd922ae85f72 -f value
2021-05-19 01:41:15.848 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:15.848 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:15.849 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:15.849 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:15.849 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:15.849 | + functions-common:get_or_add_group_project_role:948 :   group_role_id=
2021-05-19 01:41:15.849 | + functions-common:get_or_add_group_project_role:949 :   [[ -z '' ]]
2021-05-19 01:41:15.849 | + functions-common:get_or_add_group_project_role:951 :   openstack role add member --group 02e85c0b21f6432aaf797de4e0e2c327 --project 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:15.849 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:15.849 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:15.849 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:15.849 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:15.849 | ++ functions-common:get_or_add_group_project_role:958 :   oscwrap role assignment list --role member --group 02e85c0b21f6432aaf797de4e0e2c327 --project 2030ceb3b55a41f9a6a9cd922ae85f72 -f value
2021-05-19 01:41:15.849 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:15.849 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:15.849 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:15.849 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:15.849 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:15.849 | + functions-common:get_or_add_group_project_role:958 :   group_role_id='0c6d3f64055549ba8e42e6acb44700b4  02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72   False'
2021-05-19 01:41:15.849 | + functions-common:get_or_add_group_project_role:960 :   echo 0c6d3f64055549ba8e42e6acb44700b4 02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72 False
2021-05-19 01:41:15.849 | 0c6d3f64055549ba8e42e6acb44700b4 02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72 False
2021-05-19 01:41:15.905 | [11275 Async ks-group-memberalt:86241]: finished get_or_add_group_project_role member 02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72 with result 0 in 10 seconds
2021-05-19 01:41:15.957 | [11275 Async ks-group-anotheralt:86329]: Waiting for completion of get_or_add_group_project_role anotherrole 02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72 running on PID 86329 (3 other jobs running)
2021-05-19 01:41:16.000 | [11275 Async ks-group-anotheralt:86329]: Signaling child to exit
2021-05-19 01:41:16.144 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:41:16.161 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:41:16.170 | [86464 Async ks-group-admin:86464]: finished successfully
2021-05-19 01:41:16.188 | [86329 Async ks-group-anotheralt:86329]: finished successfully
2021-05-19 01:41:16.207 | WAKEUP
2021-05-19 01:41:16.233 | [11275 Async ks-group-anotheralt:86329]: Signaled
2021-05-19 01:41:16.234 | + functions-common:get_or_add_group_project_role:942 :   local group_role_id
2021-05-19 01:41:16.234 | ++ functions-common:get_or_add_group_project_role:948 :   oscwrap role assignment list --role anotherrole --group 02e85c0b21f6432aaf797de4e0e2c327 --project 2030ceb3b55a41f9a6a9cd922ae85f72 -f value
2021-05-19 01:41:16.234 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:16.234 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:16.234 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:16.234 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:16.234 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:16.234 | + functions-common:get_or_add_group_project_role:948 :   group_role_id=
2021-05-19 01:41:16.234 | + functions-common:get_or_add_group_project_role:949 :   [[ -z '' ]]
2021-05-19 01:41:16.234 | + functions-common:get_or_add_group_project_role:951 :   openstack role add anotherrole --group 02e85c0b21f6432aaf797de4e0e2c327 --project 2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:41:16.235 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:16.235 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:16.235 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:16.235 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:16.235 | ++ functions-common:get_or_add_group_project_role:958 :   oscwrap role assignment list --role anotherrole --group 02e85c0b21f6432aaf797de4e0e2c327 --project 2030ceb3b55a41f9a6a9cd922ae85f72 -f value
2021-05-19 01:41:16.235 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:16.235 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:16.235 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:16.235 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:16.235 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:16.235 | + functions-common:get_or_add_group_project_role:958 :   group_role_id='7864a9f810e049b08b81ef6a25a6d133  02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72   False'
2021-05-19 01:41:16.235 | + functions-common:get_or_add_group_project_role:960 :   echo 7864a9f810e049b08b81ef6a25a6d133 02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72 False
2021-05-19 01:41:16.235 | 7864a9f810e049b08b81ef6a25a6d133 02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72 False
2021-05-19 01:41:16.279 | [11275 Async ks-group-anotheralt:86329]: finished get_or_add_group_project_role anotherrole 02e85c0b21f6432aaf797de4e0e2c327 2030ceb3b55a41f9a6a9cd922ae85f72 with result 0 in 10 seconds
2021-05-19 01:41:16.317 | [11275 Async ks-group-admin:86464]: Waiting for completion of get_or_add_group_project_role admin f5782556503b4ef58dbcccfa70d6b72e 59aacdaeaf9542af8d07d6dcf84a4db0 running on PID 86464 (2 other jobs running)
2021-05-19 01:41:16.344 | [11275 Async ks-group-admin:86464]: Signaling child to exit
2021-05-19 01:41:16.345 | WAKEUP
2021-05-19 01:41:16.368 | [11275 Async ks-group-admin:86464]: Signaled
2021-05-19 01:41:16.369 | + functions-common:get_or_add_group_project_role:942 :   local group_role_id
2021-05-19 01:41:16.369 | ++ functions-common:get_or_add_group_project_role:948 :   oscwrap role assignment list --role admin --group f5782556503b4ef58dbcccfa70d6b72e --project 59aacdaeaf9542af8d07d6dcf84a4db0 -f value
2021-05-19 01:41:16.369 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:16.369 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:16.370 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:16.370 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:16.370 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:16.370 | + functions-common:get_or_add_group_project_role:948 :   group_role_id=
2021-05-19 01:41:16.370 | + functions-common:get_or_add_group_project_role:949 :   [[ -z '' ]]
2021-05-19 01:41:16.370 | + functions-common:get_or_add_group_project_role:951 :   openstack role add admin --group f5782556503b4ef58dbcccfa70d6b72e --project 59aacdaeaf9542af8d07d6dcf84a4db0
2021-05-19 01:41:16.370 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:16.370 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:16.370 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:16.370 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:16.370 | ++ functions-common:get_or_add_group_project_role:958 :   oscwrap role assignment list --role admin --group f5782556503b4ef58dbcccfa70d6b72e --project 59aacdaeaf9542af8d07d6dcf84a4db0 -f value
2021-05-19 01:41:16.370 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:16.370 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:16.370 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:41:16.370 |   from cryptography.utils import int_from_bytes
2021-05-19 01:41:16.370 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:41:16.370 | + functions-common:get_or_add_group_project_role:958 :   group_role_id='b0f381042c0b480a989e577ed83b5ef2  f5782556503b4ef58dbcccfa70d6b72e 59aacdaeaf9542af8d07d6dcf84a4db0   False'
2021-05-19 01:41:16.370 | + functions-common:get_or_add_group_project_role:960 :   echo b0f381042c0b480a989e577ed83b5ef2 f5782556503b4ef58dbcccfa70d6b72e 59aacdaeaf9542af8d07d6dcf84a4db0 False
2021-05-19 01:41:16.370 | b0f381042c0b480a989e577ed83b5ef2 f5782556503b4ef58dbcccfa70d6b72e 59aacdaeaf9542af8d07d6dcf84a4db0 False
2021-05-19 01:41:16.421 | [11275 Async ks-group-admin:86464]: finished get_or_add_group_project_role admin f5782556503b4ef58dbcccfa70d6b72e 59aacdaeaf9542af8d07d6dcf84a4db0 with result 0 in 9 seconds
2021-05-19 01:41:16.425 | + inc/async:async_wait:197                 :   return 0
2021-05-19 01:41:16.428 | + lib/keystone:create_keystone_accounts:388 :   is_service_enabled ldap
2021-05-19 01:41:16.447 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:41:16.450 | + ./stack.sh:main:1086                     :   is_service_enabled nova
2021-05-19 01:41:16.467 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:41:16.471 | + ./stack.sh:main:1087                     :   async_runfunc create_nova_accounts
2021-05-19 01:41:16.473 | + inc/async:async_runfunc:116              :   async_run create_nova_accounts create_nova_accounts
2021-05-19 01:41:16.535 | + inc/async:async_inner:63                 :   create_nova_accounts
2021-05-19 01:41:16.578 | [11275 Async create_nova_accounts:88107]: running: create_nova_accounts
2021-05-19 01:41:16.581 | + ./stack.sh:main:1089                     :   is_service_enabled glance
2021-05-19 01:41:16.600 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:41:16.602 | + ./stack.sh:main:1090                     :   async_runfunc create_glance_accounts
2021-05-19 01:41:16.605 | + inc/async:async_runfunc:116              :   async_run create_glance_accounts create_glance_accounts
2021-05-19 01:41:16.665 | + inc/async:async_inner:63                 :   create_glance_accounts
2021-05-19 01:41:16.709 | [11275 Async create_glance_accounts:88224]: running: create_glance_accounts
2021-05-19 01:41:16.712 | + ./stack.sh:main:1092                     :   is_service_enabled cinder
2021-05-19 01:41:16.731 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:41:16.734 | + ./stack.sh:main:1093                     :   async_runfunc create_cinder_accounts
2021-05-19 01:41:16.737 | + inc/async:async_runfunc:116              :   async_run create_cinder_accounts create_cinder_accounts
2021-05-19 01:41:16.803 | + inc/async:async_inner:63                 :   create_cinder_accounts
2021-05-19 01:41:16.850 | [11275 Async create_cinder_accounts:88354]: running: create_cinder_accounts
2021-05-19 01:41:16.852 | + ./stack.sh:main:1095                     :   is_service_enabled neutron
2021-05-19 01:41:16.877 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:41:16.880 | + ./stack.sh:main:1096                     :   async_runfunc create_neutron_accounts
2021-05-19 01:41:16.882 | + inc/async:async_runfunc:116              :   async_run create_neutron_accounts create_neutron_accounts
2021-05-19 01:41:16.952 | + inc/async:async_inner:63                 :   create_neutron_accounts
2021-05-19 01:41:17.042 | [11275 Async create_neutron_accounts:88469]: running: create_neutron_accounts
2021-05-19 01:41:17.052 | + ./stack.sh:main:1098                     :   is_service_enabled swift
2021-05-19 01:41:17.087 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:41:17.090 | + ./stack.sh:main:1099                     :   async_runfunc create_swift_accounts
2021-05-19 01:41:17.093 | + inc/async:async_runfunc:116              :   async_run create_swift_accounts create_swift_accounts
2021-05-19 01:41:17.416 | + inc/async:async_inner:63                 :   create_swift_accounts
2021-05-19 01:41:17.643 | [11275 Async create_swift_accounts:88611]: running: create_swift_accounts
2021-05-19 01:41:17.667 | + ./stack.sh:main:1105                     :   write_clouds_yaml
2021-05-19 01:41:17.695 | + functions-common:write_clouds_yaml:79    :   CLOUDS_YAML=/etc/openstack/clouds.yaml
2021-05-19 01:41:17.723 | ++ functions-common:write_clouds_yaml:81    :   dirname /etc/openstack/clouds.yaml
2021-05-19 01:41:17.744 | + functions-common:write_clouds_yaml:81    :   sudo mkdir -p /etc/openstack
2021-05-19 01:41:17.819 | + functions-common:write_clouds_yaml:82    :   sudo chown -R ubuntu /etc/openstack
2021-05-19 01:41:17.884 | + functions-common:write_clouds_yaml:84    :   CA_CERT_ARG=
2021-05-19 01:41:17.899 | + functions-common:write_clouds_yaml:85    :   '[' -f /opt/stack/data/ca-bundle.pem ']'
2021-05-19 01:41:17.925 | + functions-common:write_clouds_yaml:89    :   /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.222.0.39/identity --os-username demo --os-password Passw0rd --os-project-name demo
2021-05-19 01:41:18.112 | The user clouds.yaml file didn't exist.
2021-05-19 01:41:18.134 | + functions-common:write_clouds_yaml:100   :   /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.222.0.39/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo
2021-05-19 01:41:18.262 | /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-05-19 01:41:18.263 |   self._clouds = yaml.load(clouds_file)
2021-05-19 01:41:18.274 | + functions-common:write_clouds_yaml:111   :   /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.222.0.39/identity --os-username admin --os-password Passw0rd --os-project-name admin
2021-05-19 01:41:18.376 | /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-05-19 01:41:18.376 |   self._clouds = yaml.load(clouds_file)
2021-05-19 01:41:18.387 | + functions-common:write_clouds_yaml:122   :   /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.222.0.39/identity --os-username admin --os-password Passw0rd --os-system-scope all
2021-05-19 01:41:18.491 | /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-05-19 01:41:18.491 |   self._clouds = yaml.load(clouds_file)
2021-05-19 01:41:18.503 | + functions-common:write_clouds_yaml:132   :   cat
2021-05-19 01:41:18.540 | ++ functions-common:write_clouds_yaml:138   :   eval echo '~ubuntu'
2021-05-19 01:41:18.559 | +++ functions-common:write_clouds_yaml:138   :   echo /home/ubuntu
2021-05-19 01:41:18.587 | + functions-common:write_clouds_yaml:138   :   rm -f /home/ubuntu/.config/openstack/clouds.yaml
2021-05-19 01:41:18.626 | + ./stack.sh:main:1110                     :   is_service_enabled horizon
2021-05-19 01:41:18.783 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:41:18.800 | + ./stack.sh:main:1115                     :   async_wait create_nova_accounts create_glance_accounts create_cinder_accounts
2021-05-19 01:41:19.081 | [11275 Async create_nova_accounts:88107]: Waiting for completion of create_nova_accounts running on PID 88107 (6 other jobs running)
2021-05-19 01:41:19.177 | [11275 Async create_nova_accounts:88107]: Signaling child to exit
2021-05-19 01:41:43.999 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:41:44.173 | [88469 Async create_neutron_accounts:88469]: finished successfully
2021-05-19 01:42:05.043 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:42:05.074 | [88224 Async create_glance_accounts:88224]: finished successfully
2021-05-19 01:42:07.056 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:42:07.089 | [88354 Async create_cinder_accounts:88354]: finished successfully
2021-05-19 01:42:08.935 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:42:08.961 | [88107 Async create_nova_accounts:88107]: finished successfully
2021-05-19 01:42:08.980 | WAKEUP
2021-05-19 01:42:09.004 | [11275 Async create_nova_accounts:88107]: Signaled
2021-05-19 01:42:09.006 | + lib/nova:create_nova_accounts:342        :   [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]]
2021-05-19 01:42:09.006 | + lib/nova:create_nova_accounts:346        :   create_service_user nova admin
2021-05-19 01:42:09.006 | + lib/keystone:create_service_user:401     :   get_or_create_user nova Passw0rd Default
2021-05-19 01:42:09.006 | + functions-common:get_or_create_user:824  :   local user_id
2021-05-19 01:42:09.006 | + functions-common:get_or_create_user:825  :   [[ ! -z '' ]]
2021-05-19 01:42:09.006 | + functions-common:get_or_create_user:828  :   local email=
2021-05-19 01:42:09.006 | ++ functions-common:get_or_create_user:842  :   oscwrap user create nova --password Passw0rd --domain=Default --or-show -f value -c id
2021-05-19 01:42:09.006 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.006 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.006 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.006 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.006 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.006 | + functions-common:get_or_create_user:840  :   user_id=67fe36517d0e48cf8847e60fb7f66954
2021-05-19 01:42:09.006 | + functions-common:get_or_create_user:841  :   echo 67fe36517d0e48cf8847e60fb7f66954
2021-05-19 01:42:09.006 | 67fe36517d0e48cf8847e60fb7f66954
2021-05-19 01:42:09.006 | + lib/keystone:create_service_user:402     :   get_or_add_user_project_role service nova service Default Default
2021-05-19 01:42:09.006 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:42:09.006 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args Default Default
2021-05-19 01:42:09.006 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:42:09.006 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:42:09.006 | ++ functions-common:_get_domain_args:875    :   [[ -n Default ]]
2021-05-19 01:42:09.006 | ++ functions-common:_get_domain_args:876    :   domain=' --user-domain Default'
2021-05-19 01:42:09.006 | ++ functions-common:_get_domain_args:878    :   [[ -n Default ]]
2021-05-19 01:42:09.007 | ++ functions-common:_get_domain_args:879    :   domain=' --user-domain Default --project-domain Default'
2021-05-19 01:42:09.007 | ++ functions-common:_get_domain_args:882    :   echo --user-domain Default --project-domain Default
2021-05-19 01:42:09.007 | + functions-common:get_or_add_user_project_role:890 :   domain_args='--user-domain Default --project-domain Default'
2021-05-19 01:42:09.007 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.007 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:42:09.007 | ++ 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-05-19 01:42:09.007 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.007 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.007 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.007 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.007 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.007 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.007 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.007 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:42:09.007 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:42:09.007 | + functions-common:get_or_add_user_project_role:901 :   openstack role add service --user nova --project service --user-domain Default --project-domain Default
2021-05-19 01:42:09.007 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.007 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.007 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.007 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.007 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.007 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:42:09.007 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.007 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.007 | ++ 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-05-19 01:42:09.007 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.007 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.007 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.007 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.007 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.008 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:42:09.008 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:42:09.008 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:42:09.008 | ++ functions-common:get_field:733           :   echo '| 06026f7f269145a281e32bdeb1d6ddb1 | 67fe36517d0e48cf8847e60fb7f66954 |       | fd69e8d36a8a48469e4ac8124744362c |        |        | False     |'
2021-05-19 01:42:09.008 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.008 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:09.008 | + functions-common:get_or_add_user_project_role:912 :   echo 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:09.008 | 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:09.008 | + lib/keystone:create_service_user:404     :   [[ -n admin ]]
2021-05-19 01:42:09.008 | + lib/keystone:create_service_user:405     :   get_or_add_user_project_role admin nova service Default Default
2021-05-19 01:42:09.008 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:42:09.008 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args Default Default
2021-05-19 01:42:09.008 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:42:09.008 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:42:09.008 | ++ functions-common:_get_domain_args:875    :   [[ -n Default ]]
2021-05-19 01:42:09.008 | ++ functions-common:_get_domain_args:876    :   domain=' --user-domain Default'
2021-05-19 01:42:09.008 | ++ functions-common:_get_domain_args:878    :   [[ -n Default ]]
2021-05-19 01:42:09.008 | ++ functions-common:_get_domain_args:879    :   domain=' --user-domain Default --project-domain Default'
2021-05-19 01:42:09.008 | ++ functions-common:_get_domain_args:882    :   echo --user-domain Default --project-domain Default
2021-05-19 01:42:09.008 | + functions-common:get_or_add_user_project_role:890 :   domain_args='--user-domain Default --project-domain Default'
2021-05-19 01:42:09.008 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.008 | ++ 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-05-19 01:42:09.008 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:42:09.008 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.008 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.008 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.008 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.008 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.008 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.008 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.008 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:42:09.009 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:42:09.009 | + functions-common:get_or_add_user_project_role:901 :   openstack role add admin --user nova --project service --user-domain Default --project-domain Default
2021-05-19 01:42:09.009 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.009 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.009 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.009 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.009 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.009 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:42:09.009 | ++ 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-05-19 01:42:09.009 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.009 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.009 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.009 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.009 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.009 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.009 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.009 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:42:09.009 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:42:09.009 | ++ functions-common:get_field:733           :   echo '| b0f381042c0b480a989e577ed83b5ef2 | 67fe36517d0e48cf8847e60fb7f66954 |       | fd69e8d36a8a48469e4ac8124744362c |        |        | False     |'
2021-05-19 01:42:09.009 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:42:09.009 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.009 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:42:09.009 | + functions-common:get_or_add_user_project_role:912 :   echo b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:42:09.009 | b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:42:09.009 | + lib/nova:create_nova_accounts:348        :   local nova_api_url
2021-05-19 01:42:09.009 | + lib/nova:create_nova_accounts:349        :   [[ True == \F\a\l\s\e ]]
2021-05-19 01:42:09.009 | + lib/nova:create_nova_accounts:352        :   nova_api_url=http://10.222.0.39/compute
2021-05-19 01:42:09.009 | + lib/nova:create_nova_accounts:355        :   get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)'
2021-05-19 01:42:09.009 | + functions-common:get_or_create_service:966 :   local service_id
2021-05-19 01:42:09.010 | ++ functions-common:get_or_create_service:979 :   oscwrap service show compute_legacy -f value -c id
2021-05-19 01:42:09.010 | ++ 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-05-19 01:42:09.010 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.010 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.010 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.010 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.010 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.010 | + functions-common:get_or_create_service:977 :   service_id='
2021-05-19 01:42:09.010 | cff03f2c1f7e4f30adaa5710c5c4373f'
2021-05-19 01:42:09.010 | + functions-common:get_or_create_service:978 :   echo cff03f2c1f7e4f30adaa5710c5c4373f
2021-05-19 01:42:09.010 | cff03f2c1f7e4f30adaa5710c5c4373f
2021-05-19 01:42:09.010 | + lib/nova:create_nova_accounts:357        :   get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.39/compute/v2/$(project_id)s'
2021-05-19 01:42:09.010 | + functions-common:get_or_create_endpoint:1010 :   local public_id
2021-05-19 01:42:09.010 | ++ functions-common:get_or_create_endpoint:1011 :   _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.39/compute/v2/$(project_id)s' RegionOne
2021-05-19 01:42:09.010 | ++ functions-common:_get_or_create_endpoint_with_interface:984 :   local endpoint_id
2021-05-19 01:42:09.010 | +++ functions-common:_get_or_create_endpoint_with_interface:989 :   oscwrap endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value
2021-05-19 01:42:09.010 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.010 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.010 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.010 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.010 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.010 | ++ functions-common:_get_or_create_endpoint_with_interface:989 :   endpoint_id=
2021-05-19 01:42:09.010 | ++ functions-common:_get_or_create_endpoint_with_interface:990 :   [[ -z '' ]]
2021-05-19 01:42:09.010 | +++ functions-common:_get_or_create_endpoint_with_interface:993 :   oscwrap endpoint create compute_legacy public 'http://10.222.0.39/compute/v2/$(project_id)s' --region RegionOne -f value -c id
2021-05-19 01:42:09.010 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.010 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.010 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.010 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.010 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.010 | ++ functions-common:_get_or_create_endpoint_with_interface:993 :   endpoint_id=89bf7c51e1dc44ddb3ee0c9eb6c6c428
2021-05-19 01:42:09.011 | ++ functions-common:_get_or_create_endpoint_with_interface:996 :   echo 89bf7c51e1dc44ddb3ee0c9eb6c6c428
2021-05-19 01:42:09.011 | + functions-common:get_or_create_endpoint:1011 :   public_id=89bf7c51e1dc44ddb3ee0c9eb6c6c428
2021-05-19 01:42:09.011 | + functions-common:get_or_create_endpoint:1013 :   [[ -n '' ]]
2021-05-19 01:42:09.011 | + functions-common:get_or_create_endpoint:1016 :   [[ -n '' ]]
2021-05-19 01:42:09.011 | + functions-common:get_or_create_endpoint:1020 :   echo 89bf7c51e1dc44ddb3ee0c9eb6c6c428
2021-05-19 01:42:09.011 | 89bf7c51e1dc44ddb3ee0c9eb6c6c428
2021-05-19 01:42:09.011 | + lib/nova:create_nova_accounts:361        :   get_or_create_service nova compute 'Nova Compute Service'
2021-05-19 01:42:09.011 | + functions-common:get_or_create_service:966 :   local service_id
2021-05-19 01:42:09.011 | ++ functions-common:get_or_create_service:979 :   oscwrap service show compute -f value -c id
2021-05-19 01:42:09.011 | ++ functions-common:get_or_create_service:981 :   oscwrap service create compute --name nova '--description=Nova Compute Service' -f value -c id
2021-05-19 01:42:09.011 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.011 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.011 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.011 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.011 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.011 | + functions-common:get_or_create_service:977 :   service_id='
2021-05-19 01:42:09.011 | 77642b438cb34b19ac0c89bfbc71e2da'
2021-05-19 01:42:09.011 | + functions-common:get_or_create_service:978 :   echo 77642b438cb34b19ac0c89bfbc71e2da
2021-05-19 01:42:09.011 | 77642b438cb34b19ac0c89bfbc71e2da
2021-05-19 01:42:09.011 | + lib/nova:create_nova_accounts:363        :   get_or_create_endpoint compute RegionOne http://10.222.0.39/compute/v2.1
2021-05-19 01:42:09.011 | + functions-common:get_or_create_endpoint:1010 :   local public_id
2021-05-19 01:42:09.011 | ++ functions-common:get_or_create_endpoint:1011 :   _get_or_create_endpoint_with_interface compute public http://10.222.0.39/compute/v2.1 RegionOne
2021-05-19 01:42:09.011 | ++ functions-common:_get_or_create_endpoint_with_interface:984 :   local endpoint_id
2021-05-19 01:42:09.011 | +++ functions-common:_get_or_create_endpoint_with_interface:989 :   oscwrap endpoint list --service compute --interface public --region RegionOne -c ID -f value
2021-05-19 01:42:09.011 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.011 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.011 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.011 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.011 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.011 | ++ functions-common:_get_or_create_endpoint_with_interface:989 :   endpoint_id=
2021-05-19 01:42:09.012 | ++ functions-common:_get_or_create_endpoint_with_interface:990 :   [[ -z '' ]]
2021-05-19 01:42:09.012 | +++ functions-common:_get_or_create_endpoint_with_interface:993 :   oscwrap endpoint create compute public http://10.222.0.39/compute/v2.1 --region RegionOne -f value -c id
2021-05-19 01:42:09.012 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.012 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.012 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.012 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.012 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.012 | ++ functions-common:_get_or_create_endpoint_with_interface:993 :   endpoint_id=069ababa92754a9fb9560b38bb6611d8
2021-05-19 01:42:09.012 | ++ functions-common:_get_or_create_endpoint_with_interface:996 :   echo 069ababa92754a9fb9560b38bb6611d8
2021-05-19 01:42:09.012 | + functions-common:get_or_create_endpoint:1011 :   public_id=069ababa92754a9fb9560b38bb6611d8
2021-05-19 01:42:09.012 | + functions-common:get_or_create_endpoint:1013 :   [[ -n '' ]]
2021-05-19 01:42:09.012 | + functions-common:get_or_create_endpoint:1016 :   [[ -n '' ]]
2021-05-19 01:42:09.012 | + functions-common:get_or_create_endpoint:1020 :   echo 069ababa92754a9fb9560b38bb6611d8
2021-05-19 01:42:09.012 | 069ababa92754a9fb9560b38bb6611d8
2021-05-19 01:42:09.012 | + lib/nova:create_nova_accounts:368        :   is_service_enabled n-api
2021-05-19 01:42:09.012 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:42:09.012 | + lib/nova:create_nova_accounts:370        :   is_service_enabled swift
2021-05-19 01:42:09.012 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:42:09.012 | + lib/nova:create_nova_accounts:373        :   get_or_add_user_project_role ResellerAdmin nova service Default Default
2021-05-19 01:42:09.012 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:42:09.012 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args Default Default
2021-05-19 01:42:09.012 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:42:09.012 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:42:09.012 | ++ functions-common:_get_domain_args:875    :   [[ -n Default ]]
2021-05-19 01:42:09.012 | ++ functions-common:_get_domain_args:876    :   domain=' --user-domain Default'
2021-05-19 01:42:09.012 | ++ functions-common:_get_domain_args:878    :   [[ -n Default ]]
2021-05-19 01:42:09.012 | ++ functions-common:_get_domain_args:879    :   domain=' --user-domain Default --project-domain Default'
2021-05-19 01:42:09.012 | ++ functions-common:_get_domain_args:882    :   echo --user-domain Default --project-domain Default
2021-05-19 01:42:09.012 | + functions-common:get_or_add_user_project_role:890 :   domain_args='--user-domain Default --project-domain Default'
2021-05-19 01:42:09.012 | ++ 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-05-19 01:42:09.012 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:42:09.013 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.013 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.013 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.013 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.013 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.013 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.013 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.013 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.013 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:42:09.013 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:42:09.013 | + functions-common:get_or_add_user_project_role:901 :   openstack role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default
2021-05-19 01:42:09.013 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.013 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.013 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.013 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.013 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.013 | ++ 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-05-19 01:42:09.013 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:42:09.013 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.013 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.013 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.013 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.013 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.013 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.013 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.013 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:42:09.013 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:42:09.013 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:42:09.013 | ++ functions-common:get_field:733           :   echo '| 235c1cb6a77c4e22bab8983ceab5bf7d | 67fe36517d0e48cf8847e60fb7f66954 |       | fd69e8d36a8a48469e4ac8124744362c |        |        | False     |'
2021-05-19 01:42:09.014 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.014 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=235c1cb6a77c4e22bab8983ceab5bf7d
2021-05-19 01:42:09.014 | + functions-common:get_or_add_user_project_role:912 :   echo 235c1cb6a77c4e22bab8983ceab5bf7d
2021-05-19 01:42:09.014 | 235c1cb6a77c4e22bab8983ceab5bf7d
2021-05-19 01:42:09.014 | + lib/nova:create_nova_accounts:378        :   is_service_enabled s3api
2021-05-19 01:42:09.014 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:42:09.051 | [11275 Async create_nova_accounts:88107]: finished create_nova_accounts with result 0 in 52 seconds
2021-05-19 01:42:09.088 | [11275 Async create_glance_accounts:88224]: Waiting for completion of create_glance_accounts running on PID 88224 (5 other jobs running)
2021-05-19 01:42:09.113 | [11275 Async create_glance_accounts:88224]: Signaling child to exit
2021-05-19 01:42:09.113 | WAKEUP
2021-05-19 01:42:09.136 | [11275 Async create_glance_accounts:88224]: Signaled
2021-05-19 01:42:09.138 | + lib/glance:create_glance_accounts:387    :   is_service_enabled g-api
2021-05-19 01:42:09.138 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:42:09.138 | + lib/glance:create_glance_accounts:389    :   create_service_user glance
2021-05-19 01:42:09.138 | + lib/keystone:create_service_user:401     :   get_or_create_user glance Passw0rd Default
2021-05-19 01:42:09.138 | + functions-common:get_or_create_user:824  :   local user_id
2021-05-19 01:42:09.138 | + functions-common:get_or_create_user:825  :   [[ ! -z '' ]]
2021-05-19 01:42:09.138 | + functions-common:get_or_create_user:828  :   local email=
2021-05-19 01:42:09.138 | ++ functions-common:get_or_create_user:842  :   oscwrap user create glance --password Passw0rd --domain=Default --or-show -f value -c id
2021-05-19 01:42:09.138 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.138 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.138 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.138 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.138 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.139 | + functions-common:get_or_create_user:840  :   user_id=a522546a4bff4b9daa7ee8cbae1b1047
2021-05-19 01:42:09.139 | + functions-common:get_or_create_user:841  :   echo a522546a4bff4b9daa7ee8cbae1b1047
2021-05-19 01:42:09.139 | a522546a4bff4b9daa7ee8cbae1b1047
2021-05-19 01:42:09.139 | + lib/keystone:create_service_user:402     :   get_or_add_user_project_role service glance service Default Default
2021-05-19 01:42:09.139 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:42:09.139 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args Default Default
2021-05-19 01:42:09.139 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:42:09.139 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:42:09.139 | ++ functions-common:_get_domain_args:875    :   [[ -n Default ]]
2021-05-19 01:42:09.139 | ++ functions-common:_get_domain_args:876    :   domain=' --user-domain Default'
2021-05-19 01:42:09.139 | ++ functions-common:_get_domain_args:878    :   [[ -n Default ]]
2021-05-19 01:42:09.139 | ++ functions-common:_get_domain_args:879    :   domain=' --user-domain Default --project-domain Default'
2021-05-19 01:42:09.139 | ++ functions-common:_get_domain_args:882    :   echo --user-domain Default --project-domain Default
2021-05-19 01:42:09.139 | + functions-common:get_or_add_user_project_role:890 :   domain_args='--user-domain Default --project-domain Default'
2021-05-19 01:42:09.139 | ++ 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-05-19 01:42:09.139 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.139 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:42:09.139 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.139 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.139 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.139 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.139 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.139 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.139 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.139 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:42:09.139 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:42:09.139 | + functions-common:get_or_add_user_project_role:901 :   openstack role add service --user glance --project service --user-domain Default --project-domain Default
2021-05-19 01:42:09.139 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.139 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.139 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.139 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.140 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:42:09.140 | ++ 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-05-19 01:42:09.140 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.140 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.140 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.140 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.140 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.140 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.140 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.140 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.140 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:42:09.140 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:42:09.140 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:42:09.140 | ++ functions-common:get_field:733           :   echo '| 06026f7f269145a281e32bdeb1d6ddb1 | a522546a4bff4b9daa7ee8cbae1b1047 |       | fd69e8d36a8a48469e4ac8124744362c |        |        | False     |'
2021-05-19 01:42:09.140 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.140 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:09.140 | + functions-common:get_or_add_user_project_role:912 :   echo 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:09.140 | 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:09.140 | + lib/keystone:create_service_user:404     :   [[ -n '' ]]
2021-05-19 01:42:09.140 | + lib/glance:create_glance_accounts:392    :   is_service_enabled s-proxy
2021-05-19 01:42:09.140 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:42:09.140 | + lib/glance:create_glance_accounts:393    :   create_service_user glance-swift ResellerAdmin
2021-05-19 01:42:09.140 | + lib/keystone:create_service_user:401     :   get_or_create_user glance-swift Passw0rd Default
2021-05-19 01:42:09.140 | + functions-common:get_or_create_user:824  :   local user_id
2021-05-19 01:42:09.141 | + functions-common:get_or_create_user:825  :   [[ ! -z '' ]]
2021-05-19 01:42:09.141 | + functions-common:get_or_create_user:828  :   local email=
2021-05-19 01:42:09.141 | ++ functions-common:get_or_create_user:842  :   oscwrap user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id
2021-05-19 01:42:09.141 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.141 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.141 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.141 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.141 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.141 | + functions-common:get_or_create_user:840  :   user_id=5c63d5e0f3704fa3ae9f511d92ed8506
2021-05-19 01:42:09.141 | + functions-common:get_or_create_user:841  :   echo 5c63d5e0f3704fa3ae9f511d92ed8506
2021-05-19 01:42:09.141 | 5c63d5e0f3704fa3ae9f511d92ed8506
2021-05-19 01:42:09.141 | + lib/keystone:create_service_user:402     :   get_or_add_user_project_role service glance-swift service Default Default
2021-05-19 01:42:09.141 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:42:09.141 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args Default Default
2021-05-19 01:42:09.141 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:42:09.141 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:42:09.141 | ++ functions-common:_get_domain_args:875    :   [[ -n Default ]]
2021-05-19 01:42:09.141 | ++ functions-common:_get_domain_args:876    :   domain=' --user-domain Default'
2021-05-19 01:42:09.141 | ++ functions-common:_get_domain_args:878    :   [[ -n Default ]]
2021-05-19 01:42:09.141 | ++ functions-common:_get_domain_args:879    :   domain=' --user-domain Default --project-domain Default'
2021-05-19 01:42:09.141 | ++ functions-common:_get_domain_args:882    :   echo --user-domain Default --project-domain Default
2021-05-19 01:42:09.141 | + functions-common:get_or_add_user_project_role:890 :   domain_args='--user-domain Default --project-domain Default'
2021-05-19 01:42:09.142 | ++ 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-05-19 01:42:09.142 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.142 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:42:09.142 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.142 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.142 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.142 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.142 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.142 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.142 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.142 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:42:09.142 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:42:09.142 | + 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-05-19 01:42:09.142 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.142 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.142 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.142 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.142 | ++ 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-05-19 01:42:09.142 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.142 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:42:09.142 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.142 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.142 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.142 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.142 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.142 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.142 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.142 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:42:09.142 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:42:09.142 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:42:09.142 | ++ functions-common:get_field:733           :   echo '| 06026f7f269145a281e32bdeb1d6ddb1 | 5c63d5e0f3704fa3ae9f511d92ed8506 |       | fd69e8d36a8a48469e4ac8124744362c |        |        | False     |'
2021-05-19 01:42:09.143 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.143 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:09.143 | + functions-common:get_or_add_user_project_role:912 :   echo 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:09.143 | 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:09.143 | + lib/keystone:create_service_user:404     :   [[ -n ResellerAdmin ]]
2021-05-19 01:42:09.143 | + lib/keystone:create_service_user:405     :   get_or_add_user_project_role ResellerAdmin glance-swift service Default Default
2021-05-19 01:42:09.143 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:42:09.143 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args Default Default
2021-05-19 01:42:09.143 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:42:09.143 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:42:09.143 | ++ functions-common:_get_domain_args:875    :   [[ -n Default ]]
2021-05-19 01:42:09.143 | ++ functions-common:_get_domain_args:876    :   domain=' --user-domain Default'
2021-05-19 01:42:09.143 | ++ functions-common:_get_domain_args:878    :   [[ -n Default ]]
2021-05-19 01:42:09.143 | ++ functions-common:_get_domain_args:879    :   domain=' --user-domain Default --project-domain Default'
2021-05-19 01:42:09.143 | ++ functions-common:_get_domain_args:882    :   echo --user-domain Default --project-domain Default
2021-05-19 01:42:09.143 | + functions-common:get_or_add_user_project_role:890 :   domain_args='--user-domain Default --project-domain Default'
2021-05-19 01:42:09.143 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:42:09.143 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.143 | ++ 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-05-19 01:42:09.143 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.143 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.143 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.143 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.143 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.143 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.143 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.143 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:42:09.143 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:42:09.143 | + 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-05-19 01:42:09.143 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.143 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.143 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.143 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.144 | ++ 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-05-19 01:42:09.144 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.144 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:42:09.144 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.144 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.144 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.144 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.144 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.144 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.144 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.144 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:42:09.144 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:42:09.144 | ++ functions-common:get_field:733           :   echo '| 235c1cb6a77c4e22bab8983ceab5bf7d | 5c63d5e0f3704fa3ae9f511d92ed8506 |       | fd69e8d36a8a48469e4ac8124744362c |        |        | False     |'
2021-05-19 01:42:09.144 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:42:09.144 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.144 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=235c1cb6a77c4e22bab8983ceab5bf7d
2021-05-19 01:42:09.144 | + functions-common:get_or_add_user_project_role:912 :   echo 235c1cb6a77c4e22bab8983ceab5bf7d
2021-05-19 01:42:09.144 | 235c1cb6a77c4e22bab8983ceab5bf7d
2021-05-19 01:42:09.144 | + lib/glance:create_glance_accounts:396    :   get_or_create_service glance image 'Glance Image Service'
2021-05-19 01:42:09.144 | + functions-common:get_or_create_service:966 :   local service_id
2021-05-19 01:42:09.144 | ++ functions-common:get_or_create_service:979 :   oscwrap service show image -f value -c id
2021-05-19 01:42:09.144 | ++ functions-common:get_or_create_service:981 :   oscwrap service create image --name glance '--description=Glance Image Service' -f value -c id
2021-05-19 01:42:09.144 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.144 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.144 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.144 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.144 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.144 | + functions-common:get_or_create_service:977 :   service_id='
2021-05-19 01:42:09.144 | 48ffb394199440d9bdb09d64c574ad7f'
2021-05-19 01:42:09.144 | + functions-common:get_or_create_service:978 :   echo 48ffb394199440d9bdb09d64c574ad7f
2021-05-19 01:42:09.144 | 48ffb394199440d9bdb09d64c574ad7f
2021-05-19 01:42:09.145 | + lib/glance:create_glance_accounts:398    :   get_or_create_endpoint image RegionOne http://10.222.0.39/image
2021-05-19 01:42:09.145 | + functions-common:get_or_create_endpoint:1010 :   local public_id
2021-05-19 01:42:09.145 | ++ functions-common:get_or_create_endpoint:1011 :   _get_or_create_endpoint_with_interface image public http://10.222.0.39/image RegionOne
2021-05-19 01:42:09.145 | ++ functions-common:_get_or_create_endpoint_with_interface:984 :   local endpoint_id
2021-05-19 01:42:09.145 | +++ functions-common:_get_or_create_endpoint_with_interface:989 :   oscwrap endpoint list --service image --interface public --region RegionOne -c ID -f value
2021-05-19 01:42:09.145 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.145 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.145 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.145 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.145 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.145 | ++ functions-common:_get_or_create_endpoint_with_interface:989 :   endpoint_id=
2021-05-19 01:42:09.145 | ++ functions-common:_get_or_create_endpoint_with_interface:990 :   [[ -z '' ]]
2021-05-19 01:42:09.145 | +++ functions-common:_get_or_create_endpoint_with_interface:993 :   oscwrap endpoint create image public http://10.222.0.39/image --region RegionOne -f value -c id
2021-05-19 01:42:09.145 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.145 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.145 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.145 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.145 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.145 | ++ functions-common:_get_or_create_endpoint_with_interface:993 :   endpoint_id=5bc062d9ba0e455d98f2549b27d8dc0e
2021-05-19 01:42:09.145 | ++ functions-common:_get_or_create_endpoint_with_interface:996 :   echo 5bc062d9ba0e455d98f2549b27d8dc0e
2021-05-19 01:42:09.145 | + functions-common:get_or_create_endpoint:1011 :   public_id=5bc062d9ba0e455d98f2549b27d8dc0e
2021-05-19 01:42:09.145 | + functions-common:get_or_create_endpoint:1013 :   [[ -n '' ]]
2021-05-19 01:42:09.145 | + functions-common:get_or_create_endpoint:1016 :   [[ -n '' ]]
2021-05-19 01:42:09.145 | + functions-common:get_or_create_endpoint:1020 :   echo 5bc062d9ba0e455d98f2549b27d8dc0e
2021-05-19 01:42:09.145 | 5bc062d9ba0e455d98f2549b27d8dc0e
2021-05-19 01:42:09.145 | ++ lib/glance:create_glance_accounts:403    :   get_or_create_domain Default
2021-05-19 01:42:09.145 | ++ functions-common:get_or_create_domain:792 :   local domain_id
2021-05-19 01:42:09.145 | +++ functions-common:get_or_create_domain:804 :   oscwrap domain show Default -f value -c id
2021-05-19 01:42:09.145 | ++ functions-common:get_or_create_domain:802 :   domain_id=default
2021-05-19 01:42:09.145 | ++ functions-common:get_or_create_domain:803 :   echo default
2021-05-19 01:42:09.146 | + lib/glance:create_glance_accounts:403    :   service_domain_id=default
2021-05-19 01:42:09.146 | + lib/glance:create_glance_accounts:404    :   iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default
2021-05-19 01:42:09.146 | + lib/glance:create_glance_accounts:405    :   iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default
2021-05-19 01:42:09.185 | [11275 Async create_glance_accounts:88224]: finished create_glance_accounts with result 0 in 48 seconds
2021-05-19 01:42:09.233 | [11275 Async create_cinder_accounts:88354]: Waiting for completion of create_cinder_accounts running on PID 88354 (4 other jobs running)
2021-05-19 01:42:09.260 | [11275 Async create_cinder_accounts:88354]: Signaling child to exit
2021-05-19 01:42:09.260 | WAKEUP
2021-05-19 01:42:09.283 | [11275 Async create_cinder_accounts:88354]: Signaled
2021-05-19 01:42:09.285 | + lib/cinder:create_cinder_accounts:361    :   [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ c-api ]]
2021-05-19 01:42:09.285 | + lib/cinder:create_cinder_accounts:363    :   create_service_user cinder
2021-05-19 01:42:09.285 | + lib/keystone:create_service_user:401     :   get_or_create_user cinder Passw0rd Default
2021-05-19 01:42:09.285 | + functions-common:get_or_create_user:824  :   local user_id
2021-05-19 01:42:09.285 | + functions-common:get_or_create_user:825  :   [[ ! -z '' ]]
2021-05-19 01:42:09.285 | + functions-common:get_or_create_user:828  :   local email=
2021-05-19 01:42:09.285 | ++ functions-common:get_or_create_user:842  :   oscwrap user create cinder --password Passw0rd --domain=Default --or-show -f value -c id
2021-05-19 01:42:09.285 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.285 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.285 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.285 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.285 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.285 | + functions-common:get_or_create_user:840  :   user_id=789ab24938ea4461ba45914ab5c0dfd8
2021-05-19 01:42:09.285 | + functions-common:get_or_create_user:841  :   echo 789ab24938ea4461ba45914ab5c0dfd8
2021-05-19 01:42:09.285 | 789ab24938ea4461ba45914ab5c0dfd8
2021-05-19 01:42:09.285 | + lib/keystone:create_service_user:402     :   get_or_add_user_project_role service cinder service Default Default
2021-05-19 01:42:09.285 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:42:09.285 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args Default Default
2021-05-19 01:42:09.285 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:42:09.285 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:42:09.285 | ++ functions-common:_get_domain_args:875    :   [[ -n Default ]]
2021-05-19 01:42:09.285 | ++ functions-common:_get_domain_args:876    :   domain=' --user-domain Default'
2021-05-19 01:42:09.286 | ++ functions-common:_get_domain_args:878    :   [[ -n Default ]]
2021-05-19 01:42:09.286 | ++ functions-common:_get_domain_args:879    :   domain=' --user-domain Default --project-domain Default'
2021-05-19 01:42:09.286 | ++ functions-common:_get_domain_args:882    :   echo --user-domain Default --project-domain Default
2021-05-19 01:42:09.286 | + functions-common:get_or_add_user_project_role:890 :   domain_args='--user-domain Default --project-domain Default'
2021-05-19 01:42:09.286 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:42:09.286 | ++ 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-05-19 01:42:09.286 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.286 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.286 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.286 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.286 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.286 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.286 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.286 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.286 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:42:09.286 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:42:09.286 | + functions-common:get_or_add_user_project_role:901 :   openstack role add service --user cinder --project service --user-domain Default --project-domain Default
2021-05-19 01:42:09.286 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.286 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.286 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.286 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.286 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.286 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:42:09.286 | ++ 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-05-19 01:42:09.286 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.286 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.286 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.286 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.286 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.286 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.286 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.287 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:42:09.287 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:42:09.287 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:42:09.287 | ++ functions-common:get_field:733           :   echo '| 06026f7f269145a281e32bdeb1d6ddb1 | 789ab24938ea4461ba45914ab5c0dfd8 |       | fd69e8d36a8a48469e4ac8124744362c |        |        | False     |'
2021-05-19 01:42:09.287 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.287 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:09.287 | + functions-common:get_or_add_user_project_role:912 :   echo 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:09.287 | 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:09.287 | + lib/keystone:create_service_user:404     :   [[ -n '' ]]
2021-05-19 01:42:09.287 | + lib/cinder:create_cinder_accounts:366    :   get_or_create_service cinder block-storage 'Cinder Volume Service'
2021-05-19 01:42:09.287 | + functions-common:get_or_create_service:966 :   local service_id
2021-05-19 01:42:09.287 | ++ functions-common:get_or_create_service:979 :   oscwrap service show block-storage -f value -c id
2021-05-19 01:42:09.287 | ++ functions-common:get_or_create_service:981 :   oscwrap service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id
2021-05-19 01:42:09.287 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.287 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.287 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.287 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.287 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.287 | + functions-common:get_or_create_service:977 :   service_id='
2021-05-19 01:42:09.287 | 2eab7404a0df4675b3e8066643ccecf0'
2021-05-19 01:42:09.287 | + functions-common:get_or_create_service:978 :   echo 2eab7404a0df4675b3e8066643ccecf0
2021-05-19 01:42:09.287 | 2eab7404a0df4675b3e8066643ccecf0
2021-05-19 01:42:09.287 | + lib/cinder:create_cinder_accounts:367    :   '[' True == False ']'
2021-05-19 01:42:09.287 | + lib/cinder:create_cinder_accounts:386    :   get_or_create_endpoint block-storage RegionOne 'http://10.222.0.39/volume/v3/$(project_id)s'
2021-05-19 01:42:09.287 | + functions-common:get_or_create_endpoint:1010 :   local public_id
2021-05-19 01:42:09.287 | ++ functions-common:get_or_create_endpoint:1011 :   _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.39/volume/v3/$(project_id)s' RegionOne
2021-05-19 01:42:09.287 | ++ functions-common:_get_or_create_endpoint_with_interface:984 :   local endpoint_id
2021-05-19 01:42:09.287 | +++ functions-common:_get_or_create_endpoint_with_interface:989 :   oscwrap endpoint list --service block-storage --interface public --region RegionOne -c ID -f value
2021-05-19 01:42:09.288 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.288 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.288 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.288 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.288 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.288 | ++ functions-common:_get_or_create_endpoint_with_interface:989 :   endpoint_id=
2021-05-19 01:42:09.288 | ++ functions-common:_get_or_create_endpoint_with_interface:990 :   [[ -z '' ]]
2021-05-19 01:42:09.288 | +++ functions-common:_get_or_create_endpoint_with_interface:993 :   oscwrap endpoint create block-storage public 'http://10.222.0.39/volume/v3/$(project_id)s' --region RegionOne -f value -c id
2021-05-19 01:42:09.288 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.288 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.288 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.288 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.288 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.288 | ++ functions-common:_get_or_create_endpoint_with_interface:993 :   endpoint_id=fb7826552c5449e2bf957d93aaf65e41
2021-05-19 01:42:09.288 | ++ functions-common:_get_or_create_endpoint_with_interface:996 :   echo fb7826552c5449e2bf957d93aaf65e41
2021-05-19 01:42:09.288 | + functions-common:get_or_create_endpoint:1011 :   public_id=fb7826552c5449e2bf957d93aaf65e41
2021-05-19 01:42:09.288 | + functions-common:get_or_create_endpoint:1013 :   [[ -n '' ]]
2021-05-19 01:42:09.288 | + functions-common:get_or_create_endpoint:1016 :   [[ -n '' ]]
2021-05-19 01:42:09.288 | + functions-common:get_or_create_endpoint:1020 :   echo fb7826552c5449e2bf957d93aaf65e41
2021-05-19 01:42:09.288 | fb7826552c5449e2bf957d93aaf65e41
2021-05-19 01:42:09.288 | + lib/cinder:create_cinder_accounts:390    :   get_or_create_service cinderv2 volumev2 'Cinder Volume Service V2'
2021-05-19 01:42:09.288 | + functions-common:get_or_create_service:966 :   local service_id
2021-05-19 01:42:09.288 | ++ functions-common:get_or_create_service:979 :   oscwrap service show volumev2 -f value -c id
2021-05-19 01:42:09.288 | ++ functions-common:get_or_create_service:981 :   oscwrap service create volumev2 --name cinderv2 '--description=Cinder Volume Service V2' -f value -c id
2021-05-19 01:42:09.288 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.288 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.288 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.288 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.288 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.288 | + functions-common:get_or_create_service:977 :   service_id='
2021-05-19 01:42:09.288 | bfb91ee5360f440fb8fb400e223915f2'
2021-05-19 01:42:09.289 | + functions-common:get_or_create_service:978 :   echo bfb91ee5360f440fb8fb400e223915f2
2021-05-19 01:42:09.289 | bfb91ee5360f440fb8fb400e223915f2
2021-05-19 01:42:09.289 | + lib/cinder:create_cinder_accounts:392    :   get_or_create_endpoint volumev2 RegionOne 'http://10.222.0.39/volume/v2/$(project_id)s'
2021-05-19 01:42:09.289 | + functions-common:get_or_create_endpoint:1010 :   local public_id
2021-05-19 01:42:09.289 | ++ functions-common:get_or_create_endpoint:1011 :   _get_or_create_endpoint_with_interface volumev2 public 'http://10.222.0.39/volume/v2/$(project_id)s' RegionOne
2021-05-19 01:42:09.289 | ++ functions-common:_get_or_create_endpoint_with_interface:984 :   local endpoint_id
2021-05-19 01:42:09.289 | +++ functions-common:_get_or_create_endpoint_with_interface:989 :   oscwrap endpoint list --service volumev2 --interface public --region RegionOne -c ID -f value
2021-05-19 01:42:09.289 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.289 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.289 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.289 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.289 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.289 | ++ functions-common:_get_or_create_endpoint_with_interface:989 :   endpoint_id=
2021-05-19 01:42:09.289 | ++ functions-common:_get_or_create_endpoint_with_interface:990 :   [[ -z '' ]]
2021-05-19 01:42:09.289 | +++ functions-common:_get_or_create_endpoint_with_interface:993 :   oscwrap endpoint create volumev2 public 'http://10.222.0.39/volume/v2/$(project_id)s' --region RegionOne -f value -c id
2021-05-19 01:42:09.289 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.289 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.289 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.289 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.289 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.289 | ++ functions-common:_get_or_create_endpoint_with_interface:993 :   endpoint_id=ae3449a325cc47778f31760c741661cb
2021-05-19 01:42:09.289 | ++ functions-common:_get_or_create_endpoint_with_interface:996 :   echo ae3449a325cc47778f31760c741661cb
2021-05-19 01:42:09.289 | + functions-common:get_or_create_endpoint:1011 :   public_id=ae3449a325cc47778f31760c741661cb
2021-05-19 01:42:09.289 | + functions-common:get_or_create_endpoint:1013 :   [[ -n '' ]]
2021-05-19 01:42:09.289 | + functions-common:get_or_create_endpoint:1016 :   [[ -n '' ]]
2021-05-19 01:42:09.289 | + functions-common:get_or_create_endpoint:1020 :   echo ae3449a325cc47778f31760c741661cb
2021-05-19 01:42:09.289 | ae3449a325cc47778f31760c741661cb
2021-05-19 01:42:09.289 | + lib/cinder:create_cinder_accounts:396    :   get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3'
2021-05-19 01:42:09.289 | + functions-common:get_or_create_service:966 :   local service_id
2021-05-19 01:42:09.289 | ++ functions-common:get_or_create_service:979 :   oscwrap service show volumev3 -f value -c id
2021-05-19 01:42:09.289 | ++ functions-common:get_or_create_service:981 :   oscwrap service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id
2021-05-19 01:42:09.290 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.290 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.290 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.290 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.290 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.290 | + functions-common:get_or_create_service:977 :   service_id='
2021-05-19 01:42:09.290 | 979c98b1aec64461a85b65f404dfef1c'
2021-05-19 01:42:09.290 | + functions-common:get_or_create_service:978 :   echo 979c98b1aec64461a85b65f404dfef1c
2021-05-19 01:42:09.290 | 979c98b1aec64461a85b65f404dfef1c
2021-05-19 01:42:09.290 | + lib/cinder:create_cinder_accounts:398    :   get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.39/volume/v3/$(project_id)s'
2021-05-19 01:42:09.290 | + functions-common:get_or_create_endpoint:1010 :   local public_id
2021-05-19 01:42:09.290 | ++ functions-common:get_or_create_endpoint:1011 :   _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.39/volume/v3/$(project_id)s' RegionOne
2021-05-19 01:42:09.290 | ++ functions-common:_get_or_create_endpoint_with_interface:984 :   local endpoint_id
2021-05-19 01:42:09.290 | +++ functions-common:_get_or_create_endpoint_with_interface:989 :   oscwrap endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value
2021-05-19 01:42:09.290 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.290 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.290 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.290 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.290 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.290 | ++ functions-common:_get_or_create_endpoint_with_interface:989 :   endpoint_id=
2021-05-19 01:42:09.290 | ++ functions-common:_get_or_create_endpoint_with_interface:990 :   [[ -z '' ]]
2021-05-19 01:42:09.290 | +++ functions-common:_get_or_create_endpoint_with_interface:993 :   oscwrap endpoint create volumev3 public 'http://10.222.0.39/volume/v3/$(project_id)s' --region RegionOne -f value -c id
2021-05-19 01:42:09.290 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.290 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.290 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.290 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.290 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.290 | ++ functions-common:_get_or_create_endpoint_with_interface:993 :   endpoint_id=b95d34ae54a24ab1a449ac093fc5d0fb
2021-05-19 01:42:09.290 | ++ functions-common:_get_or_create_endpoint_with_interface:996 :   echo b95d34ae54a24ab1a449ac093fc5d0fb
2021-05-19 01:42:09.290 | + functions-common:get_or_create_endpoint:1011 :   public_id=b95d34ae54a24ab1a449ac093fc5d0fb
2021-05-19 01:42:09.291 | + functions-common:get_or_create_endpoint:1013 :   [[ -n '' ]]
2021-05-19 01:42:09.291 | + functions-common:get_or_create_endpoint:1016 :   [[ -n '' ]]
2021-05-19 01:42:09.291 | + functions-common:get_or_create_endpoint:1020 :   echo b95d34ae54a24ab1a449ac093fc5d0fb
2021-05-19 01:42:09.291 | b95d34ae54a24ab1a449ac093fc5d0fb
2021-05-19 01:42:09.291 | + lib/cinder:create_cinder_accounts:403    :   configure_cinder_internal_tenant
2021-05-19 01:42:09.291 | ++ lib/cinder:configure_cinder_internal_tenant:590 :   get_or_create_project service
2021-05-19 01:42:09.291 | ++ functions-common:get_or_create_project:847 :   local project_id
2021-05-19 01:42:09.291 | +++ functions-common:get_or_create_project:855 :   oscwrap project create service --domain= --or-show -f value -c id
2021-05-19 01:42:09.291 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.291 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.291 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.291 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.291 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.291 | ++ functions-common:get_or_create_project:853 :   project_id=fd69e8d36a8a48469e4ac8124744362c
2021-05-19 01:42:09.291 | ++ functions-common:get_or_create_project:854 :   echo fd69e8d36a8a48469e4ac8124744362c
2021-05-19 01:42:09.291 | + lib/cinder:configure_cinder_internal_tenant:590 :   iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id fd69e8d36a8a48469e4ac8124744362c
2021-05-19 01:42:09.291 | ++ lib/cinder:configure_cinder_internal_tenant:591 :   get_or_create_user cinder
2021-05-19 01:42:09.291 | ++ functions-common:get_or_create_user:824  :   local user_id
2021-05-19 01:42:09.291 | ++ functions-common:get_or_create_user:825  :   [[ ! -z '' ]]
2021-05-19 01:42:09.291 | ++ functions-common:get_or_create_user:828  :   local email=
2021-05-19 01:42:09.291 | +++ functions-common:get_or_create_user:842  :   oscwrap user create cinder --password '' --domain= --or-show -f value -c id
2021-05-19 01:42:09.291 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.291 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.291 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.291 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.291 | No password was supplied, authentication will fail when a user does not have a password.
2021-05-19 01:42:09.291 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.291 | ++ functions-common:get_or_create_user:840  :   user_id=789ab24938ea4461ba45914ab5c0dfd8
2021-05-19 01:42:09.291 | ++ functions-common:get_or_create_user:841  :   echo 789ab24938ea4461ba45914ab5c0dfd8
2021-05-19 01:42:09.291 | + lib/cinder:configure_cinder_internal_tenant:591 :   iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 789ab24938ea4461ba45914ab5c0dfd8
2021-05-19 01:42:09.331 | [11275 Async create_cinder_accounts:88354]: finished create_cinder_accounts with result 0 in 50 seconds
2021-05-19 01:42:09.335 | + inc/async:async_wait:197                 :   return 0
2021-05-19 01:42:09.338 | + ./stack.sh:main:1116                     :   async_wait create_neutron_accounts create_swift_accounts configure_horizon
2021-05-19 01:42:09.395 | [11275 Async create_neutron_accounts:88469]: Waiting for completion of create_neutron_accounts running on PID 88469 (3 other jobs running)
2021-05-19 01:42:09.421 | [11275 Async create_neutron_accounts:88469]: Signaling child to exit
2021-05-19 01:42:09.421 | WAKEUP
2021-05-19 01:42:09.446 | [11275 Async create_neutron_accounts:88469]: Signaled
2021-05-19 01:42:09.448 | + lib/neutron:create_neutron_accounts:639  :   is_neutron_legacy_enabled
2021-05-19 01:42:09.448 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   sed s/neutron-//g
2021-05-19 01:42:09.448 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon
2021-05-19 01:42:09.448 | + lib/neutron:is_neutron_legacy_enabled:131 :   disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon
2021-05-19 01:42:09.448 | + lib/neutron:is_neutron_legacy_enabled:132 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]]
2021-05-19 01:42:09.448 | + lib/neutron:is_neutron_legacy_enabled:133 :   [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]]
2021-05-19 01:42:09.448 | + lib/neutron:is_neutron_legacy_enabled:133 :   return 0
2021-05-19 01:42:09.448 | + lib/neutron:create_neutron_accounts:641  :   create_mutnauq_accounts
2021-05-19 01:42:09.448 | + lib/neutron-legacy:create_mutnauq_accounts:410 :   local neutron_url
2021-05-19 01:42:09.448 | + lib/neutron-legacy:create_mutnauq_accounts:411 :   '[' False == True ']'
2021-05-19 01:42:09.448 | + lib/neutron-legacy:create_mutnauq_accounts:414 :   neutron_url=http://10.222.0.39:9696/
2021-05-19 01:42:09.448 | + lib/neutron-legacy:create_mutnauq_accounts:417 :   [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ q-svc ]]
2021-05-19 01:42:09.448 | + lib/neutron-legacy:create_mutnauq_accounts:419 :   create_service_user neutron
2021-05-19 01:42:09.448 | + lib/keystone:create_service_user:401     :   get_or_create_user neutron Passw0rd Default
2021-05-19 01:42:09.448 | + functions-common:get_or_create_user:824  :   local user_id
2021-05-19 01:42:09.448 | + functions-common:get_or_create_user:825  :   [[ ! -z '' ]]
2021-05-19 01:42:09.448 | + functions-common:get_or_create_user:828  :   local email=
2021-05-19 01:42:09.448 | ++ functions-common:get_or_create_user:842  :   oscwrap user create neutron --password Passw0rd --domain=Default --or-show -f value -c id
2021-05-19 01:42:09.448 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.448 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.448 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.448 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.448 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.449 | + functions-common:get_or_create_user:840  :   user_id=9f11d1fb6301415bb74ad4a44dcdf0a3
2021-05-19 01:42:09.449 | + functions-common:get_or_create_user:841  :   echo 9f11d1fb6301415bb74ad4a44dcdf0a3
2021-05-19 01:42:09.449 | 9f11d1fb6301415bb74ad4a44dcdf0a3
2021-05-19 01:42:09.449 | + lib/keystone:create_service_user:402     :   get_or_add_user_project_role service neutron service Default Default
2021-05-19 01:42:09.449 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:42:09.449 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args Default Default
2021-05-19 01:42:09.449 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:42:09.449 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:42:09.449 | ++ functions-common:_get_domain_args:875    :   [[ -n Default ]]
2021-05-19 01:42:09.449 | ++ functions-common:_get_domain_args:876    :   domain=' --user-domain Default'
2021-05-19 01:42:09.449 | ++ functions-common:_get_domain_args:878    :   [[ -n Default ]]
2021-05-19 01:42:09.449 | ++ functions-common:_get_domain_args:879    :   domain=' --user-domain Default --project-domain Default'
2021-05-19 01:42:09.449 | ++ functions-common:_get_domain_args:882    :   echo --user-domain Default --project-domain Default
2021-05-19 01:42:09.449 | + functions-common:get_or_add_user_project_role:890 :   domain_args='--user-domain Default --project-domain Default'
2021-05-19 01:42:09.449 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:42:09.449 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.449 | ++ 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-05-19 01:42:09.449 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.449 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.449 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.449 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.449 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.449 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.449 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.449 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:42:09.449 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:42:09.449 | + functions-common:get_or_add_user_project_role:901 :   openstack role add service --user neutron --project service --user-domain Default --project-domain Default
2021-05-19 01:42:09.449 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.449 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.450 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.450 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.450 | ++ 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-05-19 01:42:09.450 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:09.450 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:42:09.450 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:09.450 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.450 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.450 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.450 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.450 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.450 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.450 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:42:09.450 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:42:09.450 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:42:09.450 | ++ functions-common:get_field:733           :   echo '| 06026f7f269145a281e32bdeb1d6ddb1 | 9f11d1fb6301415bb74ad4a44dcdf0a3 |       | fd69e8d36a8a48469e4ac8124744362c |        |        | False     |'
2021-05-19 01:42:09.450 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:09.450 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:09.450 | + functions-common:get_or_add_user_project_role:912 :   echo 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:09.450 | 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:09.450 | + lib/keystone:create_service_user:404     :   [[ -n '' ]]
2021-05-19 01:42:09.450 | + lib/neutron-legacy:create_mutnauq_accounts:421 :   get_or_create_service neutron network 'Neutron Service'
2021-05-19 01:42:09.450 | + functions-common:get_or_create_service:966 :   local service_id
2021-05-19 01:42:09.450 | ++ functions-common:get_or_create_service:979 :   oscwrap service show network -f value -c id
2021-05-19 01:42:09.450 | ++ functions-common:get_or_create_service:981 :   oscwrap service create network --name neutron '--description=Neutron Service' -f value -c id
2021-05-19 01:42:09.450 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.450 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.450 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.450 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.450 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.450 | + functions-common:get_or_create_service:977 :   service_id='
2021-05-19 01:42:09.451 | e0ffaf1537274126ace20a3966d68451'
2021-05-19 01:42:09.451 | + functions-common:get_or_create_service:978 :   echo e0ffaf1537274126ace20a3966d68451
2021-05-19 01:42:09.451 | e0ffaf1537274126ace20a3966d68451
2021-05-19 01:42:09.451 | + lib/neutron-legacy:create_mutnauq_accounts:423 :   get_or_create_endpoint network RegionOne http://10.222.0.39:9696/
2021-05-19 01:42:09.451 | + functions-common:get_or_create_endpoint:1010 :   local public_id
2021-05-19 01:42:09.451 | ++ functions-common:get_or_create_endpoint:1011 :   _get_or_create_endpoint_with_interface network public http://10.222.0.39:9696/ RegionOne
2021-05-19 01:42:09.451 | ++ functions-common:_get_or_create_endpoint_with_interface:984 :   local endpoint_id
2021-05-19 01:42:09.451 | +++ functions-common:_get_or_create_endpoint_with_interface:989 :   oscwrap endpoint list --service network --interface public --region RegionOne -c ID -f value
2021-05-19 01:42:09.451 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.451 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.451 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.451 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.451 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.451 | ++ functions-common:_get_or_create_endpoint_with_interface:989 :   endpoint_id=
2021-05-19 01:42:09.451 | ++ functions-common:_get_or_create_endpoint_with_interface:990 :   [[ -z '' ]]
2021-05-19 01:42:09.451 | +++ functions-common:_get_or_create_endpoint_with_interface:993 :   oscwrap endpoint create network public http://10.222.0.39:9696/ --region RegionOne -f value -c id
2021-05-19 01:42:09.451 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.451 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.451 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:09.451 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:09.451 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:09.451 | ++ functions-common:_get_or_create_endpoint_with_interface:993 :   endpoint_id=dfa9181596f14e889a873602e7fb5a3e
2021-05-19 01:42:09.451 | ++ functions-common:_get_or_create_endpoint_with_interface:996 :   echo dfa9181596f14e889a873602e7fb5a3e
2021-05-19 01:42:09.451 | + functions-common:get_or_create_endpoint:1011 :   public_id=dfa9181596f14e889a873602e7fb5a3e
2021-05-19 01:42:09.451 | + functions-common:get_or_create_endpoint:1013 :   [[ -n '' ]]
2021-05-19 01:42:09.451 | + functions-common:get_or_create_endpoint:1016 :   [[ -n '' ]]
2021-05-19 01:42:09.451 | + functions-common:get_or_create_endpoint:1020 :   echo dfa9181596f14e889a873602e7fb5a3e
2021-05-19 01:42:09.451 | dfa9181596f14e889a873602e7fb5a3e
2021-05-19 01:42:09.494 | [11275 Async create_neutron_accounts:88469]: finished create_neutron_accounts with result 0 in 27 seconds
2021-05-19 01:42:09.532 | [11275 Async create_swift_accounts:88611]: Waiting for completion of create_swift_accounts running on PID 88611 (2 other jobs running)
2021-05-19 01:42:09.557 | [11275 Async create_swift_accounts:88611]: Signaling child to exit
2021-05-19 01:42:49.015 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:42:49.040 | [88611 Async create_swift_accounts:88611]: finished successfully
2021-05-19 01:42:49.060 | WAKEUP
2021-05-19 01:42:49.083 | [11275 Async create_swift_accounts:88611]: Signaled
2021-05-19 01:42:49.085 | + lib/swift:create_swift_accounts:633      :   export swiftusertest1_password=testing
2021-05-19 01:42:49.085 | + lib/swift:create_swift_accounts:633      :   swiftusertest1_password=testing
2021-05-19 01:42:49.085 | + lib/swift:create_swift_accounts:634      :   export swiftusertest2_password=testing2
2021-05-19 01:42:49.085 | + lib/swift:create_swift_accounts:634      :   swiftusertest2_password=testing2
2021-05-19 01:42:49.085 | + lib/swift:create_swift_accounts:635      :   export swiftusertest3_password=testing3
2021-05-19 01:42:49.085 | + lib/swift:create_swift_accounts:635      :   swiftusertest3_password=testing3
2021-05-19 01:42:49.085 | + lib/swift:create_swift_accounts:636      :   export swiftusertest4_password=testing4
2021-05-19 01:42:49.085 | + lib/swift:create_swift_accounts:636      :   swiftusertest4_password=testing4
2021-05-19 01:42:49.085 | + lib/swift:create_swift_accounts:638      :   local another_role
2021-05-19 01:42:49.085 | ++ lib/swift:create_swift_accounts:639      :   get_or_create_role anotherrole
2021-05-19 01:42:49.085 | ++ functions-common:get_or_create_role:860  :   local role_id
2021-05-19 01:42:49.085 | +++ functions-common:get_or_create_role:867  :   oscwrap role create anotherrole --or-show -f value -c id
2021-05-19 01:42:49.085 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.085 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.085 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.085 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.085 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.085 | ++ functions-common:get_or_create_role:865  :   role_id=7864a9f810e049b08b81ef6a25a6d133
2021-05-19 01:42:49.085 | ++ functions-common:get_or_create_role:866  :   echo 7864a9f810e049b08b81ef6a25a6d133
2021-05-19 01:42:49.085 | + lib/swift:create_swift_accounts:639      :   another_role=7864a9f810e049b08b81ef6a25a6d133
2021-05-19 01:42:49.085 | + lib/swift:create_swift_accounts:643      :   create_service_user swift admin
2021-05-19 01:42:49.085 | + lib/keystone:create_service_user:401     :   get_or_create_user swift Passw0rd Default
2021-05-19 01:42:49.085 | + functions-common:get_or_create_user:824  :   local user_id
2021-05-19 01:42:49.085 | + functions-common:get_or_create_user:825  :   [[ ! -z '' ]]
2021-05-19 01:42:49.085 | + functions-common:get_or_create_user:828  :   local email=
2021-05-19 01:42:49.085 | ++ functions-common:get_or_create_user:842  :   oscwrap user create swift --password Passw0rd --domain=Default --or-show -f value -c id
2021-05-19 01:42:49.085 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.085 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.085 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.086 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.086 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.086 | + functions-common:get_or_create_user:840  :   user_id=c4f104f126b54119a9a5562fd18d6751
2021-05-19 01:42:49.086 | + functions-common:get_or_create_user:841  :   echo c4f104f126b54119a9a5562fd18d6751
2021-05-19 01:42:49.086 | c4f104f126b54119a9a5562fd18d6751
2021-05-19 01:42:49.086 | + lib/keystone:create_service_user:402     :   get_or_add_user_project_role service swift service Default Default
2021-05-19 01:42:49.086 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:42:49.086 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args Default Default
2021-05-19 01:42:49.086 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:42:49.086 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:42:49.086 | ++ functions-common:_get_domain_args:875    :   [[ -n Default ]]
2021-05-19 01:42:49.086 | ++ functions-common:_get_domain_args:876    :   domain=' --user-domain Default'
2021-05-19 01:42:49.086 | ++ functions-common:_get_domain_args:878    :   [[ -n Default ]]
2021-05-19 01:42:49.086 | ++ functions-common:_get_domain_args:879    :   domain=' --user-domain Default --project-domain Default'
2021-05-19 01:42:49.086 | ++ functions-common:_get_domain_args:882    :   echo --user-domain Default --project-domain Default
2021-05-19 01:42:49.086 | + functions-common:get_or_add_user_project_role:890 :   domain_args='--user-domain Default --project-domain Default'
2021-05-19 01:42:49.086 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:42:49.086 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:49.086 | ++ 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-05-19 01:42:49.086 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:49.086 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.086 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.086 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.086 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.086 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.086 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.086 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:42:49.086 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:42:49.086 | + functions-common:get_or_add_user_project_role:901 :   openstack role add service --user swift --project service --user-domain Default --project-domain Default
2021-05-19 01:42:49.086 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.086 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.086 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.087 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.087 | ++ 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-05-19 01:42:49.087 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:42:49.087 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:49.087 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:49.087 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.087 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.087 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.087 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.087 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.087 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.087 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:42:49.087 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:42:49.087 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:42:49.087 | ++ functions-common:get_field:733           :   echo '| 06026f7f269145a281e32bdeb1d6ddb1 | c4f104f126b54119a9a5562fd18d6751 |       | fd69e8d36a8a48469e4ac8124744362c |        |        | False     |'
2021-05-19 01:42:49.087 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.087 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:49.087 | + functions-common:get_or_add_user_project_role:912 :   echo 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:49.087 | 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:42:49.087 | + lib/keystone:create_service_user:404     :   [[ -n admin ]]
2021-05-19 01:42:49.087 | + lib/keystone:create_service_user:405     :   get_or_add_user_project_role admin swift service Default Default
2021-05-19 01:42:49.087 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:42:49.087 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args Default Default
2021-05-19 01:42:49.087 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:42:49.087 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:42:49.087 | ++ functions-common:_get_domain_args:875    :   [[ -n Default ]]
2021-05-19 01:42:49.087 | ++ functions-common:_get_domain_args:876    :   domain=' --user-domain Default'
2021-05-19 01:42:49.087 | ++ functions-common:_get_domain_args:878    :   [[ -n Default ]]
2021-05-19 01:42:49.087 | ++ functions-common:_get_domain_args:879    :   domain=' --user-domain Default --project-domain Default'
2021-05-19 01:42:49.087 | ++ functions-common:_get_domain_args:882    :   echo --user-domain Default --project-domain Default
2021-05-19 01:42:49.087 | + functions-common:get_or_add_user_project_role:890 :   domain_args='--user-domain Default --project-domain Default'
2021-05-19 01:42:49.088 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:49.088 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:42:49.088 | ++ 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-05-19 01:42:49.088 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:49.088 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.088 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.088 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.088 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.088 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.088 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.088 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:42:49.088 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:42:49.088 | + functions-common:get_or_add_user_project_role:901 :   openstack role add admin --user swift --project service --user-domain Default --project-domain Default
2021-05-19 01:42:49.088 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.088 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.088 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.088 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.088 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:42:49.088 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:49.088 | ++ 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-05-19 01:42:49.088 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:49.088 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.088 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.088 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.088 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.088 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.088 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.088 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:42:49.088 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:42:49.088 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:42:49.088 | ++ functions-common:get_field:733           :   echo '| b0f381042c0b480a989e577ed83b5ef2 | c4f104f126b54119a9a5562fd18d6751 |       | fd69e8d36a8a48469e4ac8124744362c |        |        | False     |'
2021-05-19 01:42:49.088 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.089 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:42:49.089 | + functions-common:get_or_add_user_project_role:912 :   echo b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:42:49.089 | b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:42:49.089 | + lib/swift:create_swift_accounts:645      :   get_or_create_service swift object-store 'Swift Service'
2021-05-19 01:42:49.089 | + functions-common:get_or_create_service:966 :   local service_id
2021-05-19 01:42:49.089 | ++ functions-common:get_or_create_service:979 :   oscwrap service show object-store -f value -c id
2021-05-19 01:42:49.089 | ++ functions-common:get_or_create_service:981 :   oscwrap service create object-store --name swift '--description=Swift Service' -f value -c id
2021-05-19 01:42:49.089 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.089 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.089 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.089 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.089 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.089 | + functions-common:get_or_create_service:977 :   service_id='
2021-05-19 01:42:49.089 | e05e94fd46934a4eb2bd96403c4de1a2'
2021-05-19 01:42:49.089 | + functions-common:get_or_create_service:978 :   echo e05e94fd46934a4eb2bd96403c4de1a2
2021-05-19 01:42:49.089 | e05e94fd46934a4eb2bd96403c4de1a2
2021-05-19 01:42:49.089 | + lib/swift:create_swift_accounts:647      :   get_or_create_endpoint object-store RegionOne 'http://10.222.0.39:8080/v1/AUTH_$(project_id)s' http://10.222.0.39:8080
2021-05-19 01:42:49.089 | + functions-common:get_or_create_endpoint:1010 :   local public_id
2021-05-19 01:42:49.089 | ++ functions-common:get_or_create_endpoint:1011 :   _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.39:8080/v1/AUTH_$(project_id)s' RegionOne
2021-05-19 01:42:49.089 | ++ functions-common:_get_or_create_endpoint_with_interface:984 :   local endpoint_id
2021-05-19 01:42:49.089 | +++ functions-common:_get_or_create_endpoint_with_interface:989 :   oscwrap endpoint list --service object-store --interface public --region RegionOne -c ID -f value
2021-05-19 01:42:49.089 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.089 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.089 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.089 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.089 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.089 | ++ functions-common:_get_or_create_endpoint_with_interface:989 :   endpoint_id=
2021-05-19 01:42:49.089 | ++ functions-common:_get_or_create_endpoint_with_interface:990 :   [[ -z '' ]]
2021-05-19 01:42:49.089 | +++ functions-common:_get_or_create_endpoint_with_interface:993 :   oscwrap endpoint create object-store public 'http://10.222.0.39:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id
2021-05-19 01:42:49.090 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.090 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.090 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.090 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.090 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.090 | ++ functions-common:_get_or_create_endpoint_with_interface:993 :   endpoint_id=8da9e966a9494cd3948cf315e299b379
2021-05-19 01:42:49.090 | ++ functions-common:_get_or_create_endpoint_with_interface:996 :   echo 8da9e966a9494cd3948cf315e299b379
2021-05-19 01:42:49.090 | + functions-common:get_or_create_endpoint:1011 :   public_id=8da9e966a9494cd3948cf315e299b379
2021-05-19 01:42:49.090 | + functions-common:get_or_create_endpoint:1013 :   [[ -n http://10.222.0.39:8080 ]]
2021-05-19 01:42:49.090 | + functions-common:get_or_create_endpoint:1014 :   _get_or_create_endpoint_with_interface object-store admin http://10.222.0.39:8080 RegionOne
2021-05-19 01:42:49.090 | + functions-common:_get_or_create_endpoint_with_interface:984 :   local endpoint_id
2021-05-19 01:42:49.090 | ++ functions-common:_get_or_create_endpoint_with_interface:989 :   oscwrap endpoint list --service object-store --interface admin --region RegionOne -c ID -f value
2021-05-19 01:42:49.090 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.090 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.090 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.090 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.090 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.090 | + functions-common:_get_or_create_endpoint_with_interface:989 :   endpoint_id=
2021-05-19 01:42:49.090 | + functions-common:_get_or_create_endpoint_with_interface:990 :   [[ -z '' ]]
2021-05-19 01:42:49.090 | ++ functions-common:_get_or_create_endpoint_with_interface:993 :   oscwrap endpoint create object-store admin http://10.222.0.39:8080 --region RegionOne -f value -c id
2021-05-19 01:42:49.090 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.090 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.090 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.090 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.090 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.090 | + functions-common:_get_or_create_endpoint_with_interface:993 :   endpoint_id=d806454b712d4b6eadcbd103de2ce745
2021-05-19 01:42:49.090 | + functions-common:_get_or_create_endpoint_with_interface:996 :   echo d806454b712d4b6eadcbd103de2ce745
2021-05-19 01:42:49.090 | d806454b712d4b6eadcbd103de2ce745
2021-05-19 01:42:49.090 | + functions-common:get_or_create_endpoint:1016 :   [[ -n '' ]]
2021-05-19 01:42:49.090 | + functions-common:get_or_create_endpoint:1020 :   echo 8da9e966a9494cd3948cf315e299b379
2021-05-19 01:42:49.090 | 8da9e966a9494cd3948cf315e299b379
2021-05-19 01:42:49.091 | + lib/swift:create_swift_accounts:652      :   local swift_project_test1
2021-05-19 01:42:49.091 | ++ lib/swift:create_swift_accounts:653      :   get_or_create_project swiftprojecttest1 default
2021-05-19 01:42:49.091 | ++ functions-common:get_or_create_project:847 :   local project_id
2021-05-19 01:42:49.091 | +++ functions-common:get_or_create_project:855 :   oscwrap project create swiftprojecttest1 --domain=default --or-show -f value -c id
2021-05-19 01:42:49.091 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.091 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.091 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.091 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.091 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.091 | ++ functions-common:get_or_create_project:853 :   project_id=77ef25f185bf4e8faaf74fbfd23669c2
2021-05-19 01:42:49.091 | ++ functions-common:get_or_create_project:854 :   echo 77ef25f185bf4e8faaf74fbfd23669c2
2021-05-19 01:42:49.091 | + lib/swift:create_swift_accounts:653      :   swift_project_test1=77ef25f185bf4e8faaf74fbfd23669c2
2021-05-19 01:42:49.091 | + lib/swift:create_swift_accounts:654      :   die_if_not_set 654 swift_project_test1 'Failure creating swift_project_test1'
2021-05-19 01:42:49.091 | + functions-common:die_if_not_set:216      :   local exitcode=0
2021-05-19 01:42:49.091 | ++ lib/swift:create_swift_accounts:656      :   get_or_create_user swiftusertest1 testing default test@example.com
2021-05-19 01:42:49.091 | ++ functions-common:get_or_create_user:824  :   local user_id
2021-05-19 01:42:49.091 | ++ functions-common:get_or_create_user:825  :   [[ ! -z test@example.com ]]
2021-05-19 01:42:49.091 | ++ functions-common:get_or_create_user:826  :   local email=--email=test@example.com
2021-05-19 01:42:49.091 | +++ 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-05-19 01:42:49.091 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.091 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.091 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.091 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.091 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.091 | ++ functions-common:get_or_create_user:840  :   user_id=111e1b961f374953a7c3f19242f39e48
2021-05-19 01:42:49.091 | ++ functions-common:get_or_create_user:841  :   echo 111e1b961f374953a7c3f19242f39e48
2021-05-19 01:42:49.091 | + lib/swift:create_swift_accounts:656      :   SWIFT_USER_TEST1=111e1b961f374953a7c3f19242f39e48
2021-05-19 01:42:49.092 | + lib/swift:create_swift_accounts:657      :   die_if_not_set 657 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1'
2021-05-19 01:42:49.092 | + functions-common:die_if_not_set:216      :   local exitcode=0
2021-05-19 01:42:49.092 | + lib/swift:create_swift_accounts:658      :   get_or_add_user_project_role admin 111e1b961f374953a7c3f19242f39e48 77ef25f185bf4e8faaf74fbfd23669c2
2021-05-19 01:42:49.092 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:42:49.092 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args
2021-05-19 01:42:49.092 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:42:49.092 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:42:49.092 | ++ functions-common:_get_domain_args:875    :   [[ -n '' ]]
2021-05-19 01:42:49.092 | ++ functions-common:_get_domain_args:878    :   [[ -n '' ]]
2021-05-19 01:42:49.092 | ++ functions-common:_get_domain_args:882    :   echo
2021-05-19 01:42:49.092 | + functions-common:get_or_add_user_project_role:890 :   domain_args=
2021-05-19 01:42:49.092 | ++ functions-common:get_or_add_user_project_role:898 :   oscwrap role assignment list --role admin --user 111e1b961f374953a7c3f19242f39e48 --project 77ef25f185bf4e8faaf74fbfd23669c2
2021-05-19 01:42:49.092 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:49.092 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:42:49.092 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:49.092 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.092 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.092 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.092 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.092 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.092 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.092 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:42:49.092 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:42:49.092 | + functions-common:get_or_add_user_project_role:901 :   openstack role add admin --user 111e1b961f374953a7c3f19242f39e48 --project 77ef25f185bf4e8faaf74fbfd23669c2
2021-05-19 01:42:49.093 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.093 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.093 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.093 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.093 | ++ functions-common:get_or_add_user_project_role:910 :   oscwrap role assignment list --role admin --user 111e1b961f374953a7c3f19242f39e48 --project 77ef25f185bf4e8faaf74fbfd23669c2
2021-05-19 01:42:49.093 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:49.093 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:42:49.093 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:49.093 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.093 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.093 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.093 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.093 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.093 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.093 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:42:49.093 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:42:49.093 | ++ functions-common:get_field:733           :   echo '| b0f381042c0b480a989e577ed83b5ef2 | 111e1b961f374953a7c3f19242f39e48 |       | 77ef25f185bf4e8faaf74fbfd23669c2 |        |        | False     |'
2021-05-19 01:42:49.093 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:42:49.093 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.093 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:42:49.093 | + functions-common:get_or_add_user_project_role:912 :   echo b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:42:49.093 | b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:42:49.093 | + lib/swift:create_swift_accounts:660      :   local swift_user_test3
2021-05-19 01:42:49.093 | ++ lib/swift:create_swift_accounts:662      :   get_or_create_user swiftusertest3 testing3 default test3@example.com
2021-05-19 01:42:49.093 | ++ functions-common:get_or_create_user:824  :   local user_id
2021-05-19 01:42:49.093 | ++ functions-common:get_or_create_user:825  :   [[ ! -z test3@example.com ]]
2021-05-19 01:42:49.093 | ++ functions-common:get_or_create_user:826  :   local email=--email=test3@example.com
2021-05-19 01:42:49.093 | +++ 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-05-19 01:42:49.093 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.093 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.093 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.094 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.094 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.094 | ++ functions-common:get_or_create_user:840  :   user_id=e78e19ab04e84f31ac365b15405883a2
2021-05-19 01:42:49.094 | ++ functions-common:get_or_create_user:841  :   echo e78e19ab04e84f31ac365b15405883a2
2021-05-19 01:42:49.094 | + lib/swift:create_swift_accounts:662      :   swift_user_test3=e78e19ab04e84f31ac365b15405883a2
2021-05-19 01:42:49.094 | + lib/swift:create_swift_accounts:663      :   die_if_not_set 663 swift_user_test3 'Failure creating swift_user_test3'
2021-05-19 01:42:49.094 | + functions-common:die_if_not_set:216      :   local exitcode=0
2021-05-19 01:42:49.094 | + lib/swift:create_swift_accounts:664      :   get_or_add_user_project_role 7864a9f810e049b08b81ef6a25a6d133 e78e19ab04e84f31ac365b15405883a2 77ef25f185bf4e8faaf74fbfd23669c2
2021-05-19 01:42:49.094 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:42:49.094 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args
2021-05-19 01:42:49.094 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:42:49.094 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:42:49.094 | ++ functions-common:_get_domain_args:875    :   [[ -n '' ]]
2021-05-19 01:42:49.094 | ++ functions-common:_get_domain_args:878    :   [[ -n '' ]]
2021-05-19 01:42:49.094 | ++ functions-common:_get_domain_args:882    :   echo
2021-05-19 01:42:49.094 | + functions-common:get_or_add_user_project_role:890 :   domain_args=
2021-05-19 01:42:49.094 | ++ functions-common:get_or_add_user_project_role:898 :   oscwrap role assignment list --role 7864a9f810e049b08b81ef6a25a6d133 --user e78e19ab04e84f31ac365b15405883a2 --project 77ef25f185bf4e8faaf74fbfd23669c2
2021-05-19 01:42:49.094 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:49.094 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:42:49.094 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:49.094 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.094 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.094 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.094 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.094 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.094 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.094 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:42:49.094 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:42:49.094 | + functions-common:get_or_add_user_project_role:901 :   openstack role add 7864a9f810e049b08b81ef6a25a6d133 --user e78e19ab04e84f31ac365b15405883a2 --project 77ef25f185bf4e8faaf74fbfd23669c2
2021-05-19 01:42:49.094 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.094 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.095 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.095 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.095 | ++ functions-common:get_or_add_user_project_role:910 :   oscwrap role assignment list --role 7864a9f810e049b08b81ef6a25a6d133 --user e78e19ab04e84f31ac365b15405883a2 --project 77ef25f185bf4e8faaf74fbfd23669c2
2021-05-19 01:42:49.095 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:49.095 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:42:49.095 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:49.095 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.095 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.095 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.095 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.095 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.095 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.095 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:42:49.095 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:42:49.095 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:42:49.095 | ++ functions-common:get_field:733           :   echo '| 7864a9f810e049b08b81ef6a25a6d133 | e78e19ab04e84f31ac365b15405883a2 |       | 77ef25f185bf4e8faaf74fbfd23669c2 |        |        | False     |'
2021-05-19 01:42:49.095 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.095 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=7864a9f810e049b08b81ef6a25a6d133
2021-05-19 01:42:49.095 | + functions-common:get_or_add_user_project_role:912 :   echo 7864a9f810e049b08b81ef6a25a6d133
2021-05-19 01:42:49.095 | 7864a9f810e049b08b81ef6a25a6d133
2021-05-19 01:42:49.095 | + lib/swift:create_swift_accounts:666      :   local swift_project_test2
2021-05-19 01:42:49.095 | ++ lib/swift:create_swift_accounts:667      :   get_or_create_project swiftprojecttest2 default
2021-05-19 01:42:49.095 | ++ functions-common:get_or_create_project:847 :   local project_id
2021-05-19 01:42:49.095 | +++ functions-common:get_or_create_project:855 :   oscwrap project create swiftprojecttest2 --domain=default --or-show -f value -c id
2021-05-19 01:42:49.095 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.095 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.095 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.095 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.095 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.095 | ++ functions-common:get_or_create_project:853 :   project_id=efa06dd9765c4f50bb7642ad99acc3d4
2021-05-19 01:42:49.095 | ++ functions-common:get_or_create_project:854 :   echo efa06dd9765c4f50bb7642ad99acc3d4
2021-05-19 01:42:49.096 | + lib/swift:create_swift_accounts:667      :   swift_project_test2=efa06dd9765c4f50bb7642ad99acc3d4
2021-05-19 01:42:49.096 | + lib/swift:create_swift_accounts:668      :   die_if_not_set 668 swift_project_test2 'Failure creating swift_project_test2'
2021-05-19 01:42:49.096 | + functions-common:die_if_not_set:216      :   local exitcode=0
2021-05-19 01:42:49.096 | + lib/swift:create_swift_accounts:670      :   local swift_user_test2
2021-05-19 01:42:49.096 | ++ lib/swift:create_swift_accounts:672      :   get_or_create_user swiftusertest2 testing2 default test2@example.com
2021-05-19 01:42:49.096 | ++ functions-common:get_or_create_user:824  :   local user_id
2021-05-19 01:42:49.096 | ++ functions-common:get_or_create_user:825  :   [[ ! -z test2@example.com ]]
2021-05-19 01:42:49.096 | ++ functions-common:get_or_create_user:826  :   local email=--email=test2@example.com
2021-05-19 01:42:49.096 | +++ 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-05-19 01:42:49.096 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.096 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.096 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.096 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.096 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.096 | ++ functions-common:get_or_create_user:840  :   user_id=b2880f5658284b0c9a74193077a96b50
2021-05-19 01:42:49.096 | ++ functions-common:get_or_create_user:841  :   echo b2880f5658284b0c9a74193077a96b50
2021-05-19 01:42:49.096 | + lib/swift:create_swift_accounts:672      :   swift_user_test2=b2880f5658284b0c9a74193077a96b50
2021-05-19 01:42:49.096 | + lib/swift:create_swift_accounts:673      :   die_if_not_set 673 swift_user_test2 'Failure creating swift_user_test2'
2021-05-19 01:42:49.096 | + functions-common:die_if_not_set:216      :   local exitcode=0
2021-05-19 01:42:49.096 | + lib/swift:create_swift_accounts:674      :   get_or_add_user_project_role admin b2880f5658284b0c9a74193077a96b50 efa06dd9765c4f50bb7642ad99acc3d4
2021-05-19 01:42:49.096 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:42:49.096 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args
2021-05-19 01:42:49.096 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:42:49.096 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:42:49.096 | ++ functions-common:_get_domain_args:875    :   [[ -n '' ]]
2021-05-19 01:42:49.096 | ++ functions-common:_get_domain_args:878    :   [[ -n '' ]]
2021-05-19 01:42:49.096 | ++ functions-common:_get_domain_args:882    :   echo
2021-05-19 01:42:49.096 | + functions-common:get_or_add_user_project_role:890 :   domain_args=
2021-05-19 01:42:49.096 | ++ functions-common:get_or_add_user_project_role:898 :   oscwrap role assignment list --role admin --user b2880f5658284b0c9a74193077a96b50 --project efa06dd9765c4f50bb7642ad99acc3d4
2021-05-19 01:42:49.096 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:49.096 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:42:49.096 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:49.097 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.097 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.097 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.097 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.097 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.097 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.097 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:42:49.097 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:42:49.097 | + functions-common:get_or_add_user_project_role:901 :   openstack role add admin --user b2880f5658284b0c9a74193077a96b50 --project efa06dd9765c4f50bb7642ad99acc3d4
2021-05-19 01:42:49.097 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.097 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.097 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.097 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.097 | ++ functions-common:get_or_add_user_project_role:910 :   oscwrap role assignment list --role admin --user b2880f5658284b0c9a74193077a96b50 --project efa06dd9765c4f50bb7642ad99acc3d4
2021-05-19 01:42:49.097 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:49.097 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:42:49.097 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:49.097 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.097 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.097 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.097 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.097 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.097 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.097 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:42:49.097 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:42:49.097 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:42:49.097 | ++ functions-common:get_field:733           :   echo '| b0f381042c0b480a989e577ed83b5ef2 | b2880f5658284b0c9a74193077a96b50 |       | efa06dd9765c4f50bb7642ad99acc3d4 |        |        | False     |'
2021-05-19 01:42:49.097 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.097 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:42:49.097 | + functions-common:get_or_add_user_project_role:912 :   echo b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:42:49.098 | b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:42:49.098 | + lib/swift:create_swift_accounts:676      :   local swift_domain
2021-05-19 01:42:49.098 | ++ lib/swift:create_swift_accounts:677      :   get_or_create_domain swift_test 'Used for swift functional testing'
2021-05-19 01:42:49.098 | ++ functions-common:get_or_create_domain:792 :   local domain_id
2021-05-19 01:42:49.098 | +++ functions-common:get_or_create_domain:804 :   oscwrap domain show swift_test -f value -c id
2021-05-19 01:42:49.098 | +++ functions-common:get_or_create_domain:806 :   oscwrap domain create swift_test --description 'Used for swift functional testing' -f value -c id
2021-05-19 01:42:49.098 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.098 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.098 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.098 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.098 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.098 | ++ functions-common:get_or_create_domain:802 :   domain_id='
2021-05-19 01:42:49.098 | 19953325cc6f48228691bdcf13398f09'
2021-05-19 01:42:49.098 | ++ functions-common:get_or_create_domain:803 :   echo 19953325cc6f48228691bdcf13398f09
2021-05-19 01:42:49.098 | + lib/swift:create_swift_accounts:677      :   swift_domain=19953325cc6f48228691bdcf13398f09
2021-05-19 01:42:49.098 | + lib/swift:create_swift_accounts:678      :   die_if_not_set 678 swift_domain 'Failure creating swift_test domain'
2021-05-19 01:42:49.098 | + functions-common:die_if_not_set:216      :   local exitcode=0
2021-05-19 01:42:49.098 | + lib/swift:create_swift_accounts:680      :   local swift_project_test4
2021-05-19 01:42:49.098 | ++ lib/swift:create_swift_accounts:681      :   get_or_create_project swiftprojecttest4 19953325cc6f48228691bdcf13398f09
2021-05-19 01:42:49.098 | ++ functions-common:get_or_create_project:847 :   local project_id
2021-05-19 01:42:49.098 | +++ functions-common:get_or_create_project:855 :   oscwrap project create swiftprojecttest4 --domain=19953325cc6f48228691bdcf13398f09 --or-show -f value -c id
2021-05-19 01:42:49.098 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.098 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.098 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.098 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.098 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.098 | ++ functions-common:get_or_create_project:853 :   project_id=7a142c26f84946b9b033f2619470b716
2021-05-19 01:42:49.098 | ++ functions-common:get_or_create_project:854 :   echo 7a142c26f84946b9b033f2619470b716
2021-05-19 01:42:49.098 | + lib/swift:create_swift_accounts:681      :   swift_project_test4=7a142c26f84946b9b033f2619470b716
2021-05-19 01:42:49.098 | + lib/swift:create_swift_accounts:682      :   die_if_not_set 682 swift_project_test4 'Failure creating swift_project_test4'
2021-05-19 01:42:49.099 | + functions-common:die_if_not_set:216      :   local exitcode=0
2021-05-19 01:42:49.099 | + lib/swift:create_swift_accounts:684      :   local swift_user_test4
2021-05-19 01:42:49.099 | ++ lib/swift:create_swift_accounts:686      :   get_or_create_user swiftusertest4 testing4 19953325cc6f48228691bdcf13398f09 test4@example.com
2021-05-19 01:42:49.099 | ++ functions-common:get_or_create_user:824  :   local user_id
2021-05-19 01:42:49.099 | ++ functions-common:get_or_create_user:825  :   [[ ! -z test4@example.com ]]
2021-05-19 01:42:49.099 | ++ functions-common:get_or_create_user:826  :   local email=--email=test4@example.com
2021-05-19 01:42:49.099 | +++ functions-common:get_or_create_user:842  :   oscwrap user create swiftusertest4 --password testing4 --domain=19953325cc6f48228691bdcf13398f09 --email=test4@example.com --or-show -f value -c id
2021-05-19 01:42:49.099 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.099 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.099 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.099 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.099 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.099 | ++ functions-common:get_or_create_user:840  :   user_id=52a1b0c3a9f34428863b331fb3238225
2021-05-19 01:42:49.099 | ++ functions-common:get_or_create_user:841  :   echo 52a1b0c3a9f34428863b331fb3238225
2021-05-19 01:42:49.099 | + lib/swift:create_swift_accounts:686      :   swift_user_test4=52a1b0c3a9f34428863b331fb3238225
2021-05-19 01:42:49.099 | + lib/swift:create_swift_accounts:687      :   die_if_not_set 687 swift_user_test4 'Failure creating swift_user_test4'
2021-05-19 01:42:49.099 | + functions-common:die_if_not_set:216      :   local exitcode=0
2021-05-19 01:42:49.099 | + lib/swift:create_swift_accounts:688      :   get_or_add_user_project_role admin 52a1b0c3a9f34428863b331fb3238225 7a142c26f84946b9b033f2619470b716
2021-05-19 01:42:49.099 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:42:49.099 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args
2021-05-19 01:42:49.099 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:42:49.099 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:42:49.099 | ++ functions-common:_get_domain_args:875    :   [[ -n '' ]]
2021-05-19 01:42:49.099 | ++ functions-common:_get_domain_args:878    :   [[ -n '' ]]
2021-05-19 01:42:49.099 | ++ functions-common:_get_domain_args:882    :   echo
2021-05-19 01:42:49.099 | + functions-common:get_or_add_user_project_role:890 :   domain_args=
2021-05-19 01:42:49.099 | ++ functions-common:get_or_add_user_project_role:898 :   oscwrap role assignment list --role admin --user 52a1b0c3a9f34428863b331fb3238225 --project 7a142c26f84946b9b033f2619470b716
2021-05-19 01:42:49.099 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:49.099 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:42:49.099 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:49.100 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.100 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.100 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.100 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.100 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.100 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.100 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:42:49.100 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:42:49.100 | + functions-common:get_or_add_user_project_role:901 :   openstack role add admin --user 52a1b0c3a9f34428863b331fb3238225 --project 7a142c26f84946b9b033f2619470b716
2021-05-19 01:42:49.100 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.100 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.100 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.100 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.100 | ++ functions-common:get_or_add_user_project_role:910 :   oscwrap role assignment list --role admin --user 52a1b0c3a9f34428863b331fb3238225 --project 7a142c26f84946b9b033f2619470b716
2021-05-19 01:42:49.100 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:42:49.100 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:42:49.100 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:42:49.100 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.100 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.100 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.100 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:49.100 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:49.100 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:42:49.100 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:42:49.100 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:42:49.100 | ++ functions-common:get_field:733           :   echo '| b0f381042c0b480a989e577ed83b5ef2 | 52a1b0c3a9f34428863b331fb3238225 |       | 7a142c26f84946b9b033f2619470b716 |        |        | False     |'
2021-05-19 01:42:49.100 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:42:49.100 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:42:49.100 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:42:49.100 | + functions-common:get_or_add_user_project_role:912 :   echo b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:42:49.100 | b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:42:49.129 | [11275 Async create_swift_accounts:88611]: finished create_swift_accounts with result 0 in 91 seconds
2021-05-19 01:42:49.136 | Not waiting for async task configure_horizon that we never started or has already been waited for
2021-05-19 01:42:49.140 | + inc/async:async_wait:197                 :   return 0
2021-05-19 01:42:49.142 | + ./stack.sh:main:1122                     :   is_service_enabled mysql postgresql
2021-05-19 01:42:49.160 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:42:49.162 | + ./stack.sh:main:1122                     :   is_service_enabled glance
2021-05-19 01:42:49.179 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:42:49.182 | + ./stack.sh:main:1123                     :   echo_summary 'Configuring Glance'
2021-05-19 01:42:49.184 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:42:49.187 | + ./stack.sh:echo_summary:428              :   echo -e Configuring Glance
2021-05-19 01:42:49.190 | + ./stack.sh:main:1124                     :   async_runfunc init_glance
2021-05-19 01:42:49.192 | + inc/async:async_runfunc:116              :   async_run init_glance init_glance
2021-05-19 01:42:49.251 | + inc/async:async_inner:63                 :   init_glance
2021-05-19 01:42:49.289 | [11275 Async init_glance:92978]: running: init_glance
2021-05-19 01:42:49.292 | + ./stack.sh:main:1131                     :   is_service_enabled neutron
2021-05-19 01:42:49.310 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:42:49.313 | + ./stack.sh:main:1132                     :   echo_summary 'Configuring Neutron'
2021-05-19 01:42:49.315 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:42:49.318 | + ./stack.sh:echo_summary:428              :   echo -e Configuring Neutron
2021-05-19 01:42:49.320 | + ./stack.sh:main:1134                     :   configure_neutron
2021-05-19 01:42:49.323 | + lib/neutron:configure_neutron:603        :   is_neutron_legacy_enabled
2021-05-19 01:42:49.327 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon
2021-05-19 01:42:49.327 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   sed s/neutron-//g
2021-05-19 01:42:49.332 | + lib/neutron:is_neutron_legacy_enabled:131 :   disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon
2021-05-19 01:42:49.335 | + lib/neutron:is_neutron_legacy_enabled:132 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]]
2021-05-19 01:42:49.338 | + lib/neutron:is_neutron_legacy_enabled:133 :   [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]]
2021-05-19 01:42:49.340 | + lib/neutron:is_neutron_legacy_enabled:133 :   return 0
2021-05-19 01:42:49.343 | + lib/neutron:configure_neutron:605        :   configure_mutnauq
2021-05-19 01:42:49.347 | + lib/neutron-legacy:configure_mutnauq:338 :   _configure_neutron_common
2021-05-19 01:42:49.350 | + lib/neutron-legacy:_configure_neutron_common:718 :   _create_neutron_conf_dir
2021-05-19 01:42:49.353 | + lib/neutron-legacy:_create_neutron_conf_dir:711 :   sudo install -d -o ubuntu /etc/neutron
2021-05-19 01:42:49.369 | + lib/neutron-legacy:_configure_neutron_common:721 :   cd /opt/stack/neutron
2021-05-19 01:42:49.371 | + lib/neutron-legacy:_configure_neutron_common:721 :   exec ./tools/generate_config_file_samples.sh
2021-05-19 01:42:52.198 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:52.198 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:52.199 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:52.199 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:54.982 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:54.982 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:54.982 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:54.982 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:57.729 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:57.729 |   from cryptography.utils import int_from_bytes
2021-05-19 01:42:57.729 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:42:57.729 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:00.491 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:00.491 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:00.491 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:00.491 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:03.220 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:03.220 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:03.220 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:03.220 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:05.953 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:05.953 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:05.953 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:05.953 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:08.744 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:08.744 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:08.744 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:08.744 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:11.745 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:11.745 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:11.745 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:11.745 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:15.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:15.555 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:15.555 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:15.555 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:20.196 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:20.196 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:20.196 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:20.196 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:20.443 | + lib/neutron-legacy:_configure_neutron_common:723 :   cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf
2021-05-19 01:43:20.448 | + lib/neutron-legacy:_configure_neutron_common:725 :   Q_POLICY_FILE=/etc/neutron/policy.json
2021-05-19 01:43:20.451 | + lib/neutron-legacy:_configure_neutron_common:729 :   '[' -f /opt/stack/neutron/etc/policy.json ']'
2021-05-19 01:43:20.453 | + lib/neutron-legacy:_configure_neutron_common:733 :   echo '{"context_is_admin":  "role:admin or user_name:neutron"}'
2021-05-19 01:43:20.455 | + lib/neutron-legacy:_configure_neutron_common:738 :   neutron_plugin_configure_common
2021-05-19 01:43:20.457 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:64 :   Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2
2021-05-19 01:43:20.460 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 :   Q_PLUGIN_CONF_FILENAME=ml2_conf.ini
2021-05-19 01:43:20.462 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 :   Q_PLUGIN_CLASS=ml2
2021-05-19 01:43:20.464 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:69 :   _neutron_service_plugin_class_add router
2021-05-19 01:43:20.467 | + lib/neutron-legacy:_neutron_service_plugin_class_add:887 :   local service_plugin_class=router
2021-05-19 01:43:20.469 | + lib/neutron-legacy:_neutron_service_plugin_class_add:888 :   [[ '' == '' ]]
2021-05-19 01:43:20.471 | + lib/neutron-legacy:_neutron_service_plugin_class_add:889 :   Q_SERVICE_PLUGIN_CLASSES=router
2021-05-19 01:43:20.473 | + lib/neutron-legacy:_configure_neutron_common:740 :   [[ etc/neutron/plugins/ml2 == '' ]]
2021-05-19 01:43:20.476 | + lib/neutron-legacy:_configure_neutron_common:740 :   [[ ml2_conf.ini == '' ]]
2021-05-19 01:43:20.478 | + lib/neutron-legacy:_configure_neutron_common:740 :   [[ ml2 == '' ]]
2021-05-19 01:43:20.481 | + lib/neutron-legacy:_configure_neutron_common:745 :   mkdir -p /etc/neutron/plugins/ml2
2021-05-19 01:43:20.487 | + lib/neutron-legacy:_configure_neutron_common:746 :   Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:43:20.490 | + lib/neutron-legacy:_configure_neutron_common:749 :   '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']'
2021-05-19 01:43:20.492 | + lib/neutron-legacy:_configure_neutron_common:750 :   cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:43:20.497 | ++ lib/neutron-legacy:_configure_neutron_common:755 :   database_connection_url neutron
2021-05-19 01:43:20.499 | ++ lib/database:database_connection_url:132 :   local db=neutron
2021-05-19 01:43:20.501 | ++ lib/database:database_connection_url:133 :   database_connection_url_mysql neutron
2021-05-19 01:43:20.503 | ++ lib/databases/mysql:database_connection_url_mysql:202 :   local db=neutron
2021-05-19 01:43:20.506 | ++ lib/databases/mysql:database_connection_url_mysql:203 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8'
2021-05-19 01:43:20.508 | + lib/neutron-legacy:_configure_neutron_common:755 :   iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8'
2021-05-19 01:43:20.537 | + lib/neutron-legacy:_configure_neutron_common:756 :   iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron
2021-05-19 01:43:20.572 | + lib/neutron-legacy:_configure_neutron_common:757 :   iniset /etc/neutron/neutron.conf DEFAULT use_syslog False
2021-05-19 01:43:20.606 | + lib/neutron-legacy:_configure_neutron_common:758 :   iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0
2021-05-19 01:43:20.635 | + lib/neutron-legacy:_configure_neutron_common:759 :   iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock
2021-05-19 01:43:20.664 | + lib/neutron-legacy:_configure_neutron_common:762 :   iniset /etc/neutron/neutron.conf nova region_name RegionOne
2021-05-19 01:43:20.698 | + lib/neutron-legacy:_configure_neutron_common:764 :   '[' libvirt = fake ']'
2021-05-19 01:43:20.700 | + lib/neutron-legacy:_configure_neutron_common:774 :   setup_logging /etc/neutron/neutron.conf
2021-05-19 01:43:20.703 | + functions:setup_logging:674              :   setup_systemd_logging /etc/neutron/neutron.conf
2021-05-19 01:43:20.705 | + functions:setup_systemd_logging:689      :   local conf_file=/etc/neutron/neutron.conf
2021-05-19 01:43:20.708 | ++ functions:setup_systemd_logging:694      :   trueorfalse False USE_JOURNAL
2021-05-19 01:43:20.724 | + functions:setup_systemd_logging:694      :   USE_JOURNAL=False
2021-05-19 01:43:20.727 | + functions:setup_systemd_logging:695      :   local pidstr=
2021-05-19 01:43:20.729 | + functions:setup_systemd_logging:696      :   [[ False == \T\r\u\e ]]
2021-05-19 01:43:20.732 | + functions:setup_systemd_logging:700      :   pidstr='(pid=%(process)d) '
2021-05-19 01:43:20.734 | + functions:setup_systemd_logging:702      :   iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}'
2021-05-19 01:43:20.766 | + functions:setup_systemd_logging:704      :   iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s'
2021-05-19 01:43:20.795 | + functions:setup_systemd_logging:705      :   iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2021-05-19 01:43:20.823 | + functions:setup_systemd_logging:706      :   iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s'
2021-05-19 01:43:20.859 | + lib/neutron-legacy:_configure_neutron_common:776 :   is_service_enabled tls-proxy
2021-05-19 01:43:20.876 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:43:20.879 | + lib/neutron-legacy:_configure_neutron_common:782 :   _neutron_setup_rootwrap
2021-05-19 01:43:20.881 | + lib/neutron-legacy:_neutron_setup_rootwrap:922 :   [[ True == \F\a\l\s\e ]]
2021-05-19 01:43:20.883 | + lib/neutron-legacy:_neutron_setup_rootwrap:926 :   Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d
2021-05-19 01:43:20.885 | + lib/neutron-legacy:_neutron_setup_rootwrap:927 :   [[ -d /etc/neutron/rootwrap.d ]]
2021-05-19 01:43:20.888 | + lib/neutron-legacy:_neutron_setup_rootwrap:931 :   _neutron_deploy_rootwrap_filters /opt/stack/neutron
2021-05-19 01:43:20.891 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:912 :   [[ True == \F\a\l\s\e ]]
2021-05-19 01:43:20.893 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:915 :   local srcdir=/opt/stack/neutron
2021-05-19 01:43:20.895 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:916 :   sudo install -d -o root -m 755 /etc/neutron/rootwrap.d
2021-05-19 01:43:20.908 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:917 :   sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/
2021-05-19 01:43:20.921 | + lib/neutron-legacy:_neutron_setup_rootwrap:935 :   test -r /opt/stack/neutron/etc/neutron/rootwrap.conf
2021-05-19 01:43:20.923 | + lib/neutron-legacy:_neutron_setup_rootwrap:938 :   sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf
2021-05-19 01:43:20.940 | + lib/neutron-legacy:_neutron_setup_rootwrap:940 :   sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf
2021-05-19 01:43:20.952 | + lib/neutron-legacy:_neutron_setup_rootwrap:941 :   sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf
2021-05-19 01:43:20.967 | + lib/neutron-legacy:_neutron_setup_rootwrap:944 :   ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *'
2021-05-19 01:43:20.969 | + lib/neutron-legacy:_neutron_setup_rootwrap:945 :   ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2021-05-19 01:43:20.972 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:948 :   mktemp
2021-05-19 01:43:20.976 | + lib/neutron-legacy:_neutron_setup_rootwrap:948 :   TEMPFILE=/tmp/tmp.i986MsqMGE
2021-05-19 01:43:20.979 | + lib/neutron-legacy:_neutron_setup_rootwrap:949 :   echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *'
2021-05-19 01:43:20.982 | + lib/neutron-legacy:_neutron_setup_rootwrap:950 :   echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2021-05-19 01:43:20.984 | + lib/neutron-legacy:_neutron_setup_rootwrap:951 :   chmod 0440 /tmp/tmp.i986MsqMGE
2021-05-19 01:43:20.988 | + lib/neutron-legacy:_neutron_setup_rootwrap:952 :   sudo chown root:root /tmp/tmp.i986MsqMGE
2021-05-19 01:43:21.003 | + lib/neutron-legacy:_neutron_setup_rootwrap:953 :   sudo mv /tmp/tmp.i986MsqMGE /etc/sudoers.d/neutron-rootwrap
2021-05-19 01:43:21.016 | + lib/neutron-legacy:_neutron_setup_rootwrap:956 :   iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
2021-05-19 01:43:21.045 | + lib/neutron-legacy:_neutron_setup_rootwrap:957 :   [[ True == \T\r\u\e ]]
2021-05-19 01:43:21.047 | + lib/neutron-legacy:_neutron_setup_rootwrap:958 :   iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2021-05-19 01:43:21.080 | + lib/neutron-legacy:configure_mutnauq:339 :   iniset_rpc_backend neutron /etc/neutron/neutron.conf
2021-05-19 01:43:21.083 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=neutron
2021-05-19 01:43:21.085 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/neutron/neutron.conf
2021-05-19 01:43:21.088 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=DEFAULT
2021-05-19 01:43:21.091 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=
2021-05-19 01:43:21.094 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2021-05-19 01:43:21.111 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:43:21.114 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url ''
2021-05-19 01:43:21.117 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=
2021-05-19 01:43:21.119 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2021-05-19 01:43:21.140 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:43:21.143 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/
2021-05-19 01:43:21.146 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/
2021-05-19 01:43:21.179 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2021-05-19 01:43:21.181 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2021-05-19 01:43:21.183 | + lib/neutron-legacy:configure_mutnauq:341 :   is_service_enabled q-metering
2021-05-19 01:43:21.204 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:43:21.207 | + lib/neutron-legacy:configure_mutnauq:342 :   _configure_neutron_metering
2021-05-19 01:43:21.209 | + lib/neutron-legacy:_configure_neutron_metering:831 :   neutron_agent_metering_configure_common
2021-05-19 01:43:21.212 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 :   _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin
2021-05-19 01:43:21.214 | + lib/neutron-legacy:_neutron_service_plugin_class_add:887 :   local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin
2021-05-19 01:43:21.217 | + lib/neutron-legacy:_neutron_service_plugin_class_add:888 :   [[ router == '' ]]
2021-05-19 01:43:21.219 | + lib/neutron-legacy:_neutron_service_plugin_class_add:890 :   [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]]
2021-05-19 01:43:21.222 | + lib/neutron-legacy:_neutron_service_plugin_class_add:891 :   Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin
2021-05-19 01:43:21.224 | + lib/neutron-legacy:_configure_neutron_metering:832 :   neutron_agent_metering_configure_agent
2021-05-19 01:43:21.227 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 :   METERING_AGENT_CONF_PATH=/etc/neutron/services/metering
2021-05-19 01:43:21.230 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 :   mkdir -p /etc/neutron/services/metering
2021-05-19 01:43:21.237 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 :   METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini
2021-05-19 01:43:21.239 | + 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-05-19 01:43:21.244 | + lib/neutron-legacy:configure_mutnauq:344 :   is_service_enabled q-agt q-svc
2021-05-19 01:43:21.263 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:43:21.266 | + lib/neutron-legacy:configure_mutnauq:345 :   _configure_neutron_service
2021-05-19 01:43:21.268 | + lib/neutron-legacy:_configure_neutron_service:859 :   Q_API_PASTE_FILE=/etc/neutron/api-paste.ini
2021-05-19 01:43:21.271 | + lib/neutron-legacy:_configure_neutron_service:860 :   cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini
2021-05-19 01:43:21.276 | + lib/neutron-legacy:_configure_neutron_service:863 :   iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2
2021-05-19 01:43:21.306 | + lib/neutron-legacy:_configure_neutron_service:865 :   iniset /etc/neutron/neutron.conf DEFAULT debug True
2021-05-19 01:43:21.337 | + lib/neutron-legacy:_configure_neutron_service:866 :   iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json
2021-05-19 01:43:21.366 | + lib/neutron-legacy:_configure_neutron_service:867 :   iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True
2021-05-19 01:43:21.397 | + lib/neutron-legacy:_configure_neutron_service:869 :   iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone
2021-05-19 01:43:21.427 | + lib/neutron-legacy:_configure_neutron_service:870 :   configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron
2021-05-19 01:43:21.429 | + lib/keystone:configure_keystone_authtoken_middleware:417 :   local conf_file=/etc/neutron/neutron.conf
2021-05-19 01:43:21.432 | + lib/keystone:configure_keystone_authtoken_middleware:418 :   local admin_user=neutron
2021-05-19 01:43:21.434 | + lib/keystone:configure_keystone_authtoken_middleware:419 :   local section=keystone_authtoken
2021-05-19 01:43:21.437 | + lib/keystone:configure_keystone_authtoken_middleware:421 :   iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password
2021-05-19 01:43:21.467 | + lib/keystone:configure_keystone_authtoken_middleware:422 :   iniset /etc/neutron/neutron.conf keystone_authtoken interface public
2021-05-19 01:43:21.501 | + lib/keystone:configure_keystone_authtoken_middleware:423 :   iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.39/identity
2021-05-19 01:43:21.531 | + lib/keystone:configure_keystone_authtoken_middleware:424 :   iniset /etc/neutron/neutron.conf keystone_authtoken username neutron
2021-05-19 01:43:21.562 | + lib/keystone:configure_keystone_authtoken_middleware:425 :   iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd
2021-05-19 01:43:21.591 | + lib/keystone:configure_keystone_authtoken_middleware:426 :   iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default
2021-05-19 01:43:21.621 | + lib/keystone:configure_keystone_authtoken_middleware:427 :   iniset /etc/neutron/neutron.conf keystone_authtoken project_name service
2021-05-19 01:43:21.651 | + lib/keystone:configure_keystone_authtoken_middleware:428 :   iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default
2021-05-19 01:43:21.680 | + lib/keystone:configure_keystone_authtoken_middleware:430 :   iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2021-05-19 01:43:21.710 | + lib/keystone:configure_keystone_authtoken_middleware:431 :   iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211
2021-05-19 01:43:21.740 | + lib/neutron-legacy:_configure_neutron_service:873 :   iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True
2021-05-19 01:43:21.770 | + lib/neutron-legacy:_configure_neutron_service:874 :   iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True
2021-05-19 01:43:21.800 | + lib/neutron-legacy:_configure_neutron_service:876 :   configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova
2021-05-19 01:43:21.802 | + lib/keystone:configure_keystone_authtoken_middleware:417 :   local conf_file=/etc/neutron/neutron.conf
2021-05-19 01:43:21.805 | + lib/keystone:configure_keystone_authtoken_middleware:418 :   local admin_user=nova
2021-05-19 01:43:21.807 | + lib/keystone:configure_keystone_authtoken_middleware:419 :   local section=nova
2021-05-19 01:43:21.810 | + lib/keystone:configure_keystone_authtoken_middleware:421 :   iniset /etc/neutron/neutron.conf nova auth_type password
2021-05-19 01:43:21.839 | + lib/keystone:configure_keystone_authtoken_middleware:422 :   iniset /etc/neutron/neutron.conf nova interface public
2021-05-19 01:43:21.871 | + lib/keystone:configure_keystone_authtoken_middleware:423 :   iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.39/identity
2021-05-19 01:43:21.901 | + lib/keystone:configure_keystone_authtoken_middleware:424 :   iniset /etc/neutron/neutron.conf nova username nova
2021-05-19 01:43:21.934 | + lib/keystone:configure_keystone_authtoken_middleware:425 :   iniset /etc/neutron/neutron.conf nova password Passw0rd
2021-05-19 01:43:21.964 | + lib/keystone:configure_keystone_authtoken_middleware:426 :   iniset /etc/neutron/neutron.conf nova user_domain_name Default
2021-05-19 01:43:21.995 | + lib/keystone:configure_keystone_authtoken_middleware:427 :   iniset /etc/neutron/neutron.conf nova project_name service
2021-05-19 01:43:22.026 | + lib/keystone:configure_keystone_authtoken_middleware:428 :   iniset /etc/neutron/neutron.conf nova project_domain_name Default
2021-05-19 01:43:22.056 | + lib/keystone:configure_keystone_authtoken_middleware:430 :   iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem
2021-05-19 01:43:22.085 | + lib/keystone:configure_keystone_authtoken_middleware:431 :   iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211
2021-05-19 01:43:22.116 | + lib/neutron-legacy:_configure_neutron_service:879 :   neutron_plugin_configure_service
2021-05-19 01:43:22.118 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:73 :   [[ vlan != \l\o\c\a\l ]]
2021-05-19 01:43:22.121 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 :   Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE)
2021-05-19 01:43:22.124 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:88 :   '[' '' == '' ']'
2021-05-19 01:43:22.126 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 :   [[ '' == '' ]]
2021-05-19 01:43:22.128 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 :   [[ physnet1 != '' ]]
2021-05-19 01:43:22.131 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 :   ML2_VLAN_RANGES=physnet1
2021-05-19 01:43:22.133 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 :   [[ 400:449 != '' ]]
2021-05-19 01:43:22.135 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 :   ML2_VLAN_RANGES=physnet1:400:449
2021-05-19 01:43:22.138 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:95 :   [[ physnet1:400:449 != '' ]]
2021-05-19 01:43:22.141 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 :   Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES)
2021-05-19 01:43:22.143 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:102 :   [[ -z '' ]]
2021-05-19 01:43:22.146 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 :   [[ -n physnet1 ]]
2021-05-19 01:43:22.148 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 :   Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks=
2021-05-19 01:43:22.151 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 :   [[ -n physnet1 ]]
2021-05-19 01:43:22.154 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 :   Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1,
2021-05-19 01:43:22.156 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:108 :   [[ -n physnet1 ]]
2021-05-19 01:43:22.159 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:108 :   [[ physnet1 != \p\h\y\s\n\e\t\1 ]]
2021-05-19 01:43:22.161 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 :   [[ True == \T\r\u\e ]]
2021-05-19 01:43:22.163 | + 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-05-19 01:43:22.191 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 :   populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch,hyperv
2021-05-19 01:43:22.194 | + lib/neutron_plugins/ml2:populate_ml2_config:50 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:43:22.196 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   SECTION=ml2
2021-05-19 01:43:22.199 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   OPTS=mechanism_drivers=openvswitch,hyperv
2021-05-19 01:43:22.201 | + lib/neutron_plugins/ml2:populate_ml2_config:54 :   '[' -z mechanism_drivers=openvswitch,hyperv ']'
2021-05-19 01:43:22.204 | + lib/neutron_plugins/ml2:populate_ml2_config:57 :   for I in "${OPTS[@]}"
2021-05-19 01:43:22.206 | + lib/neutron_plugins/ml2:populate_ml2_config:59 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv
2021-05-19 01:43:22.236 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 :   [[ -n '' ]]
2021-05-19 01:43:22.238 | + 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-05-19 01:43:22.240 | + lib/neutron_plugins/ml2:populate_ml2_config:50 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:43:22.243 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   SECTION=ml2
2021-05-19 01:43:22.245 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   OPTS=extension_drivers=port_security
2021-05-19 01:43:22.247 | + lib/neutron_plugins/ml2:populate_ml2_config:54 :   '[' -z extension_drivers=port_security ']'
2021-05-19 01:43:22.250 | + lib/neutron_plugins/ml2:populate_ml2_config:57 :   for I in "${OPTS[@]}"
2021-05-19 01:43:22.252 | + lib/neutron_plugins/ml2:populate_ml2_config:59 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security
2021-05-19 01:43:22.289 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 :   populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan
2021-05-19 01:43:22.292 | + lib/neutron_plugins/ml2:populate_ml2_config:50 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:43:22.294 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   SECTION=ml2
2021-05-19 01:43:22.296 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   OPTS=tenant_network_types=vlan
2021-05-19 01:43:22.299 | + lib/neutron_plugins/ml2:populate_ml2_config:54 :   '[' -z tenant_network_types=vlan ']'
2021-05-19 01:43:22.301 | + lib/neutron_plugins/ml2:populate_ml2_config:57 :   for I in "${OPTS[@]}"
2021-05-19 01:43:22.303 | + lib/neutron_plugins/ml2:populate_ml2_config:59 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan
2021-05-19 01:43:22.334 | + 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-05-19 01:43:22.336 | + lib/neutron_plugins/ml2:populate_ml2_config:50 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:43:22.338 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   SECTION=ml2_type_gre
2021-05-19 01:43:22.342 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   OPTS=tunnel_id_ranges=1:1000
2021-05-19 01:43:22.344 | + lib/neutron_plugins/ml2:populate_ml2_config:54 :   '[' -z tunnel_id_ranges=1:1000 ']'
2021-05-19 01:43:22.346 | + lib/neutron_plugins/ml2:populate_ml2_config:57 :   for I in "${OPTS[@]}"
2021-05-19 01:43:22.349 | + 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-05-19 01:43:22.377 | + 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-05-19 01:43:22.379 | + lib/neutron_plugins/ml2:populate_ml2_config:50 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:43:22.382 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   SECTION=ml2_type_vxlan
2021-05-19 01:43:22.384 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   OPTS=vni_ranges=1:1000
2021-05-19 01:43:22.386 | + lib/neutron_plugins/ml2:populate_ml2_config:54 :   '[' -z vni_ranges=1:1000 ']'
2021-05-19 01:43:22.391 | + lib/neutron_plugins/ml2:populate_ml2_config:57 :   for I in "${OPTS[@]}"
2021-05-19 01:43:22.392 | + lib/neutron_plugins/ml2:populate_ml2_config:59 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000
2021-05-19 01:43:22.422 | + 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-05-19 01:43:22.424 | + lib/neutron_plugins/ml2:populate_ml2_config:50 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:43:22.427 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   SECTION=ml2_type_flat
2021-05-19 01:43:22.429 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   OPTS=flat_networks=physnet1,
2021-05-19 01:43:22.431 | + lib/neutron_plugins/ml2:populate_ml2_config:54 :   '[' -z flat_networks=physnet1, ']'
2021-05-19 01:43:22.434 | + lib/neutron_plugins/ml2:populate_ml2_config:57 :   for I in "${OPTS[@]}"
2021-05-19 01:43:22.436 | + lib/neutron_plugins/ml2:populate_ml2_config:59 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1,
2021-05-19 01:43:22.466 | + 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:400:449
2021-05-19 01:43:22.469 | + lib/neutron_plugins/ml2:populate_ml2_config:50 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:43:22.471 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   SECTION=ml2_type_vlan
2021-05-19 01:43:22.474 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   OPTS=network_vlan_ranges=physnet1:400:449
2021-05-19 01:43:22.476 | + lib/neutron_plugins/ml2:populate_ml2_config:54 :   '[' -z network_vlan_ranges=physnet1:400:449 ']'
2021-05-19 01:43:22.478 | + lib/neutron_plugins/ml2:populate_ml2_config:57 :   for I in "${OPTS[@]}"
2021-05-19 01:43:22.480 | + lib/neutron_plugins/ml2:populate_ml2_config:59 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:400:449
2021-05-19 01:43:22.509 | + 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-05-19 01:43:22.511 | + lib/neutron_plugins/ml2:populate_ml2_config:50 :   CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:43:22.515 | + lib/neutron_plugins/ml2:populate_ml2_config:51 :   SECTION=ml2_type_geneve
2021-05-19 01:43:22.517 | + lib/neutron_plugins/ml2:populate_ml2_config:52 :   OPTS=vni_ranges=1:1000
2021-05-19 01:43:22.519 | + lib/neutron_plugins/ml2:populate_ml2_config:54 :   '[' -z vni_ranges=1:1000 ']'
2021-05-19 01:43:22.521 | + lib/neutron_plugins/ml2:populate_ml2_config:57 :   for I in "${OPTS[@]}"
2021-05-19 01:43:22.524 | + lib/neutron_plugins/ml2:populate_ml2_config:59 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000
2021-05-19 01:43:22.556 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:146 :   [[ legacy != \l\e\g\a\c\y ]]
2021-05-19 01:43:22.559 | + lib/neutron-legacy:configure_mutnauq:347 :   is_service_enabled q-agt
2021-05-19 01:43:22.576 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:43:22.579 | + lib/neutron-legacy:configure_mutnauq:348 :   _configure_neutron_plugin_agent
2021-05-19 01:43:22.581 | + lib/neutron-legacy:_configure_neutron_plugin_agent:846 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
2021-05-19 01:43:22.613 | + lib/neutron-legacy:_configure_neutron_plugin_agent:847 :   [[ True == \T\r\u\e ]]
2021-05-19 01:43:22.616 | + lib/neutron-legacy:_configure_neutron_plugin_agent:848 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2021-05-19 01:43:22.646 | + lib/neutron-legacy:_configure_neutron_plugin_agent:850 :   iniset /etc/neutron/neutron.conf DEFAULT debug True
2021-05-19 01:43:22.680 | + lib/neutron-legacy:_configure_neutron_plugin_agent:853 :   neutron_plugin_configure_plugin_agent
2021-05-19 01:43:22.682 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 :   _neutron_ovs_base_setup_bridge br-int
2021-05-19 01:43:22.685 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:32 :   local bridge=br-int
2021-05-19 01:43:22.687 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:33 :   neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf
2021-05-19 01:43:25.097 | INFO neutron.common.config [-] Logging enabled!
2021-05-19 01:43:25.097 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 18.1.0.dev214
2021-05-19 01:43:25.097 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=94744) setup_logging /opt/stack/neutron/neutron/common/config.py:112}}
2021-05-19 01:43:25.098 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused
2021-05-19 01:43:25.100 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmpzj527r8t/privsep.sock']
2021-05-19 01:43:26.322 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap
2021-05-19 01:43:26.323 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpzj527r8t/privsep.sock {{(pid=94744) __init__ /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:371}}
2021-05-19 01:43:26.324 | INFO oslo.privsep.daemon [-] privsep daemon starting
2021-05-19 01:43:26.324 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0
2021-05-19 01:43:26.324 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none
2021-05-19 01:43:26.324 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 94754
2021-05-19 01:43:26.325 | DEBUG oslo.privsep.daemon [-] privsep: reply[139666008549856]: (2,) {{(pid=94754) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:510}}
2021-05-19 01:43:26.495 | DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000 {{(pid=94754) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}}
2021-05-19 01:43:26.507 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.012s {{(pid=94754) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}}
2021-05-19 01:43:26.507 | DEBUG oslo.privsep.daemon [-] privsep: reply[139666008549856]: (4, ('6c5d7a51-9321-482c-8f2c-634653283f8f\n', '')) {{(pid=94754) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:510}}
2021-05-19 01:43:26.675 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=94744) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}}
2021-05-19 01:43:26.675 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=94744) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}}
2021-05-19 01:43:26.675 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=94744) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2021-05-19 01:43:26.675 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=94744) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2021-05-19 01:43:26.675 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=94744) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2021-05-19 01:43:26.675 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=94744) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2021-05-19 01:43:26.731 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully
2021-05-19 01:43:26.731 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:26.731 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:26.731 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:26.731 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:27.004 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:34 :   _neutron_ovs_base_add_bridge br-int
2021-05-19 01:43:27.007 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 :   local bridge=br-int
2021-05-19 01:43:27.013 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 :   local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int'
2021-05-19 01:43:27.016 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 :   '[' system '!=' system ']'
2021-05-19 01:43:27.018 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 :   sudo ovs-vsctl -- --may-exist add-br br-int
2021-05-19 01:43:27.085 | + 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-05-19 01:43:27.104 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 :   _neutron_ovs_base_configure_firewall_driver
2021-05-19 01:43:27.107 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 :   [[ True == \T\r\u\e ]]
2021-05-19 01:43:27.109 | + 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-05-19 01:43:27.141 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 :   running_in_container
2021-05-19 01:43:27.144 | ++ functions:running_in_container:793       :   systemd-detect-virt --container
2021-05-19 01:43:27.152 | + functions:running_in_container:793       :   [[ none != \n\o\n\e ]]
2021-05-19 01:43:27.155 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 :   enable_kernel_bridge_firewall
2021-05-19 01:43:27.158 | + functions:enable_kernel_bridge_firewall:802 :   sudo modprobe bridge
2021-05-19 01:43:27.181 | + functions:enable_kernel_bridge_firewall:805 :   sudo modprobe br_netfilter
2021-05-19 01:43:27.203 | + functions:enable_kernel_bridge_firewall:809 :   for proto in ip ip6
2021-05-19 01:43:27.206 | + functions:enable_kernel_bridge_firewall:810 :   sudo sysctl -w net.bridge.bridge-nf-call-iptables=1
2021-05-19 01:43:27.214 | net.bridge.bridge-nf-call-iptables = 1
2021-05-19 01:43:27.218 | + functions:enable_kernel_bridge_firewall:809 :   for proto in ip ip6
2021-05-19 01:43:27.220 | + functions:enable_kernel_bridge_firewall:810 :   sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1
2021-05-19 01:43:27.230 | net.bridge.bridge-nf-call-ip6tables = 1
2021-05-19 01:43:27.234 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 :   [[ False == \T\r\u\e ]]
2021-05-19 01:43:27.237 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 :   [[ physnet1 != '' ]]
2021-05-19 01:43:27.239 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 :   [[ br-data != '' ]]
2021-05-19 01:43:27.241 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 :   [[ physnet1:br-data == '' ]]
2021-05-19 01:43:27.244 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 :   _neutron_ovs_base_add_bridge br-data
2021-05-19 01:43:27.246 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 :   local bridge=br-data
2021-05-19 01:43:27.249 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 :   local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data'
2021-05-19 01:43:27.251 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 :   '[' system '!=' system ']'
2021-05-19 01:43:27.254 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 :   sudo ovs-vsctl -- --may-exist add-br br-data
2021-05-19 01:43:27.286 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 :   [[ physnet1:br-data != '' ]]
2021-05-19 01:43:27.288 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings physnet1:br-data
2021-05-19 01:43:27.324 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 :   AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent
2021-05-19 01:43:27.326 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types
2021-05-19 01:43:27.355 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system
2021-05-19 01:43:27.383 | + lib/neutron-legacy:configure_mutnauq:350 :   is_service_enabled q-dhcp
2021-05-19 01:43:27.401 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:43:27.405 | + lib/neutron-legacy:configure_mutnauq:351 :   _configure_neutron_dhcp_agent
2021-05-19 01:43:27.407 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:787 :   cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini
2021-05-19 01:43:27.412 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:789 :   iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True
2021-05-19 01:43:27.441 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:791 :   iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True
2021-05-19 01:43:27.473 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:792 :   iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
2021-05-19 01:43:27.509 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:793 :   [[ True == \T\r\u\e ]]
2021-05-19 01:43:27.511 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:794 :   iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2021-05-19 01:43:27.541 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:797 :   is_service_enabled q-l3
2021-05-19 01:43:27.559 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:43:27.562 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:808 :   _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini
2021-05-19 01:43:27.564 | + lib/neutron-legacy:_neutron_setup_interface_driver:966 :   iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False
2021-05-19 01:43:27.594 | + lib/neutron-legacy:_neutron_setup_interface_driver:968 :   neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini
2021-05-19 01:43:27.597 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 :   local conf_file=/etc/neutron/dhcp_agent.ini
2021-05-19 01:43:27.599 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 :   iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch
2021-05-19 01:43:27.628 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:810 :   neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini
2021-05-19 01:43:27.631 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 :   local conf_file=/etc/neutron/dhcp_agent.ini
2021-05-19 01:43:27.636 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 :   :
2021-05-19 01:43:27.636 | + lib/neutron-legacy:configure_mutnauq:353 :   is_service_enabled q-l3
2021-05-19 01:43:27.654 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:43:27.657 | + lib/neutron-legacy:configure_mutnauq:354 :   _configure_neutron_l3_agent
2021-05-19 01:43:27.659 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 :   cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini
2021-05-19 01:43:27.664 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 :   iniset /etc/neutron/l3_agent.ini DEFAULT debug True
2021-05-19 01:43:27.696 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 :   iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
2021-05-19 01:43:27.733 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 :   [[ True == \T\r\u\e ]]
2021-05-19 01:43:27.735 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 :   iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2021-05-19 01:43:27.766 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 :   _neutron_setup_interface_driver /etc/neutron/l3_agent.ini
2021-05-19 01:43:27.768 | + lib/neutron-legacy:_neutron_setup_interface_driver:966 :   iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False
2021-05-19 01:43:27.798 | + lib/neutron-legacy:_neutron_setup_interface_driver:968 :   neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini
2021-05-19 01:43:27.800 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 :   local conf_file=/etc/neutron/l3_agent.ini
2021-05-19 01:43:27.804 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 :   iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch
2021-05-19 01:43:27.836 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 :   neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini
2021-05-19 01:43:27.838 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 :   local conf_file=/etc/neutron/l3_agent.ini
2021-05-19 01:43:27.841 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 :   _neutron_ovs_base_configure_l3_agent
2021-05-19 01:43:27.844 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 :   neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf
2021-05-19 01:43:30.240 | INFO neutron.common.config [-] Logging enabled!
2021-05-19 01:43:30.241 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 18.1.0.dev214
2021-05-19 01:43:30.241 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=95296) setup_logging /opt/stack/neutron/neutron/common/config.py:112}}
2021-05-19 01:43:30.293 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=95296) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}}
2021-05-19 01:43:30.293 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=95296) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}}
2021-05-19 01:43:30.293 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=95296) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2021-05-19 01:43:30.294 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=95296) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2021-05-19 01:43:30.294 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=95296) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2021-05-19 01:43:30.294 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=95296) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}}
2021-05-19 01:43:30.353 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int
2021-05-19 01:43:30.353 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=95296) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:88}}
2021-05-19 01:43:30.354 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=95296) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:126}}
2021-05-19 01:43:30.354 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully
2021-05-19 01:43:30.354 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:30.354 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:30.354 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:43:30.354 |   from cryptography.utils import int_from_bytes
2021-05-19 01:43:30.646 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 :   [[ False = \T\r\u\e ]]
2021-05-19 01:43:30.649 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 :   _neutron_ovs_base_add_public_bridge
2021-05-19 01:43:30.651 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 :   _neutron_ovs_base_add_bridge br-data
2021-05-19 01:43:30.654 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 :   local bridge=br-data
2021-05-19 01:43:30.657 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 :   local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data'
2021-05-19 01:43:30.659 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 :   '[' system '!=' system ']'
2021-05-19 01:43:30.665 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 :   sudo ovs-vsctl -- --may-exist add-br br-data
2021-05-19 01:43:30.679 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 :   set_mtu br-data 1500
2021-05-19 01:43:30.681 | + functions:set_mtu:785                    :   local dev=br-data
2021-05-19 01:43:30.683 | + functions:set_mtu:786                    :   local mtu=1500
2021-05-19 01:43:30.686 | + functions:set_mtu:787                    :   sudo ip link set mtu 1500 dev br-data
2021-05-19 01:43:30.698 | + 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-05-19 01:43:30.717 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 :   [[ -n eth1 ]]
2021-05-19 01:43:30.719 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:131 :   _move_neutron_addresses_route eth1 br-data True False inet
2021-05-19 01:43:30.722 | + lib/neutron-legacy:_move_neutron_addresses_route:615 :   local from_intf=eth1
2021-05-19 01:43:30.724 | + lib/neutron-legacy:_move_neutron_addresses_route:616 :   local to_intf=br-data
2021-05-19 01:43:30.727 | + lib/neutron-legacy:_move_neutron_addresses_route:617 :   local add_ovs_port=True
2021-05-19 01:43:30.729 | + lib/neutron-legacy:_move_neutron_addresses_route:618 :   local del_ovs_port=False
2021-05-19 01:43:30.731 | + lib/neutron-legacy:_move_neutron_addresses_route:619 :   local af=inet
2021-05-19 01:43:30.734 | + lib/neutron-legacy:_move_neutron_addresses_route:621 :   [[ -n eth1 ]]
2021-05-19 01:43:30.739 | + lib/neutron-legacy:_move_neutron_addresses_route:621 :   [[ -n br-data ]]
2021-05-19 01:43:30.740 | + lib/neutron-legacy:_move_neutron_addresses_route:627 :   local IP_REPLACE=
2021-05-19 01:43:30.741 | + lib/neutron-legacy:_move_neutron_addresses_route:628 :   local IP_DEL=
2021-05-19 01:43:30.744 | + lib/neutron-legacy:_move_neutron_addresses_route:629 :   local IP_UP=
2021-05-19 01:43:30.746 | + lib/neutron-legacy:_move_neutron_addresses_route:630 :   local DEFAULT_ROUTE_GW
2021-05-19 01:43:30.750 | ++ lib/neutron-legacy:_move_neutron_addresses_route:631 :   ip -f inet r
2021-05-19 01:43:30.751 | ++ lib/neutron-legacy:_move_neutron_addresses_route:631 :   awk '/default.+eth1\s/ { print $3; exit }'
2021-05-19 01:43:30.757 | + lib/neutron-legacy:_move_neutron_addresses_route:631 :   DEFAULT_ROUTE_GW=
2021-05-19 01:43:30.763 | + lib/neutron-legacy:_move_neutron_addresses_route:632 :   local ADD_OVS_PORT=
2021-05-19 01:43:30.763 | + lib/neutron-legacy:_move_neutron_addresses_route:633 :   local DEL_OVS_PORT=
2021-05-19 01:43:30.766 | + lib/neutron-legacy:_move_neutron_addresses_route:634 :   local ARP_CMD=
2021-05-19 01:43:30.770 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 :   ip -f inet a s dev eth1 scope global primary
2021-05-19 01:43:30.770 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 :   awk '{ print $2, $3, $4; exit }'
2021-05-19 01:43:30.770 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 :   grep inet
2021-05-19 01:43:30.776 | + lib/neutron-legacy:_move_neutron_addresses_route:636 :   IP_BRD='192.168.0.55/22 brd 192.168.3.255'
2021-05-19 01:43:30.779 | + lib/neutron-legacy:_move_neutron_addresses_route:638 :   '[' '' '!=' '' ']'
2021-05-19 01:43:30.781 | + lib/neutron-legacy:_move_neutron_addresses_route:642 :   [[ True == \T\r\u\e ]]
2021-05-19 01:43:30.784 | + lib/neutron-legacy:_move_neutron_addresses_route:643 :   ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1'
2021-05-19 01:43:30.786 | + lib/neutron-legacy:_move_neutron_addresses_route:646 :   [[ False == \T\r\u\e ]]
2021-05-19 01:43:30.789 | + lib/neutron-legacy:_move_neutron_addresses_route:650 :   [[ 192.168.0.55/22 brd 192.168.3.255 != '' ]]
2021-05-19 01:43:30.791 | + lib/neutron-legacy:_move_neutron_addresses_route:651 :   IP_DEL='sudo ip addr del 192.168.0.55/22 brd 192.168.3.255 dev eth1'
2021-05-19 01:43:30.793 | + lib/neutron-legacy:_move_neutron_addresses_route:652 :   IP_REPLACE='sudo ip addr replace 192.168.0.55/22 brd 192.168.3.255 dev br-data'
2021-05-19 01:43:30.796 | + lib/neutron-legacy:_move_neutron_addresses_route:653 :   IP_UP='sudo ip link set br-data up'
2021-05-19 01:43:30.803 | + lib/neutron-legacy:_move_neutron_addresses_route:654 :   [[ inet == \i\n\e\t ]]
2021-05-19 01:43:30.803 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 :   echo 192.168.0.55/22 brd 192.168.3.255
2021-05-19 01:43:30.803 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 :   awk '{ print $1; exit }'
2021-05-19 01:43:30.803 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 :   grep -o -E '(.*)/'
2021-05-19 01:43:30.804 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 :   cut -d / -f1
2021-05-19 01:43:30.809 | + lib/neutron-legacy:_move_neutron_addresses_route:655 :   IP=192.168.0.55
2021-05-19 01:43:30.811 | + lib/neutron-legacy:_move_neutron_addresses_route:656 :   ARP_CMD='sudo ping -c 3 -w 5 -I br-data 192.168.0.55 '
2021-05-19 01:43:30.814 | + lib/neutron-legacy:_move_neutron_addresses_route:662 :   sudo ip addr del 192.168.0.55/22 brd 192.168.3.255 dev eth1
2021-05-19 01:43:30.828 | + lib/neutron-legacy:_move_neutron_addresses_route:662 :   sudo ip addr replace 192.168.0.55/22 brd 192.168.3.255 dev br-data
2021-05-19 01:43:30.842 | + lib/neutron-legacy:_move_neutron_addresses_route:662 :   sudo ip link set br-data up
2021-05-19 01:43:30.854 | + lib/neutron-legacy:_move_neutron_addresses_route:662 :   sudo ovs-vsctl --may-exist add-port br-data eth1
2021-05-19 01:43:30.876 | + lib/neutron-legacy:_move_neutron_addresses_route:662 :   sudo ping -c 3 -w 5 -I br-data 192.168.0.55
2021-05-19 01:43:30.895 | PING 192.168.0.55 (192.168.0.55) from 192.168.0.55 br-data: 56(84) bytes of data.
2021-05-19 01:43:30.900 | 64 bytes from 192.168.0.55: icmp_seq=1 ttl=64 time=0.056 ms
2021-05-19 01:43:31.905 | 64 bytes from 192.168.0.55: icmp_seq=2 ttl=64 time=0.037 ms
2021-05-19 01:43:32.929 | 64 bytes from 192.168.0.55: icmp_seq=3 ttl=64 time=0.035 ms
2021-05-19 01:43:32.930 | 
2021-05-19 01:43:32.930 | --- 192.168.0.55 ping statistics ---
2021-05-19 01:43:32.930 | 3 packets transmitted, 3 received, 0% packet loss, time 2035ms
2021-05-19 01:43:32.930 | rtt min/avg/max/mdev = 0.035/0.042/0.056/0.009 ms
2021-05-19 01:43:32.936 | ++ lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:133 :   ip -f inet6 a s dev eth1
2021-05-19 01:43:32.937 | ++ lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:133 :   grep -c global
2021-05-19 01:43:32.942 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:133 :   [[ 0 != 0 ]]
2021-05-19 01:43:32.945 | + lib/neutron-legacy:configure_mutnauq:356 :   is_service_enabled q-meta
2021-05-19 01:43:32.962 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:43:32.966 | + lib/neutron-legacy:configure_mutnauq:357 :   _configure_neutron_metadata_agent
2021-05-19 01:43:32.968 | + lib/neutron-legacy:_configure_neutron_metadata_agent:815 :   cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini
2021-05-19 01:43:32.973 | + lib/neutron-legacy:_configure_neutron_metadata_agent:817 :   iniset /etc/neutron/metadata_agent.ini DEFAULT debug True
2021-05-19 01:43:33.002 | + lib/neutron-legacy:_configure_neutron_metadata_agent:818 :   iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.39
2021-05-19 01:43:33.035 | + lib/neutron-legacy:_configure_neutron_metadata_agent:819 :   iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2
2021-05-19 01:43:33.064 | + lib/neutron-legacy:_configure_neutron_metadata_agent:820 :   iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
2021-05-19 01:43:33.104 | + lib/neutron-legacy:_configure_neutron_metadata_agent:821 :   [[ True == \T\r\u\e ]]
2021-05-19 01:43:33.106 | + lib/neutron-legacy:_configure_neutron_metadata_agent:822 :   iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2021-05-19 01:43:33.136 | + lib/neutron-legacy:configure_mutnauq:360 :   [[ legacy != \l\e\g\a\c\y ]]
2021-05-19 01:43:33.140 | + lib/neutron-legacy:configure_mutnauq:363 :   is_service_enabled ceilometer
2021-05-19 01:43:33.157 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:43:33.159 | + lib/neutron-legacy:configure_mutnauq:367 :   [[ openvswitch == \o\v\n ]]
2021-05-19 01:43:33.162 | + lib/neutron-legacy:configure_mutnauq:372 :   iniset /etc/neutron/neutron.conf DEFAULT api_workers 2
2021-05-19 01:43:33.192 | + lib/neutron-legacy:configure_mutnauq:376 :   iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0
2021-05-19 01:43:33.224 | + lib/neutron:configure_neutron:610        :   '[' False == True ']'
2021-05-19 01:43:33.227 | + ./stack.sh:main:1137                     :   is_service_enabled mysql postgresql
2021-05-19 01:43:33.244 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:43:33.248 | + ./stack.sh:main:1137                     :   is_service_enabled neutron
2021-05-19 01:43:33.266 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:43:33.268 | + ./stack.sh:main:1138                     :   async_runfunc init_neutron
2021-05-19 01:43:33.271 | + inc/async:async_runfunc:116              :   async_run init_neutron init_neutron
2021-05-19 01:43:33.337 | + inc/async:async_inner:63                 :   init_neutron
2021-05-19 01:43:33.381 | [11275 Async init_neutron:95722]: running: init_neutron
2021-05-19 01:43:33.384 | + ./stack.sh:main:1146                     :   is_service_enabled q-dhcp
2021-05-19 01:43:33.402 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:43:33.406 | ++ ./stack.sh:main:1149                     :   pidof NetworkManager
2021-05-19 01:43:33.417 | ++ ./stack.sh:main:1149                     :   true
2021-05-19 01:43:33.420 | + ./stack.sh:main:1149                     :   netman_pid=
2021-05-19 01:43:33.423 | + ./stack.sh:main:1150                     :   '[' -z '' ']'
2021-05-19 01:43:33.425 | + ./stack.sh:main:1151                     :   sudo killall dnsmasq
2021-05-19 01:43:33.443 | dnsmasq: no process found
2021-05-19 01:43:33.447 | + ./stack.sh:main:1151                     :   true
2021-05-19 01:43:33.453 | + ./stack.sh:main:1156                     :   clean_iptables
2021-05-19 01:43:33.454 | + lib/nova:clean_iptables:183              :   sudo iptables -S -v
2021-05-19 01:43:33.455 | + lib/nova:clean_iptables:183              :   sed 's/-c [0-9]* [0-9]* //g'
2021-05-19 01:43:33.457 | + lib/nova:clean_iptables:183              :   sed s/-A/-D/g
2021-05-19 01:43:33.461 | + lib/nova:clean_iptables:183              :   grep '\-A'
2021-05-19 01:43:33.467 | + lib/nova:clean_iptables:183              :   bash
2021-05-19 01:43:33.467 | + lib/nova:clean_iptables:183              :   awk '{print "sudo iptables",$0}'
2021-05-19 01:43:33.467 | + lib/nova:clean_iptables:183              :   grep nova
2021-05-19 01:43:33.474 | + lib/nova:clean_iptables:185              :   sed 's/-c [0-9]* [0-9]* //g'
2021-05-19 01:43:33.481 | + lib/nova:clean_iptables:185              :   grep nova
2021-05-19 01:43:33.481 | + lib/nova:clean_iptables:185              :   sudo iptables -S -v -t nat
2021-05-19 01:43:33.481 | + lib/nova:clean_iptables:185              :   sed s/-A/-D/g
2021-05-19 01:43:33.481 | + lib/nova:clean_iptables:185              :   grep '\-A'
2021-05-19 01:43:33.483 | + lib/nova:clean_iptables:185              :   bash
2021-05-19 01:43:33.486 | + lib/nova:clean_iptables:185              :   awk '{print "sudo iptables -t nat",$0}'
2021-05-19 01:43:33.495 | + lib/nova:clean_iptables:187              :   grep '\-N'
2021-05-19 01:43:33.495 | + lib/nova:clean_iptables:187              :   sudo iptables -S -v
2021-05-19 01:43:33.496 | + lib/nova:clean_iptables:187              :   sed s/-N/-X/g
2021-05-19 01:43:33.497 | + lib/nova:clean_iptables:187              :   grep nova
2021-05-19 01:43:33.500 | + lib/nova:clean_iptables:187              :   bash
2021-05-19 01:43:33.504 | + lib/nova:clean_iptables:187              :   awk '{print "sudo iptables",$0}'
2021-05-19 01:43:33.504 | + lib/nova:clean_iptables:187              :   sed 's/-c [0-9]* [0-9]* //g'
2021-05-19 01:43:33.511 | + lib/nova:clean_iptables:189              :   sudo iptables -S -v -t nat
2021-05-19 01:43:33.513 | + lib/nova:clean_iptables:189              :   sed 's/-c [0-9]* [0-9]* //g'
2021-05-19 01:43:33.517 | + lib/nova:clean_iptables:189              :   grep nova
2021-05-19 01:43:33.519 | + lib/nova:clean_iptables:189              :   sed s/-N/-X/g
2021-05-19 01:43:33.519 | + lib/nova:clean_iptables:189              :   grep '\-N'
2021-05-19 01:43:33.522 | + lib/nova:clean_iptables:189              :   awk '{print "sudo iptables -t nat",$0}'
2021-05-19 01:43:33.527 | + lib/nova:clean_iptables:189              :   bash
2021-05-19 01:43:33.532 | + ./stack.sh:main:1159                     :   sudo sysctl -w net.ipv4.ip_forward=1
2021-05-19 01:43:33.541 | net.ipv4.ip_forward = 1
2021-05-19 01:43:33.545 | + ./stack.sh:main:1166                     :   is_service_enabled swift
2021-05-19 01:43:33.563 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:43:33.566 | + ./stack.sh:main:1167                     :   echo_summary 'Configuring Swift'
2021-05-19 01:43:33.568 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:43:33.573 | + ./stack.sh:echo_summary:428              :   echo -e Configuring Swift
2021-05-19 01:43:33.573 | + ./stack.sh:main:1168                     :   async_runfunc init_swift
2021-05-19 01:43:33.576 | + inc/async:async_runfunc:116              :   async_run init_swift init_swift
2021-05-19 01:43:33.639 | + inc/async:async_inner:63                 :   init_swift
2021-05-19 01:43:33.678 | [11275 Async init_swift:95988]: running: init_swift
2021-05-19 01:43:33.680 | + ./stack.sh:main:1175                     :   is_service_enabled cinder
2021-05-19 01:43:33.703 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:43:33.706 | + ./stack.sh:main:1176                     :   echo_summary 'Configuring Cinder'
2021-05-19 01:43:33.708 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:43:33.711 | + ./stack.sh:echo_summary:428              :   echo -e Configuring Cinder
2021-05-19 01:43:33.713 | + ./stack.sh:main:1177                     :   async_runfunc init_cinder
2021-05-19 01:43:33.717 | + inc/async:async_runfunc:116              :   async_run init_cinder init_cinder
2021-05-19 01:43:33.798 | + inc/async:async_inner:63                 :   init_cinder
2021-05-19 01:43:33.853 | [11275 Async init_cinder:96083]: running: init_cinder
2021-05-19 01:43:33.859 | + ./stack.sh:main:1183                     :   is_service_enabled placement
2021-05-19 01:43:33.878 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:43:33.880 | + ./stack.sh:main:1184                     :   echo_summary 'Configuring placement'
2021-05-19 01:43:33.883 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:43:33.885 | + ./stack.sh:echo_summary:428              :   echo -e Configuring placement
2021-05-19 01:43:33.890 | + ./stack.sh:main:1185                     :   async_runfunc init_placement
2021-05-19 01:43:33.891 | + inc/async:async_runfunc:116              :   async_run init_placement init_placement
2021-05-19 01:43:33.966 | + inc/async:async_inner:63                 :   init_placement
2021-05-19 01:43:34.009 | [11275 Async init_placement:96204]: running: init_placement
2021-05-19 01:43:34.012 | + ./stack.sh:main:1189                     :   async_wait init_neutron
2021-05-19 01:43:34.073 | [11275 Async init_neutron:95722]: Waiting for completion of init_neutron running on PID 95722 (6 other jobs running)
2021-05-19 01:43:34.111 | [11275 Async init_neutron:95722]: Signaling child to exit
2021-05-19 01:43:42.828 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:43:42.853 | [92978 Async init_glance:92978]: finished successfully
2021-05-19 01:43:43.479 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:43:43.507 | [95988 Async init_swift:95988]: finished successfully
2021-05-19 01:44:17.915 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:44:17.941 | [96204 Async init_placement:96204]: finished successfully
2021-05-19 01:44:30.696 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:44:30.722 | [96083 Async init_cinder:96083]: finished successfully
2021-05-19 01:47:51.549 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:47:51.575 | [95722 Async init_neutron:95722]: finished successfully
2021-05-19 01:47:51.595 | WAKEUP
2021-05-19 01:47:51.619 | [11275 Async init_neutron:95722]: Signaled
2021-05-19 01:47:51.620 | + lib/neutron:init_neutron:648             :   is_neutron_legacy_enabled
2021-05-19 01:47:51.620 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon
2021-05-19 01:47:51.620 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   sed s/neutron-//g
2021-05-19 01:47:51.620 | + lib/neutron:is_neutron_legacy_enabled:131 :   disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon
2021-05-19 01:47:51.620 | + lib/neutron:is_neutron_legacy_enabled:132 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]]
2021-05-19 01:47:51.621 | + lib/neutron:is_neutron_legacy_enabled:133 :   [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]]
2021-05-19 01:47:51.621 | + lib/neutron:is_neutron_legacy_enabled:133 :   return 0
2021-05-19 01:47:51.621 | + lib/neutron:init_neutron:650             :   init_mutnauq
2021-05-19 01:47:51.621 | + lib/neutron-legacy:init_mutnauq:430      :   recreate_database neutron
2021-05-19 01:47:51.621 | + lib/database:recreate_database:110       :   local db=neutron
2021-05-19 01:47:51.621 | + lib/database:recreate_database:111       :   recreate_database_mysql neutron
2021-05-19 01:47:51.621 | + lib/databases/mysql:recreate_database_mysql:63 :   local db=neutron
2021-05-19 01:47:51.621 | + lib/databases/mysql:recreate_database_mysql:64 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;'
2021-05-19 01:47:51.621 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:47:51.621 | + lib/databases/mysql:recreate_database_mysql:65 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;'
2021-05-19 01:47:51.621 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:47:51.621 | + lib/neutron-legacy:init_mutnauq:431      :   time_start dbsync
2021-05-19 01:47:51.621 | + functions-common:time_start:2290         :   local name=dbsync
2021-05-19 01:47:51.621 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:47:51.621 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:47:51.621 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:47:51.621 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621388613589
2021-05-19 01:47:51.621 | + lib/neutron-legacy:init_mutnauq:433      :   /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head
2021-05-19 01:47:51.621 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.621 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.621 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.621 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.621 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Running upgrade  -> kilo
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136
2021-05-19 01:47:51.622 | INFO  [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc
2021-05-19 01:47:51.623 | INFO  [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding
2021-05-19 01:47:51.624 | INFO  [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab
2021-05-19 01:47:51.625 | INFO  [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0
2021-05-19 01:47:51.626 | INFO  [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62
2021-05-19 01:47:51.626 | INFO  [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353
2021-05-19 01:47:51.626 | INFO  [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586
2021-05-19 01:47:51.626 | INFO  [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d
2021-05-19 01:47:51.626 | Running upgrade for neutron ...
2021-05-19 01:47:51.626 | OK
2021-05-19 01:47:51.626 | + lib/neutron-legacy:init_mutnauq:434      :   time_stop dbsync
2021-05-19 01:47:51.626 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:47:51.626 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:47:51.626 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:47:51.626 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:47:51.626 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:47:51.626 | + functions-common:time_stop:2310          :   name=dbsync
2021-05-19 01:47:51.626 | + functions-common:time_stop:2311          :   start_time=1621388613589
2021-05-19 01:47:51.626 | + functions-common:time_stop:2313          :   [[ -z 1621388613589 ]]
2021-05-19 01:47:51.626 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:47:51.626 | + functions-common:time_stop:2316          :   end_time=1621388871533
2021-05-19 01:47:51.626 | + functions-common:time_stop:2317          :   elapsed_time=257944
2021-05-19 01:47:51.626 | + functions-common:time_stop:2318          :   total=112563
2021-05-19 01:47:51.626 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:47:51.626 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=370507
2021-05-19 01:47:51.671 | [11275 Async init_neutron:95722]: finished init_neutron with result 0 in 258 seconds
2021-05-19 01:47:51.676 | + inc/async:async_wait:197                 :   return 0
2021-05-19 01:47:51.678 | + ./stack.sh:main:1190                     :   async_wait init_placement
2021-05-19 01:47:51.734 | [11275 Async init_placement:96204]: Waiting for completion of init_placement running on PID 96204 (5 other jobs running)
2021-05-19 01:47:51.762 | [11275 Async init_placement:96204]: Signaling child to exit
2021-05-19 01:47:51.762 | WAKEUP
2021-05-19 01:47:51.787 | [11275 Async init_placement:96204]: Signaled
2021-05-19 01:47:51.788 | + lib/placement:init_placement:130         :   recreate_database placement
2021-05-19 01:47:51.788 | + lib/database:recreate_database:110       :   local db=placement
2021-05-19 01:47:51.788 | + lib/database:recreate_database:111       :   recreate_database_mysql placement
2021-05-19 01:47:51.788 | + lib/databases/mysql:recreate_database_mysql:63 :   local db=placement
2021-05-19 01:47:51.788 | + lib/databases/mysql:recreate_database_mysql:64 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;'
2021-05-19 01:47:51.788 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:47:51.788 | + lib/databases/mysql:recreate_database_mysql:65 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;'
2021-05-19 01:47:51.788 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:47:51.788 | + lib/placement:init_placement:131         :   /usr/local/bin/placement-manage db sync
2021-05-19 01:47:51.788 | + lib/placement:init_placement:132         :   create_placement_accounts
2021-05-19 01:47:51.789 | + lib/placement:create_placement_accounts:119 :   create_service_user placement admin
2021-05-19 01:47:51.789 | + lib/keystone:create_service_user:401     :   get_or_create_user placement Passw0rd Default
2021-05-19 01:47:51.789 | + functions-common:get_or_create_user:824  :   local user_id
2021-05-19 01:47:51.789 | + functions-common:get_or_create_user:825  :   [[ ! -z '' ]]
2021-05-19 01:47:51.789 | + functions-common:get_or_create_user:828  :   local email=
2021-05-19 01:47:51.789 | ++ functions-common:get_or_create_user:842  :   oscwrap user create placement --password Passw0rd --domain=Default --or-show -f value -c id
2021-05-19 01:47:51.789 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.789 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.789 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.789 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.789 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:47:51.789 | + functions-common:get_or_create_user:840  :   user_id=839ce0faa12b488aa251c7699fa483e0
2021-05-19 01:47:51.789 | + functions-common:get_or_create_user:841  :   echo 839ce0faa12b488aa251c7699fa483e0
2021-05-19 01:47:51.789 | 839ce0faa12b488aa251c7699fa483e0
2021-05-19 01:47:51.789 | + lib/keystone:create_service_user:402     :   get_or_add_user_project_role service placement service Default Default
2021-05-19 01:47:51.789 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:47:51.789 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args Default Default
2021-05-19 01:47:51.789 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:47:51.789 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:47:51.789 | ++ functions-common:_get_domain_args:875    :   [[ -n Default ]]
2021-05-19 01:47:51.789 | ++ functions-common:_get_domain_args:876    :   domain=' --user-domain Default'
2021-05-19 01:47:51.790 | ++ functions-common:_get_domain_args:878    :   [[ -n Default ]]
2021-05-19 01:47:51.790 | ++ functions-common:_get_domain_args:879    :   domain=' --user-domain Default --project-domain Default'
2021-05-19 01:47:51.790 | ++ functions-common:_get_domain_args:882    :   echo --user-domain Default --project-domain Default
2021-05-19 01:47:51.790 | + functions-common:get_or_add_user_project_role:890 :   domain_args='--user-domain Default --project-domain Default'
2021-05-19 01:47:51.790 | ++ 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-05-19 01:47:51.790 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:47:51.790 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:47:51.790 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:47:51.790 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:47:51.790 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.790 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.790 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.790 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.790 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:47:51.790 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:47:51.790 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:47:51.790 | + functions-common:get_or_add_user_project_role:901 :   openstack role add service --user placement --project service --user-domain Default --project-domain Default
2021-05-19 01:47:51.790 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.790 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.790 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.790 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.790 | ++ 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-05-19 01:47:51.790 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:47:51.790 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:47:51.790 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:47:51.791 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:47:51.791 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.791 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.791 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.791 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.791 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:47:51.791 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:47:51.791 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:47:51.791 | ++ functions-common:get_field:733           :   echo '| 06026f7f269145a281e32bdeb1d6ddb1 | 839ce0faa12b488aa251c7699fa483e0 |       | fd69e8d36a8a48469e4ac8124744362c |        |        | False     |'
2021-05-19 01:47:51.791 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:47:51.791 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:47:51.791 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:47:51.791 | + functions-common:get_or_add_user_project_role:912 :   echo 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:47:51.791 | 06026f7f269145a281e32bdeb1d6ddb1
2021-05-19 01:47:51.791 | + lib/keystone:create_service_user:404     :   [[ -n admin ]]
2021-05-19 01:47:51.791 | + lib/keystone:create_service_user:405     :   get_or_add_user_project_role admin placement service Default Default
2021-05-19 01:47:51.791 | + functions-common:get_or_add_user_project_role:888 :   local user_role_id
2021-05-19 01:47:51.791 | ++ functions-common:get_or_add_user_project_role:890 :   _get_domain_args Default Default
2021-05-19 01:47:51.791 | ++ functions-common:_get_domain_args:872    :   local domain
2021-05-19 01:47:51.791 | ++ functions-common:_get_domain_args:873    :   domain=
2021-05-19 01:47:51.791 | ++ functions-common:_get_domain_args:875    :   [[ -n Default ]]
2021-05-19 01:47:51.791 | ++ functions-common:_get_domain_args:876    :   domain=' --user-domain Default'
2021-05-19 01:47:51.791 | ++ functions-common:_get_domain_args:878    :   [[ -n Default ]]
2021-05-19 01:47:51.792 | ++ functions-common:_get_domain_args:879    :   domain=' --user-domain Default --project-domain Default'
2021-05-19 01:47:51.792 | ++ functions-common:_get_domain_args:882    :   echo --user-domain Default --project-domain Default
2021-05-19 01:47:51.792 | + functions-common:get_or_add_user_project_role:890 :   domain_args='--user-domain Default --project-domain Default'
2021-05-19 01:47:51.792 | ++ 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-05-19 01:47:51.792 | ++ functions-common:get_or_add_user_project_role:898 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:47:51.792 | ++ functions-common:get_or_add_user_project_role:898 :   get_field 1
2021-05-19 01:47:51.792 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:47:51.792 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:47:51.792 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.792 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.792 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.792 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.792 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:47:51.792 | + functions-common:get_or_add_user_project_role:898 :   user_role_id=
2021-05-19 01:47:51.792 | + functions-common:get_or_add_user_project_role:899 :   [[ -z '' ]]
2021-05-19 01:47:51.792 | + functions-common:get_or_add_user_project_role:901 :   openstack role add admin --user placement --project service --user-domain Default --project-domain Default
2021-05-19 01:47:51.792 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.792 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.792 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.792 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.792 | ++ 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-05-19 01:47:51.792 | ++ functions-common:get_or_add_user_project_role:910 :   grep '^|\s[a-f0-9]\+'
2021-05-19 01:47:51.792 | ++ functions-common:get_or_add_user_project_role:910 :   get_field 1
2021-05-19 01:47:51.792 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:47:51.792 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:47:51.792 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.792 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.792 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.792 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.792 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:47:51.793 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:47:51.793 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:47:51.793 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:47:51.793 | ++ functions-common:get_field:733           :   echo '| b0f381042c0b480a989e577ed83b5ef2 | 839ce0faa12b488aa251c7699fa483e0 |       | fd69e8d36a8a48469e4ac8124744362c |        |        | False     |'
2021-05-19 01:47:51.793 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:47:51.793 | + functions-common:get_or_add_user_project_role:910 :   user_role_id=b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:47:51.793 | + functions-common:get_or_add_user_project_role:912 :   echo b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:47:51.793 | b0f381042c0b480a989e577ed83b5ef2
2021-05-19 01:47:51.793 | + lib/placement:create_placement_accounts:120 :   local placement_api_url=http://10.222.0.39/placement
2021-05-19 01:47:51.793 | + lib/placement:create_placement_accounts:121 :   get_or_create_service placement placement 'Placement Service'
2021-05-19 01:47:51.793 | + functions-common:get_or_create_service:966 :   local service_id
2021-05-19 01:47:51.793 | ++ functions-common:get_or_create_service:979 :   oscwrap service show placement -f value -c id
2021-05-19 01:47:51.793 | ++ functions-common:get_or_create_service:981 :   oscwrap service create placement --name placement '--description=Placement Service' -f value -c id
2021-05-19 01:47:51.793 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.793 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.793 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.793 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.793 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:47:51.793 | + functions-common:get_or_create_service:977 :   service_id='
2021-05-19 01:47:51.793 | bae32c88ee3746c0b496d2b7c5ae45e3'
2021-05-19 01:47:51.793 | + functions-common:get_or_create_service:978 :   echo bae32c88ee3746c0b496d2b7c5ae45e3
2021-05-19 01:47:51.793 | bae32c88ee3746c0b496d2b7c5ae45e3
2021-05-19 01:47:51.794 | + lib/placement:create_placement_accounts:123 :   get_or_create_endpoint placement RegionOne http://10.222.0.39/placement
2021-05-19 01:47:51.794 | + functions-common:get_or_create_endpoint:1010 :   local public_id
2021-05-19 01:47:51.794 | ++ functions-common:get_or_create_endpoint:1011 :   _get_or_create_endpoint_with_interface placement public http://10.222.0.39/placement RegionOne
2021-05-19 01:47:51.794 | ++ functions-common:_get_or_create_endpoint_with_interface:984 :   local endpoint_id
2021-05-19 01:47:51.794 | +++ functions-common:_get_or_create_endpoint_with_interface:989 :   oscwrap endpoint list --service placement --interface public --region RegionOne -c ID -f value
2021-05-19 01:47:51.794 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.794 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.794 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.794 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.794 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:47:51.794 | ++ functions-common:_get_or_create_endpoint_with_interface:989 :   endpoint_id=
2021-05-19 01:47:51.794 | ++ functions-common:_get_or_create_endpoint_with_interface:990 :   [[ -z '' ]]
2021-05-19 01:47:51.795 | +++ functions-common:_get_or_create_endpoint_with_interface:993 :   oscwrap endpoint create placement public http://10.222.0.39/placement --region RegionOne -f value -c id
2021-05-19 01:47:51.795 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.795 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.795 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:51.795 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:51.795 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:47:51.795 | ++ functions-common:_get_or_create_endpoint_with_interface:993 :   endpoint_id=584c01cdeaf940049a1439a2c43dc753
2021-05-19 01:47:51.795 | ++ functions-common:_get_or_create_endpoint_with_interface:996 :   echo 584c01cdeaf940049a1439a2c43dc753
2021-05-19 01:47:51.795 | + functions-common:get_or_create_endpoint:1011 :   public_id=584c01cdeaf940049a1439a2c43dc753
2021-05-19 01:47:51.795 | + functions-common:get_or_create_endpoint:1013 :   [[ -n '' ]]
2021-05-19 01:47:51.795 | + functions-common:get_or_create_endpoint:1016 :   [[ -n '' ]]
2021-05-19 01:47:51.795 | + functions-common:get_or_create_endpoint:1020 :   echo 584c01cdeaf940049a1439a2c43dc753
2021-05-19 01:47:51.795 | 584c01cdeaf940049a1439a2c43dc753
2021-05-19 01:47:51.835 | [11275 Async init_placement:96204]: finished init_placement with result 0 in 44 seconds
2021-05-19 01:47:51.839 | + inc/async:async_wait:197                 :   return 0
2021-05-19 01:47:51.842 | + ./stack.sh:main:1191                     :   async_wait init_glance
2021-05-19 01:47:51.896 | [11275 Async init_glance:92978]: Waiting for completion of init_glance running on PID 92978 (4 other jobs running)
2021-05-19 01:47:51.924 | [11275 Async init_glance:92978]: Signaling child to exit
2021-05-19 01:47:51.924 | WAKEUP
2021-05-19 01:47:51.948 | [11275 Async init_glance:92978]: Signaled
2021-05-19 01:47:51.950 | + lib/glance:init_glance:412               :   rm -rf /opt/stack/data/glance/images
2021-05-19 01:47:51.950 | + lib/glance:init_glance:413               :   mkdir -p /opt/stack/data/glance/images
2021-05-19 01:47:51.950 | + lib/glance:init_glance:416               :   recreate_database glance
2021-05-19 01:47:51.950 | + lib/database:recreate_database:110       :   local db=glance
2021-05-19 01:47:51.950 | + lib/database:recreate_database:111       :   recreate_database_mysql glance
2021-05-19 01:47:51.950 | + lib/databases/mysql:recreate_database_mysql:63 :   local db=glance
2021-05-19 01:47:51.950 | + lib/databases/mysql:recreate_database_mysql:64 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;'
2021-05-19 01:47:51.950 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:47:51.950 | + lib/databases/mysql:recreate_database_mysql:65 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;'
2021-05-19 01:47:51.950 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:47:51.950 | + lib/glance:init_glance:418               :   time_start dbsync
2021-05-19 01:47:51.950 | + functions-common:time_start:2290         :   local name=dbsync
2021-05-19 01:47:51.950 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:47:51.950 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:47:51.950 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:47:51.950 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621388569460
2021-05-19 01:47:51.950 | + lib/glance:init_glance:420               :   /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync
2021-05-19 01:47:51.950 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=93101) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2021-05-19 01:47:51.951 | INFO alembic.runtime.migration [-] Context impl MySQLImpl.
2021-05-19 01:47:51.951 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL.
2021-05-19 01:47:51.951 | INFO alembic.runtime.migration [-] Context impl MySQLImpl.
2021-05-19 01:47:51.951 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL.
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.951 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.952 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.953 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.953 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.953 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.953 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.953 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.954 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.954 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.954 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.955 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.955 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'Glance Migrations', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.955 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.956 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.957 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.957 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.957 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.957 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.958 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.959 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.959 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.959 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.959 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.959 | 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=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:51.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:51.959 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:47:51.959 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'Glance Migrations', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=93101) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:47:51.959 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2021-05-19 01:47:51.959 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2021-05-19 01:47:51.959 | INFO  [alembic.runtime.migration] Running upgrade  -> liberty, liberty initial
2021-05-19 01:47:51.959 | INFO  [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table
2021-05-19 01:47:51.959 | INFO  [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server
2021-05-19 01:47:51.959 | INFO  [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images
2021-05-19 01:47:51.959 | INFO  [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table"
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2021-05-19 01:47:51.960 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2021-05-19 01:47:51.960 | Upgraded database to: wallaby_expand01, current revision(s): wallaby_expand01
2021-05-19 01:47:51.960 | Database migration is up to date. No migration needed.
2021-05-19 01:47:51.960 | Upgraded database to: wallaby_contract01, current revision(s): wallaby_contract01
2021-05-19 01:47:51.960 | Database is synced successfully.
2021-05-19 01:47:51.961 | + lib/glance:init_glance:423               :   /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs
2021-05-19 01:47:51.961 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=93755) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database.
2021-05-19 01:47:51.961 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database.
2021-05-19 01:47:51.962 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database.
2021-05-19 01:47:51.962 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database.
2021-05-19 01:47:51.962 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database.
2021-05-19 01:47:51.962 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database.
2021-05-19 01:47:51.962 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database.
2021-05-19 01:47:51.962 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished
2021-05-19 01:47:51.962 | + lib/glance:init_glance:424               :   time_stop dbsync
2021-05-19 01:47:51.962 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:47:51.962 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:47:51.962 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:47:51.962 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:47:51.962 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:47:51.962 | + functions-common:time_stop:2310          :   name=dbsync
2021-05-19 01:47:51.962 | + functions-common:time_stop:2311          :   start_time=1621388569460
2021-05-19 01:47:51.962 | + functions-common:time_stop:2313          :   [[ -z 1621388569460 ]]
2021-05-19 01:47:51.962 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:47:51.962 | + functions-common:time_stop:2316          :   end_time=1621388622800
2021-05-19 01:47:51.962 | + functions-common:time_stop:2317          :   elapsed_time=53340
2021-05-19 01:47:51.962 | + functions-common:time_stop:2318          :   total=112563
2021-05-19 01:47:51.962 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:47:51.962 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=165903
2021-05-19 01:47:52.004 | [11275 Async init_glance:92978]: finished init_glance with result 0 in 53 seconds
2021-05-19 01:47:52.008 | + inc/async:async_wait:197                 :   return 0
2021-05-19 01:47:52.011 | + ./stack.sh:main:1192                     :   async_wait init_swift
2021-05-19 01:47:52.072 | [11275 Async init_swift:95988]: Waiting for completion of init_swift running on PID 95988 (3 other jobs running)
2021-05-19 01:47:52.099 | [11275 Async init_swift:95988]: Signaling child to exit
2021-05-19 01:47:52.099 | WAKEUP
2021-05-19 01:47:52.125 | [11275 Async init_swift:95988]: Signaled
2021-05-19 01:47:52.130 | + lib/swift:init_swift:693                 :   local node_number
2021-05-19 01:47:52.130 | + lib/swift:init_swift:695                 :   /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop
2021-05-19 01:47:52.130 | No account-replicator running
2021-05-19 01:47:52.130 | No container-server running
2021-05-19 01:47:52.130 | No account-auditor running
2021-05-19 01:47:52.130 | No object-auditor running
2021-05-19 01:47:52.130 | No object-server running
2021-05-19 01:47:52.131 | No object-expirer running
2021-05-19 01:47:52.131 | No container-updater running
2021-05-19 01:47:52.131 | No container-sync running
2021-05-19 01:47:52.131 | No proxy-server running
2021-05-19 01:47:52.131 | No container-auditor running
2021-05-19 01:47:52.131 | No container-reconciler running
2021-05-19 01:47:52.131 | No account-server running
2021-05-19 01:47:52.131 | No object-updater running
2021-05-19 01:47:52.131 | No object-replicator running
2021-05-19 01:47:52.131 | No container-replicator running
2021-05-19 01:47:52.131 | No object-reconstructor running
2021-05-19 01:47:52.131 | No account-reaper running
2021-05-19 01:47:52.131 | No container-sharder running
2021-05-19 01:47:52.131 | + lib/swift:init_swift:695                 :   true
2021-05-19 01:47:52.131 | + lib/swift:init_swift:698                 :   create_swift_disk
2021-05-19 01:47:52.131 | + lib/swift:create_swift_disk:569          :   local node_number
2021-05-19 01:47:52.131 | + lib/swift:create_swift_disk:574          :   local user_group
2021-05-19 01:47:52.131 | ++ lib/swift:create_swift_disk:575          :   id -g ubuntu
2021-05-19 01:47:52.131 | + lib/swift:create_swift_disk:575          :   user_group=1000
2021-05-19 01:47:52.131 | + lib/swift:create_swift_disk:576          :   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-05-19 01:47:52.131 | + lib/swift:create_swift_disk:579          :   [[ -e /opt/stack/data/swift/drives/images/swift.img ]]
2021-05-19 01:47:52.131 | + lib/swift:create_swift_disk:586          :   mkdir -p /opt/stack/data/swift/drives/images
2021-05-19 01:47:52.131 | + lib/swift:create_swift_disk:587          :   sudo touch /opt/stack/data/swift/drives/images/swift.img
2021-05-19 01:47:52.131 | + lib/swift:create_swift_disk:588          :   sudo chown ubuntu: /opt/stack/data/swift/drives/images/swift.img
2021-05-19 01:47:52.131 | + lib/swift:create_swift_disk:590          :   truncate -s 6G /opt/stack/data/swift/drives/images/swift.img
2021-05-19 01:47:52.131 | + lib/swift:create_swift_disk:593          :   /sbin/mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img
2021-05-19 01:47:52.131 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024   agcount=4, agsize=393216 blks
2021-05-19 01:47:52.131 |          =                       sectsz=512   attr=2, projid32bit=1
2021-05-19 01:47:52.131 |          =                       crc=1        finobt=1, sparse=1, rmapbt=0
2021-05-19 01:47:52.131 |          =                       reflink=1
2021-05-19 01:47:52.131 | data     =                       bsize=4096   blocks=1572864, imaxpct=25
2021-05-19 01:47:52.132 |          =                       sunit=0      swidth=0 blks
2021-05-19 01:47:52.132 | naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
2021-05-19 01:47:52.132 | log      =internal log           bsize=4096   blocks=2560, version=2
2021-05-19 01:47:52.132 |          =                       sectsz=512   sunit=0 blks, lazy-count=1
2021-05-19 01:47:52.132 | realtime =none                   extsz=4096   blocks=0, rtextents=0
2021-05-19 01:47:52.132 | + lib/swift:create_swift_disk:596          :   mkdir -p /opt/stack/data/swift/drives/sdb1
2021-05-19 01:47:52.132 | + lib/swift:create_swift_disk:597          :   egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts
2021-05-19 01:47:52.132 | + lib/swift:create_swift_disk:598          :   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-05-19 01:47:52.132 | + lib/swift:create_swift_disk:604          :   local node_number
2021-05-19 01:47:52.132 | + lib/swift:create_swift_disk:605          :   for node_number in ${SWIFT_REPLICAS_SEQ}
2021-05-19 01:47:52.132 | + lib/swift:create_swift_disk:607          :   local node_devices=/opt/stack/data/swift/1
2021-05-19 01:47:52.132 | + lib/swift:create_swift_disk:608          :   local real_devices=/opt/stack/data/swift/drives/sdb1/1
2021-05-19 01:47:52.132 | + lib/swift:create_swift_disk:609          :   sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1
2021-05-19 01:47:52.132 | + lib/swift:create_swift_disk:610          :   local device=/opt/stack/data/swift/drives/sdb1/1/sdb1
2021-05-19 01:47:52.132 | + lib/swift:create_swift_disk:611          :   [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]]
2021-05-19 01:47:52.132 | + lib/swift:create_swift_disk:612          :   sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1
2021-05-19 01:47:52.132 | + lib/swift:init_swift:702                 :   pushd /etc/swift
2021-05-19 01:47:52.132 | + lib/swift:init_swift:704                 :   rm -f '*.builder' '*.ring.gz' 'backups/*.builder' 'backups/*.ring.gz'
2021-05-19 01:47:52.132 | + lib/swift:init_swift:706                 :   /usr/local/bin/swift-ring-builder object.builder create 9 1 1
2021-05-19 01:47:52.132 | + lib/swift:init_swift:707                 :   /usr/local/bin/swift-ring-builder container.builder create 9 1 1
2021-05-19 01:47:52.132 | + lib/swift:init_swift:708                 :   /usr/local/bin/swift-ring-builder account.builder create 9 1 1
2021-05-19 01:47:52.132 | + lib/swift:init_swift:714                 :   [[ -n '' ]]
2021-05-19 01:47:52.133 | + lib/swift:init_swift:727                 :   for node_number in ${SWIFT_REPLICAS_SEQ}
2021-05-19 01:47:52.133 | + lib/swift:init_swift:728                 :   /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1
2021-05-19 01:47:52.133 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1.
2021-05-19 01:47:52.133 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0
2021-05-19 01:47:52.133 | + lib/swift:init_swift:729                 :   /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1
2021-05-19 01:47:52.133 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1.
2021-05-19 01:47:52.133 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0
2021-05-19 01:47:52.133 | + lib/swift:init_swift:730                 :   /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1
2021-05-19 01:47:52.133 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1.
2021-05-19 01:47:52.133 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0
2021-05-19 01:47:52.133 | + lib/swift:init_swift:736                 :   /usr/local/bin/swift-ring-builder object.builder rebalance 42
2021-05-19 01:47:52.133 | Reassigned 512 (100.00%) partitions. Balance is now 0.00.  Dispersion is now 0.00
2021-05-19 01:47:52.133 | + lib/swift:init_swift:737                 :   /usr/local/bin/swift-ring-builder container.builder rebalance 42
2021-05-19 01:47:52.133 | Reassigned 512 (100.00%) partitions. Balance is now 0.00.  Dispersion is now 0.00
2021-05-19 01:47:52.133 | + lib/swift:init_swift:738                 :   /usr/local/bin/swift-ring-builder account.builder rebalance 42
2021-05-19 01:47:52.133 | Reassigned 512 (100.00%) partitions. Balance is now 0.00.  Dispersion is now 0.00
2021-05-19 01:47:52.133 | + lib/swift:init_swift:739                 :   popd
2021-05-19 01:47:52.181 | [11275 Async init_swift:95988]: finished init_swift with result 0 in 9 seconds
2021-05-19 01:47:52.186 | + inc/async:async_wait:197                 :   return 0
2021-05-19 01:47:52.188 | + ./stack.sh:main:1193                     :   async_wait init_cinder
2021-05-19 01:47:52.251 | [11275 Async init_cinder:96083]: Waiting for completion of init_cinder running on PID 96083 (2 other jobs running)
2021-05-19 01:47:52.280 | [11275 Async init_cinder:96083]: Signaling child to exit
2021-05-19 01:47:52.280 | WAKEUP
2021-05-19 01:47:52.305 | [11275 Async init_cinder:96083]: Signaled
2021-05-19 01:47:52.306 | + lib/cinder:init_cinder:409               :   is_service_enabled mysql postgresql
2021-05-19 01:47:52.306 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:47:52.306 | + lib/cinder:init_cinder:411               :   recreate_database cinder
2021-05-19 01:47:52.306 | + lib/database:recreate_database:110       :   local db=cinder
2021-05-19 01:47:52.306 | + lib/database:recreate_database:111       :   recreate_database_mysql cinder
2021-05-19 01:47:52.306 | + lib/databases/mysql:recreate_database_mysql:63 :   local db=cinder
2021-05-19 01:47:52.306 | + lib/databases/mysql:recreate_database_mysql:64 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;'
2021-05-19 01:47:52.307 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:47:52.307 | + lib/databases/mysql:recreate_database_mysql:65 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;'
2021-05-19 01:47:52.307 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:47:52.307 | + lib/cinder:init_cinder:413               :   time_start dbsync
2021-05-19 01:47:52.307 | + functions-common:time_start:2290         :   local name=dbsync
2021-05-19 01:47:52.307 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:47:52.307 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:47:52.307 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:47:52.307 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621388614105
2021-05-19 01:47:52.307 | + lib/cinder:init_cinder:415               :   /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync
2021-05-19 01:47:52.307 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=96316) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2021-05-19 01:47:52.307 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:47:52.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/144_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/144_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.307 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.307 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/143_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/143_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.308 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.308 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/142_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/142_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/141_add_quota_usage_unique_constraint.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.309 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.309 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/144_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/144_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.309 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.309 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/143_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/143_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.310 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.310 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/142_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/142_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/141_add_quota_usage_unique_constraint.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.310 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.311 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/144_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/144_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.311 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.311 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/143_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/143_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.311 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.311 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/142_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/142_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/141_add_quota_usage_unique_constraint.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py... {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.312 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:52.312 | 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=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:47:52.312 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=96316) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:47:52.312 | INFO migrate.versioning.api [-] 122 -> 123... 
2021-05-19 01:47:52.312 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] 123 -> 124... 
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] 124 -> 125... 
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] 125 -> 126... 
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] 126 -> 127... 
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] 127 -> 128... 
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] 128 -> 129... 
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] 129 -> 130... 
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] 130 -> 131... 
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] 131 -> 132... 
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] 132 -> 133... 
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] 133 -> 134... 
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] 134 -> 135... 
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] 135 -> 136... 
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] 136 -> 137... 
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] 137 -> 138... 
2021-05-19 01:47:52.313 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.314 | INFO migrate.versioning.api [-] 138 -> 139... 
2021-05-19 01:47:52.314 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.314 | INFO migrate.versioning.api [-] 139 -> 140... 
2021-05-19 01:47:52.314 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.314 | INFO migrate.versioning.api [-] 140 -> 141... 
2021-05-19 01:47:52.314 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.314 | INFO migrate.versioning.api [-] 141 -> 142... 
2021-05-19 01:47:52.314 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.314 | INFO migrate.versioning.api [-] 142 -> 143... 
2021-05-19 01:47:52.314 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.314 | INFO migrate.versioning.api [-] 143 -> 144... 
2021-05-19 01:47:52.314 | INFO migrate.versioning.api [-] done
2021-05-19 01:47:52.314 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:52.314 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:52.314 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:47:52.314 |   from cryptography.utils import int_from_bytes
2021-05-19 01:47:52.314 | + lib/cinder:init_cinder:416               :   time_stop dbsync
2021-05-19 01:47:52.314 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:47:52.314 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:47:52.314 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:47:52.314 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:47:52.314 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:47:52.314 | + functions-common:time_stop:2310          :   name=dbsync
2021-05-19 01:47:52.314 | + functions-common:time_stop:2311          :   start_time=1621388614105
2021-05-19 01:47:52.314 | + functions-common:time_stop:2313          :   [[ -z 1621388614105 ]]
2021-05-19 01:47:52.314 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:47:52.314 | + functions-common:time_stop:2316          :   end_time=1621388668015
2021-05-19 01:47:52.314 | + functions-common:time_stop:2317          :   elapsed_time=53910
2021-05-19 01:47:52.314 | + functions-common:time_stop:2318          :   total=112563
2021-05-19 01:47:52.314 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:47:52.314 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=166473
2021-05-19 01:47:52.315 | + lib/cinder:init_cinder:419               :   is_service_enabled c-vol
2021-05-19 01:47:52.315 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:47:52.315 | + lib/cinder:init_cinder:419               :   [[ -n lvm:lvmdriver-1 ]]
2021-05-19 01:47:52.315 | + lib/cinder:init_cinder:420               :   local be be_name be_type
2021-05-19 01:47:52.315 | + lib/cinder:init_cinder:421               :   for be in ${CINDER_ENABLED_BACKENDS//,/ }
2021-05-19 01:47:52.315 | + lib/cinder:init_cinder:422               :   be_type=lvm
2021-05-19 01:47:52.315 | + lib/cinder:init_cinder:423               :   be_name=lvmdriver-1
2021-05-19 01:47:52.315 | + lib/cinder:init_cinder:424               :   type init_cinder_backend_lvm
2021-05-19 01:47:52.315 | + lib/cinder:init_cinder:426               :   [[ lvm == \l\v\m ]]
2021-05-19 01:47:52.315 | + lib/cinder:init_cinder:427               :   init_default_lvm_volume_group
2021-05-19 01:47:52.315 | + lib/lvm:init_default_lvm_volume_group:156 :   [[ 0 = \0 ]]
2021-05-19 01:47:52.315 | + lib/lvm:init_default_lvm_volume_group:157 :   init_lvm_volume_group stack-volumes-default 50000M
2021-05-19 01:47:52.315 | + lib/lvm:init_lvm_volume_group:124        :   local vg=stack-volumes-default
2021-05-19 01:47:52.315 | + lib/lvm:init_lvm_volume_group:125        :   local size=50000M
2021-05-19 01:47:52.315 | + lib/lvm:init_lvm_volume_group:128        :   is_fedora
2021-05-19 01:47:52.315 | + functions-common:is_fedora:446           :   [[ -z Ubuntu ]]
2021-05-19 01:47:52.315 | + functions-common:is_fedora:450           :   '[' Ubuntu = Fedora ']'
2021-05-19 01:47:52.315 | + functions-common:is_fedora:450           :   '[' Ubuntu = 'Red Hat' ']'
2021-05-19 01:47:52.315 | + functions-common:is_fedora:451           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2021-05-19 01:47:52.315 | + functions-common:is_fedora:452           :   '[' Ubuntu = RedHatEnterprise ']'
2021-05-19 01:47:52.315 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOS ']'
2021-05-19 01:47:52.315 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOSStream ']'
2021-05-19 01:47:52.315 | + functions-common:is_fedora:454           :   '[' Ubuntu = OracleServer ']'
2021-05-19 01:47:52.315 | + functions-common:is_fedora:454           :   '[' Ubuntu = Virtuozzo ']'
2021-05-19 01:47:52.315 | + lib/lvm:init_lvm_volume_group:128        :   is_suse
2021-05-19 01:47:52.315 | + functions-common:is_suse:462             :   is_opensuse
2021-05-19 01:47:52.315 | + functions-common:is_opensuse:469         :   [[ -z Ubuntu ]]
2021-05-19 01:47:52.315 | + functions-common:is_opensuse:473         :   [[ Ubuntu =~ (openSUSE) ]]
2021-05-19 01:47:52.315 | + functions-common:is_suse:462             :   is_suse_linux_enterprise
2021-05-19 01:47:52.315 | + functions-common:is_suse_linux_enterprise:481 :   [[ -z Ubuntu ]]
2021-05-19 01:47:52.315 | + functions-common:is_suse_linux_enterprise:485 :   [[ Ubuntu =~ (^SUSE) ]]
2021-05-19 01:47:52.316 | + lib/lvm:init_lvm_volume_group:133        :   _create_lvm_volume_group stack-volumes-default 50000M
2021-05-19 01:47:52.316 | + lib/lvm:_create_lvm_volume_group:95      :   local vg=stack-volumes-default
2021-05-19 01:47:52.316 | + lib/lvm:_create_lvm_volume_group:96      :   local size=50000M
2021-05-19 01:47:52.316 | + lib/lvm:_create_lvm_volume_group:98      :   local backing_file=/opt/stack/data/stack-volumes-default-backing-file
2021-05-19 01:47:52.316 | + lib/lvm:_create_lvm_volume_group:99      :   sudo vgs stack-volumes-default
2021-05-19 01:47:52.316 |   Volume group "stack-volumes-default" not found
2021-05-19 01:47:52.316 |   Cannot process volume group stack-volumes-default
2021-05-19 01:47:52.316 | + lib/lvm:_create_lvm_volume_group:101     :   [[ -f /opt/stack/data/stack-volumes-default-backing-file ]]
2021-05-19 01:47:52.316 | + lib/lvm:_create_lvm_volume_group:101     :   truncate -s 50000M /opt/stack/data/stack-volumes-default-backing-file
2021-05-19 01:47:52.316 | + lib/lvm:_create_lvm_volume_group:103     :   local directio=
2021-05-19 01:47:52.316 | + lib/lvm:_create_lvm_volume_group:105     :   losetup -h
2021-05-19 01:47:52.316 | + lib/lvm:_create_lvm_volume_group:105     :   grep -q direct-io
2021-05-19 01:47:52.316 | + lib/lvm:_create_lvm_volume_group:106     :   directio=--direct-io=on
2021-05-19 01:47:52.316 | + lib/lvm:_create_lvm_volume_group:109     :   local vg_dev
2021-05-19 01:47:52.316 | ++ lib/lvm:_create_lvm_volume_group:110     :   sudo losetup -f --show --direct-io=on /opt/stack/data/stack-volumes-default-backing-file
2021-05-19 01:47:52.316 | + lib/lvm:_create_lvm_volume_group:110     :   vg_dev=/dev/loop4
2021-05-19 01:47:52.316 | + lib/lvm:_create_lvm_volume_group:113     :   sudo vgs stack-volumes-default
2021-05-19 01:47:52.316 |   Volume group "stack-volumes-default" not found
2021-05-19 01:47:52.316 |   Cannot process volume group stack-volumes-default
2021-05-19 01:47:52.316 | + lib/lvm:_create_lvm_volume_group:114     :   sudo vgcreate stack-volumes-default /dev/loop4
2021-05-19 01:47:52.316 |   Physical volume "/dev/loop4" successfully created.
2021-05-19 01:47:52.316 |   Volume group "stack-volumes-default" successfully created
2021-05-19 01:47:52.316 | + lib/lvm:init_lvm_volume_group:136        :   '[' lioadm = lioadm ']'
2021-05-19 01:47:52.316 | + lib/lvm:init_lvm_volume_group:137        :   sudo cinder-rtstool get-targets
2021-05-19 01:47:52.316 | + lib/lvm:init_lvm_volume_group:137        :   sudo xargs -rn 1 cinder-rtstool delete
2021-05-19 01:47:52.316 | + lib/lvm:init_lvm_volume_group:141        :   _clean_lvm_volume_group stack-volumes-default
2021-05-19 01:47:52.316 | + lib/lvm:_clean_lvm_volume_group:40       :   local vg=stack-volumes-default
2021-05-19 01:47:52.316 | + lib/lvm:_clean_lvm_volume_group:43       :   sudo lvremove -f stack-volumes-default
2021-05-19 01:47:52.316 | + lib/lvm:init_default_lvm_volume_group:158 :   _DEFAULT_LVM_INIT=1
2021-05-19 01:47:52.316 | + lib/cinder:init_cinder:429               :   init_cinder_backend_lvm lvmdriver-1
2021-05-19 01:47:52.316 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:61 :   local be_name=lvmdriver-1
2021-05-19 01:47:52.316 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:64 :   init_lvm_volume_group stack-volumes-lvmdriver-1 50000M
2021-05-19 01:47:52.317 | + lib/lvm:init_lvm_volume_group:124        :   local vg=stack-volumes-lvmdriver-1
2021-05-19 01:47:52.317 | + lib/lvm:init_lvm_volume_group:125        :   local size=50000M
2021-05-19 01:47:52.317 | + lib/lvm:init_lvm_volume_group:128        :   is_fedora
2021-05-19 01:47:52.317 | + functions-common:is_fedora:446           :   [[ -z Ubuntu ]]
2021-05-19 01:47:52.317 | + functions-common:is_fedora:450           :   '[' Ubuntu = Fedora ']'
2021-05-19 01:47:52.317 | + functions-common:is_fedora:450           :   '[' Ubuntu = 'Red Hat' ']'
2021-05-19 01:47:52.317 | + functions-common:is_fedora:451           :   '[' Ubuntu = RedHatEnterpriseServer ']'
2021-05-19 01:47:52.317 | + functions-common:is_fedora:452           :   '[' Ubuntu = RedHatEnterprise ']'
2021-05-19 01:47:52.317 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOS ']'
2021-05-19 01:47:52.317 | + functions-common:is_fedora:453           :   '[' Ubuntu = CentOSStream ']'
2021-05-19 01:47:52.317 | + functions-common:is_fedora:454           :   '[' Ubuntu = OracleServer ']'
2021-05-19 01:47:52.317 | + functions-common:is_fedora:454           :   '[' Ubuntu = Virtuozzo ']'
2021-05-19 01:47:52.317 | + lib/lvm:init_lvm_volume_group:128        :   is_suse
2021-05-19 01:47:52.317 | + functions-common:is_suse:462             :   is_opensuse
2021-05-19 01:47:52.317 | + functions-common:is_opensuse:469         :   [[ -z Ubuntu ]]
2021-05-19 01:47:52.317 | + functions-common:is_opensuse:473         :   [[ Ubuntu =~ (openSUSE) ]]
2021-05-19 01:47:52.317 | + functions-common:is_suse:462             :   is_suse_linux_enterprise
2021-05-19 01:47:52.317 | + functions-common:is_suse_linux_enterprise:481 :   [[ -z Ubuntu ]]
2021-05-19 01:47:52.317 | + functions-common:is_suse_linux_enterprise:485 :   [[ Ubuntu =~ (^SUSE) ]]
2021-05-19 01:47:52.317 | + lib/lvm:init_lvm_volume_group:133        :   _create_lvm_volume_group stack-volumes-lvmdriver-1 50000M
2021-05-19 01:47:52.317 | + lib/lvm:_create_lvm_volume_group:95      :   local vg=stack-volumes-lvmdriver-1
2021-05-19 01:47:52.317 | + lib/lvm:_create_lvm_volume_group:96      :   local size=50000M
2021-05-19 01:47:52.317 | + lib/lvm:_create_lvm_volume_group:98      :   local backing_file=/opt/stack/data/stack-volumes-lvmdriver-1-backing-file
2021-05-19 01:47:52.317 | + lib/lvm:_create_lvm_volume_group:99      :   sudo vgs stack-volumes-lvmdriver-1
2021-05-19 01:47:52.317 |   Volume group "stack-volumes-lvmdriver-1" not found
2021-05-19 01:47:52.317 |   Cannot process volume group stack-volumes-lvmdriver-1
2021-05-19 01:47:52.317 | + lib/lvm:_create_lvm_volume_group:101     :   [[ -f /opt/stack/data/stack-volumes-lvmdriver-1-backing-file ]]
2021-05-19 01:47:52.317 | + lib/lvm:_create_lvm_volume_group:101     :   truncate -s 50000M /opt/stack/data/stack-volumes-lvmdriver-1-backing-file
2021-05-19 01:47:52.317 | + lib/lvm:_create_lvm_volume_group:103     :   local directio=
2021-05-19 01:47:52.317 | + lib/lvm:_create_lvm_volume_group:105     :   grep -q direct-io
2021-05-19 01:47:52.318 | + lib/lvm:_create_lvm_volume_group:105     :   losetup -h
2021-05-19 01:47:52.318 | + lib/lvm:_create_lvm_volume_group:106     :   directio=--direct-io=on
2021-05-19 01:47:52.318 | + lib/lvm:_create_lvm_volume_group:109     :   local vg_dev
2021-05-19 01:47:52.318 | ++ lib/lvm:_create_lvm_volume_group:110     :   sudo losetup -f --show --direct-io=on /opt/stack/data/stack-volumes-lvmdriver-1-backing-file
2021-05-19 01:47:52.318 | + lib/lvm:_create_lvm_volume_group:110     :   vg_dev=/dev/loop5
2021-05-19 01:47:52.318 | + lib/lvm:_create_lvm_volume_group:113     :   sudo vgs stack-volumes-lvmdriver-1
2021-05-19 01:47:52.318 |   Volume group "stack-volumes-lvmdriver-1" not found
2021-05-19 01:47:52.318 |   Cannot process volume group stack-volumes-lvmdriver-1
2021-05-19 01:47:52.318 | + lib/lvm:_create_lvm_volume_group:114     :   sudo vgcreate stack-volumes-lvmdriver-1 /dev/loop5
2021-05-19 01:47:52.318 |   Physical volume "/dev/loop5" successfully created.
2021-05-19 01:47:52.318 |   Volume group "stack-volumes-lvmdriver-1" successfully created
2021-05-19 01:47:52.318 | + lib/lvm:init_lvm_volume_group:136        :   '[' lioadm = lioadm ']'
2021-05-19 01:47:52.318 | + lib/lvm:init_lvm_volume_group:137        :   sudo cinder-rtstool get-targets
2021-05-19 01:47:52.318 | + lib/lvm:init_lvm_volume_group:137        :   sudo xargs -rn 1 cinder-rtstool delete
2021-05-19 01:47:52.318 | + lib/lvm:init_lvm_volume_group:141        :   _clean_lvm_volume_group stack-volumes-lvmdriver-1
2021-05-19 01:47:52.318 | + lib/lvm:_clean_lvm_volume_group:40       :   local vg=stack-volumes-lvmdriver-1
2021-05-19 01:47:52.318 | + lib/lvm:_clean_lvm_volume_group:43       :   sudo lvremove -f stack-volumes-lvmdriver-1
2021-05-19 01:47:52.318 | + lib/cinder:init_cinder:434               :   is_service_enabled c-bak
2021-05-19 01:47:52.318 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:47:52.318 | + lib/cinder:init_cinder:434               :   [[ -n swift ]]
2021-05-19 01:47:52.318 | + lib/cinder:init_cinder:435               :   type init_cinder_backup_swift
2021-05-19 01:47:52.318 | + lib/cinder:init_cinder:440               :   mkdir -p /opt/stack/data/cinder/volumes
2021-05-19 01:47:52.358 | [11275 Async init_cinder:96083]: finished init_cinder with result 0 in 56 seconds
2021-05-19 01:47:52.363 | + inc/async:async_wait:197                 :   return 0
2021-05-19 01:47:52.365 | + ./stack.sh:main:1198                     :   is_service_enabled nova
2021-05-19 01:47:52.384 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:47:52.387 | + ./stack.sh:main:1199                     :   echo_summary 'Configuring Nova'
2021-05-19 01:47:52.390 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:47:52.393 | + ./stack.sh:echo_summary:428              :   echo -e Configuring Nova
2021-05-19 01:47:52.395 | + ./stack.sh:main:1200                     :   init_nova
2021-05-19 01:47:52.398 | + lib/nova:init_nova:756                   :   is_service_enabled mysql postgresql
2021-05-19 01:47:52.418 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:47:52.421 | + lib/nova:init_nova:756                   :   is_service_enabled n-api
2021-05-19 01:47:52.441 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:47:52.444 | + lib/nova:init_nova:758                   :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2021-05-19 01:47:52.446 | + lib/nova:init_nova:766                   :   async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf
2021-05-19 01:47:52.510 | + inc/async:async_inner:63                 :   init_nova_db nova_cell0 /etc/nova/nova.conf
2021-05-19 01:47:52.550 | [11275 Async nova-cell-0:98141]: running: init_nova_db nova_cell0 /etc/nova/nova.conf
2021-05-19 01:47:52.557 | ++ lib/nova:init_nova:769                   :   seq 1 1
2021-05-19 01:47:52.560 | + lib/nova:init_nova:769                   :   for i in $(seq 1 $NOVA_NUM_CELLS)
2021-05-19 01:47:52.564 | ++ lib/nova:init_nova:770                   :   conductor_conf 1
2021-05-19 01:47:52.569 | ++ lib/nova:conductor_conf:735              :   local cell=1
2021-05-19 01:47:52.573 | ++ lib/nova:conductor_conf:736              :   echo /etc/nova/nova_cell1.conf
2021-05-19 01:47:52.577 | + lib/nova:init_nova:770                   :   async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf
2021-05-19 01:47:52.648 | + inc/async:async_inner:63                 :   init_nova_db nova_cell1 /etc/nova/nova_cell1.conf
2021-05-19 01:47:52.693 | [11275 Async nova-cell-1:98236]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf
2021-05-19 01:47:52.696 | + lib/nova:init_nova:773                   :   recreate_database nova_api
2021-05-19 01:47:52.698 | + lib/database:recreate_database:110       :   local db=nova_api
2021-05-19 01:47:52.702 | + lib/database:recreate_database:111       :   recreate_database_mysql nova_api
2021-05-19 01:47:52.705 | + lib/databases/mysql:recreate_database_mysql:63 :   local db=nova_api
2021-05-19 01:47:52.707 | + lib/databases/mysql:recreate_database_mysql:64 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;'
2021-05-19 01:47:52.712 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:47:52.760 | + lib/databases/mysql:recreate_database_mysql:65 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;'
2021-05-19 01:47:52.766 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:47:52.886 | + lib/nova:init_nova:774                   :   /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync
2021-05-19 01:47:56.974 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:47:56.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/086_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/086_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/075_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/075_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/077_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/073_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/073_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/082_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/082_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/083_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/083_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/068_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/071_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/084_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/084_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/069_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/074_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/074_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/072_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/081_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/081_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/087_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/087_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/078_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/085_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/085_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/080_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/067_train.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/067_train.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/079_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/070_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/076_placeholder.py... {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:47:56.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:47:56.985 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo loaded successfully {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:47:56.985 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=98303) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:47:58.171 | INFO migrate.versioning.api [-] 66 -> 67... 
2021-05-19 01:48:44.810 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:44.810 | INFO migrate.versioning.api [-] 67 -> 68... 
2021-05-19 01:48:44.981 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:44.981 | INFO migrate.versioning.api [-] 68 -> 69... 
2021-05-19 01:48:45.216 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:45.216 | INFO migrate.versioning.api [-] 69 -> 70... 
2021-05-19 01:48:45.381 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:45.381 | INFO migrate.versioning.api [-] 70 -> 71... 
2021-05-19 01:48:45.565 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:45.565 | INFO migrate.versioning.api [-] 71 -> 72... 
2021-05-19 01:48:45.667 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:45.667 | INFO migrate.versioning.api [-] 72 -> 73... 
2021-05-19 01:48:45.758 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:45.758 | INFO migrate.versioning.api [-] 73 -> 74... 
2021-05-19 01:48:45.810 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:45.811 | INFO migrate.versioning.api [-] 74 -> 75... 
2021-05-19 01:48:45.930 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:45.930 | INFO migrate.versioning.api [-] 75 -> 76... 
2021-05-19 01:48:46.062 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:46.062 | INFO migrate.versioning.api [-] 76 -> 77... 
2021-05-19 01:48:46.176 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:46.176 | INFO migrate.versioning.api [-] 77 -> 78... 
2021-05-19 01:48:46.267 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:46.268 | INFO migrate.versioning.api [-] 78 -> 79... 
2021-05-19 01:48:46.335 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:46.335 | INFO migrate.versioning.api [-] 79 -> 80... 
2021-05-19 01:48:46.409 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:46.409 | INFO migrate.versioning.api [-] 80 -> 81... 
2021-05-19 01:48:46.507 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:46.507 | INFO migrate.versioning.api [-] 81 -> 82... 
2021-05-19 01:48:46.581 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:46.582 | INFO migrate.versioning.api [-] 82 -> 83... 
2021-05-19 01:48:46.718 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:46.719 | INFO migrate.versioning.api [-] 83 -> 84... 
2021-05-19 01:48:46.787 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:46.787 | INFO migrate.versioning.api [-] 84 -> 85... 
2021-05-19 01:48:46.912 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:46.912 | INFO migrate.versioning.api [-] 85 -> 86... 
2021-05-19 01:48:47.010 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:47.011 | INFO migrate.versioning.api [-] 86 -> 87... 
2021-05-19 01:48:47.201 | INFO migrate.versioning.api [-] done
2021-05-19 01:48:47.201 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:48:47.201 |   from cryptography.utils import int_from_bytes
2021-05-19 01:48:47.201 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:48:47.201 |   from cryptography.utils import int_from_bytes
2021-05-19 01:48:47.626 | ++ lib/nova:init_nova:778                   :   database_connection_url nova_cell0
2021-05-19 01:48:47.628 | ++ lib/database:database_connection_url:132 :   local db=nova_cell0
2021-05-19 01:48:47.631 | ++ lib/database:database_connection_url:133 :   database_connection_url_mysql nova_cell0
2021-05-19 01:48:47.634 | ++ lib/databases/mysql:database_connection_url_mysql:202 :   local db=nova_cell0
2021-05-19 01:48:47.637 | ++ lib/databases/mysql:database_connection_url_mysql:203 :   echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8'
2021-05-19 01:48:47.639 | + lib/nova:init_nova:778                   :   /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8'
2021-05-19 01:48:51.350 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:48:51.350 |   from cryptography.utils import int_from_bytes
2021-05-19 01:48:51.351 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:48:51.351 |   from cryptography.utils import int_from_bytes
2021-05-19 01:48:51.822 | ++ lib/nova:init_nova:781                   :   seq 0 1
2021-05-19 01:48:51.828 | + lib/nova:init_nova:781                   :   for i in $(seq 0 $NOVA_NUM_CELLS)
2021-05-19 01:48:51.831 | + lib/nova:init_nova:782                   :   async_wait nova-cell-0
2021-05-19 01:48:51.889 | [11275 Async nova-cell-0:98141]: Waiting for completion of init_nova_db nova_cell0 /etc/nova/nova.conf running on PID 98141 (3 other jobs running)
2021-05-19 01:48:51.920 | [11275 Async nova-cell-0:98141]: Signaling child to exit
2021-05-19 01:50:54.382 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:50:54.413 | [98141 Async nova-cell-0:98141]: finished successfully
2021-05-19 01:50:54.437 | WAKEUP
2021-05-19 01:50:54.462 | [11275 Async nova-cell-0:98141]: Signaled
2021-05-19 01:50:54.464 | + lib/nova:init_nova_db:746                :   local dbname=nova_cell0
2021-05-19 01:50:54.464 | + lib/nova:init_nova_db:747                :   local conffile=/etc/nova/nova.conf
2021-05-19 01:50:54.464 | + lib/nova:init_nova_db:748                :   recreate_database nova_cell0
2021-05-19 01:50:54.464 | + lib/database:recreate_database:110       :   local db=nova_cell0
2021-05-19 01:50:54.464 | + lib/database:recreate_database:111       :   recreate_database_mysql nova_cell0
2021-05-19 01:50:54.464 | + lib/databases/mysql:recreate_database_mysql:63 :   local db=nova_cell0
2021-05-19 01:50:54.464 | + lib/databases/mysql:recreate_database_mysql:64 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;'
2021-05-19 01:50:54.464 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:50:54.464 | + lib/databases/mysql:recreate_database_mysql:65 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;'
2021-05-19 01:50:54.464 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:50:54.464 | + lib/nova:init_nova_db:749                :   /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync --local_cell
2021-05-19 01:50:54.464 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:50:54.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_train.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_train.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/414_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/414_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/412_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/412_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/418_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/418_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/421_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/421_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/408_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/408_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/415_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/415_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/411_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/411_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/416_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/416_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/420_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/420_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/410_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/410_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/409_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/409_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/422_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/422_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/419_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/419_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/417_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/417_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/413_placeholder.py... {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/413_placeholder.py loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.466 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:50:54.466 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=98280) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:50:54.466 | INFO migrate.versioning.api [-] 401 -> 402... 
2021-05-19 01:50:54.466 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.466 | INFO migrate.versioning.api [-] 402 -> 403... 
2021-05-19 01:50:54.466 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.466 | INFO migrate.versioning.api [-] 403 -> 404... 
2021-05-19 01:50:54.466 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.466 | INFO migrate.versioning.api [-] 404 -> 405... 
2021-05-19 01:50:54.466 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.466 | INFO migrate.versioning.api [-] 405 -> 406... 
2021-05-19 01:50:54.466 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.466 | INFO migrate.versioning.api [-] 406 -> 407... 
2021-05-19 01:50:54.466 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] 407 -> 408... 
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] 408 -> 409... 
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] 409 -> 410... 
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] 410 -> 411... 
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] 411 -> 412... 
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] 412 -> 413... 
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] 413 -> 414... 
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] 414 -> 415... 
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] 415 -> 416... 
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] 416 -> 417... 
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] 417 -> 418... 
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] 418 -> 419... 
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] 419 -> 420... 
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] 420 -> 421... 
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] 421 -> 422... 
2021-05-19 01:50:54.467 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.467 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:50:54.468 |   from cryptography.utils import int_from_bytes
2021-05-19 01:50:54.468 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:50:54.468 |   from cryptography.utils import int_from_bytes
2021-05-19 01:50:54.518 | [11275 Async nova-cell-0:98141]: finished init_nova_db nova_cell0 /etc/nova/nova.conf with result 0 in 181 seconds
2021-05-19 01:50:54.523 | + inc/async:async_wait:197                 :   return 0
2021-05-19 01:50:54.529 | + lib/nova:init_nova:781                   :   for i in $(seq 0 $NOVA_NUM_CELLS)
2021-05-19 01:50:54.532 | + lib/nova:init_nova:782                   :   async_wait nova-cell-1
2021-05-19 01:50:54.593 | [11275 Async nova-cell-1:98236]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 98236 (2 other jobs running)
2021-05-19 01:50:54.622 | [11275 Async nova-cell-1:98236]: Signaling child to exit
2021-05-19 01:50:54.826 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:50:54.852 | [98236 Async nova-cell-1:98236]: finished successfully
2021-05-19 01:50:54.873 | WAKEUP
2021-05-19 01:50:54.896 | [11275 Async nova-cell-1:98236]: Signaled
2021-05-19 01:50:54.897 | + lib/nova:init_nova_db:746                :   local dbname=nova_cell1
2021-05-19 01:50:54.898 | + lib/nova:init_nova_db:747                :   local conffile=/etc/nova/nova_cell1.conf
2021-05-19 01:50:54.898 | + lib/nova:init_nova_db:748                :   recreate_database nova_cell1
2021-05-19 01:50:54.898 | + lib/database:recreate_database:110       :   local db=nova_cell1
2021-05-19 01:50:54.898 | + lib/database:recreate_database:111       :   recreate_database_mysql nova_cell1
2021-05-19 01:50:54.898 | + lib/databases/mysql:recreate_database_mysql:63 :   local db=nova_cell1
2021-05-19 01:50:54.898 | + lib/databases/mysql:recreate_database_mysql:64 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;'
2021-05-19 01:50:54.898 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:50:54.898 | + lib/databases/mysql:recreate_database_mysql:65 :   mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;'
2021-05-19 01:50:54.898 | mysql: [Warning] Using a password on the command line interface can be insecure.
2021-05-19 01:50:54.898 | + lib/nova:init_nova_db:749                :   /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}}
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_train.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_train.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/414_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/414_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/412_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/412_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/418_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/418_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/421_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/421_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/408_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/408_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/415_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/415_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/411_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/411_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/416_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/416_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/420_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/420_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/410_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/410_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/409_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/409_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/422_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/422_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/419_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/419_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/417_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/417_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/413_placeholder.py... {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}}
2021-05-19 01:50:54.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/413_placeholder.py loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}}
2021-05-19 01:50:54.900 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}}
2021-05-19 01:50:54.900 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=98300) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}}
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] 401 -> 402... 
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] 402 -> 403... 
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] 403 -> 404... 
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] 404 -> 405... 
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] 405 -> 406... 
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] 406 -> 407... 
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] 407 -> 408... 
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] 408 -> 409... 
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] 409 -> 410... 
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] 410 -> 411... 
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] 411 -> 412... 
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] 412 -> 413... 
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] 413 -> 414... 
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] 414 -> 415... 
2021-05-19 01:50:54.900 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.901 | INFO migrate.versioning.api [-] 415 -> 416... 
2021-05-19 01:50:54.901 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.901 | INFO migrate.versioning.api [-] 416 -> 417... 
2021-05-19 01:50:54.901 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.901 | INFO migrate.versioning.api [-] 417 -> 418... 
2021-05-19 01:50:54.901 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.901 | INFO migrate.versioning.api [-] 418 -> 419... 
2021-05-19 01:50:54.901 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.901 | INFO migrate.versioning.api [-] 419 -> 420... 
2021-05-19 01:50:54.901 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.901 | INFO migrate.versioning.api [-] 420 -> 421... 
2021-05-19 01:50:54.901 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.901 | INFO migrate.versioning.api [-] 421 -> 422... 
2021-05-19 01:50:54.901 | INFO migrate.versioning.api [-] done
2021-05-19 01:50:54.901 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:50:54.901 |   from cryptography.utils import int_from_bytes
2021-05-19 01:50:54.901 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:50:54.901 |   from cryptography.utils import int_from_bytes
2021-05-19 01:50:54.945 | [11275 Async nova-cell-1:98236]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 182 seconds
2021-05-19 01:50:54.949 | + inc/async:async_wait:197                 :   return 0
2021-05-19 01:50:54.952 | + lib/nova:init_nova:785                   :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2021-05-19 01:50:54.955 | + lib/nova:init_nova:792                   :   /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations
2021-05-19 01:50:58.626 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:50:58.626 |   from cryptography.utils import int_from_bytes
2021-05-19 01:50:58.626 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:50:58.626 |   from cryptography.utils import int_from_bytes
2021-05-19 01:50:58.626 | Running batches of 50 until complete
2021-05-19 01:50:58.626 | +-------------------------------------+--------------+-----------+
2021-05-19 01:50:58.626 | |              Migration              | Total Needed | Completed |
2021-05-19 01:50:58.626 | +-------------------------------------+--------------+-----------+
2021-05-19 01:50:58.626 | |     fill_virtual_interface_list     |      0       |     0     |
2021-05-19 01:50:58.626 | |         migrate_empty_ratio         |      0       |     0     |
2021-05-19 01:50:58.626 | |   migrate_quota_classes_to_api_db   |      0       |     0     |
2021-05-19 01:50:58.626 | |    migrate_quota_limits_to_api_db   |      0       |     0     |
2021-05-19 01:50:58.626 | |      migration_migrate_to_uuid      |      0       |     0     |
2021-05-19 01:50:58.626 | |          populate_dev_uuids         |      0       |     0     |
2021-05-19 01:50:58.626 | | populate_missing_availability_zones |      0       |     0     |
2021-05-19 01:50:58.626 | |      populate_queued_for_delete     |      0       |     0     |
2021-05-19 01:50:58.626 | |           populate_user_id          |      0       |     0     |
2021-05-19 01:50:58.626 | |            populate_uuids           |      0       |     0     |
2021-05-19 01:50:58.626 | +-------------------------------------+--------------+-----------+
2021-05-19 01:50:59.080 | ++ lib/nova:init_nova:795                   :   seq 1 1
2021-05-19 01:50:59.085 | + lib/nova:init_nova:795                   :   for i in $(seq 1 $NOVA_NUM_CELLS)
2021-05-19 01:50:59.088 | ++ lib/nova:init_nova:796                   :   conductor_conf 1
2021-05-19 01:50:59.096 | ++ lib/nova:conductor_conf:735              :   local cell=1
2021-05-19 01:50:59.096 | ++ lib/nova:conductor_conf:736              :   echo /etc/nova/nova_cell1.conf
2021-05-19 01:50:59.097 | + lib/nova:init_nova:796                   :   /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-05-19 01:51:02.786 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:51:02.786 |   from cryptography.utils import int_from_bytes
2021-05-19 01:51:02.786 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:51:02.786 |   from cryptography.utils import int_from_bytes
2021-05-19 01:51:02.786 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file
2021-05-19 01:51:02.786 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file
2021-05-19 01:51:03.244 | + lib/nova:init_nova:800                   :   create_nova_keys_dir
2021-05-19 01:51:03.246 | + lib/nova:create_nova_keys_dir:742        :   sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys
2021-05-19 01:51:03.260 | + lib/nova:init_nova:802                   :   [[ '' == \L\V\M ]]
2021-05-19 01:51:03.263 | + ./stack.sh:main:1205                     :   is_service_enabled neutron
2021-05-19 01:51:03.281 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:03.284 | + ./stack.sh:main:1206                     :   async_runfunc configure_neutron_nova
2021-05-19 01:51:03.286 | + inc/async:async_runfunc:116              :   async_run configure_neutron_nova configure_neutron_nova
2021-05-19 01:51:03.351 | + inc/async:async_inner:63                 :   configure_neutron_nova
2021-05-19 01:51:03.393 | [11275 Async configure_neutron_nova:98826]: running: configure_neutron_nova
2021-05-19 01:51:03.396 | + ./stack.sh:main:1215                     :   run_phase stack post-config
2021-05-19 01:51:03.398 | + functions-common:run_phase:1732          :   local mode=stack
2021-05-19 01:51:03.401 | + functions-common:run_phase:1733          :   local phase=post-config
2021-05-19 01:51:03.405 | + functions-common:run_phase:1734          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2021-05-19 01:51:03.408 | + functions-common:run_phase:1735          :   local extra_plugin_file_name
2021-05-19 01:51:03.411 | + functions-common:run_phase:1736          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2021-05-19 01:51:03.414 | + functions-common:run_phase:1741          :   local exceptions=80-tempest.sh
2021-05-19 01:51:03.416 | + functions-common:run_phase:1742          :   local extra
2021-05-19 01:51:03.421 | ++ functions-common:run_phase:1743          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2021-05-19 01:51:03.426 | + functions-common:run_phase:1743          :   extra=80-tempest.sh
2021-05-19 01:51:03.429 | + functions-common:run_phase:1744          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2021-05-19 01:51:03.431 | + functions-common:run_phase:1748          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2021-05-19 01:51:03.436 | + functions-common:run_phase:1748          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config
2021-05-19 01:51:03.439 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2021-05-19 01:51:03.461 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:03.464 | ++ extras.d/80-tempest.sh:source:4          :   [[ stack == \s\o\u\r\c\e ]]
2021-05-19 01:51:03.468 | ++ extras.d/80-tempest.sh:source:7          :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:51:03.471 | ++ extras.d/80-tempest.sh:source:7          :   [[ post-config == \i\n\s\t\a\l\l ]]
2021-05-19 01:51:03.473 | ++ extras.d/80-tempest.sh:source:10         :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:51:03.476 | ++ extras.d/80-tempest.sh:source:10         :   [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]]
2021-05-19 01:51:03.479 | ++ extras.d/80-tempest.sh:source:12         :   :
2021-05-19 01:51:03.481 | ++ extras.d/80-tempest.sh:source:27         :   [[ stack == \u\n\s\t\a\c\k ]]
2021-05-19 01:51:03.484 | ++ extras.d/80-tempest.sh:source:32         :   [[ stack == \c\l\e\a\n ]]
2021-05-19 01:51:03.486 | + functions-common:run_phase:1753          :   [[ stack == \s\o\u\r\c\e ]]
2021-05-19 01:51:03.489 | + functions-common:run_phase:1756          :   [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2021-05-19 01:51:03.492 | + functions-common:run_phase:1759          :   run_plugins stack post-config
2021-05-19 01:51:03.495 | + functions-common:run_plugins:1718        :   local mode=stack
2021-05-19 01:51:03.498 | + functions-common:run_plugins:1719        :   local phase=post-config
2021-05-19 01:51:03.501 | + functions-common:run_plugins:1721        :   local plugins=
2021-05-19 01:51:03.509 | + functions-common:run_plugins:1722        :   local plugin
2021-05-19 01:51:03.509 | + ./stack.sh:main:1223                     :   merge_config_group /home/ubuntu/devstack/local.conf post-config
2021-05-19 01:51:03.509 | + inc/meta-config:merge_config_group:171   :   local localfile=/home/ubuntu/devstack/local.conf
2021-05-19 01:51:03.511 | + inc/meta-config:merge_config_group:171   :   shift
2021-05-19 01:51:03.515 | + inc/meta-config:merge_config_group:172   :   local matchgroups=post-config
2021-05-19 01:51:03.518 | + inc/meta-config:merge_config_group:174   :   [[ -r /home/ubuntu/devstack/local.conf ]]
2021-05-19 01:51:03.521 | + inc/meta-config:merge_config_group:176   :   local configfile group
2021-05-19 01:51:03.524 | + inc/meta-config:merge_config_group:177   :   for group in $matchgroups
2021-05-19 01:51:03.527 | ++ inc/meta-config:merge_config_group:178   :   get_meta_section_files /home/ubuntu/devstack/local.conf post-config
2021-05-19 01:51:03.531 | ++ inc/meta-config:get_meta_section_files:63 :   local file=/home/ubuntu/devstack/local.conf
2021-05-19 01:51:03.534 | ++ inc/meta-config:get_meta_section_files:64 :   local matchgroup=post-config
2021-05-19 01:51:03.536 | ++ inc/meta-config:get_meta_section_files:66 :   [[ -r /home/ubuntu/devstack/local.conf ]]
2021-05-19 01:51:03.540 | ++ inc/meta-config:get_meta_section_files:68 :   awk -v matchgroup=post-config '
2021-05-19 01:51:03.540 |         /^\[\[.+\|.*\]\]/ {
2021-05-19 01:51:03.540 |             gsub("[][]", "", $1);
2021-05-19 01:51:03.540 |             split($1, a, "|");
2021-05-19 01:51:03.540 |             if (a[1] == matchgroup)
2021-05-19 01:51:03.540 |                 print a[2]
2021-05-19 01:51:03.540 |         }
2021-05-19 01:51:03.540 |     ' /home/ubuntu/devstack/local.conf
2021-05-19 01:51:03.547 | + inc/meta-config:merge_config_group:178   :   for configfile in $(get_meta_section_files $localfile $group)
2021-05-19 01:51:03.549 | + inc/meta-config:merge_config_group:179   :   local realconfigfile
2021-05-19 01:51:03.552 | + inc/meta-config:merge_config_group:180   :   local dir
2021-05-19 01:51:03.555 | ++ inc/meta-config:merge_config_group:182   :   eval 'echo $NOVA_CONF'
2021-05-19 01:51:03.558 | +++ inc/meta-config:merge_config_group:182   :   echo /etc/nova/nova.conf
2021-05-19 01:51:03.562 | + inc/meta-config:merge_config_group:182   :   realconfigfile=/etc/nova/nova.conf
2021-05-19 01:51:03.565 | + inc/meta-config:merge_config_group:183   :   [[ -z /etc/nova/nova.conf ]]
2021-05-19 01:51:03.568 | ++ inc/meta-config:merge_config_group:187   :   dirname /etc/nova/nova.conf
2021-05-19 01:51:03.573 | + inc/meta-config:merge_config_group:187   :   dir=/etc/nova
2021-05-19 01:51:03.575 | + inc/meta-config:merge_config_group:188   :   [[ -d /etc/nova ]]
2021-05-19 01:51:03.578 | + inc/meta-config:merge_config_group:189   :   merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF'
2021-05-19 01:51:03.581 | + inc/meta-config:merge_config_file:83     :   local file=/home/ubuntu/devstack/local.conf
2021-05-19 01:51:03.583 | + inc/meta-config:merge_config_file:84     :   local matchgroup=post-config
2021-05-19 01:51:03.586 | + inc/meta-config:merge_config_file:85     :   local 'configfile=$NOVA_CONF'
2021-05-19 01:51:03.589 | + inc/meta-config:merge_config_file:90     :   local real_configfile
2021-05-19 01:51:03.603 | ++ inc/meta-config:merge_config_file:91     :   eval echo '$NOVA_CONF'
2021-05-19 01:51:03.603 | +++ inc/meta-config:merge_config_file:91     :   echo /etc/nova/nova.conf
2021-05-19 01:51:03.603 | + inc/meta-config:merge_config_file:91     :   real_configfile=/etc/nova/nova.conf
2021-05-19 01:51:03.603 | + inc/meta-config:merge_config_file:92     :   '[' '!' -f /etc/nova/nova.conf ']'
2021-05-19 01:51:03.604 | + inc/meta-config:merge_config_file:97     :   awk -v 'configfile=$NOVA_CONF' '
2021-05-19 01:51:03.604 |         BEGIN {
2021-05-19 01:51:03.604 |             section = ""
2021-05-19 01:51:03.604 |             last_section = ""
2021-05-19 01:51:03.604 |             section_count = 0
2021-05-19 01:51:03.604 |         }
2021-05-19 01:51:03.604 |         /^\[.+\]/ {
2021-05-19 01:51:03.604 |             gsub("[][]", "", $1);
2021-05-19 01:51:03.604 |             section=$1
2021-05-19 01:51:03.604 |             next
2021-05-19 01:51:03.604 |         }
2021-05-19 01:51:03.604 |         /^ *\#/ {
2021-05-19 01:51:03.604 |             next
2021-05-19 01:51:03.604 |         }
2021-05-19 01:51:03.605 |         /^[^ \t]+/ {
2021-05-19 01:51:03.605 |             # get offset of first = in $0
2021-05-19 01:51:03.605 |             eq_idx = index($0, "=")
2021-05-19 01:51:03.605 |             # extract attr & value from $0
2021-05-19 01:51:03.605 |             attr = substr($0, 1, eq_idx - 1)
2021-05-19 01:51:03.605 |             value = substr($0, eq_idx + 1)
2021-05-19 01:51:03.605 |             # only need to strip trailing whitespace from attr
2021-05-19 01:51:03.605 |             sub(/[ \t]*$/, "", attr)
2021-05-19 01:51:03.605 |             # need to strip leading & trailing whitespace from value
2021-05-19 01:51:03.605 |             sub(/^[ \t]*/, "", value)
2021-05-19 01:51:03.605 |             sub(/[ \t]*$/, "", value)
2021-05-19 01:51:03.605 | 
2021-05-19 01:51:03.605 |             # cfg_attr_count: number of config lines per [section, attr]
2021-05-19 01:51:03.605 |             # cfg_attr: three dimensional array to keep all the config lines per [section, attr]
2021-05-19 01:51:03.605 |             # cfg_section: keep the section names in the same order as they appear in local.conf
2021-05-19 01:51:03.605 |             # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf
2021-05-19 01:51:03.605 |             if (! (section, attr) in cfg_attr_count) {
2021-05-19 01:51:03.605 |                 if (section != last_section) {
2021-05-19 01:51:03.605 |                     cfg_section[section_count++] = section
2021-05-19 01:51:03.605 |                     last_section = section
2021-05-19 01:51:03.605 |                 }
2021-05-19 01:51:03.605 |                 attr_count = cfg_sec_attr_count[section_count - 1]++
2021-05-19 01:51:03.605 |                 cfg_sec_attr_name[section_count - 1, attr_count] = attr
2021-05-19 01:51:03.605 | 
2021-05-19 01:51:03.605 |                 cfg_attr[section, attr, 0] = value
2021-05-19 01:51:03.605 |                 cfg_attr_count[section, attr] = 1
2021-05-19 01:51:03.605 |             } else {
2021-05-19 01:51:03.605 |                 lno = cfg_attr_count[section, attr]++
2021-05-19 01:51:03.605 |                 cfg_attr[section, attr, lno] = value
2021-05-19 01:51:03.605 |             }
2021-05-19 01:51:03.605 |         }
2021-05-19 01:51:03.605 |         END {
2021-05-19 01:51:03.606 |             # Process each section in order
2021-05-19 01:51:03.606 |             for (sno = 0; sno < section_count; sno++) {
2021-05-19 01:51:03.606 |                 section = cfg_section[sno]
2021-05-19 01:51:03.606 |                 # The ini routines simply append a config item immediately
2021-05-19 01:51:03.606 |                 # after the section header. To keep the same order as defined
2021-05-19 01:51:03.606 |                 # in local.conf, invoke the ini routines in the reverse order
2021-05-19 01:51:03.606 |                 for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) {
2021-05-19 01:51:03.606 |                     attr = cfg_sec_attr_name[sno, attr_no]
2021-05-19 01:51:03.606 |                     if (cfg_attr_count[section, attr] == 1)
2021-05-19 01:51:03.606 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\""
2021-05-19 01:51:03.606 |                     else {
2021-05-19 01:51:03.606 |                         # For multiline, invoke the ini routines in the reverse order
2021-05-19 01:51:03.606 |                         count = cfg_attr_count[section, attr]
2021-05-19 01:51:03.606 |                         print "inidelete " configfile " " section " " attr
2021-05-19 01:51:03.606 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\""
2021-05-19 01:51:03.606 |                         for (l = count -2; l >= 0; l--)
2021-05-19 01:51:03.606 |                             print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\""
2021-05-19 01:51:03.606 |                     }
2021-05-19 01:51:03.607 |                 }
2021-05-19 01:51:03.607 |             }
2021-05-19 01:51:03.607 |         }
2021-05-19 01:51:03.607 |     '
2021-05-19 01:51:03.607 | + inc/meta-config:merge_config_file:96     :   get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF'
2021-05-19 01:51:03.607 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:03.607 | + inc/meta-config:get_meta_section:33      :   local file=/home/ubuntu/devstack/local.conf
2021-05-19 01:51:03.608 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator
2021-05-19 01:51:03.610 | + inc/meta-config:get_meta_section:34      :   local matchgroup=post-config
2021-05-19 01:51:03.613 | + inc/meta-config:get_meta_section:35      :   local 'configfile=$NOVA_CONF'
2021-05-19 01:51:03.615 | + inc/meta-config:get_meta_section:37      :   [[ -r /home/ubuntu/devstack/local.conf ]]
2021-05-19 01:51:03.618 | + inc/meta-config:get_meta_section:38      :   [[ -z $NOVA_CONF ]]
2021-05-19 01:51:03.621 | + inc/meta-config:get_meta_section:40      :   awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' '
2021-05-19 01:51:03.621 |         BEGIN { group = "" }
2021-05-19 01:51:03.621 |         /^\[\[.+\|.*\]\]/ {
2021-05-19 01:51:03.621 |             gsub("[][]", "", $1);
2021-05-19 01:51:03.621 |             split($1, a, "|");
2021-05-19 01:51:03.621 |             if (a[1] == matchgroup && a[2] == configfile) {
2021-05-19 01:51:03.621 |                 group=a[1]
2021-05-19 01:51:03.621 |             } else {
2021-05-19 01:51:03.622 |                 group=""
2021-05-19 01:51:03.622 |             }
2021-05-19 01:51:03.622 |             next
2021-05-19 01:51:03.622 |         }
2021-05-19 01:51:03.622 |         {
2021-05-19 01:51:03.622 |             if (group != "")
2021-05-19 01:51:03.622 |                 print $0
2021-05-19 01:51:03.622 |         }
2021-05-19 01:51:03.622 |     ' /home/ubuntu/devstack/local.conf
2021-05-19 01:51:03.629 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF DEFAULT scheduler_default_filters "RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter"'
2021-05-19 01:51:03.632 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf DEFAULT scheduler_default_filters RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter
2021-05-19 01:51:03.665 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:03.667 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"'
2021-05-19 01:51:03.671 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf DEFAULT force_config_drive True
2021-05-19 01:51:03.703 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:03.706 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF glance use_glance_v1 "False"'
2021-05-19 01:51:03.708 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf glance use_glance_v1 False
2021-05-19 01:51:03.746 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:03.749 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"'
2021-05-19 01:51:03.752 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3
2021-05-19 01:51:03.804 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:03.807 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"'
2021-05-19 01:51:03.810 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600
2021-05-19 01:51:03.843 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:03.848 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement auth_type "password"'
2021-05-19 01:51:03.848 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement auth_type password
2021-05-19 01:51:03.882 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:03.885 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.39/identity"'
2021-05-19 01:51:03.887 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement auth_url http://10.222.0.39/identity
2021-05-19 01:51:03.924 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:03.927 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement username "placement"'
2021-05-19 01:51:03.930 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement username placement
2021-05-19 01:51:03.965 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:03.968 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement password "Passw0rd"'
2021-05-19 01:51:03.971 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement password Passw0rd
2021-05-19 01:51:04.006 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.008 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement user_domain_name "Default"'
2021-05-19 01:51:04.011 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement user_domain_name Default
2021-05-19 01:51:04.074 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.077 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement project_name "service"'
2021-05-19 01:51:04.080 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement project_name service
2021-05-19 01:51:04.114 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.116 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement project_domain_name "Default"'
2021-05-19 01:51:04.119 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement project_domain_name Default
2021-05-19 01:51:04.162 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.166 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"'
2021-05-19 01:51:04.168 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/nova/nova.conf placement os_region_name RegionOne
2021-05-19 01:51:04.204 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.207 | + inc/meta-config:merge_config_group:178   :   for configfile in $(get_meta_section_files $localfile $group)
2021-05-19 01:51:04.210 | + inc/meta-config:merge_config_group:179   :   local realconfigfile
2021-05-19 01:51:04.212 | + inc/meta-config:merge_config_group:180   :   local dir
2021-05-19 01:51:04.215 | ++ inc/meta-config:merge_config_group:182   :   eval 'echo $NEUTRON_CONF'
2021-05-19 01:51:04.219 | +++ inc/meta-config:merge_config_group:182   :   echo /etc/neutron/neutron.conf
2021-05-19 01:51:04.222 | + inc/meta-config:merge_config_group:182   :   realconfigfile=/etc/neutron/neutron.conf
2021-05-19 01:51:04.241 | + inc/meta-config:merge_config_group:183   :   [[ -z /etc/neutron/neutron.conf ]]
2021-05-19 01:51:04.241 | ++ inc/meta-config:merge_config_group:187   :   dirname /etc/neutron/neutron.conf
2021-05-19 01:51:04.241 | + inc/meta-config:merge_config_group:187   :   dir=/etc/neutron
2021-05-19 01:51:04.241 | + inc/meta-config:merge_config_group:188   :   [[ -d /etc/neutron ]]
2021-05-19 01:51:04.241 | + inc/meta-config:merge_config_group:189   :   merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF'
2021-05-19 01:51:04.241 | + inc/meta-config:merge_config_file:83     :   local file=/home/ubuntu/devstack/local.conf
2021-05-19 01:51:04.242 | + inc/meta-config:merge_config_file:84     :   local matchgroup=post-config
2021-05-19 01:51:04.245 | + inc/meta-config:merge_config_file:85     :   local 'configfile=$NEUTRON_CONF'
2021-05-19 01:51:04.247 | + inc/meta-config:merge_config_file:90     :   local real_configfile
2021-05-19 01:51:04.251 | ++ inc/meta-config:merge_config_file:91     :   eval echo '$NEUTRON_CONF'
2021-05-19 01:51:04.254 | +++ inc/meta-config:merge_config_file:91     :   echo /etc/neutron/neutron.conf
2021-05-19 01:51:04.257 | + inc/meta-config:merge_config_file:91     :   real_configfile=/etc/neutron/neutron.conf
2021-05-19 01:51:04.260 | + inc/meta-config:merge_config_file:92     :   '[' '!' -f /etc/neutron/neutron.conf ']'
2021-05-19 01:51:04.266 | + inc/meta-config:merge_config_file:97     :   awk -v 'configfile=$NEUTRON_CONF' '
2021-05-19 01:51:04.266 |         BEGIN {
2021-05-19 01:51:04.266 |             section = ""
2021-05-19 01:51:04.266 |             last_section = ""
2021-05-19 01:51:04.266 |             section_count = 0
2021-05-19 01:51:04.266 |         }
2021-05-19 01:51:04.266 |         /^\[.+\]/ {
2021-05-19 01:51:04.266 |             gsub("[][]", "", $1);
2021-05-19 01:51:04.266 |             section=$1
2021-05-19 01:51:04.266 |             next
2021-05-19 01:51:04.266 |         }
2021-05-19 01:51:04.266 |         /^ *\#/ {
2021-05-19 01:51:04.266 |             next
2021-05-19 01:51:04.266 |         }
2021-05-19 01:51:04.266 |         /^[^ \t]+/ {
2021-05-19 01:51:04.266 |             # get offset of first = in $0
2021-05-19 01:51:04.266 |             eq_idx = index($0, "=")
2021-05-19 01:51:04.266 |             # extract attr & value from $0
2021-05-19 01:51:04.266 |             attr = substr($0, 1, eq_idx - 1)
2021-05-19 01:51:04.267 |             value = substr($0, eq_idx + 1)
2021-05-19 01:51:04.267 |             # only need to strip trailing whitespace from attr
2021-05-19 01:51:04.267 |             sub(/[ \t]*$/, "", attr)
2021-05-19 01:51:04.267 |             # need to strip leading & trailing whitespace from value
2021-05-19 01:51:04.267 |             sub(/^[ \t]*/, "", value)
2021-05-19 01:51:04.267 |             sub(/[ \t]*$/, "", value)
2021-05-19 01:51:04.267 | 
2021-05-19 01:51:04.267 |             # cfg_attr_count: number of config lines per [section, attr]
2021-05-19 01:51:04.267 |             # cfg_attr: three dimensional array to keep all the config lines per [section, attr]
2021-05-19 01:51:04.267 |             # cfg_section: keep the section names in the same order as they appear in local.conf
2021-05-19 01:51:04.267 |             # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf
2021-05-19 01:51:04.267 |             if (! (section, attr) in cfg_attr_count) {
2021-05-19 01:51:04.267 |                 if (section != last_section) {
2021-05-19 01:51:04.267 |                     cfg_section[section_count++] = section
2021-05-19 01:51:04.267 |                     last_section = section
2021-05-19 01:51:04.267 |                 }
2021-05-19 01:51:04.267 |                 attr_count = cfg_sec_attr_count[section_count - 1]++
2021-05-19 01:51:04.267 |                 cfg_sec_attr_name[section_count - 1, attr_count] = attr
2021-05-19 01:51:04.267 | 
2021-05-19 01:51:04.267 |                 cfg_attr[section, attr, 0] = value
2021-05-19 01:51:04.267 |                 cfg_attr_count[section, attr] = 1
2021-05-19 01:51:04.267 |             } else {
2021-05-19 01:51:04.267 |                 lno = cfg_attr_count[section, attr]++
2021-05-19 01:51:04.267 |                 cfg_attr[section, attr, lno] = value
2021-05-19 01:51:04.267 |             }
2021-05-19 01:51:04.267 |         }
2021-05-19 01:51:04.267 |         END {
2021-05-19 01:51:04.267 |             # Process each section in order
2021-05-19 01:51:04.267 |             for (sno = 0; sno < section_count; sno++) {
2021-05-19 01:51:04.267 |                 section = cfg_section[sno]
2021-05-19 01:51:04.268 |                 # The ini routines simply append a config item immediately
2021-05-19 01:51:04.268 |                 # after the section header. To keep the same order as defined
2021-05-19 01:51:04.268 |                 # in local.conf, invoke the ini routines in the reverse order
2021-05-19 01:51:04.268 |                 for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) {
2021-05-19 01:51:04.268 |                     attr = cfg_sec_attr_name[sno, attr_no]
2021-05-19 01:51:04.268 |                     if (cfg_attr_count[section, attr] == 1)
2021-05-19 01:51:04.268 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\""
2021-05-19 01:51:04.268 |                     else {
2021-05-19 01:51:04.268 |                         # For multiline, invoke the ini routines in the reverse order
2021-05-19 01:51:04.268 |                         count = cfg_attr_count[section, attr]
2021-05-19 01:51:04.268 |                         print "inidelete " configfile " " section " " attr
2021-05-19 01:51:04.268 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\""
2021-05-19 01:51:04.268 |                         for (l = count -2; l >= 0; l--)
2021-05-19 01:51:04.268 |                             print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\""
2021-05-19 01:51:04.268 |                     }
2021-05-19 01:51:04.268 |                 }
2021-05-19 01:51:04.268 |             }
2021-05-19 01:51:04.268 |         }
2021-05-19 01:51:04.268 |     '
2021-05-19 01:51:04.268 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.268 | + inc/meta-config:merge_config_file:96     :   get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF'
2021-05-19 01:51:04.271 | + inc/meta-config:get_meta_section:33      :   local file=/home/ubuntu/devstack/local.conf
2021-05-19 01:51:04.271 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator
2021-05-19 01:51:04.273 | + inc/meta-config:get_meta_section:34      :   local matchgroup=post-config
2021-05-19 01:51:04.276 | + inc/meta-config:get_meta_section:35      :   local 'configfile=$NEUTRON_CONF'
2021-05-19 01:51:04.279 | + inc/meta-config:get_meta_section:37      :   [[ -r /home/ubuntu/devstack/local.conf ]]
2021-05-19 01:51:04.288 | + inc/meta-config:get_meta_section:38      :   [[ -z $NEUTRON_CONF ]]
2021-05-19 01:51:04.288 | + inc/meta-config:get_meta_section:40      :   awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' '
2021-05-19 01:51:04.288 |         BEGIN { group = "" }
2021-05-19 01:51:04.288 |         /^\[\[.+\|.*\]\]/ {
2021-05-19 01:51:04.288 |             gsub("[][]", "", $1);
2021-05-19 01:51:04.288 |             split($1, a, "|");
2021-05-19 01:51:04.288 |             if (a[1] == matchgroup && a[2] == configfile) {
2021-05-19 01:51:04.288 |                 group=a[1]
2021-05-19 01:51:04.288 |             } else {
2021-05-19 01:51:04.288 |                 group=""
2021-05-19 01:51:04.288 |             }
2021-05-19 01:51:04.288 |             next
2021-05-19 01:51:04.288 |         }
2021-05-19 01:51:04.288 |         {
2021-05-19 01:51:04.288 |             if (group != "")
2021-05-19 01:51:04.288 |                 print $0
2021-05-19 01:51:04.288 |         }
2021-05-19 01:51:04.288 |     ' /home/ubuntu/devstack/local.conf
2021-05-19 01:51:04.292 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF database max_overflow "50"'
2021-05-19 01:51:04.295 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf database max_overflow 50
2021-05-19 01:51:04.326 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.329 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF database max_pool_size "50"'
2021-05-19 01:51:04.332 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf database max_pool_size 50
2021-05-19 01:51:04.377 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.380 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF database min_pool_size "5"'
2021-05-19 01:51:04.382 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf database min_pool_size 5
2021-05-19 01:51:04.396 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:51:04.423 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.423 | [98826 Async configure_neutron_nova:98826]: finished successfully
2021-05-19 01:51:04.425 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"'
2021-05-19 01:51:04.428 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100
2021-05-19 01:51:04.459 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.462 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"'
2021-05-19 01:51:04.464 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10
2021-05-19 01:51:04.496 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.499 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"'
2021-05-19 01:51:04.501 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_firewall 10
2021-05-19 01:51:04.537 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.540 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"'
2021-05-19 01:51:04.542 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_floatingip 50
2021-05-19 01:51:04.578 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.581 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_router "100"'
2021-05-19 01:51:04.584 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_router 100
2021-05-19 01:51:04.619 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.622 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"'
2021-05-19 01:51:04.626 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100
2021-05-19 01:51:04.665 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.668 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_pool "100"'
2021-05-19 01:51:04.670 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_pool 100
2021-05-19 01:51:04.705 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.707 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_vip "100"'
2021-05-19 01:51:04.710 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_vip 100
2021-05-19 01:51:04.751 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.753 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"'
2021-05-19 01:51:04.757 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100
2021-05-19 01:51:04.805 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.808 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"'
2021-05-19 01:51:04.811 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_security_group 100
2021-05-19 01:51:04.848 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.851 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_port "500"'
2021-05-19 01:51:04.853 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_port 500
2021-05-19 01:51:04.884 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.886 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"'
2021-05-19 01:51:04.890 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_subnet 100
2021-05-19 01:51:04.921 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.923 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $NEUTRON_CONF quotas quota_network "100"'
2021-05-19 01:51:04.925 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/neutron.conf quotas quota_network 100
2021-05-19 01:51:04.956 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:04.959 | + inc/meta-config:merge_config_group:178   :   for configfile in $(get_meta_section_files $localfile $group)
2021-05-19 01:51:04.962 | + inc/meta-config:merge_config_group:179   :   local realconfigfile
2021-05-19 01:51:04.965 | + inc/meta-config:merge_config_group:180   :   local dir
2021-05-19 01:51:04.967 | ++ inc/meta-config:merge_config_group:182   :   eval 'echo $CINDER_CONF'
2021-05-19 01:51:04.970 | +++ inc/meta-config:merge_config_group:182   :   echo /etc/cinder/cinder.conf
2021-05-19 01:51:04.973 | + inc/meta-config:merge_config_group:182   :   realconfigfile=/etc/cinder/cinder.conf
2021-05-19 01:51:04.976 | + inc/meta-config:merge_config_group:183   :   [[ -z /etc/cinder/cinder.conf ]]
2021-05-19 01:51:04.979 | ++ inc/meta-config:merge_config_group:187   :   dirname /etc/cinder/cinder.conf
2021-05-19 01:51:04.984 | + inc/meta-config:merge_config_group:187   :   dir=/etc/cinder
2021-05-19 01:51:04.987 | + inc/meta-config:merge_config_group:188   :   [[ -d /etc/cinder ]]
2021-05-19 01:51:04.989 | + inc/meta-config:merge_config_group:189   :   merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF'
2021-05-19 01:51:04.992 | + inc/meta-config:merge_config_file:83     :   local file=/home/ubuntu/devstack/local.conf
2021-05-19 01:51:04.994 | + inc/meta-config:merge_config_file:84     :   local matchgroup=post-config
2021-05-19 01:51:04.997 | + inc/meta-config:merge_config_file:85     :   local 'configfile=$CINDER_CONF'
2021-05-19 01:51:05.000 | + inc/meta-config:merge_config_file:90     :   local real_configfile
2021-05-19 01:51:05.004 | ++ inc/meta-config:merge_config_file:91     :   eval echo '$CINDER_CONF'
2021-05-19 01:51:05.006 | +++ inc/meta-config:merge_config_file:91     :   echo /etc/cinder/cinder.conf
2021-05-19 01:51:05.009 | + inc/meta-config:merge_config_file:91     :   real_configfile=/etc/cinder/cinder.conf
2021-05-19 01:51:05.012 | + inc/meta-config:merge_config_file:92     :   '[' '!' -f /etc/cinder/cinder.conf ']'
2021-05-19 01:51:05.016 | + inc/meta-config:merge_config_file:96     :   get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF'
2021-05-19 01:51:05.017 | + inc/meta-config:merge_config_file:97     :   awk -v 'configfile=$CINDER_CONF' '
2021-05-19 01:51:05.017 |         BEGIN {
2021-05-19 01:51:05.017 |             section = ""
2021-05-19 01:51:05.017 |             last_section = ""
2021-05-19 01:51:05.017 |             section_count = 0
2021-05-19 01:51:05.017 |         }
2021-05-19 01:51:05.017 |         /^\[.+\]/ {
2021-05-19 01:51:05.017 |             gsub("[][]", "", $1);
2021-05-19 01:51:05.017 |             section=$1
2021-05-19 01:51:05.017 |             next
2021-05-19 01:51:05.017 |         }
2021-05-19 01:51:05.017 |         /^ *\#/ {
2021-05-19 01:51:05.018 |             next
2021-05-19 01:51:05.018 |         }
2021-05-19 01:51:05.018 |         /^[^ \t]+/ {
2021-05-19 01:51:05.018 |             # get offset of first = in $0
2021-05-19 01:51:05.018 |             eq_idx = index($0, "=")
2021-05-19 01:51:05.018 |             # extract attr & value from $0
2021-05-19 01:51:05.018 |             attr = substr($0, 1, eq_idx - 1)
2021-05-19 01:51:05.018 |             value = substr($0, eq_idx + 1)
2021-05-19 01:51:05.018 |             # only need to strip trailing whitespace from attr
2021-05-19 01:51:05.018 |             sub(/[ \t]*$/, "", attr)
2021-05-19 01:51:05.018 |             # need to strip leading & trailing whitespace from value
2021-05-19 01:51:05.018 |             sub(/^[ \t]*/, "", value)
2021-05-19 01:51:05.018 |             sub(/[ \t]*$/, "", value)
2021-05-19 01:51:05.018 | 
2021-05-19 01:51:05.018 |             # cfg_attr_count: number of config lines per [section, attr]
2021-05-19 01:51:05.018 |             # cfg_attr: three dimensional array to keep all the config lines per [section, attr]
2021-05-19 01:51:05.018 |             # cfg_section: keep the section names in the same order as they appear in local.conf
2021-05-19 01:51:05.018 |             # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf
2021-05-19 01:51:05.018 |             if (! (section, attr) in cfg_attr_count) {
2021-05-19 01:51:05.018 |                 if (section != last_section) {
2021-05-19 01:51:05.018 |                     cfg_section[section_count++] = section
2021-05-19 01:51:05.018 |                     last_section = section
2021-05-19 01:51:05.018 |                 }
2021-05-19 01:51:05.018 |                 attr_count = cfg_sec_attr_count[section_count - 1]++
2021-05-19 01:51:05.018 |                 cfg_sec_attr_name[section_count - 1, attr_count] = attr
2021-05-19 01:51:05.018 | 
2021-05-19 01:51:05.018 |                 cfg_attr[section, attr, 0] = value
2021-05-19 01:51:05.018 |                 cfg_attr_count[section, attr] = 1
2021-05-19 01:51:05.018 |             } else {
2021-05-19 01:51:05.018 |                 lno = cfg_attr_count[section, attr]++
2021-05-19 01:51:05.018 |                 cfg_attr[section, attr, lno] = value
2021-05-19 01:51:05.018 |             }
2021-05-19 01:51:05.018 |         }
2021-05-19 01:51:05.019 |         END {
2021-05-19 01:51:05.019 |             # Process each section in order
2021-05-19 01:51:05.019 |             for (sno = 0; sno < section_count; sno++) {
2021-05-19 01:51:05.019 |                 section = cfg_section[sno]
2021-05-19 01:51:05.019 |                 # The ini routines simply append a config item immediately
2021-05-19 01:51:05.019 |                 # after the section header. To keep the same order as defined
2021-05-19 01:51:05.019 |                 # in local.conf, invoke the ini routines in the reverse order
2021-05-19 01:51:05.019 |                 for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) {
2021-05-19 01:51:05.019 |                     attr = cfg_sec_attr_name[sno, attr_no]
2021-05-19 01:51:05.019 |                     if (cfg_attr_count[section, attr] == 1)
2021-05-19 01:51:05.019 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\""
2021-05-19 01:51:05.019 |                     else {
2021-05-19 01:51:05.019 |                         # For multiline, invoke the ini routines in the reverse order
2021-05-19 01:51:05.019 |                         count = cfg_attr_count[section, attr]
2021-05-19 01:51:05.019 |                         print "inidelete " configfile " " section " " attr
2021-05-19 01:51:05.019 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\""
2021-05-19 01:51:05.019 |                         for (l = count -2; l >= 0; l--)
2021-05-19 01:51:05.019 |                             print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\""
2021-05-19 01:51:05.019 |                     }
2021-05-19 01:51:05.019 |                 }
2021-05-19 01:51:05.019 |             }
2021-05-19 01:51:05.019 |         }
2021-05-19 01:51:05.019 |     '
2021-05-19 01:51:05.019 | + inc/meta-config:get_meta_section:33      :   local file=/home/ubuntu/devstack/local.conf
2021-05-19 01:51:05.019 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:05.021 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator
2021-05-19 01:51:05.021 | + inc/meta-config:get_meta_section:34      :   local matchgroup=post-config
2021-05-19 01:51:05.024 | + inc/meta-config:get_meta_section:35      :   local 'configfile=$CINDER_CONF'
2021-05-19 01:51:05.028 | + inc/meta-config:get_meta_section:37      :   [[ -r /home/ubuntu/devstack/local.conf ]]
2021-05-19 01:51:05.029 | + inc/meta-config:get_meta_section:38      :   [[ -z $CINDER_CONF ]]
2021-05-19 01:51:05.032 | + inc/meta-config:get_meta_section:40      :   awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' '
2021-05-19 01:51:05.032 |         BEGIN { group = "" }
2021-05-19 01:51:05.032 |         /^\[\[.+\|.*\]\]/ {
2021-05-19 01:51:05.032 |             gsub("[][]", "", $1);
2021-05-19 01:51:05.032 |             split($1, a, "|");
2021-05-19 01:51:05.032 |             if (a[1] == matchgroup && a[2] == configfile) {
2021-05-19 01:51:05.032 |                 group=a[1]
2021-05-19 01:51:05.032 |             } else {
2021-05-19 01:51:05.032 |                 group=""
2021-05-19 01:51:05.032 |             }
2021-05-19 01:51:05.032 |             next
2021-05-19 01:51:05.032 |         }
2021-05-19 01:51:05.032 |         {
2021-05-19 01:51:05.032 |             if (group != "")
2021-05-19 01:51:05.032 |                 print $0
2021-05-19 01:51:05.032 |         }
2021-05-19 01:51:05.033 |     ' /home/ubuntu/devstack/local.conf
2021-05-19 01:51:05.039 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF lvmdriver-1 lvm_type "default"'
2021-05-19 01:51:05.041 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type default
2021-05-19 01:51:05.074 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:05.077 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF lvmdriver-1 image_volume_cache_enabled "False"'
2021-05-19 01:51:05.090 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled False
2021-05-19 01:51:05.113 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:05.116 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF lvmdriver-1 lvm_max_over_subscription_ratio "40.0"'
2021-05-19 01:51:05.119 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_max_over_subscription_ratio 40.0
2021-05-19 01:51:05.151 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:05.154 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF DEFAULT quota_backup_gigabytes "1000"'
2021-05-19 01:51:05.156 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf DEFAULT quota_backup_gigabytes 1000
2021-05-19 01:51:05.189 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:05.191 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF DEFAULT quota_backups "10"'
2021-05-19 01:51:05.194 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10
2021-05-19 01:51:05.228 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:05.231 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF DEFAULT quota_gigabytes "1000"'
2021-05-19 01:51:05.234 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf DEFAULT quota_gigabytes 1000
2021-05-19 01:51:05.265 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:05.271 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF DEFAULT quota_snapshots "10"'
2021-05-19 01:51:05.271 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10
2021-05-19 01:51:05.299 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:05.302 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF DEFAULT quota_volumes "10"'
2021-05-19 01:51:05.304 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10
2021-05-19 01:51:05.333 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:05.336 | + inc/meta-config:merge_config_file:164    :   eval 'iniset $CINDER_CONF DEFAULT backup_swift_object_size "10485760"'
2021-05-19 01:51:05.338 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/cinder/cinder.conf DEFAULT backup_swift_object_size 10485760
2021-05-19 01:51:05.368 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:05.371 | + inc/meta-config:merge_config_group:178   :   for configfile in $(get_meta_section_files $localfile $group)
2021-05-19 01:51:05.373 | + inc/meta-config:merge_config_group:179   :   local realconfigfile
2021-05-19 01:51:05.376 | + inc/meta-config:merge_config_group:180   :   local dir
2021-05-19 01:51:05.379 | ++ inc/meta-config:merge_config_group:182   :   eval 'echo /$Q_PLUGIN_CONF_FILE'
2021-05-19 01:51:05.390 | +++ inc/meta-config:merge_config_group:182   :   echo /etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:51:05.390 | + inc/meta-config:merge_config_group:182   :   realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:51:05.390 | + inc/meta-config:merge_config_group:183   :   [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]]
2021-05-19 01:51:05.391 | ++ inc/meta-config:merge_config_group:187   :   dirname /etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:51:05.395 | + inc/meta-config:merge_config_group:187   :   dir=/etc/neutron/plugins/ml2
2021-05-19 01:51:05.398 | + inc/meta-config:merge_config_group:188   :   [[ -d /etc/neutron/plugins/ml2 ]]
2021-05-19 01:51:05.400 | + inc/meta-config:merge_config_group:189   :   merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE'
2021-05-19 01:51:05.403 | + inc/meta-config:merge_config_file:83     :   local file=/home/ubuntu/devstack/local.conf
2021-05-19 01:51:05.406 | + inc/meta-config:merge_config_file:84     :   local matchgroup=post-config
2021-05-19 01:51:05.409 | + inc/meta-config:merge_config_file:85     :   local 'configfile=/$Q_PLUGIN_CONF_FILE'
2021-05-19 01:51:05.411 | + inc/meta-config:merge_config_file:90     :   local real_configfile
2021-05-19 01:51:05.415 | ++ inc/meta-config:merge_config_file:91     :   eval echo '/$Q_PLUGIN_CONF_FILE'
2021-05-19 01:51:05.418 | +++ inc/meta-config:merge_config_file:91     :   echo /etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:51:05.421 | + inc/meta-config:merge_config_file:91     :   real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:51:05.424 | + inc/meta-config:merge_config_file:92     :   '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']'
2021-05-19 01:51:05.428 | + inc/meta-config:merge_config_file:97     :   awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' '
2021-05-19 01:51:05.432 |         BEGIN {
2021-05-19 01:51:05.432 |             section = ""
2021-05-19 01:51:05.432 |             last_section = ""
2021-05-19 01:51:05.432 |             section_count = 0
2021-05-19 01:51:05.432 |         }
2021-05-19 01:51:05.432 |         /^\[.+\]/ {
2021-05-19 01:51:05.432 |             gsub("[][]", "", $1);
2021-05-19 01:51:05.432 |             section=$1
2021-05-19 01:51:05.432 |             next
2021-05-19 01:51:05.432 |         }
2021-05-19 01:51:05.433 |         /^ *\#/ {
2021-05-19 01:51:05.433 |             next
2021-05-19 01:51:05.433 |         }
2021-05-19 01:51:05.433 |         /^[^ \t]+/ {
2021-05-19 01:51:05.433 |             # get offset of first = in $0
2021-05-19 01:51:05.433 |             eq_idx = index($0, "=")
2021-05-19 01:51:05.433 |             # extract attr & value from $0
2021-05-19 01:51:05.433 |             attr = substr($0, 1, eq_idx - 1)
2021-05-19 01:51:05.433 |             value = substr($0, eq_idx + 1)
2021-05-19 01:51:05.433 |             # only need to strip trailing whitespace from attr
2021-05-19 01:51:05.433 |             sub(/[ \t]*$/, "", attr)
2021-05-19 01:51:05.433 |             # need to strip leading & trailing whitespace from value
2021-05-19 01:51:05.433 |             sub(/^[ \t]*/, "", value)
2021-05-19 01:51:05.433 |             sub(/[ \t]*$/, "", value)
2021-05-19 01:51:05.433 | 
2021-05-19 01:51:05.433 |             # cfg_attr_count: number of config lines per [section, attr]
2021-05-19 01:51:05.433 |             # cfg_attr: three dimensional array to keep all the config lines per [section, attr]
2021-05-19 01:51:05.433 |             # cfg_section: keep the section names in the same order as they appear in local.conf
2021-05-19 01:51:05.433 |             # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf
2021-05-19 01:51:05.433 |             if (! (section, attr) in cfg_attr_count) {
2021-05-19 01:51:05.433 |                 if (section != last_section) {
2021-05-19 01:51:05.433 |                     cfg_section[section_count++] = section
2021-05-19 01:51:05.433 |                     last_section = section
2021-05-19 01:51:05.433 |                 }
2021-05-19 01:51:05.433 |                 attr_count = cfg_sec_attr_count[section_count - 1]++
2021-05-19 01:51:05.433 |                 cfg_sec_attr_name[section_count - 1, attr_count] = attr
2021-05-19 01:51:05.433 | 
2021-05-19 01:51:05.433 |                 cfg_attr[section, attr, 0] = value
2021-05-19 01:51:05.433 |                 cfg_attr_count[section, attr] = 1
2021-05-19 01:51:05.433 |             } else {
2021-05-19 01:51:05.433 |                 lno = cfg_attr_count[section, attr]++
2021-05-19 01:51:05.434 |                 cfg_attr[section, attr, lno] = value
2021-05-19 01:51:05.434 |             }
2021-05-19 01:51:05.434 |         }
2021-05-19 01:51:05.434 |         END {
2021-05-19 01:51:05.434 |             # Process each section in order
2021-05-19 01:51:05.434 |             for (sno = 0; sno < section_count; sno++) {
2021-05-19 01:51:05.434 |                 section = cfg_section[sno]
2021-05-19 01:51:05.434 |                 # The ini routines simply append a config item immediately
2021-05-19 01:51:05.434 |                 # after the section header. To keep the same order as defined
2021-05-19 01:51:05.434 |                 # in local.conf, invoke the ini routines in the reverse order
2021-05-19 01:51:05.434 |                 for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) {
2021-05-19 01:51:05.434 |                     attr = cfg_sec_attr_name[sno, attr_no]
2021-05-19 01:51:05.434 |                     if (cfg_attr_count[section, attr] == 1)
2021-05-19 01:51:05.434 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\""
2021-05-19 01:51:05.434 |                     else {
2021-05-19 01:51:05.434 |                         # For multiline, invoke the ini routines in the reverse order
2021-05-19 01:51:05.434 |                         count = cfg_attr_count[section, attr]
2021-05-19 01:51:05.434 |                         print "inidelete " configfile " " section " " attr
2021-05-19 01:51:05.434 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\""
2021-05-19 01:51:05.434 |                         for (l = count -2; l >= 0; l--)
2021-05-19 01:51:05.434 |                             print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\""
2021-05-19 01:51:05.434 |                     }
2021-05-19 01:51:05.434 |                 }
2021-05-19 01:51:05.434 |             }
2021-05-19 01:51:05.434 |         }
2021-05-19 01:51:05.434 |     '
2021-05-19 01:51:05.434 | + inc/meta-config:merge_config_file:96     :   get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE'
2021-05-19 01:51:05.434 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:05.434 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator
2021-05-19 01:51:05.434 | + inc/meta-config:get_meta_section:33      :   local file=/home/ubuntu/devstack/local.conf
2021-05-19 01:51:05.434 | + inc/meta-config:get_meta_section:34      :   local matchgroup=post-config
2021-05-19 01:51:05.437 | + inc/meta-config:get_meta_section:35      :   local 'configfile=/$Q_PLUGIN_CONF_FILE'
2021-05-19 01:51:05.439 | + inc/meta-config:get_meta_section:37      :   [[ -r /home/ubuntu/devstack/local.conf ]]
2021-05-19 01:51:05.442 | + inc/meta-config:get_meta_section:38      :   [[ -z /$Q_PLUGIN_CONF_FILE ]]
2021-05-19 01:51:05.445 | + inc/meta-config:get_meta_section:40      :   awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' '
2021-05-19 01:51:05.445 |         BEGIN { group = "" }
2021-05-19 01:51:05.445 |         /^\[\[.+\|.*\]\]/ {
2021-05-19 01:51:05.445 |             gsub("[][]", "", $1);
2021-05-19 01:51:05.445 |             split($1, a, "|");
2021-05-19 01:51:05.445 |             if (a[1] == matchgroup && a[2] == configfile) {
2021-05-19 01:51:05.445 |                 group=a[1]
2021-05-19 01:51:05.445 |             } else {
2021-05-19 01:51:05.445 |                 group=""
2021-05-19 01:51:05.445 |             }
2021-05-19 01:51:05.445 |             next
2021-05-19 01:51:05.445 |         }
2021-05-19 01:51:05.445 |         {
2021-05-19 01:51:05.445 |             if (group != "")
2021-05-19 01:51:05.445 |                 print $0
2021-05-19 01:51:05.445 |         }
2021-05-19 01:51:05.445 |     ' /home/ubuntu/devstack/local.conf
2021-05-19 01:51:05.451 | + inc/meta-config:merge_config_file:164    :   eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"'
2021-05-19 01:51:05.454 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True
2021-05-19 01:51:05.483 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:05.486 | + inc/meta-config:merge_config_file:164    :   eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"'
2021-05-19 01:51:05.488 | ++ inc/meta-config:merge_config_file:164    :   iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl
2021-05-19 01:51:05.521 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:51:05.526 | + ./stack.sh:main:1232                     :   is_service_enabled swift
2021-05-19 01:51:05.548 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:05.551 | + ./stack.sh:main:1233                     :   echo_summary 'Starting Swift'
2021-05-19 01:51:05.553 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:51:05.556 | + ./stack.sh:echo_summary:428              :   echo -e Starting Swift
2021-05-19 01:51:05.561 | + ./stack.sh:main:1234                     :   start_swift
2021-05-19 01:51:05.564 | + lib/swift:start_swift:777                :   restart_service memcached
2021-05-19 01:51:05.567 | + functions-common:restart_service:2188    :   '[' -x /bin/systemctl ']'
2021-05-19 01:51:05.569 | + functions-common:restart_service:2189    :   sudo /bin/systemctl restart memcached
2021-05-19 01:51:05.606 | + lib/swift:start_swift:780                :   is_ubuntu
2021-05-19 01:51:05.609 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:51:05.612 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:51:05.615 | + lib/swift:start_swift:781                :   sudo /etc/init.d/rsync restart
2021-05-19 01:51:05.667 | Restarting rsync (via systemctl): rsync.service.
2021-05-19 01:51:05.678 | + lib/swift:start_swift:788                :   '[' False == True ']'
2021-05-19 01:51:05.678 | + lib/swift:start_swift:807                :   [[ 1 == 1 ]]
2021-05-19 01:51:05.679 | + lib/swift:start_swift:808                :   local foreground_services type
2021-05-19 01:51:05.682 | + lib/swift:start_swift:810                :   foreground_services='object container account'
2021-05-19 01:51:05.684 | + lib/swift:start_swift:811                :   for type in ${foreground_services}
2021-05-19 01:51:05.688 | + lib/swift:start_swift:812                :   run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v'
2021-05-19 01:51:05.691 | + functions-common:run_process:1559        :   local service=s-object
2021-05-19 01:51:05.694 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v'
2021-05-19 01:51:05.696 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:51:05.699 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:51:05.702 | + functions-common:run_process:1564        :   local name=s-object
2021-05-19 01:51:05.704 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:51:05.708 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:51:05.713 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:05.717 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:05.720 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:05.724 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389065722
2021-05-19 01:51:05.727 | + functions-common:run_process:1567        :   is_service_enabled s-object
2021-05-19 01:51:05.744 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:05.746 | + functions-common:run_process:1568        :   _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' ''
2021-05-19 01:51:05.750 | + functions-common:_run_under_systemd:1524 :   local service=s-object
2021-05-19 01:51:05.753 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v'
2021-05-19 01:51:05.755 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v'
2021-05-19 01:51:05.758 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v'
2021-05-19 01:51:05.760 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v'
2021-05-19 01:51:05.763 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]]
2021-05-19 01:51:05.766 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]]
2021-05-19 01:51:05.768 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@s-object.service
2021-05-19 01:51:05.771 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:51:05.774 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:51:05.776 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]]
2021-05-19 01:51:05.780 | + functions-common:_run_under_systemd:1536 :   write_user_unit_file devstack@s-object.service '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' ubuntu
2021-05-19 01:51:05.782 | + functions-common:write_user_unit_file:1441 :   local service=devstack@s-object.service
2021-05-19 01:51:05.784 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v'
2021-05-19 01:51:05.787 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:51:05.789 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:51:05.791 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:51:05.793 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:51:05.796 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@s-object.service
2021-05-19 01:51:05.798 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:51:05.802 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service'
2021-05-19 01:51:05.869 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu
2021-05-19 01:51:05.933 | + functions-common:write_user_unit_file:1454 :   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-05-19 01:51:05.985 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process
2021-05-19 01:51:06.038 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300
2021-05-19 01:51:06.094 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:51:06.148 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:51:06.150 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target
2021-05-19 01:51:06.217 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:51:06.622 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@s-object.service
2021-05-19 01:51:06.637 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service.
2021-05-19 01:51:07.026 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@s-object.service
2021-05-19 01:51:07.053 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:51:07.055 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:07.058 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:07.060 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:07.068 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:07.070 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:07.072 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:51:07.075 | + functions-common:time_stop:2311          :   start_time=1621389065722
2021-05-19 01:51:07.078 | + functions-common:time_stop:2313          :   [[ -z 1621389065722 ]]
2021-05-19 01:51:07.081 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:07.085 | + functions-common:time_stop:2316          :   end_time=1621389067082
2021-05-19 01:51:07.087 | + functions-common:time_stop:2317          :   elapsed_time=1360
2021-05-19 01:51:07.090 | + functions-common:time_stop:2318          :   total=3180
2021-05-19 01:51:07.093 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:07.095 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=4540
2021-05-19 01:51:07.098 | + lib/swift:start_swift:811                :   for type in ${foreground_services}
2021-05-19 01:51:07.101 | + lib/swift:start_swift:812                :   run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v'
2021-05-19 01:51:07.104 | + functions-common:run_process:1559        :   local service=s-container
2021-05-19 01:51:07.109 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v'
2021-05-19 01:51:07.111 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:51:07.114 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:51:07.116 | + functions-common:run_process:1564        :   local name=s-container
2021-05-19 01:51:07.118 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:51:07.121 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:51:07.123 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:07.129 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:07.132 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:07.136 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389067134
2021-05-19 01:51:07.139 | + functions-common:run_process:1567        :   is_service_enabled s-container
2021-05-19 01:51:07.157 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:07.160 | + functions-common:run_process:1568        :   _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' ''
2021-05-19 01:51:07.162 | + functions-common:_run_under_systemd:1524 :   local service=s-container
2021-05-19 01:51:07.165 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v'
2021-05-19 01:51:07.167 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v'
2021-05-19 01:51:07.170 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v'
2021-05-19 01:51:07.173 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v'
2021-05-19 01:51:07.175 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]]
2021-05-19 01:51:07.177 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]]
2021-05-19 01:51:07.180 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@s-container.service
2021-05-19 01:51:07.182 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:51:07.185 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:51:07.187 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]]
2021-05-19 01:51:07.190 | + functions-common:_run_under_systemd:1536 :   write_user_unit_file devstack@s-container.service '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' ubuntu
2021-05-19 01:51:07.192 | + functions-common:write_user_unit_file:1441 :   local service=devstack@s-container.service
2021-05-19 01:51:07.195 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v'
2021-05-19 01:51:07.197 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:51:07.199 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:51:07.202 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:51:07.205 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:51:07.207 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@s-container.service
2021-05-19 01:51:07.210 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:51:07.214 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service'
2021-05-19 01:51:07.277 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu
2021-05-19 01:51:07.343 | + functions-common:write_user_unit_file:1454 :   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-05-19 01:51:07.397 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process
2021-05-19 01:51:07.452 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300
2021-05-19 01:51:07.512 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:51:07.567 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:51:07.570 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target
2021-05-19 01:51:07.635 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:51:08.057 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@s-container.service
2021-05-19 01:51:08.071 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service.
2021-05-19 01:51:08.491 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@s-container.service
2021-05-19 01:51:08.524 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:51:08.528 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:08.533 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:08.535 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:08.537 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:08.540 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:08.542 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:51:08.545 | + functions-common:time_stop:2311          :   start_time=1621389067134
2021-05-19 01:51:08.549 | + functions-common:time_stop:2313          :   [[ -z 1621389067134 ]]
2021-05-19 01:51:08.552 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:08.557 | + functions-common:time_stop:2316          :   end_time=1621389068554
2021-05-19 01:51:08.559 | + functions-common:time_stop:2317          :   elapsed_time=1420
2021-05-19 01:51:08.562 | + functions-common:time_stop:2318          :   total=4540
2021-05-19 01:51:08.569 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:08.572 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=5960
2021-05-19 01:51:08.575 | + lib/swift:start_swift:811                :   for type in ${foreground_services}
2021-05-19 01:51:08.578 | + lib/swift:start_swift:812                :   run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v'
2021-05-19 01:51:08.581 | + functions-common:run_process:1559        :   local service=s-account
2021-05-19 01:51:08.587 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v'
2021-05-19 01:51:08.590 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:51:08.594 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:51:08.596 | + functions-common:run_process:1564        :   local name=s-account
2021-05-19 01:51:08.599 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:51:08.601 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:51:08.604 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:08.606 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:08.610 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:08.615 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389068612
2021-05-19 01:51:08.618 | + functions-common:run_process:1567        :   is_service_enabled s-account
2021-05-19 01:51:08.638 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:08.640 | + functions-common:run_process:1568        :   _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' ''
2021-05-19 01:51:08.643 | + functions-common:_run_under_systemd:1524 :   local service=s-account
2021-05-19 01:51:08.645 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v'
2021-05-19 01:51:08.648 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v'
2021-05-19 01:51:08.650 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v'
2021-05-19 01:51:08.653 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v'
2021-05-19 01:51:08.657 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]]
2021-05-19 01:51:08.658 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]]
2021-05-19 01:51:08.661 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@s-account.service
2021-05-19 01:51:08.663 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:51:08.666 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:51:08.668 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]]
2021-05-19 01:51:08.671 | + functions-common:_run_under_systemd:1536 :   write_user_unit_file devstack@s-account.service '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' ubuntu
2021-05-19 01:51:08.674 | + functions-common:write_user_unit_file:1441 :   local service=devstack@s-account.service
2021-05-19 01:51:08.676 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v'
2021-05-19 01:51:08.679 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:51:08.681 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:51:08.684 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:51:08.689 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:51:08.689 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@s-account.service
2021-05-19 01:51:08.691 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:51:08.696 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service'
2021-05-19 01:51:08.766 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu
2021-05-19 01:51:08.830 | + functions-common:write_user_unit_file:1454 :   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-05-19 01:51:08.889 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process
2021-05-19 01:51:08.946 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300
2021-05-19 01:51:09.002 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:51:09.062 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:51:09.065 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target
2021-05-19 01:51:09.134 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:51:09.540 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@s-account.service
2021-05-19 01:51:09.555 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service.
2021-05-19 01:51:09.960 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@s-account.service
2021-05-19 01:51:09.990 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:51:09.992 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:09.995 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:09.997 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:09.999 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:10.002 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:10.005 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:51:10.008 | + functions-common:time_stop:2311          :   start_time=1621389068612
2021-05-19 01:51:10.015 | + functions-common:time_stop:2313          :   [[ -z 1621389068612 ]]
2021-05-19 01:51:10.015 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:10.020 | + functions-common:time_stop:2316          :   end_time=1621389070017
2021-05-19 01:51:10.022 | + functions-common:time_stop:2317          :   elapsed_time=1405
2021-05-19 01:51:10.024 | + functions-common:time_stop:2318          :   total=5960
2021-05-19 01:51:10.027 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:10.030 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=7365
2021-05-19 01:51:10.032 | + lib/swift:start_swift:815                :   [[ False == \T\r\u\e ]]
2021-05-19 01:51:10.035 | + lib/swift:start_swift:820                :   enable_service s-container-sync
2021-05-19 01:51:10.093 | + lib/swift:start_swift:821                :   run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf'
2021-05-19 01:51:10.096 | + functions-common:run_process:1559        :   local service=s-container-sync
2021-05-19 01:51:10.100 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf'
2021-05-19 01:51:10.102 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:51:10.105 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:51:10.108 | + functions-common:run_process:1564        :   local name=s-container-sync
2021-05-19 01:51:10.110 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:51:10.113 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:51:10.116 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:10.118 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:10.121 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:10.126 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389070123
2021-05-19 01:51:10.129 | + functions-common:run_process:1567        :   is_service_enabled s-container-sync
2021-05-19 01:51:10.147 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:10.150 | + functions-common:run_process:1568        :   _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' ''
2021-05-19 01:51:10.152 | + functions-common:_run_under_systemd:1524 :   local service=s-container-sync
2021-05-19 01:51:10.156 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf'
2021-05-19 01:51:10.158 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf'
2021-05-19 01:51:10.161 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf'
2021-05-19 01:51:10.163 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf'
2021-05-19 01:51:10.166 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]]
2021-05-19 01:51:10.168 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]]
2021-05-19 01:51:10.172 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@s-container-sync.service
2021-05-19 01:51:10.175 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:51:10.177 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:51:10.180 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]]
2021-05-19 01:51:10.182 | + functions-common:_run_under_systemd:1536 :   write_user_unit_file devstack@s-container-sync.service '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' ubuntu
2021-05-19 01:51:10.187 | + functions-common:write_user_unit_file:1441 :   local service=devstack@s-container-sync.service
2021-05-19 01:51:10.187 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf'
2021-05-19 01:51:10.190 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:51:10.193 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:51:10.199 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:51:10.203 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:51:10.206 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@s-container-sync.service
2021-05-19 01:51:10.208 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:51:10.214 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Unit Description 'Devstack devstack@s-container-sync.service'
2021-05-19 01:51:10.297 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu
2021-05-19 01:51:10.369 | + functions-common:write_user_unit_file:1454 :   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-05-19 01:51:10.424 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process
2021-05-19 01:51:10.481 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300
2021-05-19 01:51:10.539 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:51:10.598 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:51:10.600 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target
2021-05-19 01:51:10.668 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:51:11.118 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@s-container-sync.service
2021-05-19 01:51:11.134 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container-sync.service → /etc/systemd/system/devstack@s-container-sync.service.
2021-05-19 01:51:11.548 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@s-container-sync.service
2021-05-19 01:51:11.577 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:51:11.579 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:11.582 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:11.584 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:11.587 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:11.594 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:11.594 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:51:11.598 | + functions-common:time_stop:2311          :   start_time=1621389070123
2021-05-19 01:51:11.601 | + functions-common:time_stop:2313          :   [[ -z 1621389070123 ]]
2021-05-19 01:51:11.604 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:11.611 | + functions-common:time_stop:2316          :   end_time=1621389071606
2021-05-19 01:51:11.614 | + functions-common:time_stop:2317          :   elapsed_time=1483
2021-05-19 01:51:11.617 | + functions-common:time_stop:2318          :   total=7365
2021-05-19 01:51:11.624 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:11.624 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=8848
2021-05-19 01:51:11.627 | + lib/swift:start_swift:828                :   is_service_enabled tls-proxy
2021-05-19 01:51:11.650 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:51:11.659 | + lib/swift:start_swift:832                :   run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v'
2021-05-19 01:51:11.662 | + functions-common:run_process:1559        :   local service=s-proxy
2021-05-19 01:51:11.664 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v'
2021-05-19 01:51:11.666 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:51:11.669 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:51:11.672 | + functions-common:run_process:1564        :   local name=s-proxy
2021-05-19 01:51:11.674 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:51:11.677 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:51:11.679 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:11.681 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:11.685 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:11.690 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389071687
2021-05-19 01:51:11.692 | + functions-common:run_process:1567        :   is_service_enabled s-proxy
2021-05-19 01:51:11.711 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:11.713 | + functions-common:run_process:1568        :   _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' ''
2021-05-19 01:51:11.716 | + functions-common:_run_under_systemd:1524 :   local service=s-proxy
2021-05-19 01:51:11.718 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v'
2021-05-19 01:51:11.721 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v'
2021-05-19 01:51:11.723 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v'
2021-05-19 01:51:11.726 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v'
2021-05-19 01:51:11.728 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]]
2021-05-19 01:51:11.731 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]]
2021-05-19 01:51:11.735 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@s-proxy.service
2021-05-19 01:51:11.737 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:51:11.740 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:51:11.744 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]]
2021-05-19 01:51:11.746 | + functions-common:_run_under_systemd:1536 :   write_user_unit_file devstack@s-proxy.service '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' ubuntu
2021-05-19 01:51:11.749 | + functions-common:write_user_unit_file:1441 :   local service=devstack@s-proxy.service
2021-05-19 01:51:11.752 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v'
2021-05-19 01:51:11.755 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:51:11.758 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:51:11.761 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:51:11.764 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:51:11.767 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@s-proxy.service
2021-05-19 01:51:11.770 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:51:11.775 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service'
2021-05-19 01:51:11.845 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu
2021-05-19 01:51:11.914 | + functions-common:write_user_unit_file:1454 :   iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecStart '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v'
2021-05-19 01:51:11.969 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process
2021-05-19 01:51:12.026 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300
2021-05-19 01:51:12.086 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:51:12.143 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:51:12.145 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target
2021-05-19 01:51:12.219 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:51:12.647 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@s-proxy.service
2021-05-19 01:51:12.661 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service.
2021-05-19 01:51:13.069 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@s-proxy.service
2021-05-19 01:51:13.101 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:51:13.107 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:13.110 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:13.113 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:13.116 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:13.120 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:13.125 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:51:13.127 | + functions-common:time_stop:2311          :   start_time=1621389071687
2021-05-19 01:51:13.131 | + functions-common:time_stop:2313          :   [[ -z 1621389071687 ]]
2021-05-19 01:51:13.134 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:13.139 | + functions-common:time_stop:2316          :   end_time=1621389073136
2021-05-19 01:51:13.142 | + functions-common:time_stop:2317          :   elapsed_time=1449
2021-05-19 01:51:13.153 | + functions-common:time_stop:2318          :   total=8848
2021-05-19 01:51:13.157 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:13.160 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=10297
2021-05-19 01:51:13.163 | + lib/swift:start_swift:837                :   echo 'Waiting for swift proxy to start...'
2021-05-19 01:51:13.163 | Waiting for swift proxy to start...
2021-05-19 01:51:13.166 | + lib/swift:start_swift:838                :   wait_for_service 60 http://10.222.0.39:8080/info
2021-05-19 01:51:13.170 | + functions:wait_for_service:457           :   local timeout=60
2021-05-19 01:51:13.175 | + functions:wait_for_service:458           :   local url=http://10.222.0.39:8080/info
2021-05-19 01:51:13.176 | + functions:wait_for_service:459           :   local rval=0
2021-05-19 01:51:13.179 | + functions:wait_for_service:460           :   time_start wait_for_service
2021-05-19 01:51:13.182 | + functions-common:time_start:2290         :   local name=wait_for_service
2021-05-19 01:51:13.186 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:13.189 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:13.193 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:13.199 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389073195
2021-05-19 01:51:13.205 | + functions:wait_for_service:461           :   timeout 60 bash -x
2021-05-19 01:51:13.215 | ++ ::                                       :   curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.39:8080/info
2021-05-19 01:51:13.233 | + ::                                       :   [[ 000 == 503 ]]
2021-05-19 01:51:13.235 | + ::                                       :   [[ 7 -eq 7 ]]
2021-05-19 01:51:13.236 | + ::                                       :   sleep 1
2021-05-19 01:51:14.240 | ++ ::                                       :   curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.39:8080/info
2021-05-19 01:51:14.253 | + ::                                       :   [[ 000 == 503 ]]
2021-05-19 01:51:14.255 | + ::                                       :   [[ 7 -eq 7 ]]
2021-05-19 01:51:14.256 | + ::                                       :   sleep 1
2021-05-19 01:51:15.260 | ++ ::                                       :   curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.39:8080/info
2021-05-19 01:51:15.273 | + ::                                       :   [[ 000 == 503 ]]
2021-05-19 01:51:15.274 | + ::                                       :   [[ 7 -eq 7 ]]
2021-05-19 01:51:15.276 | + ::                                       :   sleep 1
2021-05-19 01:51:16.280 | ++ ::                                       :   curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.39:8080/info
2021-05-19 01:51:16.300 | + ::                                       :   [[ 200 == 503 ]]
2021-05-19 01:51:16.302 | + ::                                       :   [[ 0 -eq 7 ]]
2021-05-19 01:51:16.305 | + functions:wait_for_service:466           :   time_stop wait_for_service
2021-05-19 01:51:16.308 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:16.311 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:16.313 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:16.316 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:16.318 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:16.321 | + functions-common:time_stop:2310          :   name=wait_for_service
2021-05-19 01:51:16.323 | + functions-common:time_stop:2311          :   start_time=1621389073195
2021-05-19 01:51:16.327 | + functions-common:time_stop:2313          :   [[ -z 1621389073195 ]]
2021-05-19 01:51:16.330 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:16.335 | + functions-common:time_stop:2316          :   end_time=1621389076332
2021-05-19 01:51:16.337 | + functions-common:time_stop:2317          :   elapsed_time=3137
2021-05-19 01:51:16.340 | + functions-common:time_stop:2318          :   total=5641
2021-05-19 01:51:16.343 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:16.345 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=8778
2021-05-19 01:51:16.348 | + functions:wait_for_service:467           :   return 0
2021-05-19 01:51:16.351 | + lib/swift:start_swift:842                :   [[ False == \T\r\u\e ]]
2021-05-19 01:51:16.354 | + ./stack.sh:main:1240                     :   FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec
2021-05-19 01:51:16.357 | + ./stack.sh:main:1241                     :   is_service_enabled cinder
2021-05-19 01:51:16.375 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:16.378 | + ./stack.sh:main:1242                     :   iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec
2021-05-19 01:51:16.426 | + ./stack.sh:main:1245                     :   async_wait configure_neutron_nova
2021-05-19 01:51:16.481 | [11275 Async configure_neutron_nova:98826]: Waiting for completion of configure_neutron_nova running on PID 98826 (2 other jobs running)
2021-05-19 01:51:16.509 | [11275 Async configure_neutron_nova:98826]: Signaling child to exit
2021-05-19 01:51:16.509 | WAKEUP
2021-05-19 01:51:16.534 | [11275 Async configure_neutron_nova:98826]: Signaled
2021-05-19 01:51:16.536 | + lib/neutron:configure_neutron_nova:616   :   is_neutron_legacy_enabled
2021-05-19 01:51:16.536 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon
2021-05-19 01:51:16.536 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   sed s/neutron-//g
2021-05-19 01:51:16.536 | + lib/neutron:is_neutron_legacy_enabled:131 :   disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon
2021-05-19 01:51:16.536 | + lib/neutron:is_neutron_legacy_enabled:132 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]]
2021-05-19 01:51:16.536 | + lib/neutron:is_neutron_legacy_enabled:133 :   [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]]
2021-05-19 01:51:16.536 | + lib/neutron:is_neutron_legacy_enabled:133 :   return 0
2021-05-19 01:51:16.536 | + lib/neutron:configure_neutron_nova:618   :   create_nova_conf_neutron /etc/nova/nova.conf
2021-05-19 01:51:16.536 | + lib/neutron-legacy:create_nova_conf_neutron:380 :   local conf=/etc/nova/nova.conf
2021-05-19 01:51:16.536 | + lib/neutron-legacy:create_nova_conf_neutron:381 :   iniset /etc/nova/nova.conf neutron auth_type password
2021-05-19 01:51:16.536 | + lib/neutron-legacy:create_nova_conf_neutron:382 :   iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.39/identity
2021-05-19 01:51:16.536 | + lib/neutron-legacy:create_nova_conf_neutron:383 :   iniset /etc/nova/nova.conf neutron username neutron
2021-05-19 01:51:16.536 | + lib/neutron-legacy:create_nova_conf_neutron:384 :   iniset /etc/nova/nova.conf neutron password Passw0rd
2021-05-19 01:51:16.536 | + lib/neutron-legacy:create_nova_conf_neutron:385 :   iniset /etc/nova/nova.conf neutron user_domain_name Default
2021-05-19 01:51:16.536 | + lib/neutron-legacy:create_nova_conf_neutron:386 :   iniset /etc/nova/nova.conf neutron project_name service
2021-05-19 01:51:16.536 | + lib/neutron-legacy:create_nova_conf_neutron:387 :   iniset /etc/nova/nova.conf neutron project_domain_name Default
2021-05-19 01:51:16.536 | + lib/neutron-legacy:create_nova_conf_neutron:388 :   iniset /etc/nova/nova.conf neutron auth_strategy keystone
2021-05-19 01:51:16.537 | + lib/neutron-legacy:create_nova_conf_neutron:389 :   iniset /etc/nova/nova.conf neutron region_name RegionOne
2021-05-19 01:51:16.537 | + lib/neutron-legacy:create_nova_conf_neutron:392 :   neutron_plugin_create_nova_conf /etc/nova/nova.conf
2021-05-19 01:51:16.537 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 :   _neutron_ovs_base_configure_nova_vif_driver
2021-05-19 01:51:16.537 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 :   :
2021-05-19 01:51:16.537 | + lib/neutron-legacy:create_nova_conf_neutron:394 :   is_service_enabled q-meta
2021-05-19 01:51:16.537 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:16.537 | + lib/neutron-legacy:create_nova_conf_neutron:395 :   iniset /etc/nova/nova.conf neutron service_metadata_proxy True
2021-05-19 01:51:16.537 | + lib/neutron-legacy:create_nova_conf_neutron:398 :   iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True
2021-05-19 01:51:16.537 | + lib/neutron-legacy:create_nova_conf_neutron:399 :   iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300
2021-05-19 01:51:16.537 | + lib/neutron:configure_neutron_nova:619   :   [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]]
2021-05-19 01:51:16.537 | ++ lib/neutron:configure_neutron_nova:620   :   seq 1 1
2021-05-19 01:51:16.537 | + lib/neutron:configure_neutron_nova:620   :   for i in $(seq 1 $NOVA_NUM_CELLS)
2021-05-19 01:51:16.537 | + lib/neutron:configure_neutron_nova:621   :   local conf
2021-05-19 01:51:16.537 | ++ lib/neutron:configure_neutron_nova:622   :   conductor_conf 1
2021-05-19 01:51:16.537 | ++ lib/nova:conductor_conf:735              :   local cell=1
2021-05-19 01:51:16.537 | ++ lib/nova:conductor_conf:736              :   echo /etc/nova/nova_cell1.conf
2021-05-19 01:51:16.537 | + lib/neutron:configure_neutron_nova:622   :   conf=/etc/nova/nova_cell1.conf
2021-05-19 01:51:16.537 | + lib/neutron:configure_neutron_nova:623   :   create_nova_conf_neutron /etc/nova/nova_cell1.conf
2021-05-19 01:51:16.537 | + lib/neutron-legacy:create_nova_conf_neutron:380 :   local conf=/etc/nova/nova_cell1.conf
2021-05-19 01:51:16.537 | + lib/neutron-legacy:create_nova_conf_neutron:381 :   iniset /etc/nova/nova_cell1.conf neutron auth_type password
2021-05-19 01:51:16.537 | + lib/neutron-legacy:create_nova_conf_neutron:382 :   iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.39/identity
2021-05-19 01:51:16.537 | + lib/neutron-legacy:create_nova_conf_neutron:383 :   iniset /etc/nova/nova_cell1.conf neutron username neutron
2021-05-19 01:51:16.537 | + lib/neutron-legacy:create_nova_conf_neutron:384 :   iniset /etc/nova/nova_cell1.conf neutron password Passw0rd
2021-05-19 01:51:16.537 | + lib/neutron-legacy:create_nova_conf_neutron:385 :   iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default
2021-05-19 01:51:16.537 | + lib/neutron-legacy:create_nova_conf_neutron:386 :   iniset /etc/nova/nova_cell1.conf neutron project_name service
2021-05-19 01:51:16.537 | + lib/neutron-legacy:create_nova_conf_neutron:387 :   iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default
2021-05-19 01:51:16.537 | + lib/neutron-legacy:create_nova_conf_neutron:388 :   iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone
2021-05-19 01:51:16.538 | + lib/neutron-legacy:create_nova_conf_neutron:389 :   iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne
2021-05-19 01:51:16.538 | + lib/neutron-legacy:create_nova_conf_neutron:392 :   neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf
2021-05-19 01:51:16.538 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 :   _neutron_ovs_base_configure_nova_vif_driver
2021-05-19 01:51:16.538 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 :   :
2021-05-19 01:51:16.538 | + lib/neutron-legacy:create_nova_conf_neutron:394 :   is_service_enabled q-meta
2021-05-19 01:51:16.538 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:16.538 | + lib/neutron-legacy:create_nova_conf_neutron:395 :   iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True
2021-05-19 01:51:16.538 | + lib/neutron-legacy:create_nova_conf_neutron:398 :   iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True
2021-05-19 01:51:16.538 | + lib/neutron-legacy:create_nova_conf_neutron:399 :   iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300
2021-05-19 01:51:16.586 | [11275 Async configure_neutron_nova:98826]: finished configure_neutron_nova with result 0 in 1 seconds
2021-05-19 01:51:16.591 | + inc/async:async_wait:197                 :   return 0
2021-05-19 01:51:16.594 | + ./stack.sh:main:1251                     :   is_service_enabled nova
2021-05-19 01:51:16.612 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:16.614 | + ./stack.sh:main:1252                     :   iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec
2021-05-19 01:51:16.647 | + ./stack.sh:main:1253                     :   iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec
2021-05-19 01:51:16.682 | + ./stack.sh:main:1257                     :   is_service_enabled n-api
2021-05-19 01:51:16.701 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:16.704 | + ./stack.sh:main:1258                     :   echo_summary 'Starting Nova API'
2021-05-19 01:51:16.706 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:51:16.709 | + ./stack.sh:echo_summary:428              :   echo -e Starting Nova API
2021-05-19 01:51:16.711 | + ./stack.sh:main:1259                     :   start_nova_api
2021-05-19 01:51:16.714 | + lib/nova:start_nova_api:861              :   local service_port=8774
2021-05-19 01:51:16.717 | + lib/nova:start_nova_api:862              :   local service_protocol=http
2021-05-19 01:51:16.720 | + lib/nova:start_nova_api:863              :   local nova_url
2021-05-19 01:51:16.722 | + lib/nova:start_nova_api:864              :   is_service_enabled tls-proxy
2021-05-19 01:51:16.740 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:51:16.743 | + lib/nova:start_nova_api:870              :   local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:51:16.746 | + lib/nova:start_nova_api:871              :   export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:51:16.749 | + lib/nova:start_nova_api:871              :   PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:51:16.752 | + lib/nova:start_nova_api:873              :   '[' True == False ']'
2021-05-19 01:51:16.756 | ++ lib/nova:start_nova_api:881              :   which uwsgi
2021-05-19 01:51:16.760 | + lib/nova:start_nova_api:881              :   run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini'
2021-05-19 01:51:16.764 | + functions-common:run_process:1559        :   local service=n-api
2021-05-19 01:51:16.766 | + functions-common:run_process:1560        :   local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini'
2021-05-19 01:51:16.769 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:51:16.771 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:51:16.774 | + functions-common:run_process:1564        :   local name=n-api
2021-05-19 01:51:16.776 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:51:16.780 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:51:16.782 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:16.785 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:16.788 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:16.793 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389076790
2021-05-19 01:51:16.796 | + functions-common:run_process:1567        :   is_service_enabled n-api
2021-05-19 01:51:16.813 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:16.816 | + functions-common:run_process:1568        :   _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' ''
2021-05-19 01:51:16.819 | + functions-common:_run_under_systemd:1524 :   local service=n-api
2021-05-19 01:51:16.822 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini'
2021-05-19 01:51:16.824 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini'
2021-05-19 01:51:16.827 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini'
2021-05-19 01:51:16.829 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini'
2021-05-19 01:51:16.832 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]]
2021-05-19 01:51:16.834 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]]
2021-05-19 01:51:16.837 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@n-api.service
2021-05-19 01:51:16.839 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:51:16.843 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:51:16.845 | + functions-common:_run_under_systemd:1533 :   [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]]
2021-05-19 01:51:16.848 | + functions-common:_run_under_systemd:1534 :   write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' ubuntu
2021-05-19 01:51:16.851 | + functions-common:write_uwsgi_user_unit_file:1468 :   local service=devstack@n-api.service
2021-05-19 01:51:16.853 | + functions-common:write_uwsgi_user_unit_file:1469 :   local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini'
2021-05-19 01:51:16.856 | + functions-common:write_uwsgi_user_unit_file:1470 :   local group=
2021-05-19 01:51:16.859 | + functions-common:write_uwsgi_user_unit_file:1471 :   local user=ubuntu
2021-05-19 01:51:16.861 | + functions-common:write_uwsgi_user_unit_file:1472 :   local unitfile=/etc/systemd/system/devstack@n-api.service
2021-05-19 01:51:16.864 | + functions-common:write_uwsgi_user_unit_file:1473 :   mkdir -p /etc/systemd/system
2021-05-19 01:51:16.868 | + functions-common:write_uwsgi_user_unit_file:1475 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service'
2021-05-19 01:51:16.937 | + functions-common:write_uwsgi_user_unit_file:1476 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service
2021-05-19 01:51:17.008 | + functions-common:write_uwsgi_user_unit_file:1477 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu
2021-05-19 01:51:17.069 | + functions-common:write_uwsgi_user_unit_file:1478 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini'
2021-05-19 01:51:17.131 | + functions-common:write_uwsgi_user_unit_file:1479 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:51:17.190 | + functions-common:write_uwsgi_user_unit_file:1480 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify
2021-05-19 01:51:17.250 | + functions-common:write_uwsgi_user_unit_file:1481 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process
2021-05-19 01:51:17.307 | + functions-common:write_uwsgi_user_unit_file:1482 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always
2021-05-19 01:51:17.367 | + functions-common:write_uwsgi_user_unit_file:1483 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all
2021-05-19 01:51:17.430 | + functions-common:write_uwsgi_user_unit_file:1484 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100
2021-05-19 01:51:17.487 | + functions-common:write_uwsgi_user_unit_file:1486 :   [[ -n '' ]]
2021-05-19 01:51:17.490 | + functions-common:write_uwsgi_user_unit_file:1489 :   iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target
2021-05-19 01:51:17.563 | + functions-common:write_uwsgi_user_unit_file:1492 :   sudo systemctl daemon-reload
2021-05-19 01:51:17.985 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@n-api.service
2021-05-19 01:51:17.999 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service.
2021-05-19 01:51:18.546 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@n-api.service
2021-05-19 01:51:18.621 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:51:18.624 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:18.627 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:18.630 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:18.635 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:18.641 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:18.642 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:51:18.645 | + functions-common:time_stop:2311          :   start_time=1621389076790
2021-05-19 01:51:18.648 | + functions-common:time_stop:2313          :   [[ -z 1621389076790 ]]
2021-05-19 01:51:18.651 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:18.656 | + functions-common:time_stop:2316          :   end_time=1621389078653
2021-05-19 01:51:18.659 | + functions-common:time_stop:2317          :   elapsed_time=1863
2021-05-19 01:51:18.661 | + functions-common:time_stop:2318          :   total=10297
2021-05-19 01:51:18.664 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:18.666 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=12160
2021-05-19 01:51:18.669 | + lib/nova:start_nova_api:882              :   nova_url=http://10.222.0.39/compute/v2.1/
2021-05-19 01:51:18.672 | + lib/nova:start_nova_api:885              :   echo 'Waiting for nova-api to start...'
2021-05-19 01:51:18.672 | Waiting for nova-api to start...
2021-05-19 01:51:18.675 | + lib/nova:start_nova_api:886              :   wait_for_service 60 http://10.222.0.39/compute/v2.1/
2021-05-19 01:51:18.677 | + functions:wait_for_service:457           :   local timeout=60
2021-05-19 01:51:18.680 | + functions:wait_for_service:458           :   local url=http://10.222.0.39/compute/v2.1/
2021-05-19 01:51:18.682 | + functions:wait_for_service:459           :   local rval=0
2021-05-19 01:51:18.686 | + functions:wait_for_service:460           :   time_start wait_for_service
2021-05-19 01:51:18.688 | + functions-common:time_start:2290         :   local name=wait_for_service
2021-05-19 01:51:18.691 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:18.693 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:18.696 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:18.703 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389078699
2021-05-19 01:51:18.708 | + functions:wait_for_service:461           :   timeout 60 bash -x
2021-05-19 01:51:18.718 | ++ ::                                       :   curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.39/compute/v2.1/
2021-05-19 01:51:24.276 | + ::                                       :   [[ 200 == 503 ]]
2021-05-19 01:51:24.277 | + ::                                       :   [[ 0 -eq 7 ]]
2021-05-19 01:51:24.281 | + functions:wait_for_service:466           :   time_stop wait_for_service
2021-05-19 01:51:24.284 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:24.286 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:24.289 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:24.291 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:24.294 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:24.297 | + functions-common:time_stop:2310          :   name=wait_for_service
2021-05-19 01:51:24.300 | + functions-common:time_stop:2311          :   start_time=1621389078699
2021-05-19 01:51:24.302 | + functions-common:time_stop:2313          :   [[ -z 1621389078699 ]]
2021-05-19 01:51:24.305 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:24.310 | + functions-common:time_stop:2316          :   end_time=1621389084307
2021-05-19 01:51:24.313 | + functions-common:time_stop:2317          :   elapsed_time=5608
2021-05-19 01:51:24.315 | + functions-common:time_stop:2318          :   total=8778
2021-05-19 01:51:24.318 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:24.321 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=14386
2021-05-19 01:51:24.323 | + functions:wait_for_service:467           :   return 0
2021-05-19 01:51:24.326 | + lib/nova:start_nova_api:890              :   export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:51:24.329 | + lib/nova:start_nova_api:890              :   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:51:24.331 | + ./stack.sh:main:1262                     :   is_service_enabled ovn-controller ovn-controller-vtep
2021-05-19 01:51:24.349 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:51:24.354 | + ./stack.sh:main:1267                     :   is_service_enabled neutron-api
2021-05-19 01:51:24.370 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:51:24.373 | + ./stack.sh:main:1270                     :   is_service_enabled q-svc
2021-05-19 01:51:24.391 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:24.394 | + ./stack.sh:main:1271                     :   echo_summary 'Starting Neutron'
2021-05-19 01:51:24.397 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:51:24.399 | + ./stack.sh:echo_summary:428              :   echo -e Starting Neutron
2021-05-19 01:51:24.402 | + ./stack.sh:main:1272                     :   configure_neutron_after_post_config
2021-05-19 01:51:24.405 | + lib/neutron-legacy:configure_neutron_after_post_config:468 :   [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]]
2021-05-19 01:51:24.408 | + lib/neutron-legacy:configure_neutron_after_post_config:469 :   iniset /etc/neutron/neutron.conf DEFAULT service_plugins router,neutron.services.metering.metering_plugin.MeteringPlugin
2021-05-19 01:51:24.440 | + ./stack.sh:main:1273                     :   start_neutron_service_and_check
2021-05-19 01:51:24.443 | + lib/neutron-legacy:start_neutron_service_and_check:491 :   local service_port=9696
2021-05-19 01:51:24.446 | + lib/neutron-legacy:start_neutron_service_and_check:492 :   local service_protocol=http
2021-05-19 01:51:24.448 | + lib/neutron-legacy:start_neutron_service_and_check:493 :   local cfg_file_options
2021-05-19 01:51:24.451 | + lib/neutron-legacy:start_neutron_service_and_check:494 :   local neutron_url
2021-05-19 01:51:24.455 | ++ lib/neutron-legacy:start_neutron_service_and_check:496 :   determine_config_files neutron-server
2021-05-19 01:51:24.458 | ++ lib/neutron-legacy:determine_config_files:324 :   local opts=
2021-05-19 01:51:24.460 | ++ lib/neutron-legacy:determine_config_files:325 :   case "$1" in
2021-05-19 01:51:24.464 | +++ lib/neutron-legacy:determine_config_files:326 :   _determine_config_server
2021-05-19 01:51:24.467 | +++ lib/neutron-legacy:_determine_config_server:294 :   [[ '' != '' ]]
2021-05-19 01:51:24.469 | +++ lib/neutron-legacy:_determine_config_server:301 :   [[ 0 > 0 ]]
2021-05-19 01:51:24.472 | +++ lib/neutron-legacy:_determine_config_server:308 :   local cfg_file
2021-05-19 01:51:24.474 | +++ 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-05-19 01:51:24.477 | +++ lib/neutron-legacy:_determine_config_server:313 :   echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:24.480 | ++ lib/neutron-legacy:determine_config_files:326 :   opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:24.483 | ++ lib/neutron-legacy:determine_config_files:329 :   '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']'
2021-05-19 01:51:24.485 | ++ lib/neutron-legacy:determine_config_files:332 :   echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:24.488 | + lib/neutron-legacy:start_neutron_service_and_check:496 :   cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:24.491 | + lib/neutron-legacy:start_neutron_service_and_check:498 :   is_service_enabled tls-proxy
2021-05-19 01:51:24.509 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:51:24.511 | + lib/neutron-legacy:start_neutron_service_and_check:503 :   '[' False == True ']'
2021-05-19 01:51:24.514 | + lib/neutron-legacy:start_neutron_service_and_check:510 :   run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:24.517 | + functions-common:run_process:1559        :   local service=q-svc
2021-05-19 01:51:24.521 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:24.524 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:51:24.526 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:51:24.530 | + functions-common:run_process:1564        :   local name=q-svc
2021-05-19 01:51:24.532 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:51:24.535 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:51:24.537 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:24.540 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:24.543 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:24.548 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389084545
2021-05-19 01:51:24.551 | + functions-common:run_process:1567        :   is_service_enabled q-svc
2021-05-19 01:51:24.569 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:24.571 | + functions-common:run_process:1568        :   _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-05-19 01:51:24.574 | + functions-common:_run_under_systemd:1524 :   local service=q-svc
2021-05-19 01:51:24.577 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:24.579 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:24.582 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:24.585 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:24.587 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]]
2021-05-19 01:51:24.590 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]]
2021-05-19 01:51:24.593 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@q-svc.service
2021-05-19 01:51:24.595 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:51:24.598 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:51:24.601 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]]
2021-05-19 01:51:24.604 | + functions-common:_run_under_systemd:1536 :   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-05-19 01:51:24.606 | + functions-common:write_user_unit_file:1441 :   local service=devstack@q-svc.service
2021-05-19 01:51:24.608 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:24.611 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:51:24.613 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:51:24.615 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:51:24.617 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:51:24.620 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@q-svc.service
2021-05-19 01:51:24.622 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:51:24.627 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service'
2021-05-19 01:51:24.692 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu
2021-05-19 01:51:24.758 | + functions-common:write_user_unit_file:1454 :   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-05-19 01:51:24.814 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process
2021-05-19 01:51:24.871 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300
2021-05-19 01:51:24.945 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:51:25.003 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:51:25.005 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target
2021-05-19 01:51:25.089 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:51:25.592 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@q-svc.service
2021-05-19 01:51:25.608 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service.
2021-05-19 01:51:26.017 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@q-svc.service
2021-05-19 01:51:26.043 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:51:26.045 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:26.048 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:26.051 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:26.053 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:26.056 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:26.059 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:51:26.061 | + functions-common:time_stop:2311          :   start_time=1621389084545
2021-05-19 01:51:26.064 | + functions-common:time_stop:2313          :   [[ -z 1621389084545 ]]
2021-05-19 01:51:26.067 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:26.072 | + functions-common:time_stop:2316          :   end_time=1621389086069
2021-05-19 01:51:26.075 | + functions-common:time_stop:2317          :   elapsed_time=1524
2021-05-19 01:51:26.078 | + functions-common:time_stop:2318          :   total=12160
2021-05-19 01:51:26.080 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:26.083 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=13684
2021-05-19 01:51:26.086 | + lib/neutron-legacy:start_neutron_service_and_check:511 :   neutron_url=http://10.222.0.39:9696
2021-05-19 01:51:26.088 | + lib/neutron-legacy:start_neutron_service_and_check:513 :   is_service_enabled tls-proxy
2021-05-19 01:51:26.108 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:51:26.111 | + lib/neutron-legacy:start_neutron_service_and_check:517 :   echo 'Waiting for Neutron to start...'
2021-05-19 01:51:26.111 | Waiting for Neutron to start...
2021-05-19 01:51:26.113 | + lib/neutron-legacy:start_neutron_service_and_check:519 :   local 'testcmd=wget  --no-proxy -q -O- http://10.222.0.39:9696'
2021-05-19 01:51:26.116 | + lib/neutron-legacy:start_neutron_service_and_check:520 :   test_with_retry 'wget  --no-proxy -q -O- http://10.222.0.39:9696' 'Neutron did not start' 60
2021-05-19 01:51:26.119 | + functions-common:test_with_retry:2242    :   local 'testcmd=wget  --no-proxy -q -O- http://10.222.0.39:9696'
2021-05-19 01:51:26.121 | + functions-common:test_with_retry:2243    :   local 'failmsg=Neutron did not start'
2021-05-19 01:51:26.124 | + functions-common:test_with_retry:2244    :   local until=60
2021-05-19 01:51:26.127 | + functions-common:test_with_retry:2245    :   local sleep=0.5
2021-05-19 01:51:26.130 | + functions-common:test_with_retry:2247    :   time_start test_with_retry
2021-05-19 01:51:26.132 | + functions-common:time_start:2290         :   local name=test_with_retry
2021-05-19 01:51:26.136 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:26.139 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:26.146 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:26.150 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389086147
2021-05-19 01:51:26.153 | + functions-common:test_with_retry:2248    :   timeout 60 sh -c 'while ! wget  --no-proxy -q -O- http://10.222.0.39:9696; do sleep 0.5; done'
2021-05-19 01:51:32.235 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.222.0.39:9696/v2.0/"}]}]}+ functions-common:test_with_retry:2251    :   time_stop test_with_retry
2021-05-19 01:51:32.237 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:32.240 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:32.242 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:32.245 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:32.248 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:32.250 | + functions-common:time_stop:2310          :   name=test_with_retry
2021-05-19 01:51:32.253 | + functions-common:time_stop:2311          :   start_time=1621389086147
2021-05-19 01:51:32.255 | + functions-common:time_stop:2313          :   [[ -z 1621389086147 ]]
2021-05-19 01:51:32.259 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:32.264 | + functions-common:time_stop:2316          :   end_time=1621389092261
2021-05-19 01:51:32.267 | + functions-common:time_stop:2317          :   elapsed_time=6114
2021-05-19 01:51:32.269 | + functions-common:time_stop:2318          :   total=0
2021-05-19 01:51:32.272 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:32.275 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=6114
2021-05-19 01:51:32.277 | + ./stack.sh:main:1278                     :   is_service_enabled placement
2021-05-19 01:51:32.295 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:32.298 | + ./stack.sh:main:1279                     :   echo_summary 'Starting Placement'
2021-05-19 01:51:32.300 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:51:32.303 | + ./stack.sh:echo_summary:428              :   echo -e Starting Placement
2021-05-19 01:51:32.305 | + ./stack.sh:main:1280                     :   start_placement
2021-05-19 01:51:32.308 | + lib/placement:start_placement:160        :   start_placement_api
2021-05-19 01:51:32.311 | + lib/placement:start_placement_api:146    :   [[ uwsgi == \u\w\s\g\i ]]
2021-05-19 01:51:32.314 | ++ lib/placement:start_placement_api:147    :   which uwsgi
2021-05-19 01:51:32.319 | + lib/placement:start_placement_api:147    :   run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2021-05-19 01:51:32.321 | + functions-common:run_process:1559        :   local service=placement-api
2021-05-19 01:51:32.324 | + functions-common:run_process:1560        :   local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2021-05-19 01:51:32.327 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:51:32.330 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:51:32.332 | + functions-common:run_process:1564        :   local name=placement-api
2021-05-19 01:51:32.335 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:51:32.337 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:51:32.340 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:32.343 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:32.346 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:32.351 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389092348
2021-05-19 01:51:32.354 | + functions-common:run_process:1567        :   is_service_enabled placement-api
2021-05-19 01:51:32.375 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:32.378 | + functions-common:run_process:1568        :   _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' ''
2021-05-19 01:51:32.381 | + functions-common:_run_under_systemd:1524 :   local service=placement-api
2021-05-19 01:51:32.383 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2021-05-19 01:51:32.386 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2021-05-19 01:51:32.389 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2021-05-19 01:51:32.392 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2021-05-19 01:51:32.395 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]]
2021-05-19 01:51:32.397 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]]
2021-05-19 01:51:32.400 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@placement-api.service
2021-05-19 01:51:32.403 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:51:32.406 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:51:32.408 | + functions-common:_run_under_systemd:1533 :   [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]]
2021-05-19 01:51:32.411 | + functions-common:_run_under_systemd:1534 :   write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' ubuntu
2021-05-19 01:51:32.414 | + functions-common:write_uwsgi_user_unit_file:1468 :   local service=devstack@placement-api.service
2021-05-19 01:51:32.416 | + functions-common:write_uwsgi_user_unit_file:1469 :   local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2021-05-19 01:51:32.418 | + functions-common:write_uwsgi_user_unit_file:1470 :   local group=
2021-05-19 01:51:32.421 | + functions-common:write_uwsgi_user_unit_file:1471 :   local user=ubuntu
2021-05-19 01:51:32.423 | + functions-common:write_uwsgi_user_unit_file:1472 :   local unitfile=/etc/systemd/system/devstack@placement-api.service
2021-05-19 01:51:32.426 | + functions-common:write_uwsgi_user_unit_file:1473 :   mkdir -p /etc/systemd/system
2021-05-19 01:51:32.431 | + functions-common:write_uwsgi_user_unit_file:1475 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service'
2021-05-19 01:51:32.499 | + functions-common:write_uwsgi_user_unit_file:1476 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service
2021-05-19 01:51:32.569 | + functions-common:write_uwsgi_user_unit_file:1477 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu
2021-05-19 01:51:32.622 | + functions-common:write_uwsgi_user_unit_file:1478 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini'
2021-05-19 01:51:32.684 | + functions-common:write_uwsgi_user_unit_file:1479 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:51:32.743 | + functions-common:write_uwsgi_user_unit_file:1480 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify
2021-05-19 01:51:32.800 | + functions-common:write_uwsgi_user_unit_file:1481 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process
2021-05-19 01:51:32.855 | + functions-common:write_uwsgi_user_unit_file:1482 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always
2021-05-19 01:51:32.911 | + functions-common:write_uwsgi_user_unit_file:1483 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all
2021-05-19 01:51:32.966 | + functions-common:write_uwsgi_user_unit_file:1484 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100
2021-05-19 01:51:33.024 | + functions-common:write_uwsgi_user_unit_file:1486 :   [[ -n '' ]]
2021-05-19 01:51:33.026 | + functions-common:write_uwsgi_user_unit_file:1489 :   iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target
2021-05-19 01:51:33.092 | + functions-common:write_uwsgi_user_unit_file:1492 :   sudo systemctl daemon-reload
2021-05-19 01:51:33.516 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@placement-api.service
2021-05-19 01:51:33.530 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service.
2021-05-19 01:51:33.928 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@placement-api.service
2021-05-19 01:51:34.007 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:51:34.011 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:34.014 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:34.017 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:34.019 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:34.022 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:34.025 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:51:34.027 | + functions-common:time_stop:2311          :   start_time=1621389092348
2021-05-19 01:51:34.030 | + functions-common:time_stop:2313          :   [[ -z 1621389092348 ]]
2021-05-19 01:51:34.034 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:34.039 | + functions-common:time_stop:2316          :   end_time=1621389094036
2021-05-19 01:51:34.042 | + functions-common:time_stop:2317          :   elapsed_time=1688
2021-05-19 01:51:34.046 | + functions-common:time_stop:2318          :   total=13684
2021-05-19 01:51:34.049 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:34.051 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=15372
2021-05-19 01:51:34.054 | + lib/placement:start_placement_api:153    :   echo 'Waiting for placement-api to start...'
2021-05-19 01:51:34.054 | Waiting for placement-api to start...
2021-05-19 01:51:34.057 | + lib/placement:start_placement_api:154    :   wait_for_service 60 http://10.222.0.39/placement
2021-05-19 01:51:34.060 | + functions:wait_for_service:457           :   local timeout=60
2021-05-19 01:51:34.064 | + functions:wait_for_service:458           :   local url=http://10.222.0.39/placement
2021-05-19 01:51:34.067 | + functions:wait_for_service:459           :   local rval=0
2021-05-19 01:51:34.070 | + functions:wait_for_service:460           :   time_start wait_for_service
2021-05-19 01:51:34.073 | + functions-common:time_start:2290         :   local name=wait_for_service
2021-05-19 01:51:34.076 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:34.078 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:34.081 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:34.087 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389094083
2021-05-19 01:51:34.090 | + functions:wait_for_service:461           :   timeout 60 bash -x
2021-05-19 01:51:34.097 | ++ ::                                       :   curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.39/placement
2021-05-19 01:51:37.060 | + ::                                       :   [[ 200 == 503 ]]
2021-05-19 01:51:37.061 | + ::                                       :   [[ 0 -eq 7 ]]
2021-05-19 01:51:37.085 | + functions:wait_for_service:466           :   time_stop wait_for_service
2021-05-19 01:51:37.088 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:37.090 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:37.093 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:37.096 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:37.099 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:37.101 | + functions-common:time_stop:2310          :   name=wait_for_service
2021-05-19 01:51:37.104 | + functions-common:time_stop:2311          :   start_time=1621389094083
2021-05-19 01:51:37.106 | + functions-common:time_stop:2313          :   [[ -z 1621389094083 ]]
2021-05-19 01:51:37.110 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:37.115 | + functions-common:time_stop:2316          :   end_time=1621389097112
2021-05-19 01:51:37.118 | + functions-common:time_stop:2317          :   elapsed_time=3029
2021-05-19 01:51:37.122 | + functions-common:time_stop:2318          :   total=14386
2021-05-19 01:51:37.123 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:37.126 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=17415
2021-05-19 01:51:37.129 | + functions:wait_for_service:467           :   return 0
2021-05-19 01:51:37.131 | + ./stack.sh:main:1283                     :   is_service_enabled neutron
2021-05-19 01:51:37.150 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:37.153 | + ./stack.sh:main:1284                     :   start_neutron
2021-05-19 01:51:37.156 | + lib/neutron:start_neutron:702            :   is_neutron_legacy_enabled
2021-05-19 01:51:37.160 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon
2021-05-19 01:51:37.160 | ++ lib/neutron:is_neutron_legacy_enabled:131 :   sed s/neutron-//g
2021-05-19 01:51:37.166 | + lib/neutron:is_neutron_legacy_enabled:131 :   disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon
2021-05-19 01:51:37.172 | + lib/neutron:is_neutron_legacy_enabled:132 :   [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]]
2021-05-19 01:51:37.172 | + lib/neutron:is_neutron_legacy_enabled:133 :   [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync =~ ,q- ]]
2021-05-19 01:51:37.175 | + lib/neutron:is_neutron_legacy_enabled:133 :   return 0
2021-05-19 01:51:37.177 | + lib/neutron:start_neutron:704            :   start_mutnauq_l2_agent
2021-05-19 01:51:37.180 | + lib/neutron-legacy:start_mutnauq_l2_agent:526 :   run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:37.183 | + functions-common:run_process:1559        :   local service=q-agt
2021-05-19 01:51:37.185 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:37.188 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:51:37.190 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:51:37.193 | + functions-common:run_process:1564        :   local name=q-agt
2021-05-19 01:51:37.195 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:51:37.198 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:51:37.200 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:37.204 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:37.223 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:37.223 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389097209
2021-05-19 01:51:37.223 | + functions-common:run_process:1567        :   is_service_enabled q-agt
2021-05-19 01:51:37.233 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:37.236 | + functions-common:run_process:1568        :   _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-05-19 01:51:37.239 | + functions-common:_run_under_systemd:1524 :   local service=q-agt
2021-05-19 01:51:37.242 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:37.245 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:37.249 | + functions-common:_run_under_systemd:1528 :   _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-05-19 01:51:37.252 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:37.254 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]]
2021-05-19 01:51:37.256 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]]
2021-05-19 01:51:37.260 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@q-agt.service
2021-05-19 01:51:37.262 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:51:37.265 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:51:37.267 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]]
2021-05-19 01:51:37.270 | + functions-common:_run_under_systemd:1536 :   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-05-19 01:51:37.272 | + functions-common:write_user_unit_file:1441 :   local service=devstack@q-agt.service
2021-05-19 01:51:37.275 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2021-05-19 01:51:37.277 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:51:37.279 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:51:37.282 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:51:37.284 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:51:37.286 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@q-agt.service
2021-05-19 01:51:37.289 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:51:37.293 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service'
2021-05-19 01:51:37.358 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User ubuntu
2021-05-19 01:51:37.423 | + functions-common:write_user_unit_file:1454 :   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-05-19 01:51:37.476 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process
2021-05-19 01:51:37.533 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300
2021-05-19 01:51:37.587 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:51:37.642 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:51:37.645 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target
2021-05-19 01:51:37.712 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:51:38.123 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@q-agt.service
2021-05-19 01:51:38.137 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service.
2021-05-19 01:51:38.526 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@q-agt.service
2021-05-19 01:51:38.551 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:51:38.554 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:38.558 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:38.560 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:38.563 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:38.566 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:38.569 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:51:38.571 | + functions-common:time_stop:2311          :   start_time=1621389097209
2021-05-19 01:51:38.575 | + functions-common:time_stop:2313          :   [[ -z 1621389097209 ]]
2021-05-19 01:51:38.578 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:38.583 | + functions-common:time_stop:2316          :   end_time=1621389098580
2021-05-19 01:51:38.586 | + functions-common:time_stop:2317          :   elapsed_time=1371
2021-05-19 01:51:38.588 | + functions-common:time_stop:2318          :   total=15372
2021-05-19 01:51:38.591 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:38.594 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=16743
2021-05-19 01:51:38.597 | + lib/neutron-legacy:start_mutnauq_l2_agent:528 :   is_provider_network
2021-05-19 01:51:38.600 | + functions-common:is_provider_network:2153 :   '[' '' == True ']'
2021-05-19 01:51:38.602 | + functions-common:is_provider_network:2156 :   return 1
2021-05-19 01:51:38.605 | + lib/neutron:start_neutron:705            :   start_mutnauq_other_agents
2021-05-19 01:51:38.608 | + lib/neutron-legacy:start_mutnauq_other_agents:544 :   run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini'
2021-05-19 01:51:38.611 | + functions-common:run_process:1559        :   local service=q-dhcp
2021-05-19 01:51:38.613 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini'
2021-05-19 01:51:38.616 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:51:38.619 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:51:38.621 | + functions-common:run_process:1564        :   local name=q-dhcp
2021-05-19 01:51:38.624 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:51:38.627 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:51:38.629 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:38.632 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:38.635 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:38.641 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389098637
2021-05-19 01:51:38.643 | + functions-common:run_process:1567        :   is_service_enabled q-dhcp
2021-05-19 01:51:38.662 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:38.665 | + functions-common:run_process:1568        :   _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-05-19 01:51:38.668 | + functions-common:_run_under_systemd:1524 :   local service=q-dhcp
2021-05-19 01:51:38.672 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini'
2021-05-19 01:51:38.675 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini'
2021-05-19 01:51:38.677 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini'
2021-05-19 01:51:38.680 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini'
2021-05-19 01:51:38.682 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]]
2021-05-19 01:51:38.685 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]]
2021-05-19 01:51:38.688 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@q-dhcp.service
2021-05-19 01:51:38.691 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:51:38.694 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:51:38.696 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]]
2021-05-19 01:51:38.699 | + functions-common:_run_under_systemd:1536 :   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-05-19 01:51:38.702 | + functions-common:write_user_unit_file:1441 :   local service=devstack@q-dhcp.service
2021-05-19 01:51:38.705 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini'
2021-05-19 01:51:38.707 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:51:38.710 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:51:38.713 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:51:38.715 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:51:38.718 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@q-dhcp.service
2021-05-19 01:51:38.721 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:51:38.726 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service'
2021-05-19 01:51:38.801 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User ubuntu
2021-05-19 01:51:38.875 | + functions-common:write_user_unit_file:1454 :   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-05-19 01:51:38.949 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process
2021-05-19 01:51:39.011 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300
2021-05-19 01:51:39.069 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:51:39.124 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:51:39.127 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target
2021-05-19 01:51:39.196 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:51:39.652 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@q-dhcp.service
2021-05-19 01:51:39.666 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service.
2021-05-19 01:51:40.107 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@q-dhcp.service
2021-05-19 01:51:40.131 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:51:40.136 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:40.139 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:40.143 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:40.145 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:40.148 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:40.150 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:51:40.153 | + functions-common:time_stop:2311          :   start_time=1621389098637
2021-05-19 01:51:40.156 | + functions-common:time_stop:2313          :   [[ -z 1621389098637 ]]
2021-05-19 01:51:40.160 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:40.165 | + functions-common:time_stop:2316          :   end_time=1621389100162
2021-05-19 01:51:40.167 | + functions-common:time_stop:2317          :   elapsed_time=1525
2021-05-19 01:51:40.169 | + functions-common:time_stop:2318          :   total=16743
2021-05-19 01:51:40.173 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:40.175 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=18268
2021-05-19 01:51:40.178 | + lib/neutron-legacy:start_mutnauq_other_agents:546 :   is_service_enabled neutron-vpnaas
2021-05-19 01:51:40.201 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:51:40.205 | ++ lib/neutron-legacy:start_mutnauq_other_agents:549 :   determine_config_files neutron-l3-agent
2021-05-19 01:51:40.212 | ++ lib/neutron-legacy:determine_config_files:324 :   local opts=
2021-05-19 01:51:40.215 | ++ lib/neutron-legacy:determine_config_files:325 :   case "$1" in
2021-05-19 01:51:40.219 | +++ lib/neutron-legacy:determine_config_files:327 :   _determine_config_l3
2021-05-19 01:51:40.222 | +++ lib/neutron-legacy:_determine_config_l3:317 :   local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2021-05-19 01:51:40.225 | +++ lib/neutron-legacy:_determine_config_l3:318 :   echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2021-05-19 01:51:40.229 | ++ lib/neutron-legacy:determine_config_files:327 :   opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2021-05-19 01:51:40.232 | ++ lib/neutron-legacy:determine_config_files:329 :   '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']'
2021-05-19 01:51:40.236 | ++ lib/neutron-legacy:determine_config_files:332 :   echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2021-05-19 01:51:40.240 | + lib/neutron-legacy:start_mutnauq_other_agents:549 :   run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2021-05-19 01:51:40.243 | + functions-common:run_process:1559        :   local service=q-l3
2021-05-19 01:51:40.245 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2021-05-19 01:51:40.248 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:51:40.251 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:51:40.257 | + functions-common:run_process:1564        :   local name=q-l3
2021-05-19 01:51:40.260 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:51:40.263 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:51:40.265 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:40.268 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:40.271 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:40.276 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389100273
2021-05-19 01:51:40.279 | + functions-common:run_process:1567        :   is_service_enabled q-l3
2021-05-19 01:51:40.300 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:40.304 | + functions-common:run_process:1568        :   _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-05-19 01:51:40.306 | + functions-common:_run_under_systemd:1524 :   local service=q-l3
2021-05-19 01:51:40.309 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2021-05-19 01:51:40.312 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2021-05-19 01:51:40.315 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2021-05-19 01:51:40.317 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2021-05-19 01:51:40.320 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]]
2021-05-19 01:51:40.322 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]]
2021-05-19 01:51:40.325 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@q-l3.service
2021-05-19 01:51:40.328 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:51:40.330 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:51:40.333 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]]
2021-05-19 01:51:40.335 | + functions-common:_run_under_systemd:1536 :   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-05-19 01:51:40.338 | + functions-common:write_user_unit_file:1441 :   local service=devstack@q-l3.service
2021-05-19 01:51:40.340 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini'
2021-05-19 01:51:40.342 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:51:40.345 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:51:40.347 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:51:40.350 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:51:40.352 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@q-l3.service
2021-05-19 01:51:40.355 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:51:40.361 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service'
2021-05-19 01:51:40.432 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User ubuntu
2021-05-19 01:51:40.504 | + functions-common:write_user_unit_file:1454 :   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-05-19 01:51:40.564 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process
2021-05-19 01:51:40.629 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300
2021-05-19 01:51:40.695 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:51:40.762 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:51:40.765 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target
2021-05-19 01:51:40.844 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:51:41.317 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@q-l3.service
2021-05-19 01:51:41.335 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service.
2021-05-19 01:51:41.748 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@q-l3.service
2021-05-19 01:51:41.787 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:51:41.791 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:41.795 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:41.797 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:41.800 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:41.802 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:41.806 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:51:41.808 | + functions-common:time_stop:2311          :   start_time=1621389100273
2021-05-19 01:51:41.811 | + functions-common:time_stop:2313          :   [[ -z 1621389100273 ]]
2021-05-19 01:51:41.816 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:41.827 | + functions-common:time_stop:2316          :   end_time=1621389101817
2021-05-19 01:51:41.829 | + functions-common:time_stop:2317          :   elapsed_time=1544
2021-05-19 01:51:41.832 | + functions-common:time_stop:2318          :   total=18268
2021-05-19 01:51:41.835 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:41.837 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=19812
2021-05-19 01:51:41.840 | + lib/neutron-legacy:start_mutnauq_other_agents:552 :   run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini'
2021-05-19 01:51:41.843 | + functions-common:run_process:1559        :   local service=q-meta
2021-05-19 01:51:41.846 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini'
2021-05-19 01:51:41.849 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:51:41.851 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:51:41.854 | + functions-common:run_process:1564        :   local name=q-meta
2021-05-19 01:51:41.857 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:51:41.859 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:51:41.862 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:41.865 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:41.872 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:41.874 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389101871
2021-05-19 01:51:41.877 | + functions-common:run_process:1567        :   is_service_enabled q-meta
2021-05-19 01:51:41.902 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:41.905 | + functions-common:run_process:1568        :   _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-05-19 01:51:41.908 | + functions-common:_run_under_systemd:1524 :   local service=q-meta
2021-05-19 01:51:41.917 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini'
2021-05-19 01:51:41.917 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini'
2021-05-19 01:51:41.921 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini'
2021-05-19 01:51:41.925 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini'
2021-05-19 01:51:41.929 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]]
2021-05-19 01:51:41.929 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]]
2021-05-19 01:51:41.933 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@q-meta.service
2021-05-19 01:51:41.937 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:51:41.938 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:51:41.941 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]]
2021-05-19 01:51:41.945 | + functions-common:_run_under_systemd:1536 :   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-05-19 01:51:41.949 | + functions-common:write_user_unit_file:1441 :   local service=devstack@q-meta.service
2021-05-19 01:51:41.949 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini'
2021-05-19 01:51:41.953 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:51:41.955 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:51:41.958 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:51:41.960 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:51:41.963 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@q-meta.service
2021-05-19 01:51:41.966 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:51:41.971 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service'
2021-05-19 01:51:42.056 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User ubuntu
2021-05-19 01:51:42.141 | + functions-common:write_user_unit_file:1454 :   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-05-19 01:51:42.217 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process
2021-05-19 01:51:42.289 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300
2021-05-19 01:51:42.349 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:51:42.411 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:51:42.414 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target
2021-05-19 01:51:42.535 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:51:43.020 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@q-meta.service
2021-05-19 01:51:43.034 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service.
2021-05-19 01:51:43.482 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@q-meta.service
2021-05-19 01:51:43.510 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:51:43.513 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:43.516 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:43.518 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:43.527 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:43.534 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:43.542 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:51:43.550 | + functions-common:time_stop:2311          :   start_time=1621389101871
2021-05-19 01:51:43.558 | + functions-common:time_stop:2313          :   [[ -z 1621389101871 ]]
2021-05-19 01:51:43.565 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:43.574 | + functions-common:time_stop:2316          :   end_time=1621389103568
2021-05-19 01:51:43.578 | + functions-common:time_stop:2317          :   elapsed_time=1697
2021-05-19 01:51:43.580 | + functions-common:time_stop:2318          :   total=19812
2021-05-19 01:51:43.582 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:43.591 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=21509
2021-05-19 01:51:43.598 | + lib/neutron-legacy:start_mutnauq_other_agents:553 :   run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini'
2021-05-19 01:51:43.606 | + functions-common:run_process:1559        :   local service=q-metering
2021-05-19 01:51:43.614 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini'
2021-05-19 01:51:43.622 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:51:43.630 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:51:43.638 | + functions-common:run_process:1564        :   local name=q-metering
2021-05-19 01:51:43.646 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:51:43.658 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:51:43.666 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:51:43.674 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:51:43.686 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:51:43.703 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389103691
2021-05-19 01:51:43.707 | + functions-common:run_process:1567        :   is_service_enabled q-metering
2021-05-19 01:51:43.747 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:43.758 | + functions-common:run_process:1568        :   _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-05-19 01:51:43.762 | + functions-common:_run_under_systemd:1524 :   local service=q-metering
2021-05-19 01:51:43.770 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini'
2021-05-19 01:51:43.775 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini'
2021-05-19 01:51:43.790 | + functions-common:_run_under_systemd:1528 :   _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-05-19 01:51:43.798 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini'
2021-05-19 01:51:43.806 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ sudo ]]
2021-05-19 01:51:43.815 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ ^/ ]]
2021-05-19 01:51:43.823 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@q-metering.service
2021-05-19 01:51:43.834 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:51:43.843 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:51:43.851 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ uwsgi ]]
2021-05-19 01:51:43.854 | + functions-common:_run_under_systemd:1536 :   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-05-19 01:51:43.864 | + functions-common:write_user_unit_file:1441 :   local service=devstack@q-metering.service
2021-05-19 01:51:43.870 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini'
2021-05-19 01:51:43.879 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:51:43.886 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:51:43.894 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:51:43.902 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:51:43.905 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@q-metering.service
2021-05-19 01:51:43.908 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:51:43.916 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@q-metering.service Unit Description 'Devstack devstack@q-metering.service'
2021-05-19 01:51:44.027 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@q-metering.service Service User ubuntu
2021-05-19 01:51:44.171 | + functions-common:write_user_unit_file:1454 :   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-05-19 01:51:44.241 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@q-metering.service Service KillMode process
2021-05-19 01:51:44.309 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@q-metering.service Service TimeoutStopSec 300
2021-05-19 01:51:44.377 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:51:44.441 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:51:44.444 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@q-metering.service Install WantedBy multi-user.target
2021-05-19 01:51:44.536 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:51:45.031 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@q-metering.service
2021-05-19 01:51:45.046 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-metering.service → /etc/systemd/system/devstack@q-metering.service.
2021-05-19 01:51:45.518 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@q-metering.service
2021-05-19 01:51:45.543 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:51:45.547 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:51:45.551 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:51:45.559 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:51:45.563 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:51:45.570 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:51:45.574 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:51:45.583 | + functions-common:time_stop:2311          :   start_time=1621389103691
2021-05-19 01:51:45.591 | + functions-common:time_stop:2313          :   [[ -z 1621389103691 ]]
2021-05-19 01:51:45.606 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:51:45.622 | + functions-common:time_stop:2316          :   end_time=1621389105611
2021-05-19 01:51:45.630 | + functions-common:time_stop:2317          :   elapsed_time=1920
2021-05-19 01:51:45.632 | + functions-common:time_stop:2318          :   total=21509
2021-05-19 01:51:45.635 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:51:45.638 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=23429
2021-05-19 01:51:45.653 | + ./stack.sh:main:1287                     :   is_service_enabled q-svc
2021-05-19 01:51:45.708 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:51:45.714 | + ./stack.sh:main:1287                     :   [[ True == \T\r\u\e ]]
2021-05-19 01:51:45.721 | + ./stack.sh:main:1288                     :   echo_summary 'Creating initial neutron network elements'
2021-05-19 01:51:45.726 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:51:45.738 | + ./stack.sh:echo_summary:428              :   echo -e Creating initial neutron network elements
2021-05-19 01:51:45.744 | + ./stack.sh:main:1291                     :   type -p neutron_plugin_create_initial_networks
2021-05-19 01:51:45.754 | + ./stack.sh:main:1294                     :   create_neutron_initial_network
2021-05-19 01:51:45.757 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 :   local project_id
2021-05-19 01:51:45.763 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:165 :   grep ' demo '
2021-05-19 01:51:45.765 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:165 :   oscwrap project list
2021-05-19 01:51:45.766 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:165 :   get_field 1
2021-05-19 01:51:45.780 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:51:45.784 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:51:48.437 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:51:48.437 |   from cryptography.utils import int_from_bytes
2021-05-19 01:51:48.437 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:51:48.437 |   from cryptography.utils import int_from_bytes
2021-05-19 01:51:48.597 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:51:48.600 | ++ functions-common:get_field:728           :   '[' 1 -lt 0 ']'
2021-05-19 01:51:48.602 | ++ functions-common:get_field:731           :   field='$2'
2021-05-19 01:51:48.605 | ++ functions-common:get_field:733           :   echo '| 2c91a710ee7a486eb6897ee8dc1dab4a | demo               |'
2021-05-19 01:51:48.605 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2021-05-19 01:51:48.612 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:51:48.616 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:165 :   project_id=2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:51:48.618 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 :   die_if_not_set 166 project_id 'Failure retrieving project_id for demo'
2021-05-19 01:51:48.621 | + functions-common:die_if_not_set:216      :   local exitcode=0
2021-05-19 01:51:48.645 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:169 :   type -p neutron_plugin_create_initial_network_profile
2021-05-19 01:51:48.648 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:173 :   is_networking_extension_supported auto-allocated-topology
2021-05-19 01:51:48.651 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:434 :   local extension=auto-allocated-topology
2021-05-19 01:51:48.656 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 :   oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value
2021-05-19 01:51:51.733 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:51:51.733 |   from cryptography.utils import int_from_bytes
2021-05-19 01:51:51.733 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:51:51.733 |   from cryptography.utils import int_from_bytes
2021-05-19 01:51:51.900 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:51:51.903 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 :   EXT_LIST='address-group
2021-05-19 01:51:51.903 | address-scope
2021-05-19 01:51:51.903 | router-admin-state-down-before-update
2021-05-19 01:51:51.903 | agent
2021-05-19 01:51:51.903 | agent-resources-synced
2021-05-19 01:51:51.903 | allowed-address-pairs
2021-05-19 01:51:51.904 | auto-allocated-topology
2021-05-19 01:51:51.904 | availability_zone
2021-05-19 01:51:51.904 | availability_zone_filter
2021-05-19 01:51:51.904 | default-subnetpools
2021-05-19 01:51:51.904 | dhcp_agent_scheduler
2021-05-19 01:51:51.904 | dvr
2021-05-19 01:51:51.904 | empty-string-filtering
2021-05-19 01:51:51.904 | external-net
2021-05-19 01:51:51.904 | extra_dhcp_opt
2021-05-19 01:51:51.904 | extraroute
2021-05-19 01:51:51.904 | extraroute-atomic
2021-05-19 01:51:51.904 | filter-validation
2021-05-19 01:51:51.904 | fip-port-details
2021-05-19 01:51:51.904 | flavors
2021-05-19 01:51:51.904 | floatingip-pools
2021-05-19 01:51:51.905 | ip-substring-filtering
2021-05-19 01:51:51.905 | router
2021-05-19 01:51:51.905 | ext-gw-mode
2021-05-19 01:51:51.905 | l3-ha
2021-05-19 01:51:51.905 | l3-flavors
2021-05-19 01:51:51.905 | l3-port-ip-change-not-allowed
2021-05-19 01:51:51.905 | l3_agent_scheduler
2021-05-19 01:51:51.905 | metering
2021-05-19 01:51:51.905 | metering_source_and_destination_fields
2021-05-19 01:51:51.905 | multi-provider
2021-05-19 01:51:51.905 | net-mtu
2021-05-19 01:51:51.905 | net-mtu-writable
2021-05-19 01:51:51.905 | network_availability_zone
2021-05-19 01:51:51.905 | network-ip-availability
2021-05-19 01:51:51.905 | pagination
2021-05-19 01:51:51.905 | port-device-profile
2021-05-19 01:51:51.905 | port-mac-address-regenerate
2021-05-19 01:51:51.905 | port-numa-affinity-policy
2021-05-19 01:51:51.905 | binding
2021-05-19 01:51:51.905 | binding-extended
2021-05-19 01:51:51.905 | port-security
2021-05-19 01:51:51.905 | project-id
2021-05-19 01:51:51.905 | provider
2021-05-19 01:51:51.905 | quotas
2021-05-19 01:51:51.905 | quota_details
2021-05-19 01:51:51.905 | rbac-policies
2021-05-19 01:51:51.905 | rbac-address-group
2021-05-19 01:51:51.905 | rbac-address-scope
2021-05-19 01:51:51.905 | rbac-security-groups
2021-05-19 01:51:51.905 | rbac-subnetpool
2021-05-19 01:51:51.905 | revision-if-match
2021-05-19 01:51:51.905 | standard-attr-revisions
2021-05-19 01:51:51.905 | router_availability_zone
2021-05-19 01:51:51.906 | security-groups-normalized-cidr
2021-05-19 01:51:51.906 | port-security-groups-filtering
2021-05-19 01:51:51.906 | security-groups-remote-address-group
2021-05-19 01:51:51.906 | security-group
2021-05-19 01:51:51.906 | service-type
2021-05-19 01:51:51.906 | sorting
2021-05-19 01:51:51.906 | standard-attr-description
2021-05-19 01:51:51.906 | stateful-security-group
2021-05-19 01:51:51.906 | subnet_onboard
2021-05-19 01:51:51.906 | subnet-service-types
2021-05-19 01:51:51.906 | subnet_allocation
2021-05-19 01:51:51.906 | subnetpool-prefix-ops
2021-05-19 01:51:51.906 | standard-attr-tag
2021-05-19 01:51:51.906 | standard-attr-timestamp'
2021-05-19 01:51:51.907 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 :   [[ address-group
2021-05-19 01:51:51.907 | address-scope
2021-05-19 01:51:51.907 | router-admin-state-down-before-update
2021-05-19 01:51:51.907 | agent
2021-05-19 01:51:51.907 | agent-resources-synced
2021-05-19 01:51:51.907 | allowed-address-pairs
2021-05-19 01:51:51.907 | auto-allocated-topology
2021-05-19 01:51:51.907 | availability_zone
2021-05-19 01:51:51.907 | availability_zone_filter
2021-05-19 01:51:51.907 | default-subnetpools
2021-05-19 01:51:51.907 | dhcp_agent_scheduler
2021-05-19 01:51:51.907 | dvr
2021-05-19 01:51:51.908 | empty-string-filtering
2021-05-19 01:51:51.908 | external-net
2021-05-19 01:51:51.908 | extra_dhcp_opt
2021-05-19 01:51:51.908 | extraroute
2021-05-19 01:51:51.908 | extraroute-atomic
2021-05-19 01:51:51.908 | filter-validation
2021-05-19 01:51:51.908 | fip-port-details
2021-05-19 01:51:51.908 | flavors
2021-05-19 01:51:51.908 | floatingip-pools
2021-05-19 01:51:51.908 | ip-substring-filtering
2021-05-19 01:51:51.908 | router
2021-05-19 01:51:51.908 | ext-gw-mode
2021-05-19 01:51:51.908 | l3-ha
2021-05-19 01:51:51.908 | l3-flavors
2021-05-19 01:51:51.908 | l3-port-ip-change-not-allowed
2021-05-19 01:51:51.908 | l3_agent_scheduler
2021-05-19 01:51:51.909 | metering
2021-05-19 01:51:51.909 | metering_source_and_destination_fields
2021-05-19 01:51:51.909 | multi-provider
2021-05-19 01:51:51.909 | net-mtu
2021-05-19 01:51:51.909 | net-mtu-writable
2021-05-19 01:51:51.909 | network_availability_zone
2021-05-19 01:51:51.909 | network-ip-availability
2021-05-19 01:51:51.909 | pagination
2021-05-19 01:51:51.909 | port-device-profile
2021-05-19 01:51:51.909 | port-mac-address-regenerate
2021-05-19 01:51:51.909 | port-numa-affinity-policy
2021-05-19 01:51:51.909 | binding
2021-05-19 01:51:51.909 | binding-extended
2021-05-19 01:51:51.909 | port-security
2021-05-19 01:51:51.909 | project-id
2021-05-19 01:51:51.909 | provider
2021-05-19 01:51:51.909 | quotas
2021-05-19 01:51:51.909 | quota_details
2021-05-19 01:51:51.909 | rbac-policies
2021-05-19 01:51:51.909 | rbac-address-group
2021-05-19 01:51:51.909 | rbac-address-scope
2021-05-19 01:51:51.909 | rbac-security-groups
2021-05-19 01:51:51.909 | rbac-subnetpool
2021-05-19 01:51:51.909 | revision-if-match
2021-05-19 01:51:51.909 | standard-attr-revisions
2021-05-19 01:51:51.909 | router_availability_zone
2021-05-19 01:51:51.909 | security-groups-normalized-cidr
2021-05-19 01:51:51.909 | port-security-groups-filtering
2021-05-19 01:51:51.909 | security-groups-remote-address-group
2021-05-19 01:51:51.909 | security-group
2021-05-19 01:51:51.909 | service-type
2021-05-19 01:51:51.909 | sorting
2021-05-19 01:51:51.910 | standard-attr-description
2021-05-19 01:51:51.910 | stateful-security-group
2021-05-19 01:51:51.910 | subnet_onboard
2021-05-19 01:51:51.910 | subnet-service-types
2021-05-19 01:51:51.910 | subnet_allocation
2021-05-19 01:51:51.910 | subnetpool-prefix-ops
2021-05-19 01:51:51.910 | standard-attr-tag
2021-05-19 01:51:51.910 | standard-attr-timestamp =~ auto-allocated-topology ]]
2021-05-19 01:51:51.910 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 :   return 0
2021-05-19 01:51:51.913 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:174 :   [[ True == \T\r\u\e ]]
2021-05-19 01:51:51.915 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:175 :   [[ 4 =~ 4.* ]]
2021-05-19 01:51:51.919 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:176 :   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-05-19 01:51:55.431 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:51:55.431 |   from cryptography.utils import int_from_bytes
2021-05-19 01:51:55.431 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:51:55.431 |   from cryptography.utils import int_from_bytes
2021-05-19 01:51:55.589 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:51:55.592 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:176 :   SUBNETPOOL_V4_ID=32e3eb31-6a91-4d67-84fd-c0a98e898760
2021-05-19 01:51:55.595 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:178 :   [[ 4 =~ .*6 ]]
2021-05-19 01:51:55.598 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:184 :   is_provider_network
2021-05-19 01:51:55.606 | + functions-common:is_provider_network:2153 :   '[' '' == True ']'
2021-05-19 01:51:55.609 | + functions-common:is_provider_network:2156 :   return 1
2021-05-19 01:51:55.615 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 :   get_field 2
2021-05-19 01:51:55.615 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 :   oscwrap --os-cloud devstack-admin --os-region RegionOne network create --project 2c91a710ee7a486eb6897ee8dc1dab4a private
2021-05-19 01:51:55.615 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 :   grep ' id '
2021-05-19 01:51:55.617 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:51:55.621 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:51:59.262 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:51:59.262 |   from cryptography.utils import int_from_bytes
2021-05-19 01:51:59.263 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:51:59.263 |   from cryptography.utils import int_from_bytes
2021-05-19 01:51:59.427 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:51:59.430 | ++ functions-common:get_field:728           :   '[' 2 -lt 0 ']'
2021-05-19 01:51:59.432 | ++ functions-common:get_field:731           :   field='$3'
2021-05-19 01:51:59.436 | ++ functions-common:get_field:733           :   echo '| id                        | 546f13b1-2d76-4ccc-a4ad-3e31fd00004a |'
2021-05-19 01:51:59.436 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2021-05-19 01:51:59.444 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:51:59.449 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 :   NET_ID=546f13b1-2d76-4ccc-a4ad-3e31fd00004a
2021-05-19 01:51:59.451 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 :   die_if_not_set 215 NET_ID 'Failure creating NET_ID for private 2c91a710ee7a486eb6897ee8dc1dab4a'
2021-05-19 01:51:59.455 | + functions-common:die_if_not_set:216      :   local exitcode=0
2021-05-19 01:51:59.473 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:217 :   [[ 4 =~ 4.* ]]
2021-05-19 01:51:59.476 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:219 :   _neutron_create_private_subnet_v4 2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:51:59.479 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 :   local project_id=2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:51:59.482 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 :   '[' -z 32e3eb31-6a91-4d67-84fd-c0a98e898760 ']'
2021-05-19 01:51:59.485 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:270 :   local 'subnet_params=--project 2c91a710ee7a486eb6897ee8dc1dab4a '
2021-05-19 01:51:59.488 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:271 :   subnet_params+='--ip-version 4 '
2021-05-19 01:51:59.491 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:272 :   [[ -n 172.20.0.1 ]]
2021-05-19 01:51:59.494 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:273 :   subnet_params+='--gateway 172.20.0.1 '
2021-05-19 01:51:59.498 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:275 :   subnet_params+='--subnet-pool 32e3eb31-6a91-4d67-84fd-c0a98e898760 '
2021-05-19 01:51:59.501 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:276 :   subnet_params+=' '
2021-05-19 01:51:59.504 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:277 :   subnet_params+='--network 546f13b1-2d76-4ccc-a4ad-3e31fd00004a private-subnet'
2021-05-19 01:51:59.506 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:278 :   local subnet_id
2021-05-19 01:51:59.512 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:279 :   oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --project 2c91a710ee7a486eb6897ee8dc1dab4a --ip-version 4 --gateway 172.20.0.1 --subnet-pool 32e3eb31-6a91-4d67-84fd-c0a98e898760 --network 546f13b1-2d76-4ccc-a4ad-3e31fd00004a private-subnet
2021-05-19 01:51:59.512 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:279 :   get_field 2
2021-05-19 01:51:59.513 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:279 :   grep ' id '
2021-05-19 01:51:59.516 | +++ functions-common:get_field:726           :   local data field
2021-05-19 01:51:59.519 | +++ functions-common:get_field:727           :   read data
2021-05-19 01:52:03.892 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:03.892 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:03.893 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:03.893 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:04.059 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:52:04.063 | +++ functions-common:get_field:728           :   '[' 2 -lt 0 ']'
2021-05-19 01:52:04.065 | +++ functions-common:get_field:731           :   field='$3'
2021-05-19 01:52:04.068 | +++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2021-05-19 01:52:04.072 | +++ functions-common:get_field:733           :   echo '| id                   | a2c9f386-d74d-449f-b399-4d4dd90151bb |'
2021-05-19 01:52:04.075 | +++ functions-common:get_field:727           :   read data
2021-05-19 01:52:04.079 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:279 :   subnet_id=a2c9f386-d74d-449f-b399-4d4dd90151bb
2021-05-19 01:52:04.081 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 :   die_if_not_set 280 subnet_id 'Failure creating private IPv4 subnet for 2c91a710ee7a486eb6897ee8dc1dab4a'
2021-05-19 01:52:04.084 | ++ functions-common:die_if_not_set:216      :   local exitcode=0
2021-05-19 01:52:04.103 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:281 :   echo a2c9f386-d74d-449f-b399-4d4dd90151bb
2021-05-19 01:52:04.106 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:219 :   SUBNET_ID=a2c9f386-d74d-449f-b399-4d4dd90151bb
2021-05-19 01:52:04.110 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 :   [[ 4 =~ .*6 ]]
2021-05-19 01:52:04.112 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 :   is_networking_extension_supported router
2021-05-19 01:52:04.115 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:434 :   local extension=router
2021-05-19 01:52:04.120 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 :   oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value
2021-05-19 01:52:06.833 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:06.833 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:06.833 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:06.833 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:07.004 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:52:07.007 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 :   EXT_LIST='address-group
2021-05-19 01:52:07.007 | address-scope
2021-05-19 01:52:07.007 | router-admin-state-down-before-update
2021-05-19 01:52:07.007 | agent
2021-05-19 01:52:07.007 | agent-resources-synced
2021-05-19 01:52:07.007 | allowed-address-pairs
2021-05-19 01:52:07.007 | auto-allocated-topology
2021-05-19 01:52:07.007 | availability_zone
2021-05-19 01:52:07.007 | availability_zone_filter
2021-05-19 01:52:07.007 | default-subnetpools
2021-05-19 01:52:07.008 | dhcp_agent_scheduler
2021-05-19 01:52:07.008 | dvr
2021-05-19 01:52:07.008 | empty-string-filtering
2021-05-19 01:52:07.008 | external-net
2021-05-19 01:52:07.008 | extra_dhcp_opt
2021-05-19 01:52:07.008 | extraroute
2021-05-19 01:52:07.008 | extraroute-atomic
2021-05-19 01:52:07.008 | filter-validation
2021-05-19 01:52:07.008 | fip-port-details
2021-05-19 01:52:07.008 | flavors
2021-05-19 01:52:07.008 | floatingip-pools
2021-05-19 01:52:07.008 | ip-substring-filtering
2021-05-19 01:52:07.008 | router
2021-05-19 01:52:07.008 | ext-gw-mode
2021-05-19 01:52:07.008 | l3-ha
2021-05-19 01:52:07.008 | l3-flavors
2021-05-19 01:52:07.008 | l3-port-ip-change-not-allowed
2021-05-19 01:52:07.008 | l3_agent_scheduler
2021-05-19 01:52:07.008 | metering
2021-05-19 01:52:07.008 | metering_source_and_destination_fields
2021-05-19 01:52:07.008 | multi-provider
2021-05-19 01:52:07.008 | net-mtu
2021-05-19 01:52:07.008 | net-mtu-writable
2021-05-19 01:52:07.008 | network_availability_zone
2021-05-19 01:52:07.008 | network-ip-availability
2021-05-19 01:52:07.008 | pagination
2021-05-19 01:52:07.008 | port-device-profile
2021-05-19 01:52:07.008 | port-mac-address-regenerate
2021-05-19 01:52:07.008 | port-numa-affinity-policy
2021-05-19 01:52:07.008 | binding
2021-05-19 01:52:07.008 | binding-extended
2021-05-19 01:52:07.008 | port-security
2021-05-19 01:52:07.008 | project-id
2021-05-19 01:52:07.008 | provider
2021-05-19 01:52:07.009 | quotas
2021-05-19 01:52:07.009 | quota_details
2021-05-19 01:52:07.009 | rbac-policies
2021-05-19 01:52:07.009 | rbac-address-group
2021-05-19 01:52:07.009 | rbac-address-scope
2021-05-19 01:52:07.009 | rbac-security-groups
2021-05-19 01:52:07.009 | rbac-subnetpool
2021-05-19 01:52:07.009 | revision-if-match
2021-05-19 01:52:07.009 | standard-attr-revisions
2021-05-19 01:52:07.009 | router_availability_zone
2021-05-19 01:52:07.009 | security-groups-normalized-cidr
2021-05-19 01:52:07.009 | port-security-groups-filtering
2021-05-19 01:52:07.009 | security-groups-remote-address-group
2021-05-19 01:52:07.009 | security-group
2021-05-19 01:52:07.009 | service-type
2021-05-19 01:52:07.009 | sorting
2021-05-19 01:52:07.009 | standard-attr-description
2021-05-19 01:52:07.009 | stateful-security-group
2021-05-19 01:52:07.009 | subnet_onboard
2021-05-19 01:52:07.009 | subnet-service-types
2021-05-19 01:52:07.009 | subnet_allocation
2021-05-19 01:52:07.009 | subnetpool-prefix-ops
2021-05-19 01:52:07.009 | standard-attr-tag
2021-05-19 01:52:07.009 | standard-attr-timestamp'
2021-05-19 01:52:07.014 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 :   [[ address-group
2021-05-19 01:52:07.014 | address-scope
2021-05-19 01:52:07.014 | router-admin-state-down-before-update
2021-05-19 01:52:07.014 | agent
2021-05-19 01:52:07.014 | agent-resources-synced
2021-05-19 01:52:07.014 | allowed-address-pairs
2021-05-19 01:52:07.014 | auto-allocated-topology
2021-05-19 01:52:07.014 | availability_zone
2021-05-19 01:52:07.014 | availability_zone_filter
2021-05-19 01:52:07.014 | default-subnetpools
2021-05-19 01:52:07.014 | dhcp_agent_scheduler
2021-05-19 01:52:07.014 | dvr
2021-05-19 01:52:07.014 | empty-string-filtering
2021-05-19 01:52:07.014 | external-net
2021-05-19 01:52:07.014 | extra_dhcp_opt
2021-05-19 01:52:07.014 | extraroute
2021-05-19 01:52:07.014 | extraroute-atomic
2021-05-19 01:52:07.014 | filter-validation
2021-05-19 01:52:07.015 | fip-port-details
2021-05-19 01:52:07.015 | flavors
2021-05-19 01:52:07.015 | floatingip-pools
2021-05-19 01:52:07.015 | ip-substring-filtering
2021-05-19 01:52:07.015 | router
2021-05-19 01:52:07.015 | ext-gw-mode
2021-05-19 01:52:07.015 | l3-ha
2021-05-19 01:52:07.015 | l3-flavors
2021-05-19 01:52:07.015 | l3-port-ip-change-not-allowed
2021-05-19 01:52:07.015 | l3_agent_scheduler
2021-05-19 01:52:07.015 | metering
2021-05-19 01:52:07.015 | metering_source_and_destination_fields
2021-05-19 01:52:07.015 | multi-provider
2021-05-19 01:52:07.015 | net-mtu
2021-05-19 01:52:07.015 | net-mtu-writable
2021-05-19 01:52:07.015 | network_availability_zone
2021-05-19 01:52:07.015 | network-ip-availability
2021-05-19 01:52:07.015 | pagination
2021-05-19 01:52:07.015 | port-device-profile
2021-05-19 01:52:07.015 | port-mac-address-regenerate
2021-05-19 01:52:07.015 | port-numa-affinity-policy
2021-05-19 01:52:07.015 | binding
2021-05-19 01:52:07.015 | binding-extended
2021-05-19 01:52:07.015 | port-security
2021-05-19 01:52:07.015 | project-id
2021-05-19 01:52:07.015 | provider
2021-05-19 01:52:07.015 | quotas
2021-05-19 01:52:07.015 | quota_details
2021-05-19 01:52:07.015 | rbac-policies
2021-05-19 01:52:07.015 | rbac-address-group
2021-05-19 01:52:07.015 | rbac-address-scope
2021-05-19 01:52:07.016 | rbac-security-groups
2021-05-19 01:52:07.016 | rbac-subnetpool
2021-05-19 01:52:07.016 | revision-if-match
2021-05-19 01:52:07.016 | standard-attr-revisions
2021-05-19 01:52:07.016 | router_availability_zone
2021-05-19 01:52:07.016 | security-groups-normalized-cidr
2021-05-19 01:52:07.016 | port-security-groups-filtering
2021-05-19 01:52:07.016 | security-groups-remote-address-group
2021-05-19 01:52:07.016 | security-group
2021-05-19 01:52:07.016 | service-type
2021-05-19 01:52:07.016 | sorting
2021-05-19 01:52:07.016 | standard-attr-description
2021-05-19 01:52:07.016 | stateful-security-group
2021-05-19 01:52:07.016 | subnet_onboard
2021-05-19 01:52:07.016 | subnet-service-types
2021-05-19 01:52:07.016 | subnet_allocation
2021-05-19 01:52:07.016 | subnetpool-prefix-ops
2021-05-19 01:52:07.016 | standard-attr-tag
2021-05-19 01:52:07.016 | standard-attr-timestamp =~ router ]]
2021-05-19 01:52:07.018 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 :   return 0
2021-05-19 01:52:07.021 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 :   is_networking_extension_supported external-net
2021-05-19 01:52:07.026 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:434 :   local extension=external-net
2021-05-19 01:52:07.029 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 :   oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value
2021-05-19 01:52:09.711 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:09.711 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:09.711 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:09.711 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:09.872 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:52:09.876 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 :   EXT_LIST='address-group
2021-05-19 01:52:09.876 | address-scope
2021-05-19 01:52:09.876 | router-admin-state-down-before-update
2021-05-19 01:52:09.876 | agent
2021-05-19 01:52:09.876 | agent-resources-synced
2021-05-19 01:52:09.876 | allowed-address-pairs
2021-05-19 01:52:09.876 | auto-allocated-topology
2021-05-19 01:52:09.876 | availability_zone
2021-05-19 01:52:09.876 | availability_zone_filter
2021-05-19 01:52:09.876 | default-subnetpools
2021-05-19 01:52:09.876 | dhcp_agent_scheduler
2021-05-19 01:52:09.876 | dvr
2021-05-19 01:52:09.876 | empty-string-filtering
2021-05-19 01:52:09.876 | external-net
2021-05-19 01:52:09.876 | extra_dhcp_opt
2021-05-19 01:52:09.876 | extraroute
2021-05-19 01:52:09.876 | extraroute-atomic
2021-05-19 01:52:09.876 | filter-validation
2021-05-19 01:52:09.876 | fip-port-details
2021-05-19 01:52:09.876 | flavors
2021-05-19 01:52:09.876 | floatingip-pools
2021-05-19 01:52:09.876 | ip-substring-filtering
2021-05-19 01:52:09.876 | router
2021-05-19 01:52:09.876 | ext-gw-mode
2021-05-19 01:52:09.876 | l3-ha
2021-05-19 01:52:09.876 | l3-flavors
2021-05-19 01:52:09.877 | l3-port-ip-change-not-allowed
2021-05-19 01:52:09.877 | l3_agent_scheduler
2021-05-19 01:52:09.877 | metering
2021-05-19 01:52:09.877 | metering_source_and_destination_fields
2021-05-19 01:52:09.877 | multi-provider
2021-05-19 01:52:09.877 | net-mtu
2021-05-19 01:52:09.877 | net-mtu-writable
2021-05-19 01:52:09.877 | network_availability_zone
2021-05-19 01:52:09.877 | network-ip-availability
2021-05-19 01:52:09.877 | pagination
2021-05-19 01:52:09.877 | port-device-profile
2021-05-19 01:52:09.877 | port-mac-address-regenerate
2021-05-19 01:52:09.877 | port-numa-affinity-policy
2021-05-19 01:52:09.877 | binding
2021-05-19 01:52:09.877 | binding-extended
2021-05-19 01:52:09.877 | port-security
2021-05-19 01:52:09.877 | project-id
2021-05-19 01:52:09.877 | provider
2021-05-19 01:52:09.877 | quotas
2021-05-19 01:52:09.877 | quota_details
2021-05-19 01:52:09.877 | rbac-policies
2021-05-19 01:52:09.877 | rbac-address-group
2021-05-19 01:52:09.877 | rbac-address-scope
2021-05-19 01:52:09.877 | rbac-security-groups
2021-05-19 01:52:09.877 | rbac-subnetpool
2021-05-19 01:52:09.877 | revision-if-match
2021-05-19 01:52:09.877 | standard-attr-revisions
2021-05-19 01:52:09.877 | router_availability_zone
2021-05-19 01:52:09.877 | security-groups-normalized-cidr
2021-05-19 01:52:09.877 | port-security-groups-filtering
2021-05-19 01:52:09.877 | security-groups-remote-address-group
2021-05-19 01:52:09.877 | security-group
2021-05-19 01:52:09.878 | service-type
2021-05-19 01:52:09.878 | sorting
2021-05-19 01:52:09.878 | standard-attr-description
2021-05-19 01:52:09.878 | stateful-security-group
2021-05-19 01:52:09.878 | subnet_onboard
2021-05-19 01:52:09.878 | subnet-service-types
2021-05-19 01:52:09.878 | subnet_allocation
2021-05-19 01:52:09.878 | subnetpool-prefix-ops
2021-05-19 01:52:09.878 | standard-attr-tag
2021-05-19 01:52:09.878 | standard-attr-timestamp'
2021-05-19 01:52:09.878 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 :   [[ address-group
2021-05-19 01:52:09.878 | address-scope
2021-05-19 01:52:09.879 | router-admin-state-down-before-update
2021-05-19 01:52:09.879 | agent
2021-05-19 01:52:09.879 | agent-resources-synced
2021-05-19 01:52:09.879 | allowed-address-pairs
2021-05-19 01:52:09.879 | auto-allocated-topology
2021-05-19 01:52:09.879 | availability_zone
2021-05-19 01:52:09.879 | availability_zone_filter
2021-05-19 01:52:09.879 | default-subnetpools
2021-05-19 01:52:09.879 | dhcp_agent_scheduler
2021-05-19 01:52:09.879 | dvr
2021-05-19 01:52:09.879 | empty-string-filtering
2021-05-19 01:52:09.879 | external-net
2021-05-19 01:52:09.879 | extra_dhcp_opt
2021-05-19 01:52:09.879 | extraroute
2021-05-19 01:52:09.879 | extraroute-atomic
2021-05-19 01:52:09.879 | filter-validation
2021-05-19 01:52:09.879 | fip-port-details
2021-05-19 01:52:09.879 | flavors
2021-05-19 01:52:09.879 | floatingip-pools
2021-05-19 01:52:09.879 | ip-substring-filtering
2021-05-19 01:52:09.879 | router
2021-05-19 01:52:09.879 | ext-gw-mode
2021-05-19 01:52:09.879 | l3-ha
2021-05-19 01:52:09.879 | l3-flavors
2021-05-19 01:52:09.879 | l3-port-ip-change-not-allowed
2021-05-19 01:52:09.879 | l3_agent_scheduler
2021-05-19 01:52:09.879 | metering
2021-05-19 01:52:09.879 | metering_source_and_destination_fields
2021-05-19 01:52:09.879 | multi-provider
2021-05-19 01:52:09.879 | net-mtu
2021-05-19 01:52:09.879 | net-mtu-writable
2021-05-19 01:52:09.880 | network_availability_zone
2021-05-19 01:52:09.880 | network-ip-availability
2021-05-19 01:52:09.880 | pagination
2021-05-19 01:52:09.880 | port-device-profile
2021-05-19 01:52:09.880 | port-mac-address-regenerate
2021-05-19 01:52:09.880 | port-numa-affinity-policy
2021-05-19 01:52:09.880 | binding
2021-05-19 01:52:09.880 | binding-extended
2021-05-19 01:52:09.880 | port-security
2021-05-19 01:52:09.880 | project-id
2021-05-19 01:52:09.880 | provider
2021-05-19 01:52:09.880 | quotas
2021-05-19 01:52:09.880 | quota_details
2021-05-19 01:52:09.880 | rbac-policies
2021-05-19 01:52:09.880 | rbac-address-group
2021-05-19 01:52:09.880 | rbac-address-scope
2021-05-19 01:52:09.880 | rbac-security-groups
2021-05-19 01:52:09.880 | rbac-subnetpool
2021-05-19 01:52:09.880 | revision-if-match
2021-05-19 01:52:09.880 | standard-attr-revisions
2021-05-19 01:52:09.880 | router_availability_zone
2021-05-19 01:52:09.880 | security-groups-normalized-cidr
2021-05-19 01:52:09.880 | port-security-groups-filtering
2021-05-19 01:52:09.880 | security-groups-remote-address-group
2021-05-19 01:52:09.880 | security-group
2021-05-19 01:52:09.880 | service-type
2021-05-19 01:52:09.880 | sorting
2021-05-19 01:52:09.880 | standard-attr-description
2021-05-19 01:52:09.880 | stateful-security-group
2021-05-19 01:52:09.880 | subnet_onboard
2021-05-19 01:52:09.880 | subnet-service-types
2021-05-19 01:52:09.880 | subnet_allocation
2021-05-19 01:52:09.880 | subnetpool-prefix-ops
2021-05-19 01:52:09.880 | standard-attr-tag
2021-05-19 01:52:09.881 | standard-attr-timestamp =~ external-net ]]
2021-05-19 01:52:09.881 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 :   return 0
2021-05-19 01:52:09.884 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 :   [[ True == \T\r\u\e ]]
2021-05-19 01:52:09.889 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 :   oscwrap --os-cloud devstack-admin --os-region RegionOne router create --project 2c91a710ee7a486eb6897ee8dc1dab4a router1
2021-05-19 01:52:09.895 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 :   grep ' id '
2021-05-19 01:52:09.895 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 :   get_field 2
2021-05-19 01:52:09.895 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:52:09.896 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:52:13.177 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:13.177 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:13.177 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:13.177 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:13.333 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:52:13.336 | ++ functions-common:get_field:728           :   '[' 2 -lt 0 ']'
2021-05-19 01:52:13.339 | ++ functions-common:get_field:731           :   field='$3'
2021-05-19 01:52:13.342 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2021-05-19 01:52:13.343 | ++ functions-common:get_field:733           :   echo '| id                      | b86f357d-6959-4d02-bfaa-9af5f1c652fb |'
2021-05-19 01:52:13.349 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:52:13.353 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 :   ROUTER_ID=b86f357d-6959-4d02-bfaa-9af5f1c652fb
2021-05-19 01:52:13.355 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 :   die_if_not_set 233 ROUTER_ID 'Failure creating ROUTER_ID for 2c91a710ee7a486eb6897ee8dc1dab4a router1'
2021-05-19 01:52:13.358 | + functions-common:die_if_not_set:216      :   local exitcode=0
2021-05-19 01:52:13.377 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 :   EXTERNAL_NETWORK_FLAGS=--external
2021-05-19 01:52:13.379 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:241 :   is_networking_extension_supported auto-allocated-topology
2021-05-19 01:52:13.382 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:434 :   local extension=auto-allocated-topology
2021-05-19 01:52:13.385 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 :   oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value
2021-05-19 01:52:15.984 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:15.984 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:15.984 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:15.984 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:16.140 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:52:16.143 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 :   EXT_LIST='address-group
2021-05-19 01:52:16.143 | address-scope
2021-05-19 01:52:16.143 | router-admin-state-down-before-update
2021-05-19 01:52:16.143 | agent
2021-05-19 01:52:16.143 | agent-resources-synced
2021-05-19 01:52:16.143 | allowed-address-pairs
2021-05-19 01:52:16.143 | auto-allocated-topology
2021-05-19 01:52:16.143 | availability_zone
2021-05-19 01:52:16.143 | availability_zone_filter
2021-05-19 01:52:16.143 | default-subnetpools
2021-05-19 01:52:16.143 | dhcp_agent_scheduler
2021-05-19 01:52:16.143 | dvr
2021-05-19 01:52:16.144 | empty-string-filtering
2021-05-19 01:52:16.144 | external-net
2021-05-19 01:52:16.144 | extra_dhcp_opt
2021-05-19 01:52:16.144 | extraroute
2021-05-19 01:52:16.144 | extraroute-atomic
2021-05-19 01:52:16.144 | filter-validation
2021-05-19 01:52:16.144 | fip-port-details
2021-05-19 01:52:16.144 | flavors
2021-05-19 01:52:16.144 | floatingip-pools
2021-05-19 01:52:16.144 | ip-substring-filtering
2021-05-19 01:52:16.144 | router
2021-05-19 01:52:16.144 | ext-gw-mode
2021-05-19 01:52:16.144 | l3-ha
2021-05-19 01:52:16.144 | l3-flavors
2021-05-19 01:52:16.144 | l3-port-ip-change-not-allowed
2021-05-19 01:52:16.144 | l3_agent_scheduler
2021-05-19 01:52:16.144 | metering
2021-05-19 01:52:16.144 | metering_source_and_destination_fields
2021-05-19 01:52:16.144 | multi-provider
2021-05-19 01:52:16.144 | net-mtu
2021-05-19 01:52:16.144 | net-mtu-writable
2021-05-19 01:52:16.144 | network_availability_zone
2021-05-19 01:52:16.144 | network-ip-availability
2021-05-19 01:52:16.144 | pagination
2021-05-19 01:52:16.144 | port-device-profile
2021-05-19 01:52:16.144 | port-mac-address-regenerate
2021-05-19 01:52:16.144 | port-numa-affinity-policy
2021-05-19 01:52:16.144 | binding
2021-05-19 01:52:16.144 | binding-extended
2021-05-19 01:52:16.144 | port-security
2021-05-19 01:52:16.144 | project-id
2021-05-19 01:52:16.144 | provider
2021-05-19 01:52:16.144 | quotas
2021-05-19 01:52:16.145 | quota_details
2021-05-19 01:52:16.145 | rbac-policies
2021-05-19 01:52:16.145 | rbac-address-group
2021-05-19 01:52:16.145 | rbac-address-scope
2021-05-19 01:52:16.145 | rbac-security-groups
2021-05-19 01:52:16.145 | rbac-subnetpool
2021-05-19 01:52:16.145 | revision-if-match
2021-05-19 01:52:16.145 | standard-attr-revisions
2021-05-19 01:52:16.145 | router_availability_zone
2021-05-19 01:52:16.145 | security-groups-normalized-cidr
2021-05-19 01:52:16.145 | port-security-groups-filtering
2021-05-19 01:52:16.145 | security-groups-remote-address-group
2021-05-19 01:52:16.145 | security-group
2021-05-19 01:52:16.145 | service-type
2021-05-19 01:52:16.145 | sorting
2021-05-19 01:52:16.145 | standard-attr-description
2021-05-19 01:52:16.145 | stateful-security-group
2021-05-19 01:52:16.145 | subnet_onboard
2021-05-19 01:52:16.145 | subnet-service-types
2021-05-19 01:52:16.145 | subnet_allocation
2021-05-19 01:52:16.145 | subnetpool-prefix-ops
2021-05-19 01:52:16.145 | standard-attr-tag
2021-05-19 01:52:16.145 | standard-attr-timestamp'
2021-05-19 01:52:16.146 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 :   [[ address-group
2021-05-19 01:52:16.146 | address-scope
2021-05-19 01:52:16.146 | router-admin-state-down-before-update
2021-05-19 01:52:16.146 | agent
2021-05-19 01:52:16.146 | agent-resources-synced
2021-05-19 01:52:16.146 | allowed-address-pairs
2021-05-19 01:52:16.146 | auto-allocated-topology
2021-05-19 01:52:16.146 | availability_zone
2021-05-19 01:52:16.146 | availability_zone_filter
2021-05-19 01:52:16.146 | default-subnetpools
2021-05-19 01:52:16.146 | dhcp_agent_scheduler
2021-05-19 01:52:16.146 | dvr
2021-05-19 01:52:16.146 | empty-string-filtering
2021-05-19 01:52:16.146 | external-net
2021-05-19 01:52:16.146 | extra_dhcp_opt
2021-05-19 01:52:16.146 | extraroute
2021-05-19 01:52:16.146 | extraroute-atomic
2021-05-19 01:52:16.146 | filter-validation
2021-05-19 01:52:16.146 | fip-port-details
2021-05-19 01:52:16.146 | flavors
2021-05-19 01:52:16.146 | floatingip-pools
2021-05-19 01:52:16.146 | ip-substring-filtering
2021-05-19 01:52:16.146 | router
2021-05-19 01:52:16.147 | ext-gw-mode
2021-05-19 01:52:16.147 | l3-ha
2021-05-19 01:52:16.147 | l3-flavors
2021-05-19 01:52:16.147 | l3-port-ip-change-not-allowed
2021-05-19 01:52:16.147 | l3_agent_scheduler
2021-05-19 01:52:16.147 | metering
2021-05-19 01:52:16.147 | metering_source_and_destination_fields
2021-05-19 01:52:16.147 | multi-provider
2021-05-19 01:52:16.147 | net-mtu
2021-05-19 01:52:16.147 | net-mtu-writable
2021-05-19 01:52:16.147 | network_availability_zone
2021-05-19 01:52:16.147 | network-ip-availability
2021-05-19 01:52:16.147 | pagination
2021-05-19 01:52:16.147 | port-device-profile
2021-05-19 01:52:16.147 | port-mac-address-regenerate
2021-05-19 01:52:16.147 | port-numa-affinity-policy
2021-05-19 01:52:16.147 | binding
2021-05-19 01:52:16.147 | binding-extended
2021-05-19 01:52:16.147 | port-security
2021-05-19 01:52:16.147 | project-id
2021-05-19 01:52:16.147 | provider
2021-05-19 01:52:16.147 | quotas
2021-05-19 01:52:16.147 | quota_details
2021-05-19 01:52:16.147 | rbac-policies
2021-05-19 01:52:16.147 | rbac-address-group
2021-05-19 01:52:16.147 | rbac-address-scope
2021-05-19 01:52:16.147 | rbac-security-groups
2021-05-19 01:52:16.147 | rbac-subnetpool
2021-05-19 01:52:16.147 | revision-if-match
2021-05-19 01:52:16.147 | standard-attr-revisions
2021-05-19 01:52:16.147 | router_availability_zone
2021-05-19 01:52:16.147 | security-groups-normalized-cidr
2021-05-19 01:52:16.147 | port-security-groups-filtering
2021-05-19 01:52:16.147 | security-groups-remote-address-group
2021-05-19 01:52:16.148 | security-group
2021-05-19 01:52:16.148 | service-type
2021-05-19 01:52:16.148 | sorting
2021-05-19 01:52:16.148 | standard-attr-description
2021-05-19 01:52:16.148 | stateful-security-group
2021-05-19 01:52:16.148 | subnet_onboard
2021-05-19 01:52:16.148 | subnet-service-types
2021-05-19 01:52:16.148 | subnet_allocation
2021-05-19 01:52:16.148 | subnetpool-prefix-ops
2021-05-19 01:52:16.148 | standard-attr-tag
2021-05-19 01:52:16.148 | standard-attr-timestamp =~ auto-allocated-topology ]]
2021-05-19 01:52:16.149 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 :   return 0
2021-05-19 01:52:16.151 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 :   EXTERNAL_NETWORK_FLAGS='--external --default'
2021-05-19 01:52:16.155 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 :   '[' True = True ']'
2021-05-19 01:52:16.160 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:246 :   oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type flat --provider-physical-network physnet1
2021-05-19 01:52:16.160 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:246 :   get_field 2
2021-05-19 01:52:16.161 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:246 :   grep ' id '
2021-05-19 01:52:16.163 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:52:16.167 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:52:19.183 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:19.183 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:19.184 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:19.184 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:19.349 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:52:19.352 | ++ functions-common:get_field:728           :   '[' 2 -lt 0 ']'
2021-05-19 01:52:19.355 | ++ functions-common:get_field:731           :   field='$3'
2021-05-19 01:52:19.358 | ++ functions-common:get_field:733           :   echo '| id                        | 4ba52355-7e25-4f2b-ba13-27cb18f4754f |'
2021-05-19 01:52:19.358 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2021-05-19 01:52:19.364 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:52:19.368 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:246 :   EXT_NET_ID=4ba52355-7e25-4f2b-ba13-27cb18f4754f
2021-05-19 01:52:19.371 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:250 :   die_if_not_set 250 EXT_NET_ID 'Failure creating EXT_NET_ID for public'
2021-05-19 01:52:19.374 | + functions-common:die_if_not_set:216      :   local exitcode=0
2021-05-19 01:52:19.392 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:252 :   [[ 4 =~ 4.* ]]
2021-05-19 01:52:19.395 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:254 :   _neutron_configure_router_v4
2021-05-19 01:52:19.397 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 :   openstack --os-cloud devstack-admin --os-region RegionOne router add subnet b86f357d-6959-4d02-bfaa-9af5f1c652fb a2c9f386-d74d-449f-b399-4d4dd90151bb
2021-05-19 01:52:24.299 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:24.299 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:24.299 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:24.299 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:24.460 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:338 :   local id_and_ext_gw_ip
2021-05-19 01:52:24.463 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:339 :   _neutron_create_public_subnet_v4 4ba52355-7e25-4f2b-ba13-27cb18f4754f
2021-05-19 01:52:24.466 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:309 :   local 'subnet_params=--ip-version 4 '
2021-05-19 01:52:24.468 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:310 :   subnet_params+=' '
2021-05-19 01:52:24.470 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:311 :   [[ -n 172.25.0.1 ]]
2021-05-19 01:52:24.473 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:312 :   subnet_params+='--gateway 172.25.0.1 '
2021-05-19 01:52:24.475 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:314 :   subnet_params+='--network 4ba52355-7e25-4f2b-ba13-27cb18f4754f --subnet-range 172.25.0.0/24 --no-dhcp '
2021-05-19 01:52:24.478 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:315 :   subnet_params+=public-subnet
2021-05-19 01:52:24.480 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:316 :   local id_and_ext_gw_ip
2021-05-19 01:52:24.484 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:317 :   oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --gateway 172.25.0.1 --network 4ba52355-7e25-4f2b-ba13-27cb18f4754f --subnet-range 172.25.0.0/24 --no-dhcp public-subnet
2021-05-19 01:52:24.485 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:317 :   grep -e gateway_ip -e ' id '
2021-05-19 01:52:28.085 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:28.085 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:28.086 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:28.086 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:28.262 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:52:28.266 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:317 :   id_and_ext_gw_ip='| gateway_ip           | 172.25.0.1                           |
2021-05-19 01:52:28.266 | | id                   | cd564f76-298a-4cd7-b431-e62a8a703656 |'
2021-05-19 01:52:28.269 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:318 :   die_if_not_set 318 id_and_ext_gw_ip 'Failure creating public IPv4 subnet'
2021-05-19 01:52:28.271 | ++ functions-common:die_if_not_set:216      :   local exitcode=0
2021-05-19 01:52:28.291 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:319 :   echo '|' gateway_ip '|' 172.25.0.1 '|' '|' id '|' cd564f76-298a-4cd7-b431-e62a8a703656 '|'
2021-05-19 01:52:28.294 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:339 :   id_and_ext_gw_ip='| gateway_ip | 172.25.0.1 | | id | cd564f76-298a-4cd7-b431-e62a8a703656 |'
2021-05-19 01:52:28.296 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:340 :   local ext_gw_ip
2021-05-19 01:52:28.300 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:341 :   get_field 2
2021-05-19 01:52:28.300 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:341 :   echo '|' gateway_ip '|' 172.25.0.1 '|' '|' id '|' cd564f76-298a-4cd7-b431-e62a8a703656 '|'
2021-05-19 01:52:28.304 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:52:28.306 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:52:28.309 | ++ functions-common:get_field:728           :   '[' 2 -lt 0 ']'
2021-05-19 01:52:28.312 | ++ functions-common:get_field:731           :   field='$3'
2021-05-19 01:52:28.320 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2021-05-19 01:52:28.320 | ++ functions-common:get_field:733           :   echo '| gateway_ip | 172.25.0.1 | | id | cd564f76-298a-4cd7-b431-e62a8a703656 |'
2021-05-19 01:52:28.322 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:52:28.328 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:341 :   ext_gw_ip=172.25.0.1
2021-05-19 01:52:28.333 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 :   echo '|' gateway_ip '|' 172.25.0.1 '|' '|' id '|' cd564f76-298a-4cd7-b431-e62a8a703656 '|'
2021-05-19 01:52:28.333 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 :   get_field 5
2021-05-19 01:52:28.336 | ++ functions-common:get_field:726           :   local data field
2021-05-19 01:52:28.339 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:52:28.343 | ++ functions-common:get_field:728           :   '[' 5 -lt 0 ']'
2021-05-19 01:52:28.348 | ++ functions-common:get_field:731           :   field='$6'
2021-05-19 01:52:28.351 | ++ functions-common:get_field:733           :   awk '-F[ \t]*\\|[ \t]*' '{print $6}'
2021-05-19 01:52:28.352 | ++ functions-common:get_field:733           :   echo '| gateway_ip | 172.25.0.1 | | id | cd564f76-298a-4cd7-b431-e62a8a703656 |'
2021-05-19 01:52:28.357 | ++ functions-common:get_field:727           :   read data
2021-05-19 01:52:28.361 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 :   PUB_SUBNET_ID=cd564f76-298a-4cd7-b431-e62a8a703656
2021-05-19 01:52:28.363 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 :   openstack --os-cloud devstack-admin --os-region RegionOne router set --external-gateway 4ba52355-7e25-4f2b-ba13-27cb18f4754f b86f357d-6959-4d02-bfaa-9af5f1c652fb
2021-05-19 01:52:33.580 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:33.580 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:33.580 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:33.580 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:33.745 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:347 :   is_service_enabled q-l3
2021-05-19 01:52:33.764 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:33.767 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 :   local ext_gw_interface=none
2021-05-19 01:52:33.769 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 :   is_neutron_ovs_base_plugin
2021-05-19 01:52:33.772 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:17 :   return 0
2021-05-19 01:52:33.775 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 :   _neutron_get_ext_gw_interface
2021-05-19 01:52:33.778 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:152 :   [[ False == \T\r\u\e ]]
2021-05-19 01:52:33.780 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:157 :   sudo ovs-vsctl set Bridge br-data other_config:disable-in-band=true
2021-05-19 01:52:33.804 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:159 :   echo br-data
2021-05-19 01:52:33.807 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 :   ext_gw_interface=br-data
2021-05-19 01:52:33.809 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:363 :   [[ br-data != \n\o\n\e ]]
2021-05-19 01:52:33.812 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:364 :   local cidr_len=24
2021-05-19 01:52:33.815 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:365 :   local 'testcmd=ip -o link | grep -q br-data'
2021-05-19 01:52:33.819 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:366 :   test_with_retry 'ip -o link | grep -q br-data' 'br-data creation failed'
2021-05-19 01:52:33.821 | + functions-common:test_with_retry:2242    :   local 'testcmd=ip -o link | grep -q br-data'
2021-05-19 01:52:33.823 | + functions-common:test_with_retry:2243    :   local 'failmsg=br-data creation failed'
2021-05-19 01:52:33.826 | + functions-common:test_with_retry:2244    :   local until=10
2021-05-19 01:52:33.829 | + functions-common:test_with_retry:2245    :   local sleep=0.5
2021-05-19 01:52:33.831 | + functions-common:test_with_retry:2247    :   time_start test_with_retry
2021-05-19 01:52:33.834 | + functions-common:time_start:2290         :   local name=test_with_retry
2021-05-19 01:52:33.836 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:52:33.838 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:52:33.841 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:52:33.846 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389153843
2021-05-19 01:52:33.849 | + functions-common:test_with_retry:2248    :   timeout 10 sh -c 'while ! ip -o link | grep -q br-data; do sleep 0.5; done'
2021-05-19 01:52:33.856 | + functions-common:test_with_retry:2251    :   time_stop test_with_retry
2021-05-19 01:52:33.860 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:52:33.862 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:52:33.864 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:52:33.867 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:52:33.870 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:52:33.872 | + functions-common:time_stop:2310          :   name=test_with_retry
2021-05-19 01:52:33.875 | + functions-common:time_stop:2311          :   start_time=1621389153843
2021-05-19 01:52:33.878 | + functions-common:time_stop:2313          :   [[ -z 1621389153843 ]]
2021-05-19 01:52:33.881 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:52:33.885 | + functions-common:time_stop:2316          :   end_time=1621389153883
2021-05-19 01:52:33.888 | + functions-common:time_stop:2317          :   elapsed_time=40
2021-05-19 01:52:33.891 | + functions-common:time_stop:2318          :   total=6114
2021-05-19 01:52:33.894 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:52:33.896 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=6154
2021-05-19 01:52:33.900 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:367 :   ip addr show dev br-data
2021-05-19 01:52:33.901 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:367 :   grep -c 172.25.0.1
2021-05-19 01:52:33.906 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:367 :   [[ 0 == 0 ]]
2021-05-19 01:52:33.909 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:367 :   [[ True == \F\a\l\s\e ]]
2021-05-19 01:52:33.911 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:367 :   [[ False == \T\r\u\e ]]
2021-05-19 01:52:33.913 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:367 :   [[ True == \T\r\u\e ]]
2021-05-19 01:52:33.916 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 :   sudo ip addr add 172.25.0.1/24 dev br-data
2021-05-19 01:52:33.935 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:369 :   sudo ip link set br-data up
2021-05-19 01:52:33.952 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:371 :   oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway
2021-05-19 01:52:33.954 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:371 :   awk -Fip_address '{ print $2 }'
2021-05-19 01:52:33.955 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:371 :   tr '\n' ' '
2021-05-19 01:52:33.957 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:371 :   cut -f2 '-d'\'''
2021-05-19 01:52:36.116 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:36.116 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:36.116 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:36.116 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:36.288 | ++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:52:36.295 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:371 :   ROUTER_GW_IP='   172.25.0.15  '
2021-05-19 01:52:36.298 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 :   die_if_not_set 372 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP'
2021-05-19 01:52:36.301 | + functions-common:die_if_not_set:216      :   local exitcode=0
2021-05-19 01:52:36.325 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:374 :   _neutron_set_router_id
2021-05-19 01:52:36.329 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:145 :   [[ True == \F\a\l\s\e ]]
2021-05-19 01:52:36.332 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:257 :   [[ 4 =~ .*6 ]]
2021-05-19 01:52:36.335 | + ./stack.sh:main:1299                     :   is_service_enabled nova
2021-05-19 01:52:36.363 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:36.368 | + ./stack.sh:main:1300                     :   echo_summary 'Starting Nova'
2021-05-19 01:52:36.376 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:52:36.378 | + ./stack.sh:echo_summary:428              :   echo -e Starting Nova
2021-05-19 01:52:36.381 | + ./stack.sh:main:1301                     :   start_nova
2021-05-19 01:52:36.383 | + lib/nova:start_nova:1059                 :   start_nova_rest
2021-05-19 01:52:36.386 | + lib/nova:start_nova_rest:967             :   local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:52:36.389 | + lib/nova:start_nova_rest:968             :   export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:52:36.392 | + lib/nova:start_nova_rest:968             :   PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:52:36.395 | + lib/nova:start_nova_rest:970             :   local api_cell_conf=/etc/nova/nova.conf
2021-05-19 01:52:36.398 | + lib/nova:start_nova_rest:971             :   local compute_cell_conf=/etc/nova/nova.conf
2021-05-19 01:52:36.401 | + lib/nova:start_nova_rest:973             :   run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2021-05-19 01:52:36.404 | + functions-common:run_process:1559        :   local service=n-sch
2021-05-19 01:52:36.408 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2021-05-19 01:52:36.411 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:52:36.413 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:52:36.416 | + functions-common:run_process:1564        :   local name=n-sch
2021-05-19 01:52:36.419 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:52:36.422 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:52:36.425 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:52:36.429 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:52:36.431 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:52:36.437 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389156433
2021-05-19 01:52:36.440 | + functions-common:run_process:1567        :   is_service_enabled n-sch
2021-05-19 01:52:36.457 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:36.462 | + functions-common:run_process:1568        :   _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' ''
2021-05-19 01:52:36.464 | + functions-common:_run_under_systemd:1524 :   local service=n-sch
2021-05-19 01:52:36.468 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2021-05-19 01:52:36.471 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2021-05-19 01:52:36.473 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2021-05-19 01:52:36.476 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2021-05-19 01:52:36.478 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]]
2021-05-19 01:52:36.489 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]]
2021-05-19 01:52:36.489 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@n-sch.service
2021-05-19 01:52:36.489 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:52:36.493 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:52:36.498 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]]
2021-05-19 01:52:36.501 | + functions-common:_run_under_systemd:1536 :   write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' ubuntu
2021-05-19 01:52:36.503 | + functions-common:write_user_unit_file:1441 :   local service=devstack@n-sch.service
2021-05-19 01:52:36.506 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2021-05-19 01:52:36.509 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:52:36.511 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:52:36.514 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:52:36.517 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:52:36.522 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@n-sch.service
2021-05-19 01:52:36.527 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:52:36.532 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service'
2021-05-19 01:52:36.612 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User ubuntu
2021-05-19 01:52:36.687 | + functions-common:write_user_unit_file:1454 :   iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2021-05-19 01:52:36.742 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process
2021-05-19 01:52:36.799 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300
2021-05-19 01:52:36.857 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:52:36.912 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:52:36.915 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target
2021-05-19 01:52:36.980 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:52:37.386 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@n-sch.service
2021-05-19 01:52:37.401 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service.
2021-05-19 01:52:37.826 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@n-sch.service
2021-05-19 01:52:37.848 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:52:37.851 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:52:37.858 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:52:37.862 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:52:37.865 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:52:37.868 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:52:37.870 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:52:37.873 | + functions-common:time_stop:2311          :   start_time=1621389156433
2021-05-19 01:52:37.876 | + functions-common:time_stop:2313          :   [[ -z 1621389156433 ]]
2021-05-19 01:52:37.880 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:52:37.884 | + functions-common:time_stop:2316          :   end_time=1621389157882
2021-05-19 01:52:37.887 | + functions-common:time_stop:2317          :   elapsed_time=1449
2021-05-19 01:52:37.890 | + functions-common:time_stop:2318          :   total=23429
2021-05-19 01:52:37.892 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:52:37.895 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=24878
2021-05-19 01:52:37.898 | + lib/nova:start_nova_rest:974             :   '[' True == False ']'
2021-05-19 01:52:37.901 | ++ lib/nova:start_nova_rest:977             :   which uwsgi
2021-05-19 01:52:37.907 | + lib/nova:start_nova_rest:977             :   run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini'
2021-05-19 01:52:37.909 | + functions-common:run_process:1559        :   local service=n-api-meta
2021-05-19 01:52:37.912 | + functions-common:run_process:1560        :   local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini'
2021-05-19 01:52:37.915 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:52:37.917 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:52:37.921 | + functions-common:run_process:1564        :   local name=n-api-meta
2021-05-19 01:52:37.923 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:52:37.926 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:52:37.928 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:52:37.933 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:52:37.937 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:52:37.942 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389157940
2021-05-19 01:52:37.945 | + functions-common:run_process:1567        :   is_service_enabled n-api-meta
2021-05-19 01:52:37.964 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:37.966 | + functions-common:run_process:1568        :   _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' ''
2021-05-19 01:52:37.969 | + functions-common:_run_under_systemd:1524 :   local service=n-api-meta
2021-05-19 01:52:37.972 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini'
2021-05-19 01:52:37.974 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini'
2021-05-19 01:52:37.978 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini'
2021-05-19 01:52:37.980 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini'
2021-05-19 01:52:37.983 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]]
2021-05-19 01:52:37.986 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]]
2021-05-19 01:52:37.988 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@n-api-meta.service
2021-05-19 01:52:37.991 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:52:37.993 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:52:37.996 | + functions-common:_run_under_systemd:1533 :   [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]]
2021-05-19 01:52:38.000 | + functions-common:_run_under_systemd:1534 :   write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' ubuntu
2021-05-19 01:52:38.003 | + functions-common:write_uwsgi_user_unit_file:1468 :   local service=devstack@n-api-meta.service
2021-05-19 01:52:38.005 | + functions-common:write_uwsgi_user_unit_file:1469 :   local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini'
2021-05-19 01:52:38.008 | + functions-common:write_uwsgi_user_unit_file:1470 :   local group=
2021-05-19 01:52:38.010 | + functions-common:write_uwsgi_user_unit_file:1471 :   local user=ubuntu
2021-05-19 01:52:38.014 | + functions-common:write_uwsgi_user_unit_file:1472 :   local unitfile=/etc/systemd/system/devstack@n-api-meta.service
2021-05-19 01:52:38.017 | + functions-common:write_uwsgi_user_unit_file:1473 :   mkdir -p /etc/systemd/system
2021-05-19 01:52:38.022 | + functions-common:write_uwsgi_user_unit_file:1475 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service'
2021-05-19 01:52:38.090 | + functions-common:write_uwsgi_user_unit_file:1476 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service
2021-05-19 01:52:38.156 | + functions-common:write_uwsgi_user_unit_file:1477 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User ubuntu
2021-05-19 01:52:38.214 | + functions-common:write_uwsgi_user_unit_file:1478 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini'
2021-05-19 01:52:38.278 | + functions-common:write_uwsgi_user_unit_file:1479 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:52:38.348 | + functions-common:write_uwsgi_user_unit_file:1480 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify
2021-05-19 01:52:38.415 | + functions-common:write_uwsgi_user_unit_file:1481 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process
2021-05-19 01:52:38.480 | + functions-common:write_uwsgi_user_unit_file:1482 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always
2021-05-19 01:52:38.546 | + functions-common:write_uwsgi_user_unit_file:1483 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all
2021-05-19 01:52:38.611 | + functions-common:write_uwsgi_user_unit_file:1484 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100
2021-05-19 01:52:38.668 | + functions-common:write_uwsgi_user_unit_file:1486 :   [[ -n '' ]]
2021-05-19 01:52:38.671 | + functions-common:write_uwsgi_user_unit_file:1489 :   iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target
2021-05-19 01:52:38.739 | + functions-common:write_uwsgi_user_unit_file:1492 :   sudo systemctl daemon-reload
2021-05-19 01:52:39.177 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@n-api-meta.service
2021-05-19 01:52:39.194 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service.
2021-05-19 01:52:39.671 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@n-api-meta.service
2021-05-19 01:52:39.754 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:52:39.757 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:52:39.761 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:52:39.772 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:52:39.775 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:52:39.779 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:52:39.783 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:52:39.787 | + functions-common:time_stop:2311          :   start_time=1621389157940
2021-05-19 01:52:39.791 | + functions-common:time_stop:2313          :   [[ -z 1621389157940 ]]
2021-05-19 01:52:39.797 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:52:39.801 | + functions-common:time_stop:2316          :   end_time=1621389159798
2021-05-19 01:52:39.807 | + functions-common:time_stop:2317          :   elapsed_time=1858
2021-05-19 01:52:39.812 | + functions-common:time_stop:2318          :   total=24878
2021-05-19 01:52:39.818 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:52:39.820 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=26736
2021-05-19 01:52:39.823 | + lib/nova:start_nova_rest:980             :   export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:52:39.827 | + lib/nova:start_nova_rest:980             :   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:52:39.830 | + lib/nova:start_nova:1060                 :   start_nova_console_proxies
2021-05-19 01:52:39.832 | + lib/nova:start_nova_console_proxies:995  :   local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:52:39.835 | + lib/nova:start_nova_console_proxies:997  :   export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:52:39.838 | + lib/nova:start_nova_console_proxies:997  :   PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:52:39.840 | + lib/nova:start_nova_console_proxies:999  :   local api_cell_conf=/etc/nova/nova.conf
2021-05-19 01:52:39.843 | + lib/nova:start_nova_console_proxies:1001 :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2021-05-19 01:52:39.846 | + lib/nova:start_nova_console_proxies:1006 :   enable_nova_console_proxies
2021-05-19 01:52:39.851 | ++ lib/nova:enable_nova_console_proxies:984 :   seq 1 1
2021-05-19 01:52:39.854 | + lib/nova:enable_nova_console_proxies:984 :   for i in $(seq 1 $NOVA_NUM_CELLS)
2021-05-19 01:52:39.856 | + lib/nova:enable_nova_console_proxies:985 :   for srv in n-novnc n-spice n-sproxy
2021-05-19 01:52:39.859 | + lib/nova:enable_nova_console_proxies:986 :   is_service_enabled n-novnc
2021-05-19 01:52:39.881 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:52:39.884 | + lib/nova:enable_nova_console_proxies:985 :   for srv in n-novnc n-spice n-sproxy
2021-05-19 01:52:39.887 | + lib/nova:enable_nova_console_proxies:986 :   is_service_enabled n-spice
2021-05-19 01:52:39.909 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:52:39.912 | + lib/nova:enable_nova_console_proxies:985 :   for srv in n-novnc n-spice n-sproxy
2021-05-19 01:52:39.915 | + lib/nova:enable_nova_console_proxies:986 :   is_service_enabled n-sproxy
2021-05-19 01:52:39.941 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:52:39.945 | ++ lib/nova:start_nova_console_proxies:1007 :   seq 1 1
2021-05-19 01:52:39.949 | + lib/nova:start_nova_console_proxies:1007 :   for i in $(seq 1 $NOVA_NUM_CELLS)
2021-05-19 01:52:39.952 | + lib/nova:start_nova_console_proxies:1008 :   local conf
2021-05-19 01:52:39.959 | ++ lib/nova:start_nova_console_proxies:1009 :   conductor_conf 1
2021-05-19 01:52:39.962 | ++ lib/nova:conductor_conf:735              :   local cell=1
2021-05-19 01:52:39.965 | ++ lib/nova:conductor_conf:736              :   echo /etc/nova/nova_cell1.conf
2021-05-19 01:52:39.970 | + lib/nova:start_nova_console_proxies:1009 :   conf=/etc/nova/nova_cell1.conf
2021-05-19 01:52:39.973 | + lib/nova:start_nova_console_proxies:1010 :   run_process n-novnc-cell1 '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web '
2021-05-19 01:52:39.976 | + functions-common:run_process:1559        :   local service=n-novnc-cell1
2021-05-19 01:52:39.978 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web '
2021-05-19 01:52:39.981 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:52:39.984 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:52:39.987 | + functions-common:run_process:1564        :   local name=n-novnc-cell1
2021-05-19 01:52:39.989 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:52:39.992 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:52:39.994 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:52:39.997 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:52:40.003 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:52:40.006 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389160003
2021-05-19 01:52:40.009 | + functions-common:run_process:1567        :   is_service_enabled n-novnc-cell1
2021-05-19 01:52:40.040 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:52:40.045 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:52:40.045 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:52:40.049 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:52:40.053 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:52:40.053 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:52:40.057 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:52:40.061 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:52:40.065 | + functions-common:time_stop:2311          :   start_time=1621389160003
2021-05-19 01:52:40.065 | + functions-common:time_stop:2313          :   [[ -z 1621389160003 ]]
2021-05-19 01:52:40.069 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:52:40.076 | + functions-common:time_stop:2316          :   end_time=1621389160070
2021-05-19 01:52:40.076 | + functions-common:time_stop:2317          :   elapsed_time=67
2021-05-19 01:52:40.081 | + functions-common:time_stop:2318          :   total=26736
2021-05-19 01:52:40.085 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:52:40.085 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=26803
2021-05-19 01:52:40.089 | + lib/nova:start_nova_console_proxies:1011 :   run_process n-spice-cell1 '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web '
2021-05-19 01:52:40.092 | + functions-common:run_process:1559        :   local service=n-spice-cell1
2021-05-19 01:52:40.093 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web '
2021-05-19 01:52:40.097 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:52:40.101 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:52:40.101 | + functions-common:run_process:1564        :   local name=n-spice-cell1
2021-05-19 01:52:40.105 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:52:40.108 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:52:40.111 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:52:40.113 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:52:40.119 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:52:40.121 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389160118
2021-05-19 01:52:40.126 | + functions-common:run_process:1567        :   is_service_enabled n-spice-cell1
2021-05-19 01:52:40.146 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:52:40.149 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:52:40.152 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:52:40.155 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:52:40.157 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:52:40.160 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:52:40.163 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:52:40.165 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:52:40.168 | + functions-common:time_stop:2311          :   start_time=1621389160118
2021-05-19 01:52:40.171 | + functions-common:time_stop:2313          :   [[ -z 1621389160118 ]]
2021-05-19 01:52:40.177 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:52:40.180 | + functions-common:time_stop:2316          :   end_time=1621389160176
2021-05-19 01:52:40.182 | + functions-common:time_stop:2317          :   elapsed_time=58
2021-05-19 01:52:40.185 | + functions-common:time_stop:2318          :   total=26803
2021-05-19 01:52:40.188 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:52:40.191 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=26861
2021-05-19 01:52:40.194 | + lib/nova:start_nova_console_proxies:1012 :   run_process n-sproxy-cell1 '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf'
2021-05-19 01:52:40.205 | + functions-common:run_process:1559        :   local service=n-sproxy-cell1
2021-05-19 01:52:40.205 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf'
2021-05-19 01:52:40.209 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:52:40.212 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:52:40.213 | + functions-common:run_process:1564        :   local name=n-sproxy-cell1
2021-05-19 01:52:40.217 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:52:40.220 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:52:40.222 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:52:40.223 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:52:40.229 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:52:40.237 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389160228
2021-05-19 01:52:40.241 | + functions-common:run_process:1567        :   is_service_enabled n-sproxy-cell1
2021-05-19 01:52:40.265 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:52:40.267 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:52:40.271 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:52:40.273 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:52:40.276 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:52:40.280 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:52:40.282 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:52:40.285 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:52:40.290 | + functions-common:time_stop:2311          :   start_time=1621389160228
2021-05-19 01:52:40.290 | + functions-common:time_stop:2313          :   [[ -z 1621389160228 ]]
2021-05-19 01:52:40.293 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:52:40.299 | + functions-common:time_stop:2316          :   end_time=1621389160295
2021-05-19 01:52:40.304 | + functions-common:time_stop:2317          :   elapsed_time=67
2021-05-19 01:52:40.309 | + functions-common:time_stop:2318          :   total=26861
2021-05-19 01:52:40.309 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:52:40.313 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=26928
2021-05-19 01:52:40.315 | + lib/nova:start_nova_console_proxies:1016 :   export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:52:40.317 | + lib/nova:start_nova_console_proxies:1016 :   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:52:40.321 | + lib/nova:start_nova:1061                 :   start_nova_conductor
2021-05-19 01:52:40.325 | + lib/nova:start_nova_conductor:1029       :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2021-05-19 01:52:40.328 | + lib/nova:start_nova_conductor:1035       :   enable_nova_fleet
2021-05-19 01:52:40.332 | + lib/nova:enable_nova_fleet:1020          :   is_service_enabled n-cond
2021-05-19 01:52:40.350 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:40.353 | + lib/nova:enable_nova_fleet:1021          :   enable_service n-super-cond
2021-05-19 01:52:40.417 | ++ lib/nova:enable_nova_fleet:1022          :   seq 1 1
2021-05-19 01:52:40.422 | + lib/nova:enable_nova_fleet:1022          :   for i in $(seq 1 $NOVA_NUM_CELLS)
2021-05-19 01:52:40.425 | + lib/nova:enable_nova_fleet:1023          :   enable_service n-cond-cell1
2021-05-19 01:52:40.494 | + lib/nova:start_nova_conductor:1036       :   is_service_enabled n-super-cond
2021-05-19 01:52:40.516 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:40.521 | + lib/nova:start_nova_conductor:1037       :   run_process n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2021-05-19 01:52:40.522 | + functions-common:run_process:1559        :   local service=n-super-cond
2021-05-19 01:52:40.525 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2021-05-19 01:52:40.529 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:52:40.531 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:52:40.537 | + functions-common:run_process:1564        :   local name=n-super-cond
2021-05-19 01:52:40.537 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:52:40.541 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:52:40.541 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:52:40.546 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:52:40.553 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:52:40.557 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389160553
2021-05-19 01:52:40.565 | + functions-common:run_process:1567        :   is_service_enabled n-super-cond
2021-05-19 01:52:40.585 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:40.589 | + functions-common:run_process:1568        :   _run_under_systemd n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' ''
2021-05-19 01:52:40.593 | + functions-common:_run_under_systemd:1524 :   local service=n-super-cond
2021-05-19 01:52:40.597 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2021-05-19 01:52:40.597 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2021-05-19 01:52:40.601 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2021-05-19 01:52:40.605 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2021-05-19 01:52:40.609 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]]
2021-05-19 01:52:40.613 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]]
2021-05-19 01:52:40.613 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@n-super-cond.service
2021-05-19 01:52:40.617 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:52:40.621 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:52:40.625 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]]
2021-05-19 01:52:40.629 | + functions-common:_run_under_systemd:1536 :   write_user_unit_file devstack@n-super-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' ubuntu
2021-05-19 01:52:40.633 | + functions-common:write_user_unit_file:1441 :   local service=devstack@n-super-cond.service
2021-05-19 01:52:40.637 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2021-05-19 01:52:40.640 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:52:40.642 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:52:40.645 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:52:40.647 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:52:40.650 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@n-super-cond.service
2021-05-19 01:52:40.653 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:52:40.661 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Unit Description 'Devstack devstack@n-super-cond.service'
2021-05-19 01:52:40.741 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service User ubuntu
2021-05-19 01:52:40.823 | + functions-common:write_user_unit_file:1454 :   iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2021-05-19 01:52:40.905 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service KillMode process
2021-05-19 01:52:40.986 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service TimeoutStopSec 300
2021-05-19 01:52:41.055 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:52:41.142 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:52:41.148 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Install WantedBy multi-user.target
2021-05-19 01:52:41.239 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:52:41.762 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@n-super-cond.service
2021-05-19 01:52:41.784 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-super-cond.service → /etc/systemd/system/devstack@n-super-cond.service.
2021-05-19 01:52:42.306 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@n-super-cond.service
2021-05-19 01:52:42.333 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:52:42.336 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:52:42.343 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:52:42.345 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:52:42.355 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:52:42.361 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:52:42.364 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:52:42.367 | + functions-common:time_stop:2311          :   start_time=1621389160553
2021-05-19 01:52:42.371 | + functions-common:time_stop:2313          :   [[ -z 1621389160553 ]]
2021-05-19 01:52:42.377 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:52:42.382 | + functions-common:time_stop:2316          :   end_time=1621389162379
2021-05-19 01:52:42.385 | + functions-common:time_stop:2317          :   elapsed_time=1826
2021-05-19 01:52:42.387 | + functions-common:time_stop:2318          :   total=26928
2021-05-19 01:52:42.391 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:52:42.393 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=28754
2021-05-19 01:52:42.397 | ++ lib/nova:start_nova_conductor:1039       :   seq 1 1
2021-05-19 01:52:42.402 | + lib/nova:start_nova_conductor:1039       :   for i in $(seq 1 $NOVA_NUM_CELLS)
2021-05-19 01:52:42.404 | + lib/nova:start_nova_conductor:1040       :   is_service_enabled n-cond-cell1
2021-05-19 01:52:42.425 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:42.428 | + lib/nova:start_nova_conductor:1041       :   local conf
2021-05-19 01:52:42.431 | ++ lib/nova:start_nova_conductor:1042       :   conductor_conf 1
2021-05-19 01:52:42.434 | ++ lib/nova:conductor_conf:735              :   local cell=1
2021-05-19 01:52:42.437 | ++ lib/nova:conductor_conf:736              :   echo /etc/nova/nova_cell1.conf
2021-05-19 01:52:42.440 | + lib/nova:start_nova_conductor:1042       :   conf=/etc/nova/nova_cell1.conf
2021-05-19 01:52:42.442 | + lib/nova:start_nova_conductor:1043       :   run_process n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf'
2021-05-19 01:52:42.445 | + functions-common:run_process:1559        :   local service=n-cond-cell1
2021-05-19 01:52:42.447 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf'
2021-05-19 01:52:42.450 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:52:42.453 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:52:42.456 | + functions-common:run_process:1564        :   local name=n-cond-cell1
2021-05-19 01:52:42.458 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:52:42.461 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:52:42.464 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:52:42.467 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:52:42.472 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:52:42.476 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389162472
2021-05-19 01:52:42.480 | + functions-common:run_process:1567        :   is_service_enabled n-cond-cell1
2021-05-19 01:52:42.512 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:42.522 | + functions-common:run_process:1568        :   _run_under_systemd n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' ''
2021-05-19 01:52:42.522 | + functions-common:_run_under_systemd:1524 :   local service=n-cond-cell1
2021-05-19 01:52:42.522 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf'
2021-05-19 01:52:42.524 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf'
2021-05-19 01:52:42.527 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf'
2021-05-19 01:52:42.530 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf'
2021-05-19 01:52:42.533 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ sudo ]]
2021-05-19 01:52:42.536 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ ^/ ]]
2021-05-19 01:52:42.538 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@n-cond-cell1.service
2021-05-19 01:52:42.541 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:52:42.543 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:52:42.546 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ uwsgi ]]
2021-05-19 01:52:42.549 | + functions-common:_run_under_systemd:1536 :   write_user_unit_file devstack@n-cond-cell1.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' ubuntu
2021-05-19 01:52:42.552 | + functions-common:write_user_unit_file:1441 :   local service=devstack@n-cond-cell1.service
2021-05-19 01:52:42.554 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf'
2021-05-19 01:52:42.557 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:52:42.560 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:52:42.562 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:52:42.565 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:52:42.568 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@n-cond-cell1.service
2021-05-19 01:52:42.571 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:52:42.577 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Unit Description 'Devstack devstack@n-cond-cell1.service'
2021-05-19 01:52:42.653 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service User ubuntu
2021-05-19 01:52:42.731 | + functions-common:write_user_unit_file:1454 :   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-05-19 01:52:42.798 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service KillMode process
2021-05-19 01:52:42.866 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service TimeoutStopSec 300
2021-05-19 01:52:42.950 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:52:43.034 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:52:43.037 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Install WantedBy multi-user.target
2021-05-19 01:52:43.126 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:52:43.635 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@n-cond-cell1.service
2021-05-19 01:52:43.650 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond-cell1.service → /etc/systemd/system/devstack@n-cond-cell1.service.
2021-05-19 01:52:44.136 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@n-cond-cell1.service
2021-05-19 01:52:44.163 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:52:44.170 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:52:44.173 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:52:44.177 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:52:44.181 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:52:44.184 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:52:44.187 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:52:44.190 | + functions-common:time_stop:2311          :   start_time=1621389162472
2021-05-19 01:52:44.193 | + functions-common:time_stop:2313          :   [[ -z 1621389162472 ]]
2021-05-19 01:52:44.199 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:52:44.202 | + functions-common:time_stop:2316          :   end_time=1621389164198
2021-05-19 01:52:44.205 | + functions-common:time_stop:2317          :   elapsed_time=1726
2021-05-19 01:52:44.208 | + functions-common:time_stop:2318          :   total=28754
2021-05-19 01:52:44.211 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:52:44.214 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=30480
2021-05-19 01:52:44.218 | + lib/nova:start_nova:1062                 :   start_nova_compute
2021-05-19 01:52:44.220 | + lib/nova:start_nova_compute:897          :   local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:52:44.233 | + lib/nova:start_nova_compute:898          :   export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:52:44.237 | + lib/nova:start_nova_compute:898          :   PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:52:44.242 | + lib/nova:start_nova_compute:900          :   local compute_cell_conf=/etc/nova/nova.conf
2021-05-19 01:52:44.247 | + lib/nova:start_nova_compute:903          :   cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf
2021-05-19 01:52:44.257 | + lib/nova:start_nova_compute:905          :   merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF'
2021-05-19 01:52:44.262 | + inc/meta-config:merge_config_file:83     :   local file=/home/ubuntu/devstack/local.conf
2021-05-19 01:52:44.265 | + inc/meta-config:merge_config_file:84     :   local matchgroup=post-config
2021-05-19 01:52:44.271 | + inc/meta-config:merge_config_file:85     :   local 'configfile=$NOVA_CPU_CONF'
2021-05-19 01:52:44.278 | + inc/meta-config:merge_config_file:90     :   local real_configfile
2021-05-19 01:52:44.285 | ++ inc/meta-config:merge_config_file:91     :   eval echo '$NOVA_CPU_CONF'
2021-05-19 01:52:44.295 | +++ inc/meta-config:merge_config_file:91     :   echo /etc/nova/nova-cpu.conf
2021-05-19 01:52:44.306 | + inc/meta-config:merge_config_file:91     :   real_configfile=/etc/nova/nova-cpu.conf
2021-05-19 01:52:44.312 | + inc/meta-config:merge_config_file:92     :   '[' '!' -f /etc/nova/nova-cpu.conf ']'
2021-05-19 01:52:44.315 | + inc/meta-config:merge_config_file:96     :   get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF'
2021-05-19 01:52:44.317 | + inc/meta-config:merge_config_file:97     :   awk -v 'configfile=$NOVA_CPU_CONF' '
2021-05-19 01:52:44.317 |         BEGIN {
2021-05-19 01:52:44.317 |             section = ""
2021-05-19 01:52:44.317 |             last_section = ""
2021-05-19 01:52:44.317 |             section_count = 0
2021-05-19 01:52:44.317 |         }
2021-05-19 01:52:44.317 |         /^\[.+\]/ {
2021-05-19 01:52:44.317 |             gsub("[][]", "", $1);
2021-05-19 01:52:44.317 |             section=$1
2021-05-19 01:52:44.317 |             next
2021-05-19 01:52:44.317 |         }
2021-05-19 01:52:44.317 |         /^ *\#/ {
2021-05-19 01:52:44.317 |             next
2021-05-19 01:52:44.317 |         }
2021-05-19 01:52:44.317 |         /^[^ \t]+/ {
2021-05-19 01:52:44.318 |             # get offset of first = in $0
2021-05-19 01:52:44.318 |             eq_idx = index($0, "=")
2021-05-19 01:52:44.318 |             # extract attr & value from $0
2021-05-19 01:52:44.318 |             attr = substr($0, 1, eq_idx - 1)
2021-05-19 01:52:44.318 |             value = substr($0, eq_idx + 1)
2021-05-19 01:52:44.318 |             # only need to strip trailing whitespace from attr
2021-05-19 01:52:44.318 |             sub(/[ \t]*$/, "", attr)
2021-05-19 01:52:44.318 |             # need to strip leading & trailing whitespace from value
2021-05-19 01:52:44.318 |             sub(/^[ \t]*/, "", value)
2021-05-19 01:52:44.318 |             sub(/[ \t]*$/, "", value)
2021-05-19 01:52:44.318 | 
2021-05-19 01:52:44.318 |             # cfg_attr_count: number of config lines per [section, attr]
2021-05-19 01:52:44.318 |             # cfg_attr: three dimensional array to keep all the config lines per [section, attr]
2021-05-19 01:52:44.318 |             # cfg_section: keep the section names in the same order as they appear in local.conf
2021-05-19 01:52:44.318 |             # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf
2021-05-19 01:52:44.318 |             if (! (section, attr) in cfg_attr_count) {
2021-05-19 01:52:44.318 |                 if (section != last_section) {
2021-05-19 01:52:44.318 |                     cfg_section[section_count++] = section
2021-05-19 01:52:44.318 |                     last_section = section
2021-05-19 01:52:44.318 |                 }
2021-05-19 01:52:44.318 |                 attr_count = cfg_sec_attr_count[section_count - 1]++
2021-05-19 01:52:44.318 |                 cfg_sec_attr_name[section_count - 1, attr_count] = attr
2021-05-19 01:52:44.318 | 
2021-05-19 01:52:44.318 |                 cfg_attr[section, attr, 0] = value
2021-05-19 01:52:44.318 |                 cfg_attr_count[section, attr] = 1
2021-05-19 01:52:44.318 |             } else {
2021-05-19 01:52:44.318 |                 lno = cfg_attr_count[section, attr]++
2021-05-19 01:52:44.318 |                 cfg_attr[section, attr, lno] = value
2021-05-19 01:52:44.318 |             }
2021-05-19 01:52:44.318 |         }
2021-05-19 01:52:44.318 |         END {
2021-05-19 01:52:44.318 |             # Process each section in order
2021-05-19 01:52:44.319 |             for (sno = 0; sno < section_count; sno++) {
2021-05-19 01:52:44.319 |                 section = cfg_section[sno]
2021-05-19 01:52:44.319 |                 # The ini routines simply append a config item immediately
2021-05-19 01:52:44.319 |                 # after the section header. To keep the same order as defined
2021-05-19 01:52:44.319 |                 # in local.conf, invoke the ini routines in the reverse order
2021-05-19 01:52:44.319 |                 for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) {
2021-05-19 01:52:44.319 |                     attr = cfg_sec_attr_name[sno, attr_no]
2021-05-19 01:52:44.319 |                     if (cfg_attr_count[section, attr] == 1)
2021-05-19 01:52:44.319 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\""
2021-05-19 01:52:44.319 |                     else {
2021-05-19 01:52:44.319 |                         # For multiline, invoke the ini routines in the reverse order
2021-05-19 01:52:44.319 |                         count = cfg_attr_count[section, attr]
2021-05-19 01:52:44.319 |                         print "inidelete " configfile " " section " " attr
2021-05-19 01:52:44.319 |                         print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\""
2021-05-19 01:52:44.319 |                         for (l = count -2; l >= 0; l--)
2021-05-19 01:52:44.319 |                             print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\""
2021-05-19 01:52:44.319 |                     }
2021-05-19 01:52:44.319 |                 }
2021-05-19 01:52:44.325 |             }
2021-05-19 01:52:44.325 |         }
2021-05-19 01:52:44.325 |     '
2021-05-19 01:52:44.326 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator
2021-05-19 01:52:44.327 | + inc/meta-config:get_meta_section:33      :   local file=/home/ubuntu/devstack/local.conf
2021-05-19 01:52:44.328 | + inc/meta-config:merge_config_file:164    :   read a
2021-05-19 01:52:44.334 | + inc/meta-config:get_meta_section:34      :   local matchgroup=post-config
2021-05-19 01:52:44.343 | + inc/meta-config:get_meta_section:35      :   local 'configfile=$NOVA_CPU_CONF'
2021-05-19 01:52:44.346 | + inc/meta-config:get_meta_section:37      :   [[ -r /home/ubuntu/devstack/local.conf ]]
2021-05-19 01:52:44.348 | + inc/meta-config:get_meta_section:38      :   [[ -z $NOVA_CPU_CONF ]]
2021-05-19 01:52:44.355 | + inc/meta-config:get_meta_section:40      :   awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' '
2021-05-19 01:52:44.356 |         BEGIN { group = "" }
2021-05-19 01:52:44.356 |         /^\[\[.+\|.*\]\]/ {
2021-05-19 01:52:44.356 |             gsub("[][]", "", $1);
2021-05-19 01:52:44.356 |             split($1, a, "|");
2021-05-19 01:52:44.356 |             if (a[1] == matchgroup && a[2] == configfile) {
2021-05-19 01:52:44.356 |                 group=a[1]
2021-05-19 01:52:44.356 |             } else {
2021-05-19 01:52:44.356 |                 group=""
2021-05-19 01:52:44.356 |             }
2021-05-19 01:52:44.356 |             next
2021-05-19 01:52:44.356 |         }
2021-05-19 01:52:44.356 |         {
2021-05-19 01:52:44.356 |             if (group != "")
2021-05-19 01:52:44.365 |                 print $0
2021-05-19 01:52:44.365 |         }
2021-05-19 01:52:44.365 |     ' /home/ubuntu/devstack/local.conf
2021-05-19 01:52:44.370 | + lib/nova:start_nova_compute:907          :   [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]]
2021-05-19 01:52:44.379 | + lib/nova:start_nova_compute:914          :   iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True
2021-05-19 01:52:44.443 | + lib/nova:start_nova_compute:917          :   iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False
2021-05-19 01:52:44.511 | + lib/nova:start_nova_compute:918          :   iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1
2021-05-19 01:52:44.522 | + lib/rpc_backend:iniset_rpc_backend:157   :   local package=nova
2021-05-19 01:52:44.534 | + lib/rpc_backend:iniset_rpc_backend:158   :   local file=/etc/nova/nova-cpu.conf
2021-05-19 01:52:44.545 | + lib/rpc_backend:iniset_rpc_backend:159   :   local section=DEFAULT
2021-05-19 01:52:44.554 | + lib/rpc_backend:iniset_rpc_backend:160   :   local virtual_host=nova_cell1
2021-05-19 01:52:44.565 | + lib/rpc_backend:iniset_rpc_backend:161   :   is_service_enabled rabbit
2021-05-19 01:52:44.614 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:44.622 | ++ lib/rpc_backend:iniset_rpc_backend:162   :   get_transport_url nova_cell1
2021-05-19 01:52:44.626 | ++ lib/rpc_backend:get_transport_url:139    :   local virtual_host=nova_cell1
2021-05-19 01:52:44.628 | ++ lib/rpc_backend:get_transport_url:140    :   is_service_enabled rabbit
2021-05-19 01:52:44.654 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:44.657 | ++ lib/rpc_backend:get_transport_url:141    :   echo rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/nova_cell1
2021-05-19 01:52:44.660 | + lib/rpc_backend:iniset_rpc_backend:162   :   iniset /etc/nova/nova-cpu.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/nova_cell1
2021-05-19 01:52:44.717 | + lib/rpc_backend:iniset_rpc_backend:163   :   '[' -n '' ']'
2021-05-19 01:52:44.720 | + lib/rpc_backend:iniset_rpc_backend:166   :   '[' -n '' ']'
2021-05-19 01:52:44.724 | + lib/nova:start_nova_compute:922          :   inidelete /etc/nova/nova-cpu.conf database connection
2021-05-19 01:52:44.761 | + lib/nova:start_nova_compute:923          :   inidelete /etc/nova/nova-cpu.conf api_database connection
2021-05-19 01:52:44.822 | + lib/nova:start_nova_compute:928          :   configure_console_compute
2021-05-19 01:52:44.829 | + lib/nova:configure_console_compute:617   :   local offset
2021-05-19 01:52:44.836 | + lib/nova:configure_console_compute:618   :   offset=0
2021-05-19 01:52:44.849 | + lib/nova:configure_console_compute:622   :   local default_proxyclient_addr
2021-05-19 01:52:44.862 | ++ lib/nova:configure_console_compute:623   :   iniget /etc/nova/nova-cpu.conf DEFAULT my_ip
2021-05-19 01:52:44.910 | + lib/nova:configure_console_compute:623   :   default_proxyclient_addr=10.222.0.39
2021-05-19 01:52:44.915 | + lib/nova:configure_console_compute:627   :   is_service_enabled n-cpu
2021-05-19 01:52:44.944 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:52:44.948 | + lib/nova:configure_console_compute:643   :   is_service_enabled n-novnc
2021-05-19 01:52:44.975 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:52:44.979 | + lib/nova:configure_console_compute:643   :   '[' False '!=' False ']'
2021-05-19 01:52:44.983 | + lib/nova:configure_console_compute:651   :   iniset /etc/nova/nova-cpu.conf vnc enabled false
2021-05-19 01:52:45.037 | + lib/nova:configure_console_compute:654   :   is_service_enabled n-spice
2021-05-19 01:52:45.062 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:52:45.066 | + lib/nova:configure_console_compute:664   :   is_service_enabled n-sproxy
2021-05-19 01:52:45.097 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:52:45.100 | + lib/nova:start_nova_compute:931          :   '[' -n '' ']'
2021-05-19 01:52:45.104 | + lib/nova:start_nova_compute:935          :   [[ libvirt = \l\i\b\v\i\r\t ]]
2021-05-19 01:52:45.108 | + lib/nova:start_nova_compute:939          :   run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt
2021-05-19 01:52:45.112 | + functions-common:run_process:1559        :   local service=n-cpu
2021-05-19 01:52:45.116 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf'
2021-05-19 01:52:45.120 | + functions-common:run_process:1561        :   local group=libvirt
2021-05-19 01:52:45.125 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:52:45.130 | + functions-common:run_process:1564        :   local name=n-cpu
2021-05-19 01:52:45.135 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:52:45.139 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:52:45.143 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:52:45.147 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:52:45.154 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:52:45.157 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389165153
2021-05-19 01:52:45.162 | + functions-common:run_process:1567        :   is_service_enabled n-cpu
2021-05-19 01:52:45.186 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:52:45.189 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:52:45.191 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:52:45.194 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:52:45.199 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:52:45.203 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:52:45.206 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:52:45.208 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:52:45.211 | + functions-common:time_stop:2311          :   start_time=1621389165153
2021-05-19 01:52:45.214 | + functions-common:time_stop:2313          :   [[ -z 1621389165153 ]]
2021-05-19 01:52:45.220 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:52:45.223 | + functions-common:time_stop:2316          :   end_time=1621389165220
2021-05-19 01:52:45.226 | + functions-common:time_stop:2317          :   elapsed_time=67
2021-05-19 01:52:45.228 | + functions-common:time_stop:2318          :   total=30480
2021-05-19 01:52:45.237 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:52:45.240 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=30547
2021-05-19 01:52:45.243 | + lib/nova:start_nova_compute:961          :   export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:52:45.246 | + lib/nova:start_nova_compute:961          :   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin
2021-05-19 01:52:45.249 | + lib/nova:start_nova:1063                 :   is_service_enabled n-api
2021-05-19 01:52:45.270 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:45.273 | + lib/nova:start_nova:1065                 :   echo 'Dumping cells_v2 mapping'
2021-05-19 01:52:45.273 | Dumping cells_v2 mapping
2021-05-19 01:52:45.275 | + lib/nova:start_nova:1066                 :   /usr/local/bin/nova-manage cell_v2 list_cells --verbose
2021-05-19 01:52:48.758 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:48.758 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:48.758 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:52:48.758 |   from cryptography.utils import int_from_bytes
2021-05-19 01:52:48.758 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+
2021-05-19 01:52:48.758 | |  Name |                 UUID                 |                       Transport URL                       |                       Database Connection                       | Disabled |
2021-05-19 01:52:48.758 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+
2021-05-19 01:52:48.758 | | cell0 | 00000000-0000-0000-0000-000000000000 |                          none:///                         | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8 |  False   |
2021-05-19 01:52:48.758 | | cell1 | 0f954113-fc50-417e-83f0-3714dd6f001d | rabbit://stackrabbit:Passw0rd@10.222.0.39:5672/nova_cell1 | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8 |  False   |
2021-05-19 01:52:48.758 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+
2021-05-19 01:52:49.209 | + ./stack.sh:main:1302                     :   async_runfunc create_flavors
2021-05-19 01:52:49.213 | + inc/async:async_runfunc:116              :   async_run create_flavors create_flavors
2021-05-19 01:52:49.300 | + inc/async:async_inner:63                 :   create_flavors
2021-05-19 01:52:49.349 | [11275 Async create_flavors:110561]: running: create_flavors
2021-05-19 01:52:49.352 | + ./stack.sh:main:1304                     :   is_service_enabled cinder
2021-05-19 01:52:49.375 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:49.378 | + ./stack.sh:main:1305                     :   echo_summary 'Starting Cinder'
2021-05-19 01:52:49.381 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:52:49.384 | + ./stack.sh:echo_summary:428              :   echo -e Starting Cinder
2021-05-19 01:52:49.387 | + ./stack.sh:main:1306                     :   start_cinder
2021-05-19 01:52:49.390 | + lib/cinder:start_cinder:487              :   local service_port=8776
2021-05-19 01:52:49.393 | + lib/cinder:start_cinder:488              :   local service_protocol=http
2021-05-19 01:52:49.397 | + lib/cinder:start_cinder:489              :   local cinder_url
2021-05-19 01:52:49.399 | + lib/cinder:start_cinder:490              :   is_service_enabled tls-proxy
2021-05-19 01:52:49.417 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:52:49.421 | + lib/cinder:start_cinder:494              :   '[' lioadm = tgtadm ']'
2021-05-19 01:52:49.424 | + lib/cinder:start_cinder:514              :   [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync,n-super-cond,n-cond-cell1 =~ c-api ]]
2021-05-19 01:52:49.427 | + lib/cinder:start_cinder:515              :   '[' True == False ']'
2021-05-19 01:52:49.431 | ++ lib/cinder:start_cinder:523              :   which uwsgi
2021-05-19 01:52:49.436 | + lib/cinder:start_cinder:523              :   run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini'
2021-05-19 01:52:49.439 | + functions-common:run_process:1559        :   local service=c-api
2021-05-19 01:52:49.443 | + functions-common:run_process:1560        :   local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini'
2021-05-19 01:52:49.446 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:52:49.449 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:52:49.453 | + functions-common:run_process:1564        :   local name=c-api
2021-05-19 01:52:49.455 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:52:49.458 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:52:49.460 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:52:49.463 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:52:49.467 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:52:49.472 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389169469
2021-05-19 01:52:49.475 | + functions-common:run_process:1567        :   is_service_enabled c-api
2021-05-19 01:52:49.496 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:49.500 | + functions-common:run_process:1568        :   _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' ''
2021-05-19 01:52:49.503 | + functions-common:_run_under_systemd:1524 :   local service=c-api
2021-05-19 01:52:49.506 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini'
2021-05-19 01:52:49.508 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini'
2021-05-19 01:52:49.511 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini'
2021-05-19 01:52:49.514 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini'
2021-05-19 01:52:49.517 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]]
2021-05-19 01:52:49.520 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]]
2021-05-19 01:52:49.523 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@c-api.service
2021-05-19 01:52:49.525 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:52:49.529 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:52:49.531 | + functions-common:_run_under_systemd:1533 :   [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]]
2021-05-19 01:52:49.534 | + functions-common:_run_under_systemd:1534 :   write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' ubuntu
2021-05-19 01:52:49.537 | + functions-common:write_uwsgi_user_unit_file:1468 :   local service=devstack@c-api.service
2021-05-19 01:52:49.539 | + functions-common:write_uwsgi_user_unit_file:1469 :   local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini'
2021-05-19 01:52:49.542 | + functions-common:write_uwsgi_user_unit_file:1470 :   local group=
2021-05-19 01:52:49.544 | + functions-common:write_uwsgi_user_unit_file:1471 :   local user=ubuntu
2021-05-19 01:52:49.547 | + functions-common:write_uwsgi_user_unit_file:1472 :   local unitfile=/etc/systemd/system/devstack@c-api.service
2021-05-19 01:52:49.552 | + functions-common:write_uwsgi_user_unit_file:1473 :   mkdir -p /etc/systemd/system
2021-05-19 01:52:49.556 | + functions-common:write_uwsgi_user_unit_file:1475 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service'
2021-05-19 01:52:49.634 | + functions-common:write_uwsgi_user_unit_file:1476 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service
2021-05-19 01:52:49.704 | + functions-common:write_uwsgi_user_unit_file:1477 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service User ubuntu
2021-05-19 01:52:49.782 | + functions-common:write_uwsgi_user_unit_file:1478 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini'
2021-05-19 01:52:49.845 | + functions-common:write_uwsgi_user_unit_file:1479 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:52:49.910 | + functions-common:write_uwsgi_user_unit_file:1480 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify
2021-05-19 01:52:49.970 | + functions-common:write_uwsgi_user_unit_file:1481 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process
2021-05-19 01:52:50.030 | + functions-common:write_uwsgi_user_unit_file:1482 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always
2021-05-19 01:52:50.088 | + functions-common:write_uwsgi_user_unit_file:1483 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all
2021-05-19 01:52:50.153 | + functions-common:write_uwsgi_user_unit_file:1484 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100
2021-05-19 01:52:50.220 | + functions-common:write_uwsgi_user_unit_file:1486 :   [[ -n '' ]]
2021-05-19 01:52:50.222 | + functions-common:write_uwsgi_user_unit_file:1489 :   iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target
2021-05-19 01:52:50.312 | + functions-common:write_uwsgi_user_unit_file:1492 :   sudo systemctl daemon-reload
2021-05-19 01:52:50.790 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@c-api.service
2021-05-19 01:52:50.805 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service.
2021-05-19 01:52:51.249 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@c-api.service
2021-05-19 01:52:51.333 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:52:51.339 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:52:51.345 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:52:51.349 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:52:51.354 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:52:51.359 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:52:51.364 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:52:51.368 | + functions-common:time_stop:2311          :   start_time=1621389169469
2021-05-19 01:52:51.373 | + functions-common:time_stop:2313          :   [[ -z 1621389169469 ]]
2021-05-19 01:52:51.379 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:52:51.390 | + functions-common:time_stop:2316          :   end_time=1621389171380
2021-05-19 01:52:51.396 | + functions-common:time_stop:2317          :   elapsed_time=1911
2021-05-19 01:52:51.396 | + functions-common:time_stop:2318          :   total=30547
2021-05-19 01:52:51.411 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:52:51.412 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=32458
2021-05-19 01:52:51.416 | + lib/cinder:start_cinder:524              :   cinder_url=http://10.222.0.39/volume/v3
2021-05-19 01:52:51.419 | + lib/cinder:start_cinder:528              :   echo 'Waiting for Cinder API to start...'
2021-05-19 01:52:51.419 | Waiting for Cinder API to start...
2021-05-19 01:52:51.421 | + lib/cinder:start_cinder:529              :   wait_for_service 60 http://10.222.0.39/volume/v3
2021-05-19 01:52:51.425 | + functions:wait_for_service:457           :   local timeout=60
2021-05-19 01:52:51.427 | + functions:wait_for_service:458           :   local url=http://10.222.0.39/volume/v3
2021-05-19 01:52:51.429 | + functions:wait_for_service:459           :   local rval=0
2021-05-19 01:52:51.432 | + functions:wait_for_service:460           :   time_start wait_for_service
2021-05-19 01:52:51.436 | + functions-common:time_start:2290         :   local name=wait_for_service
2021-05-19 01:52:51.438 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:52:51.441 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:52:51.450 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:52:51.454 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389171449
2021-05-19 01:52:51.457 | + functions:wait_for_service:461           :   timeout 60 bash -x
2021-05-19 01:52:51.464 | ++ ::                                       :   curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.39/volume/v3
2021-05-19 01:52:56.674 | + ::                                       :   [[ 401 == 503 ]]
2021-05-19 01:52:56.675 | + ::                                       :   [[ 0 -eq 7 ]]
2021-05-19 01:52:56.679 | + functions:wait_for_service:466           :   time_stop wait_for_service
2021-05-19 01:52:56.684 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:52:56.688 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:52:56.691 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:52:56.694 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:52:56.697 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:52:56.700 | + functions-common:time_stop:2310          :   name=wait_for_service
2021-05-19 01:52:56.703 | + functions-common:time_stop:2311          :   start_time=1621389171449
2021-05-19 01:52:56.706 | + functions-common:time_stop:2313          :   [[ -z 1621389171449 ]]
2021-05-19 01:52:56.709 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:52:56.714 | + functions-common:time_stop:2316          :   end_time=1621389176711
2021-05-19 01:52:56.717 | + functions-common:time_stop:2317          :   elapsed_time=5262
2021-05-19 01:52:56.720 | + functions-common:time_stop:2318          :   total=17415
2021-05-19 01:52:56.722 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:52:56.725 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=22677
2021-05-19 01:52:56.727 | + functions:wait_for_service:467           :   return 0
2021-05-19 01:52:56.730 | + lib/cinder:start_cinder:533              :   run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:56.733 | + functions-common:run_process:1559        :   local service=c-sch
2021-05-19 01:52:56.736 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:56.738 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:52:56.741 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:52:56.744 | + functions-common:run_process:1564        :   local name=c-sch
2021-05-19 01:52:56.746 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:52:56.749 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:52:56.752 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:52:56.755 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:52:56.758 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:52:56.763 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389176760
2021-05-19 01:52:56.766 | + functions-common:run_process:1567        :   is_service_enabled c-sch
2021-05-19 01:52:56.786 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:56.789 | + functions-common:run_process:1568        :   _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' ''
2021-05-19 01:52:56.791 | + functions-common:_run_under_systemd:1524 :   local service=c-sch
2021-05-19 01:52:56.795 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:56.798 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:56.800 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:56.803 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:56.806 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]]
2021-05-19 01:52:56.809 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]]
2021-05-19 01:52:56.811 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@c-sch.service
2021-05-19 01:52:56.814 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:52:56.817 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:52:56.819 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]]
2021-05-19 01:52:56.822 | + functions-common:_run_under_systemd:1536 :   write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' ubuntu
2021-05-19 01:52:56.826 | + functions-common:write_user_unit_file:1441 :   local service=devstack@c-sch.service
2021-05-19 01:52:56.828 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:56.831 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:52:56.834 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:52:56.836 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:52:56.839 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:52:56.842 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@c-sch.service
2021-05-19 01:52:56.845 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:52:56.850 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service'
2021-05-19 01:52:56.918 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User ubuntu
2021-05-19 01:52:56.986 | + functions-common:write_user_unit_file:1454 :   iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:57.044 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process
2021-05-19 01:52:57.100 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300
2021-05-19 01:52:57.157 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:52:57.217 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:52:57.220 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target
2021-05-19 01:52:57.298 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:52:57.758 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@c-sch.service
2021-05-19 01:52:57.773 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service.
2021-05-19 01:52:58.219 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@c-sch.service
2021-05-19 01:52:58.249 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:52:58.254 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:52:58.257 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:52:58.264 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:52:58.266 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:52:58.268 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:52:58.271 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:52:58.274 | + functions-common:time_stop:2311          :   start_time=1621389176760
2021-05-19 01:52:58.276 | + functions-common:time_stop:2313          :   [[ -z 1621389176760 ]]
2021-05-19 01:52:58.280 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:52:58.286 | + functions-common:time_stop:2316          :   end_time=1621389178283
2021-05-19 01:52:58.293 | + functions-common:time_stop:2317          :   elapsed_time=1523
2021-05-19 01:52:58.295 | + functions-common:time_stop:2318          :   total=32458
2021-05-19 01:52:58.298 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:52:58.300 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=33981
2021-05-19 01:52:58.303 | + lib/cinder:start_cinder:534              :   run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:58.306 | + functions-common:run_process:1559        :   local service=c-bak
2021-05-19 01:52:58.308 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:58.311 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:52:58.314 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:52:58.316 | + functions-common:run_process:1564        :   local name=c-bak
2021-05-19 01:52:58.319 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:52:58.321 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:52:58.324 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:52:58.327 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:52:58.333 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:52:58.338 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389178335
2021-05-19 01:52:58.341 | + functions-common:run_process:1567        :   is_service_enabled c-bak
2021-05-19 01:52:58.364 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:52:58.366 | + functions-common:run_process:1568        :   _run_under_systemd c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' ''
2021-05-19 01:52:58.369 | + functions-common:_run_under_systemd:1524 :   local service=c-bak
2021-05-19 01:52:58.377 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:58.377 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:58.378 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:58.381 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:58.384 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ sudo ]]
2021-05-19 01:52:58.386 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ ^/ ]]
2021-05-19 01:52:58.390 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@c-bak.service
2021-05-19 01:52:58.393 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:52:58.395 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:52:58.398 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ uwsgi ]]
2021-05-19 01:52:58.401 | + functions-common:_run_under_systemd:1536 :   write_user_unit_file devstack@c-bak.service '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' ubuntu
2021-05-19 01:52:58.407 | + functions-common:write_user_unit_file:1441 :   local service=devstack@c-bak.service
2021-05-19 01:52:58.407 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:58.410 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:52:58.412 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:52:58.415 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:52:58.418 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:52:58.421 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@c-bak.service
2021-05-19 01:52:58.423 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:52:58.430 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@c-bak.service Unit Description 'Devstack devstack@c-bak.service'
2021-05-19 01:52:58.510 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@c-bak.service Service User ubuntu
2021-05-19 01:52:58.585 | + functions-common:write_user_unit_file:1454 :   iniset -sudo /etc/systemd/system/devstack@c-bak.service Service ExecStart '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf'
2021-05-19 01:52:58.663 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@c-bak.service Service KillMode process
2021-05-19 01:52:58.734 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@c-bak.service Service TimeoutStopSec 300
2021-05-19 01:52:58.800 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@c-bak.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:52:58.870 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:52:58.873 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@c-bak.service Install WantedBy multi-user.target
2021-05-19 01:52:58.963 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:52:59.436 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@c-bak.service
2021-05-19 01:52:59.452 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-bak.service → /etc/systemd/system/devstack@c-bak.service.
2021-05-19 01:52:59.916 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@c-bak.service
2021-05-19 01:52:59.949 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:52:59.952 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:52:59.956 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:52:59.959 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:52:59.963 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:52:59.970 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:52:59.977 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:52:59.981 | + functions-common:time_stop:2311          :   start_time=1621389178335
2021-05-19 01:52:59.981 | + functions-common:time_stop:2313          :   [[ -z 1621389178335 ]]
2021-05-19 01:52:59.989 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:52:59.993 | + functions-common:time_stop:2316          :   end_time=1621389179989
2021-05-19 01:52:59.994 | + functions-common:time_stop:2317          :   elapsed_time=1654
2021-05-19 01:53:00.001 | + functions-common:time_stop:2318          :   total=33981
2021-05-19 01:53:00.001 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:53:00.003 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=35635
2021-05-19 01:53:00.006 | + lib/cinder:start_cinder:535              :   run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2021-05-19 01:53:00.008 | + functions-common:run_process:1559        :   local service=c-vol
2021-05-19 01:53:00.017 | + functions-common:run_process:1560        :   local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2021-05-19 01:53:00.019 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:53:00.022 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:53:00.025 | + functions-common:run_process:1564        :   local name=c-vol
2021-05-19 01:53:00.032 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:53:00.033 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:53:00.036 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:53:00.038 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:53:00.043 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:53:00.052 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389180046
2021-05-19 01:53:00.055 | + functions-common:run_process:1567        :   is_service_enabled c-vol
2021-05-19 01:53:00.089 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:53:00.094 | + functions-common:run_process:1568        :   _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' ''
2021-05-19 01:53:00.096 | + functions-common:_run_under_systemd:1524 :   local service=c-vol
2021-05-19 01:53:00.100 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2021-05-19 01:53:00.105 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2021-05-19 01:53:00.123 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2021-05-19 01:53:00.123 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2021-05-19 01:53:00.123 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]]
2021-05-19 01:53:00.123 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]]
2021-05-19 01:53:00.123 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@c-vol.service
2021-05-19 01:53:00.129 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:53:00.134 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:53:00.137 | + functions-common:_run_under_systemd:1533 :   [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]]
2021-05-19 01:53:00.140 | + functions-common:_run_under_systemd:1536 :   write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' ubuntu
2021-05-19 01:53:00.143 | + functions-common:write_user_unit_file:1441 :   local service=devstack@c-vol.service
2021-05-19 01:53:00.150 | + functions-common:write_user_unit_file:1442 :   local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2021-05-19 01:53:00.157 | + functions-common:write_user_unit_file:1443 :   local group=
2021-05-19 01:53:00.157 | + functions-common:write_user_unit_file:1444 :   local user=ubuntu
2021-05-19 01:53:00.160 | + functions-common:write_user_unit_file:1445 :   local extra=
2021-05-19 01:53:00.163 | + functions-common:write_user_unit_file:1446 :   [[ -n '' ]]
2021-05-19 01:53:00.166 | + functions-common:write_user_unit_file:1449 :   local unitfile=/etc/systemd/system/devstack@c-vol.service
2021-05-19 01:53:00.169 | + functions-common:write_user_unit_file:1450 :   mkdir -p /etc/systemd/system
2021-05-19 01:53:00.174 | + functions-common:write_user_unit_file:1452 :   iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service'
2021-05-19 01:53:00.283 | + functions-common:write_user_unit_file:1453 :   iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User ubuntu
2021-05-19 01:53:00.366 | + functions-common:write_user_unit_file:1454 :   iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2021-05-19 01:53:00.452 | + functions-common:write_user_unit_file:1455 :   iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process
2021-05-19 01:53:00.540 | + functions-common:write_user_unit_file:1456 :   iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300
2021-05-19 01:53:00.612 | + functions-common:write_user_unit_file:1457 :   iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:53:00.678 | + functions-common:write_user_unit_file:1458 :   [[ -n '' ]]
2021-05-19 01:53:00.680 | + functions-common:write_user_unit_file:1461 :   iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target
2021-05-19 01:53:00.760 | + functions-common:write_user_unit_file:1464 :   sudo systemctl daemon-reload
2021-05-19 01:53:01.263 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@c-vol.service
2021-05-19 01:53:01.282 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service.
2021-05-19 01:53:01.820 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@c-vol.service
2021-05-19 01:53:01.863 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:53:01.868 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:53:01.883 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:53:01.901 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:53:01.914 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:53:01.923 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:53:01.931 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:53:01.934 | + functions-common:time_stop:2311          :   start_time=1621389180046
2021-05-19 01:53:01.947 | + functions-common:time_stop:2313          :   [[ -z 1621389180046 ]]
2021-05-19 01:53:01.962 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:53:01.978 | + functions-common:time_stop:2316          :   end_time=1621389181964
2021-05-19 01:53:01.990 | + functions-common:time_stop:2317          :   elapsed_time=1918
2021-05-19 01:53:02.006 | + functions-common:time_stop:2318          :   total=35635
2021-05-19 01:53:02.011 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:53:02.023 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=37553
2021-05-19 01:53:02.034 | + ./stack.sh:main:1307                     :   create_volume_types
2021-05-19 01:53:02.037 | + lib/cinder:create_volume_types:553       :   is_service_enabled c-api
2021-05-19 01:53:02.062 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:53:02.065 | + lib/cinder:create_volume_types:553       :   [[ -n lvm:lvmdriver-1 ]]
2021-05-19 01:53:02.067 | + lib/cinder:create_volume_types:554       :   local be be_name
2021-05-19 01:53:02.070 | + lib/cinder:create_volume_types:555       :   for be in ${CINDER_ENABLED_BACKENDS//,/ }
2021-05-19 01:53:02.078 | + lib/cinder:create_volume_types:556       :   be_name=lvmdriver-1
2021-05-19 01:53:02.094 | + lib/cinder:create_volume_types:558       :   is_service_enabled keystone
2021-05-19 01:53:02.182 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:53:02.199 | + lib/cinder:create_volume_types:559       :   openstack --os-region-name=RegionOne volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1
2021-05-19 01:53:05.982 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:05.982 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:05.983 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:05.983 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:05.983 | +-------------+--------------------------------------+
2021-05-19 01:53:05.983 | | Field       | Value                                |
2021-05-19 01:53:05.983 | +-------------+--------------------------------------+
2021-05-19 01:53:05.983 | | description | None                                 |
2021-05-19 01:53:05.983 | | id          | 3fd31171-d4bd-4b93-927b-ce7d15fb19c2 |
2021-05-19 01:53:05.983 | | is_public   | True                                 |
2021-05-19 01:53:05.983 | | name        | lvmdriver-1                          |
2021-05-19 01:53:05.983 | | properties  | volume_backend_name='lvmdriver-1'    |
2021-05-19 01:53:05.983 | +-------------+--------------------------------------+
2021-05-19 01:53:06.153 | + lib/cinder:create_volume_types:573       :   [[ False == \T\r\u\e ]]
2021-05-19 01:53:06.161 | + ./stack.sh:main:1312                     :   [[ False == \T\r\u\e ]]
2021-05-19 01:53:06.164 | + ./stack.sh:main:1320                     :   is_service_enabled glance
2021-05-19 01:53:06.224 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:53:06.240 | + ./stack.sh:main:1321                     :   echo_summary 'Starting Glance'
2021-05-19 01:53:06.247 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:53:06.266 | + ./stack.sh:echo_summary:428              :   echo -e Starting Glance
2021-05-19 01:53:06.279 | + ./stack.sh:main:1322                     :   start_glance
2021-05-19 01:53:06.295 | + lib/glance:start_glance:528              :   local service_protocol=http
2021-05-19 01:53:06.299 | + lib/glance:start_glance:529              :   is_service_enabled tls-proxy
2021-05-19 01:53:06.347 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:53:06.349 | + lib/glance:start_glance:535              :   [[ False == False ]]
2021-05-19 01:53:06.352 | ++ lib/glance:start_glance:536              :   which uwsgi
2021-05-19 01:53:06.358 | + lib/glance:start_glance:536              :   run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2021-05-19 01:53:06.361 | + functions-common:run_process:1559        :   local service=g-api
2021-05-19 01:53:06.364 | + functions-common:run_process:1560        :   local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2021-05-19 01:53:06.366 | + functions-common:run_process:1561        :   local group=
2021-05-19 01:53:06.369 | + functions-common:run_process:1562        :   local user=
2021-05-19 01:53:06.371 | + functions-common:run_process:1564        :   local name=g-api
2021-05-19 01:53:06.384 | + functions-common:run_process:1566        :   time_start run_process
2021-05-19 01:53:06.388 | + functions-common:time_start:2290         :   local name=run_process
2021-05-19 01:53:06.390 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:53:06.393 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:53:06.396 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:53:06.401 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389186398
2021-05-19 01:53:06.405 | + functions-common:run_process:1567        :   is_service_enabled g-api
2021-05-19 01:53:06.428 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:53:06.431 | + functions-common:run_process:1568        :   _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' ''
2021-05-19 01:53:06.434 | + functions-common:_run_under_systemd:1524 :   local service=g-api
2021-05-19 01:53:06.437 | + functions-common:_run_under_systemd:1525 :   local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2021-05-19 01:53:06.440 | + functions-common:_run_under_systemd:1526 :   local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2021-05-19 01:53:06.443 | + functions-common:_run_under_systemd:1528 :   _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2021-05-19 01:53:06.445 | + functions-common:_common_systemd_pitfalls:1496 :   local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2021-05-19 01:53:06.448 | + functions-common:_common_systemd_pitfalls:1499 :   [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]]
2021-05-19 01:53:06.453 | + functions-common:_common_systemd_pitfalls:1510 :   [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]]
2021-05-19 01:53:06.457 | + functions-common:_run_under_systemd:1530 :   local systemd_service=devstack@g-api.service
2021-05-19 01:53:06.461 | + functions-common:_run_under_systemd:1531 :   local group=
2021-05-19 01:53:06.464 | + functions-common:_run_under_systemd:1532 :   local user=ubuntu
2021-05-19 01:53:06.468 | + functions-common:_run_under_systemd:1533 :   [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]]
2021-05-19 01:53:06.471 | + functions-common:_run_under_systemd:1534 :   write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' ubuntu
2021-05-19 01:53:06.475 | + functions-common:write_uwsgi_user_unit_file:1468 :   local service=devstack@g-api.service
2021-05-19 01:53:06.477 | + functions-common:write_uwsgi_user_unit_file:1469 :   local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2021-05-19 01:53:06.479 | + functions-common:write_uwsgi_user_unit_file:1470 :   local group=
2021-05-19 01:53:06.482 | + functions-common:write_uwsgi_user_unit_file:1471 :   local user=ubuntu
2021-05-19 01:53:06.485 | + functions-common:write_uwsgi_user_unit_file:1472 :   local unitfile=/etc/systemd/system/devstack@g-api.service
2021-05-19 01:53:06.487 | + functions-common:write_uwsgi_user_unit_file:1473 :   mkdir -p /etc/systemd/system
2021-05-19 01:53:06.492 | + functions-common:write_uwsgi_user_unit_file:1475 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service'
2021-05-19 01:53:06.572 | + functions-common:write_uwsgi_user_unit_file:1476 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service
2021-05-19 01:53:06.649 | + functions-common:write_uwsgi_user_unit_file:1477 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service User ubuntu
2021-05-19 01:53:06.722 | + functions-common:write_uwsgi_user_unit_file:1478 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini'
2021-05-19 01:53:06.791 | + functions-common:write_uwsgi_user_unit_file:1479 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID'
2021-05-19 01:53:06.868 | + functions-common:write_uwsgi_user_unit_file:1480 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify
2021-05-19 01:53:06.949 | + functions-common:write_uwsgi_user_unit_file:1481 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process
2021-05-19 01:53:07.023 | + functions-common:write_uwsgi_user_unit_file:1482 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always
2021-05-19 01:53:07.093 | + functions-common:write_uwsgi_user_unit_file:1483 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all
2021-05-19 01:53:07.160 | + functions-common:write_uwsgi_user_unit_file:1484 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100
2021-05-19 01:53:07.235 | + functions-common:write_uwsgi_user_unit_file:1486 :   [[ -n '' ]]
2021-05-19 01:53:07.238 | + functions-common:write_uwsgi_user_unit_file:1489 :   iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target
2021-05-19 01:53:07.324 | + functions-common:write_uwsgi_user_unit_file:1492 :   sudo systemctl daemon-reload
2021-05-19 01:53:07.807 | + functions-common:_run_under_systemd:1539 :   sudo systemctl enable devstack@g-api.service
2021-05-19 01:53:07.821 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service.
2021-05-19 01:53:08.275 | + functions-common:_run_under_systemd:1540 :   sudo systemctl start devstack@g-api.service
2021-05-19 01:53:08.359 | + functions-common:run_process:1570        :   time_stop run_process
2021-05-19 01:53:08.364 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:53:08.365 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:53:08.369 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:53:08.373 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:53:08.374 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:53:08.381 | + functions-common:time_stop:2310          :   name=run_process
2021-05-19 01:53:08.381 | + functions-common:time_stop:2311          :   start_time=1621389186398
2021-05-19 01:53:08.384 | + functions-common:time_stop:2313          :   [[ -z 1621389186398 ]]
2021-05-19 01:53:08.395 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:53:08.405 | + functions-common:time_stop:2316          :   end_time=1621389188397
2021-05-19 01:53:08.408 | + functions-common:time_stop:2317          :   elapsed_time=1999
2021-05-19 01:53:08.410 | + functions-common:time_stop:2318          :   total=37553
2021-05-19 01:53:08.420 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:53:08.428 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=39552
2021-05-19 01:53:08.431 | + lib/glance:start_glance:541              :   is_service_enabled g-api-r
2021-05-19 01:53:08.489 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:53:08.496 | + lib/glance:start_glance:546              :   echo 'Waiting for g-api (10.222.0.39) to start...'
2021-05-19 01:53:08.496 | Waiting for g-api (10.222.0.39) to start...
2021-05-19 01:53:08.500 | + lib/glance:start_glance:547              :   wait_for_service 60 http://10.222.0.39/image
2021-05-19 01:53:08.500 | + functions:wait_for_service:457           :   local timeout=60
2021-05-19 01:53:08.505 | + functions:wait_for_service:458           :   local url=http://10.222.0.39/image
2021-05-19 01:53:08.519 | + functions:wait_for_service:459           :   local rval=0
2021-05-19 01:53:08.525 | + functions:wait_for_service:460           :   time_start wait_for_service
2021-05-19 01:53:08.526 | + functions-common:time_start:2290         :   local name=wait_for_service
2021-05-19 01:53:08.530 | + functions-common:time_start:2291         :   local start_time=
2021-05-19 01:53:08.537 | + functions-common:time_start:2292         :   [[ -n '' ]]
2021-05-19 01:53:08.545 | ++ functions-common:time_start:2295         :   date +%s%3N
2021-05-19 01:53:08.555 | + functions-common:time_start:2295         :   _TIME_START[$name]=1621389188547
2021-05-19 01:53:08.561 | + functions:wait_for_service:461           :   timeout 60 bash -x
2021-05-19 01:53:08.577 | ++ ::                                       :   curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.39/image
2021-05-19 01:53:12.500 | + ::                                       :   [[ 300 == 503 ]]
2021-05-19 01:53:12.504 | + ::                                       :   [[ 0 -eq 7 ]]
2021-05-19 01:53:12.511 | + functions:wait_for_service:466           :   time_stop wait_for_service
2021-05-19 01:53:12.515 | + functions-common:time_stop:2304          :   local name
2021-05-19 01:53:12.518 | + functions-common:time_stop:2305          :   local end_time
2021-05-19 01:53:12.521 | + functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:53:12.532 | + functions-common:time_stop:2307          :   local total
2021-05-19 01:53:12.535 | + functions-common:time_stop:2308          :   local start_time
2021-05-19 01:53:12.538 | + functions-common:time_stop:2310          :   name=wait_for_service
2021-05-19 01:53:12.540 | + functions-common:time_stop:2311          :   start_time=1621389188547
2021-05-19 01:53:12.544 | + functions-common:time_stop:2313          :   [[ -z 1621389188547 ]]
2021-05-19 01:53:12.551 | ++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:53:12.556 | + functions-common:time_stop:2316          :   end_time=1621389192553
2021-05-19 01:53:12.559 | + functions-common:time_stop:2317          :   elapsed_time=4006
2021-05-19 01:53:12.562 | + functions-common:time_stop:2318          :   total=22677
2021-05-19 01:53:12.564 | + functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:53:12.567 | + functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=26683
2021-05-19 01:53:12.570 | + functions:wait_for_service:467           :   return 0
2021-05-19 01:53:12.573 | + ./stack.sh:main:1336                     :   is_service_enabled mysql postgresql
2021-05-19 01:53:12.601 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:53:12.604 | + ./stack.sh:main:1336                     :   is_service_enabled glance
2021-05-19 01:53:12.624 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:53:12.634 | + ./stack.sh:main:1337                     :   echo_summary 'Uploading images'
2021-05-19 01:53:12.634 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:53:12.634 | + ./stack.sh:echo_summary:428              :   echo -e Uploading images
2021-05-19 01:53:12.636 | + ./stack.sh:main:1339                     :   for image_url in ${IMAGE_URLS//,/ }
2021-05-19 01:53:12.639 | + ./stack.sh:main:1340                     :   upload_image http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2021-05-19 01:53:12.642 | + functions:upload_image:132               :   local image_url=http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2021-05-19 01:53:12.644 | + functions:upload_image:134               :   local image image_fname image_name
2021-05-19 01:53:12.646 | + functions:upload_image:137               :   mkdir -p /home/ubuntu/devstack/files/images
2021-05-19 01:53:12.651 | ++ functions:upload_image:138               :   basename http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2021-05-19 01:53:12.658 | + functions:upload_image:138               :   image_fname=ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2021-05-19 01:53:12.658 | + functions:upload_image:139               :   [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx != file* ]]
2021-05-19 01:53:12.660 | + functions:upload_image:141               :   [[ ! -f /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx ]]
2021-05-19 01:53:12.662 | + functions:upload_image:142               :   wget --progress=dot:giga -c http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx -O /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2021-05-19 01:53:12.665 | --2021-05-19 01:53:12--  http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2021-05-19 01:53:12.667 | Connecting to 10.100.0.9:80... connected.
2021-05-19 01:53:12.668 | HTTP request sent, awaiting response... 200 OK
2021-05-19 01:53:12.668 | Length: 645922816 (616M)
2021-05-19 01:53:12.668 | Saving to: ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’
2021-05-19 01:53:12.694 | 
2021-05-19 01:53:12.987 |      0K ........ ........ ........ ........  5%  103M 6s
2021-05-19 01:53:13.280 |  32768K ........ ........ ........ ........ 10%  112M 5s
2021-05-19 01:53:13.574 |  65536K ........ ........ ........ ........ 15%  106M 5s
2021-05-19 01:53:13.860 |  98304K ........ ........ ........ ........ 20%  112M 5s
2021-05-19 01:53:14.148 | 131072K ........ ........ ........ ........ 25%  111M 4s
2021-05-19 01:53:14.434 | 163840K ........ ........ ........ ........ 31%  112M 4s
2021-05-19 01:53:14.723 | 196608K ........ ........ ........ ........ 36%  111M 4s
2021-05-19 01:53:15.008 | 229376K ........ ........ ........ ........ 41%  112M 3s
2021-05-19 01:53:15.298 | 262144K ........ ........ ........ ........ 46%  110M 3s
2021-05-19 01:53:15.585 | 294912K ........ ........ ........ ........ 51%  112M 3s
2021-05-19 01:53:15.879 | 327680K ........ ........ ........ ........ 57%  112M 2s
2021-05-19 01:53:16.157 | 360448K ........ ........ ........ ........ 62%  112M 2s
2021-05-19 01:53:16.457 | 393216K ........ ........ ........ ........ 67%  107M 2s
2021-05-19 01:53:16.750 | 425984K ........ ........ ........ ........ 72%  110M 2s
2021-05-19 01:53:17.036 | 458752K ........ ........ ........ ........ 77%  110M 1s
2021-05-19 01:53:17.322 | 491520K ........ ........ ........ ........ 83%  112M 1s
2021-05-19 01:53:17.608 | 524288K ........ ........ ........ ........ 88%  112M 1s
2021-05-19 01:53:17.895 | 557056K ........ ........ ........ ........ 93%  112M 0s
2021-05-19 01:53:18.190 | 589824K ........ ........ ........ ........ 98%  108M 0s
2021-05-19 01:53:18.253 | 622592K ........                           100%  112M=5.6s
2021-05-19 01:53:18.253 | 
2021-05-19 01:53:18.253 | 2021-05-19 01:53:18 (110 MB/s) - ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ saved [645922816/645922816]
2021-05-19 01:53:18.253 | 
2021-05-19 01:53:18.256 | + functions:upload_image:143               :   [[ 0 -ne 0 ]]
2021-05-19 01:53:18.258 | + functions:upload_image:148               :   image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2021-05-19 01:53:18.260 | + functions:upload_image:162               :   [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ openvz ]]
2021-05-19 01:53:18.263 | + functions:upload_image:169               :   [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vmdk ]]
2021-05-19 01:53:18.281 | + functions:upload_image:283               :   [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.hds ]]
2021-05-19 01:53:18.281 | + functions:upload_image:294               :   local kernel=
2021-05-19 01:53:18.281 | + functions:upload_image:295               :   local ramdisk=
2021-05-19 01:53:18.281 | + functions:upload_image:296               :   local disk_format=
2021-05-19 01:53:18.281 | + functions:upload_image:297               :   local container_format=
2021-05-19 01:53:18.281 | + functions:upload_image:298               :   local unpack=
2021-05-19 01:53:18.281 | + functions:upload_image:299               :   local img_property=
2021-05-19 01:53:18.283 | + functions:upload_image:303               :   [[ libvirt == \l\i\b\v\i\r\t ]]
2021-05-19 01:53:18.285 | + functions:upload_image:304               :   [[ kvm == \q\e\m\u ]]
2021-05-19 01:53:18.287 | + functions:upload_image:304               :   [[ kvm == \k\v\m ]]
2021-05-19 01:53:18.289 | + functions:upload_image:305               :   img_property=hw_rng_model=virtio
2021-05-19 01:53:18.292 | + functions:upload_image:309               :   case "$image_fname" in
2021-05-19 01:53:18.295 | + functions:upload_image:374               :   local extension=04-minimal-cloudimg-amd64-sync.vhdx
2021-05-19 01:53:18.298 | ++ functions:upload_image:375               :   basename /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx .04-minimal-cloudimg-amd64-sync.vhdx
2021-05-19 01:53:18.302 | + functions:upload_image:375               :   image_name=ubuntu-16
2021-05-19 01:53:18.306 | ++ functions:upload_image:376               :   grep -oP '(?<=\.)vhdx?(?=\.|$)'
2021-05-19 01:53:18.307 | ++ functions:upload_image:376               :   echo ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2021-05-19 01:53:18.312 | + functions:upload_image:376               :   disk_format=vhdx
2021-05-19 01:53:18.314 | + functions:upload_image:377               :   container_format=bare
2021-05-19 01:53:18.316 | + functions:upload_image:378               :   '[' vhdx == gz ']'
2021-05-19 01:53:18.319 | + functions:upload_image:385               :   is_arch ppc64le
2021-05-19 01:53:18.322 | ++ functions-common:is_arch:428             :   uname -m
2021-05-19 01:53:18.326 | + functions-common:is_arch:428             :   [[ x86_64 == \p\p\c\6\4\l\e ]]
2021-05-19 01:53:18.328 | + functions:upload_image:385               :   is_arch ppc64
2021-05-19 01:53:18.331 | ++ functions-common:is_arch:428             :   uname -m
2021-05-19 01:53:18.335 | + functions-common:is_arch:428             :   [[ x86_64 == \p\p\c\6\4 ]]
2021-05-19 01:53:18.337 | + functions:upload_image:385               :   is_arch ppc
2021-05-19 01:53:18.340 | ++ functions-common:is_arch:428             :   uname -m
2021-05-19 01:53:18.344 | + functions-common:is_arch:428             :   [[ x86_64 == \p\p\c ]]
2021-05-19 01:53:18.347 | + functions:upload_image:389               :   is_arch aarch64
2021-05-19 01:53:18.349 | ++ functions-common:is_arch:428             :   uname -m
2021-05-19 01:53:18.353 | + functions-common:is_arch:428             :   [[ x86_64 == \a\a\r\c\h\6\4 ]]
2021-05-19 01:53:18.356 | + functions:upload_image:393               :   '[' bare = bare ']'
2021-05-19 01:53:18.359 | + functions:upload_image:394               :   '[' '' = zcat ']'
2021-05-19 01:53:18.361 | + functions:upload_image:396               :   '[' '' = bunzip2 ']'
2021-05-19 01:53:18.363 | + functions:upload_image:398               :   '[' '' = unxz ']'
2021-05-19 01:53:18.366 | + functions:upload_image:409               :   _upload_image ubuntu-16 bare vhdx /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx hw_rng_model=virtio
2021-05-19 01:53:18.368 | + functions:_upload_image:104              :   local image_name=ubuntu-16
2021-05-19 01:53:18.370 | + functions:_upload_image:105              :   shift
2021-05-19 01:53:18.372 | + functions:_upload_image:106              :   local container=bare
2021-05-19 01:53:18.375 | + functions:_upload_image:107              :   shift
2021-05-19 01:53:18.377 | + functions:_upload_image:108              :   local disk=vhdx
2021-05-19 01:53:18.379 | + functions:_upload_image:109              :   shift
2021-05-19 01:53:18.381 | + functions:_upload_image:110              :   local image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx
2021-05-19 01:53:18.383 | + functions:_upload_image:111              :   shift
2021-05-19 01:53:18.385 | + functions:_upload_image:112              :   local properties
2021-05-19 01:53:18.387 | + functions:_upload_image:113              :   local useimport
2021-05-19 01:53:18.390 | ++ functions:_upload_image:115              :   _image_properties_to_arg hw_rng_model=virtio
2021-05-19 01:53:18.392 | ++ functions:_image_properties_to_arg:87    :   local result=
2021-05-19 01:53:18.395 | ++ functions:_image_properties_to_arg:88    :   for property in $*
2021-05-19 01:53:18.397 | ++ functions:_image_properties_to_arg:89    :   result+=' --property hw_rng_model=virtio'
2021-05-19 01:53:18.399 | ++ functions:_image_properties_to_arg:91    :   echo --property hw_rng_model=virtio
2021-05-19 01:53:18.401 | + functions:_upload_image:115              :   properties='--property hw_rng_model=virtio'
2021-05-19 01:53:18.404 | + functions:_upload_image:117              :   [[ False == \T\r\u\e ]]
2021-05-19 01:53:18.407 | + functions:_upload_image:121              :   openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create ubuntu-16 --public --container-format bare --disk-format vhdx --property hw_rng_model=virtio
2021-05-19 01:53:22.232 | + inc/async:async_inner:64                 :   rc=0
2021-05-19 01:53:22.265 | [110561 Async create_flavors:110561]: finished successfully
2021-05-19 01:53:37.764 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:37.764 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:37.764 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:37.765 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:37.765 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2021-05-19 01:53:37.765 | | Field            | Value                                                                                                                                                                |
2021-05-19 01:53:37.765 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2021-05-19 01:53:37.765 | | container_format | bare                                                                                                                                                                 |
2021-05-19 01:53:37.765 | | created_at       | 2021-05-19T01:53:21Z                                                                                                                                                 |
2021-05-19 01:53:37.765 | | disk_format      | vhdx                                                                                                                                                                 |
2021-05-19 01:53:37.765 | | file             | /v2/images/52b6ddea-8f2a-442c-87f8-aac610093eb3/file                                                                                                                 |
2021-05-19 01:53:37.765 | | id               | 52b6ddea-8f2a-442c-87f8-aac610093eb3                                                                                                                                 |
2021-05-19 01:53:37.765 | | min_disk         | 0                                                                                                                                                                    |
2021-05-19 01:53:37.765 | | min_ram          | 0                                                                                                                                                                    |
2021-05-19 01:53:37.765 | | name             | ubuntu-16                                                                                                                                                            |
2021-05-19 01:53:37.765 | | owner            | 59aacdaeaf9542af8d07d6dcf84a4db0                                                                                                                                     |
2021-05-19 01:53:37.765 | | properties       | hw_rng_model='virtio', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/ubuntu-16', owner_specified.openstack.sha256='' |
2021-05-19 01:53:37.765 | | protected        | False                                                                                                                                                                |
2021-05-19 01:53:37.765 | | schema           | /v2/schemas/image                                                                                                                                                    |
2021-05-19 01:53:37.765 | | status           | queued                                                                                                                                                               |
2021-05-19 01:53:37.765 | | tags             |                                                                                                                                                                      |
2021-05-19 01:53:37.765 | | updated_at       | 2021-05-19T01:53:21Z                                                                                                                                                 |
2021-05-19 01:53:37.765 | | visibility       | public                                                                                                                                                               |
2021-05-19 01:53:37.765 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2021-05-19 01:53:37.922 | + ./stack.sh:main:1345                     :   is_service_enabled horizon
2021-05-19 01:53:37.939 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:53:37.942 | + ./stack.sh:main:1351                     :   async_wait create_flavors
2021-05-19 01:53:37.995 | [11275 Async create_flavors:110561]: Waiting for completion of create_flavors running on PID 110561 (2 other jobs running)
2021-05-19 01:53:38.023 | [11275 Async create_flavors:110561]: Signaling child to exit
2021-05-19 01:53:38.023 | WAKEUP
2021-05-19 01:53:38.049 | [11275 Async create_flavors:110561]: Signaled
2021-05-19 01:53:38.051 | + lib/nova:create_flavors:1130             :   is_service_enabled n-api
2021-05-19 01:53:38.051 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:53:38.051 | + lib/nova:create_flavors:1131             :   openstack --os-region-name=RegionOne flavor list
2021-05-19 01:53:38.051 | + lib/nova:create_flavors:1131             :   grep -q ds512M
2021-05-19 01:53:38.051 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.051 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.051 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.051 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.051 | + lib/nova:create_flavors:1133             :   openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256
2021-05-19 01:53:38.051 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.051 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.051 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.051 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.051 | +----------------------------+-----------------------+
2021-05-19 01:53:38.051 | | Field                      | Value                 |
2021-05-19 01:53:38.051 | +----------------------------+-----------------------+
2021-05-19 01:53:38.051 | | OS-FLV-DISABLED:disabled   | False                 |
2021-05-19 01:53:38.051 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2021-05-19 01:53:38.051 | | description                | None                  |
2021-05-19 01:53:38.051 | | disk                       | 1                     |
2021-05-19 01:53:38.052 | | id                         | c1                    |
2021-05-19 01:53:38.052 | | name                       | cirros256             |
2021-05-19 01:53:38.052 | | os-flavor-access:is_public | True                  |
2021-05-19 01:53:38.052 | | properties                 | hw_rng:allowed='True' |
2021-05-19 01:53:38.052 | | ram                        | 256                   |
2021-05-19 01:53:38.052 | | rxtx_factor                | 1.0                   |
2021-05-19 01:53:38.052 | | swap                       |                       |
2021-05-19 01:53:38.052 | | vcpus                      | 1                     |
2021-05-19 01:53:38.052 | +----------------------------+-----------------------+
2021-05-19 01:53:38.052 | + lib/nova:create_flavors:1134             :   openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M
2021-05-19 01:53:38.052 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.052 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.052 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.052 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.052 | +----------------------------+-----------------------+
2021-05-19 01:53:38.052 | | Field                      | Value                 |
2021-05-19 01:53:38.052 | +----------------------------+-----------------------+
2021-05-19 01:53:38.052 | | OS-FLV-DISABLED:disabled   | False                 |
2021-05-19 01:53:38.052 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2021-05-19 01:53:38.052 | | description                | None                  |
2021-05-19 01:53:38.052 | | disk                       | 5                     |
2021-05-19 01:53:38.052 | | id                         | d1                    |
2021-05-19 01:53:38.052 | | name                       | ds512M                |
2021-05-19 01:53:38.052 | | os-flavor-access:is_public | True                  |
2021-05-19 01:53:38.052 | | properties                 | hw_rng:allowed='True' |
2021-05-19 01:53:38.052 | | ram                        | 512                   |
2021-05-19 01:53:38.052 | | rxtx_factor                | 1.0                   |
2021-05-19 01:53:38.052 | | swap                       |                       |
2021-05-19 01:53:38.052 | | vcpus                      | 1                     |
2021-05-19 01:53:38.052 | +----------------------------+-----------------------+
2021-05-19 01:53:38.052 | + lib/nova:create_flavors:1135             :   openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G
2021-05-19 01:53:38.052 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.052 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.053 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.053 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.053 | +----------------------------+-----------------------+
2021-05-19 01:53:38.053 | | Field                      | Value                 |
2021-05-19 01:53:38.053 | +----------------------------+-----------------------+
2021-05-19 01:53:38.053 | | OS-FLV-DISABLED:disabled   | False                 |
2021-05-19 01:53:38.053 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2021-05-19 01:53:38.053 | | description                | None                  |
2021-05-19 01:53:38.053 | | disk                       | 10                    |
2021-05-19 01:53:38.053 | | id                         | d2                    |
2021-05-19 01:53:38.053 | | name                       | ds1G                  |
2021-05-19 01:53:38.053 | | os-flavor-access:is_public | True                  |
2021-05-19 01:53:38.053 | | properties                 | hw_rng:allowed='True' |
2021-05-19 01:53:38.053 | | ram                        | 1024                  |
2021-05-19 01:53:38.053 | | rxtx_factor                | 1.0                   |
2021-05-19 01:53:38.053 | | swap                       |                       |
2021-05-19 01:53:38.053 | | vcpus                      | 1                     |
2021-05-19 01:53:38.053 | +----------------------------+-----------------------+
2021-05-19 01:53:38.053 | + lib/nova:create_flavors:1136             :   openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G
2021-05-19 01:53:38.053 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.053 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.053 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.053 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.053 | +----------------------------+-----------------------+
2021-05-19 01:53:38.053 | | Field                      | Value                 |
2021-05-19 01:53:38.053 | +----------------------------+-----------------------+
2021-05-19 01:53:38.053 | | OS-FLV-DISABLED:disabled   | False                 |
2021-05-19 01:53:38.053 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2021-05-19 01:53:38.053 | | description                | None                  |
2021-05-19 01:53:38.053 | | disk                       | 10                    |
2021-05-19 01:53:38.054 | | id                         | d3                    |
2021-05-19 01:53:38.054 | | name                       | ds2G                  |
2021-05-19 01:53:38.054 | | os-flavor-access:is_public | True                  |
2021-05-19 01:53:38.054 | | properties                 | hw_rng:allowed='True' |
2021-05-19 01:53:38.054 | | ram                        | 2048                  |
2021-05-19 01:53:38.054 | | rxtx_factor                | 1.0                   |
2021-05-19 01:53:38.054 | | swap                       |                       |
2021-05-19 01:53:38.054 | | vcpus                      | 2                     |
2021-05-19 01:53:38.054 | +----------------------------+-----------------------+
2021-05-19 01:53:38.054 | + lib/nova:create_flavors:1137             :   openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G
2021-05-19 01:53:38.054 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.054 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.054 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.054 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.054 | +----------------------------+-----------------------+
2021-05-19 01:53:38.054 | | Field                      | Value                 |
2021-05-19 01:53:38.054 | +----------------------------+-----------------------+
2021-05-19 01:53:38.054 | | OS-FLV-DISABLED:disabled   | False                 |
2021-05-19 01:53:38.054 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2021-05-19 01:53:38.054 | | description                | None                  |
2021-05-19 01:53:38.054 | | disk                       | 20                    |
2021-05-19 01:53:38.054 | | id                         | d4                    |
2021-05-19 01:53:38.054 | | name                       | ds4G                  |
2021-05-19 01:53:38.054 | | os-flavor-access:is_public | True                  |
2021-05-19 01:53:38.054 | | properties                 | hw_rng:allowed='True' |
2021-05-19 01:53:38.054 | | ram                        | 4096                  |
2021-05-19 01:53:38.054 | | rxtx_factor                | 1.0                   |
2021-05-19 01:53:38.054 | | swap                       |                       |
2021-05-19 01:53:38.054 | | vcpus                      | 4                     |
2021-05-19 01:53:38.054 | +----------------------------+-----------------------+
2021-05-19 01:53:38.054 | + lib/nova:create_flavors:1140             :   grep -q m1.tiny
2021-05-19 01:53:38.055 | + lib/nova:create_flavors:1140             :   openstack --os-region-name=RegionOne flavor list
2021-05-19 01:53:38.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.055 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.055 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.055 | + lib/nova:create_flavors:1141             :   openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny
2021-05-19 01:53:38.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.055 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.055 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.055 | +----------------------------+-----------------------+
2021-05-19 01:53:38.055 | | Field                      | Value                 |
2021-05-19 01:53:38.055 | +----------------------------+-----------------------+
2021-05-19 01:53:38.055 | | OS-FLV-DISABLED:disabled   | False                 |
2021-05-19 01:53:38.055 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2021-05-19 01:53:38.055 | | description                | None                  |
2021-05-19 01:53:38.055 | | disk                       | 1                     |
2021-05-19 01:53:38.055 | | id                         | 1                     |
2021-05-19 01:53:38.055 | | name                       | m1.tiny               |
2021-05-19 01:53:38.055 | | os-flavor-access:is_public | True                  |
2021-05-19 01:53:38.055 | | properties                 | hw_rng:allowed='True' |
2021-05-19 01:53:38.055 | | ram                        | 512                   |
2021-05-19 01:53:38.055 | | rxtx_factor                | 1.0                   |
2021-05-19 01:53:38.055 | | swap                       |                       |
2021-05-19 01:53:38.055 | | vcpus                      | 1                     |
2021-05-19 01:53:38.055 | +----------------------------+-----------------------+
2021-05-19 01:53:38.055 | + lib/nova:create_flavors:1142             :   openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small
2021-05-19 01:53:38.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.055 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.056 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.056 | +----------------------------+-----------------------+
2021-05-19 01:53:38.056 | | Field                      | Value                 |
2021-05-19 01:53:38.056 | +----------------------------+-----------------------+
2021-05-19 01:53:38.056 | | OS-FLV-DISABLED:disabled   | False                 |
2021-05-19 01:53:38.056 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2021-05-19 01:53:38.056 | | description                | None                  |
2021-05-19 01:53:38.056 | | disk                       | 20                    |
2021-05-19 01:53:38.056 | | id                         | 2                     |
2021-05-19 01:53:38.056 | | name                       | m1.small              |
2021-05-19 01:53:38.056 | | os-flavor-access:is_public | True                  |
2021-05-19 01:53:38.056 | | properties                 | hw_rng:allowed='True' |
2021-05-19 01:53:38.056 | | ram                        | 2048                  |
2021-05-19 01:53:38.056 | | rxtx_factor                | 1.0                   |
2021-05-19 01:53:38.056 | | swap                       |                       |
2021-05-19 01:53:38.056 | | vcpus                      | 1                     |
2021-05-19 01:53:38.056 | +----------------------------+-----------------------+
2021-05-19 01:53:38.056 | + lib/nova:create_flavors:1143             :   openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium
2021-05-19 01:53:38.056 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.056 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.056 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.056 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.056 | +----------------------------+-----------------------+
2021-05-19 01:53:38.056 | | Field                      | Value                 |
2021-05-19 01:53:38.056 | +----------------------------+-----------------------+
2021-05-19 01:53:38.056 | | OS-FLV-DISABLED:disabled   | False                 |
2021-05-19 01:53:38.056 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2021-05-19 01:53:38.056 | | description                | None                  |
2021-05-19 01:53:38.056 | | disk                       | 40                    |
2021-05-19 01:53:38.056 | | id                         | 3                     |
2021-05-19 01:53:38.056 | | name                       | m1.medium             |
2021-05-19 01:53:38.056 | | os-flavor-access:is_public | True                  |
2021-05-19 01:53:38.056 | | properties                 | hw_rng:allowed='True' |
2021-05-19 01:53:38.057 | | ram                        | 4096                  |
2021-05-19 01:53:38.057 | | rxtx_factor                | 1.0                   |
2021-05-19 01:53:38.057 | | swap                       |                       |
2021-05-19 01:53:38.057 | | vcpus                      | 2                     |
2021-05-19 01:53:38.057 | +----------------------------+-----------------------+
2021-05-19 01:53:38.057 | + lib/nova:create_flavors:1144             :   openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large
2021-05-19 01:53:38.057 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.057 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.057 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.057 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.057 | +----------------------------+-----------------------+
2021-05-19 01:53:38.057 | | Field                      | Value                 |
2021-05-19 01:53:38.057 | +----------------------------+-----------------------+
2021-05-19 01:53:38.057 | | OS-FLV-DISABLED:disabled   | False                 |
2021-05-19 01:53:38.057 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2021-05-19 01:53:38.057 | | description                | None                  |
2021-05-19 01:53:38.057 | | disk                       | 80                    |
2021-05-19 01:53:38.057 | | id                         | 4                     |
2021-05-19 01:53:38.057 | | name                       | m1.large              |
2021-05-19 01:53:38.057 | | os-flavor-access:is_public | True                  |
2021-05-19 01:53:38.057 | | properties                 | hw_rng:allowed='True' |
2021-05-19 01:53:38.057 | | ram                        | 8192                  |
2021-05-19 01:53:38.057 | | rxtx_factor                | 1.0                   |
2021-05-19 01:53:38.057 | | swap                       |                       |
2021-05-19 01:53:38.057 | | vcpus                      | 4                     |
2021-05-19 01:53:38.057 | +----------------------------+-----------------------+
2021-05-19 01:53:38.057 | + lib/nova:create_flavors:1145             :   openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge
2021-05-19 01:53:38.057 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.057 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.057 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:38.057 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:38.058 | +----------------------------+-----------------------+
2021-05-19 01:53:38.058 | | Field                      | Value                 |
2021-05-19 01:53:38.058 | +----------------------------+-----------------------+
2021-05-19 01:53:38.058 | | OS-FLV-DISABLED:disabled   | False                 |
2021-05-19 01:53:38.058 | | OS-FLV-EXT-DATA:ephemeral  | 0                     |
2021-05-19 01:53:38.058 | | description                | None                  |
2021-05-19 01:53:38.058 | | disk                       | 160                   |
2021-05-19 01:53:38.058 | | id                         | 5                     |
2021-05-19 01:53:38.058 | | name                       | m1.xlarge             |
2021-05-19 01:53:38.058 | | os-flavor-access:is_public | True                  |
2021-05-19 01:53:38.058 | | properties                 | hw_rng:allowed='True' |
2021-05-19 01:53:38.058 | | ram                        | 16384                 |
2021-05-19 01:53:38.058 | | rxtx_factor                | 1.0                   |
2021-05-19 01:53:38.058 | | swap                       |                       |
2021-05-19 01:53:38.058 | | vcpus                      | 8                     |
2021-05-19 01:53:38.058 | +----------------------------+-----------------------+
2021-05-19 01:53:38.101 | [11275 Async create_flavors:110561]: finished create_flavors with result 0 in 32 seconds
2021-05-19 01:53:38.106 | + inc/async:async_wait:197                 :   return 0
2021-05-19 01:53:38.108 | + ./stack.sh:main:1361                     :   is_service_enabled nova
2021-05-19 01:53:38.127 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:53:38.129 | + ./stack.sh:main:1361                     :   is_service_enabled keystone
2021-05-19 01:53:38.148 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:53:38.150 | + ./stack.sh:main:1362                     :   USERRC_PARAMS='-PA --target-dir /home/ubuntu/devstack/accrc'
2021-05-19 01:53:38.153 | + ./stack.sh:main:1364                     :   '[' -f /opt/stack/data/ca-bundle.pem ']'
2021-05-19 01:53:38.156 | + ./stack.sh:main:1368                     :   /home/ubuntu/devstack/tools/create_userrc.sh -PA --target-dir /home/ubuntu/devstack/accrc
2021-05-19 01:53:38.161 | + home/ubuntu/devstack/tools/create_userrc.sh:main:31 :   ACCOUNT_DIR=./accrc
2021-05-19 01:53:38.163 | ++ 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-05-19 01:53:38.165 | + home/ubuntu/devstack/tools/create_userrc.sh:main:80 :   options=' -P -A --target-dir '\''/home/ubuntu/devstack/accrc'\'' --'
2021-05-19 01:53:38.167 | + home/ubuntu/devstack/tools/create_userrc.sh:main:84 :   eval set -- -P -A --target-dir ''\''/home/ubuntu/devstack/accrc'\''' --
2021-05-19 01:53:38.169 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:84 :   set -- -P -A --target-dir /home/ubuntu/devstack/accrc --
2021-05-19 01:53:38.171 | + home/ubuntu/devstack/tools/create_userrc.sh:main:85 :   ADDPASS=
2021-05-19 01:53:38.172 | + home/ubuntu/devstack/tools/create_userrc.sh:main:86 :   HEAT_URL=
2021-05-19 01:53:38.174 | + home/ubuntu/devstack/tools/create_userrc.sh:main:91 :   SKIP_PROJECT=service
2021-05-19 01:53:38.175 | + home/ubuntu/devstack/tools/create_userrc.sh:main:92 :   MODE=
2021-05-19 01:53:38.177 | + home/ubuntu/devstack/tools/create_userrc.sh:main:93 :   ROLE=Member
2021-05-19 01:53:38.178 | + home/ubuntu/devstack/tools/create_userrc.sh:main:94 :   USER_NAME=
2021-05-19 01:53:38.180 | + home/ubuntu/devstack/tools/create_userrc.sh:main:95 :   USER_PASS=
2021-05-19 01:53:38.181 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 :   '[' 5 -gt 0 ']'
2021-05-19 01:53:38.183 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 :   case "$1" in
2021-05-19 01:53:38.185 | + home/ubuntu/devstack/tools/create_userrc.sh:main:119 :   ADDPASS=yes
2021-05-19 01:53:38.186 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 :   shift
2021-05-19 01:53:38.188 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 :   '[' 4 -gt 0 ']'
2021-05-19 01:53:38.189 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 :   case "$1" in
2021-05-19 01:53:38.191 | + home/ubuntu/devstack/tools/create_userrc.sh:main:118 :   MODE=all
2021-05-19 01:53:38.192 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 :   shift
2021-05-19 01:53:38.194 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 :   '[' 3 -gt 0 ']'
2021-05-19 01:53:38.195 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 :   case "$1" in
2021-05-19 01:53:38.197 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 :   ACCOUNT_DIR=/home/ubuntu/devstack/accrc
2021-05-19 01:53:38.198 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 :   shift
2021-05-19 01:53:38.200 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 :   shift
2021-05-19 01:53:38.202 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 :   '[' 1 -gt 0 ']'
2021-05-19 01:53:38.203 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 :   case "$1" in
2021-05-19 01:53:38.205 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 :   shift
2021-05-19 01:53:38.207 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 :   break
2021-05-19 01:53:38.209 | + home/ubuntu/devstack/tools/create_userrc.sh:main:129 :   '[' -z Passw0rd ']'
2021-05-19 01:53:38.211 | + home/ubuntu/devstack/tools/create_userrc.sh:main:138 :   '[' -z '' -a '' ']'
2021-05-19 01:53:38.212 | + home/ubuntu/devstack/tools/create_userrc.sh:main:142 :   '[' -z admin -a '' ']'
2021-05-19 01:53:38.214 | + home/ubuntu/devstack/tools/create_userrc.sh:main:146 :   '[' -z admin -a -z '' ']'
2021-05-19 01:53:38.216 | + home/ubuntu/devstack/tools/create_userrc.sh:main:150 :   '[' -z admin ']'
2021-05-19 01:53:38.218 | + home/ubuntu/devstack/tools/create_userrc.sh:main:154 :   '[' -z http://10.222.0.39/identity ']'
2021-05-19 01:53:38.219 | + home/ubuntu/devstack/tools/create_userrc.sh:main:158 :   '[' -z default -a -z '' ']'
2021-05-19 01:53:38.221 | + home/ubuntu/devstack/tools/create_userrc.sh:main:163 :   '[' -z default -a -z '' ']'
2021-05-19 01:53:38.222 | + home/ubuntu/devstack/tools/create_userrc.sh:main:168 :   USER_PASS=Passw0rd
2021-05-19 01:53:38.224 | + home/ubuntu/devstack/tools/create_userrc.sh:main:169 :   USER_NAME=admin
2021-05-19 01:53:38.225 | + home/ubuntu/devstack/tools/create_userrc.sh:main:171 :   '[' -z all ']'
2021-05-19 01:53:38.227 | + home/ubuntu/devstack/tools/create_userrc.sh:main:239 :   '[' all '!=' create ']'
2021-05-19 01:53:38.229 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   openstack project list --long --quote none -f csv
2021-05-19 01:53:38.232 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   IFS=,
2021-05-19 01:53:38.233 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   grep ,True
2021-05-19 01:53:38.235 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   read project_id project_name desc enabled
2021-05-19 01:53:38.236 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   grep -v service
2021-05-19 01:53:40.241 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:40.241 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:40.241 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:40.241 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:40.398 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   openstack user list --project 2030ceb3b55a41f9a6a9cd922ae85f72 --long --quote none -f csv
2021-05-19 01:53:40.398 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   grep ,True
2021-05-19 01:53:40.398 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:40.400 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:42.501 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:42.501 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:42.501 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:42.501 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:42.647 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 :   '[' all = one -a alt_demo '!=' admin ']'
2021-05-19 01:53:42.648 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   eval 'SPECIFIC_UPASSWORD=$alt_demo_password'
2021-05-19 01:53:42.650 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   SPECIFIC_UPASSWORD=
2021-05-19 01:53:42.652 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 :   '[' -n '' ']'
2021-05-19 01:53:42.653 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 :   add_entry c789c7225d5b40e29e06904bfb1b720e alt_demo 2030ceb3b55a41f9a6a9cd922ae85f72 alt_demo Passw0rd
2021-05-19 01:53:42.655 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 :   local user_id=c789c7225d5b40e29e06904bfb1b720e
2021-05-19 01:53:42.656 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 :   local user_name=alt_demo
2021-05-19 01:53:42.658 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 :   local project_id=2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:53:42.659 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 :   local project_name=alt_demo
2021-05-19 01:53:42.660 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 :   local user_passwd=Passw0rd
2021-05-19 01:53:42.662 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 :   mkdir -p /home/ubuntu/devstack/accrc/alt_demo
2021-05-19 01:53:42.665 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 :   local rcfile=/home/ubuntu/devstack/accrc/alt_demo/alt_demo
2021-05-19 01:53:42.667 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 :   cat
2021-05-19 01:53:42.671 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 :   '[' -n yes ']'
2021-05-19 01:53:42.672 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 :   echo 'export OS_PASSWORD="Passw0rd"'
2021-05-19 01:53:42.674 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 :   '[' -n '' ']'
2021-05-19 01:53:42.675 | + 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-05-19 01:53:42.676 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:42.678 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_USER_DOMAIN_ID=default'
2021-05-19 01:53:42.680 | + 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-05-19 01:53:42.681 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:42.686 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_USER_DOMAIN_NAME'
2021-05-19 01:53:42.687 | + 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-05-19 01:53:42.689 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:42.690 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_PROJECT_DOMAIN_ID=default'
2021-05-19 01:53:42.692 | + 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-05-19 01:53:42.693 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:42.695 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_PROJECT_DOMAIN_NAME'
2021-05-19 01:53:42.697 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:42.699 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:42.701 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 :   '[' all = one -a admin '!=' admin ']'
2021-05-19 01:53:42.702 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   eval 'SPECIFIC_UPASSWORD=$admin_password'
2021-05-19 01:53:42.704 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   SPECIFIC_UPASSWORD=
2021-05-19 01:53:42.714 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 :   '[' -n '' ']'
2021-05-19 01:53:42.714 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 :   add_entry e25caa108e1d4030ac5dd4f2184fd5b1 admin 2030ceb3b55a41f9a6a9cd922ae85f72 alt_demo Passw0rd
2021-05-19 01:53:42.714 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 :   local user_id=e25caa108e1d4030ac5dd4f2184fd5b1
2021-05-19 01:53:42.714 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 :   local user_name=admin
2021-05-19 01:53:42.714 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 :   local project_id=2030ceb3b55a41f9a6a9cd922ae85f72
2021-05-19 01:53:42.714 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 :   local project_name=alt_demo
2021-05-19 01:53:42.715 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 :   local user_passwd=Passw0rd
2021-05-19 01:53:42.717 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 :   mkdir -p /home/ubuntu/devstack/accrc/alt_demo
2021-05-19 01:53:42.720 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 :   local rcfile=/home/ubuntu/devstack/accrc/alt_demo/admin
2021-05-19 01:53:42.722 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 :   cat
2021-05-19 01:53:42.725 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 :   '[' -n yes ']'
2021-05-19 01:53:42.726 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 :   echo 'export OS_PASSWORD="Passw0rd"'
2021-05-19 01:53:42.728 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 :   '[' -n '' ']'
2021-05-19 01:53:42.730 | + 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-05-19 01:53:42.731 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:42.733 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_USER_DOMAIN_ID=default'
2021-05-19 01:53:42.736 | + 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-05-19 01:53:42.738 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:42.739 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_USER_DOMAIN_NAME'
2021-05-19 01:53:42.741 | + 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-05-19 01:53:42.742 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:42.744 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_PROJECT_DOMAIN_ID=default'
2021-05-19 01:53:42.746 | + 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-05-19 01:53:42.747 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:42.749 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_PROJECT_DOMAIN_NAME'
2021-05-19 01:53:42.751 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:42.752 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:42.754 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   IFS=,
2021-05-19 01:53:42.756 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   read project_id project_name desc enabled
2021-05-19 01:53:42.758 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   grep ,True
2021-05-19 01:53:42.758 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:42.759 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   openstack user list --project 2c91a710ee7a486eb6897ee8dc1dab4a --long --quote none -f csv
2021-05-19 01:53:42.760 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:44.879 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:44.879 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:44.879 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:44.879 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:45.035 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 :   '[' all = one -a demo '!=' admin ']'
2021-05-19 01:53:45.037 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   eval 'SPECIFIC_UPASSWORD=$demo_password'
2021-05-19 01:53:45.038 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   SPECIFIC_UPASSWORD=
2021-05-19 01:53:45.040 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 :   '[' -n '' ']'
2021-05-19 01:53:45.041 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 :   add_entry b3f572c4b08841a093079fc8150d8c69 demo 2c91a710ee7a486eb6897ee8dc1dab4a demo Passw0rd
2021-05-19 01:53:45.044 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 :   local user_id=b3f572c4b08841a093079fc8150d8c69
2021-05-19 01:53:45.045 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 :   local user_name=demo
2021-05-19 01:53:45.047 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 :   local project_id=2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:53:45.049 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 :   local project_name=demo
2021-05-19 01:53:45.050 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 :   local user_passwd=Passw0rd
2021-05-19 01:53:45.052 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 :   mkdir -p /home/ubuntu/devstack/accrc/demo
2021-05-19 01:53:45.056 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 :   local rcfile=/home/ubuntu/devstack/accrc/demo/demo
2021-05-19 01:53:45.058 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 :   cat
2021-05-19 01:53:45.062 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 :   '[' -n yes ']'
2021-05-19 01:53:45.063 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 :   echo 'export OS_PASSWORD="Passw0rd"'
2021-05-19 01:53:45.065 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 :   '[' -n '' ']'
2021-05-19 01:53:45.067 | + 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-05-19 01:53:45.068 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:45.070 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_USER_DOMAIN_ID=default'
2021-05-19 01:53:45.071 | + 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-05-19 01:53:45.073 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:45.074 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_USER_DOMAIN_NAME'
2021-05-19 01:53:45.076 | + 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-05-19 01:53:45.079 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:45.080 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_PROJECT_DOMAIN_ID=default'
2021-05-19 01:53:45.082 | + 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-05-19 01:53:45.084 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:45.086 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_PROJECT_DOMAIN_NAME'
2021-05-19 01:53:45.087 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:45.089 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:45.090 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 :   '[' all = one -a admin '!=' admin ']'
2021-05-19 01:53:45.092 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   eval 'SPECIFIC_UPASSWORD=$admin_password'
2021-05-19 01:53:45.094 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   SPECIFIC_UPASSWORD=
2021-05-19 01:53:45.095 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 :   '[' -n '' ']'
2021-05-19 01:53:45.097 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 :   add_entry e25caa108e1d4030ac5dd4f2184fd5b1 admin 2c91a710ee7a486eb6897ee8dc1dab4a demo Passw0rd
2021-05-19 01:53:45.098 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 :   local user_id=e25caa108e1d4030ac5dd4f2184fd5b1
2021-05-19 01:53:45.100 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 :   local user_name=admin
2021-05-19 01:53:45.102 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 :   local project_id=2c91a710ee7a486eb6897ee8dc1dab4a
2021-05-19 01:53:45.103 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 :   local project_name=demo
2021-05-19 01:53:45.106 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 :   local user_passwd=Passw0rd
2021-05-19 01:53:45.107 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 :   mkdir -p /home/ubuntu/devstack/accrc/demo
2021-05-19 01:53:45.111 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 :   local rcfile=/home/ubuntu/devstack/accrc/demo/admin
2021-05-19 01:53:45.112 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 :   cat
2021-05-19 01:53:45.116 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 :   '[' -n yes ']'
2021-05-19 01:53:45.118 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 :   echo 'export OS_PASSWORD="Passw0rd"'
2021-05-19 01:53:45.119 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 :   '[' -n '' ']'
2021-05-19 01:53:45.122 | + 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-05-19 01:53:45.124 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:45.126 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_USER_DOMAIN_ID=default'
2021-05-19 01:53:45.127 | + 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-05-19 01:53:45.133 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:45.135 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_USER_DOMAIN_NAME'
2021-05-19 01:53:45.136 | + 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-05-19 01:53:45.138 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:45.140 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_PROJECT_DOMAIN_ID=default'
2021-05-19 01:53:45.141 | + 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-05-19 01:53:45.143 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:45.145 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_PROJECT_DOMAIN_NAME'
2021-05-19 01:53:45.147 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:45.148 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:45.150 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   IFS=,
2021-05-19 01:53:45.152 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   read project_id project_name desc enabled
2021-05-19 01:53:45.154 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   openstack user list --project 59aacdaeaf9542af8d07d6dcf84a4db0 --long --quote none -f csv
2021-05-19 01:53:45.155 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   grep ,True
2021-05-19 01:53:45.155 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:45.157 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:47.235 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:47.235 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:47.235 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:47.235 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:47.390 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 :   '[' all = one -a admin '!=' admin ']'
2021-05-19 01:53:47.391 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   eval 'SPECIFIC_UPASSWORD=$admin_password'
2021-05-19 01:53:47.393 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   SPECIFIC_UPASSWORD=
2021-05-19 01:53:47.394 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 :   '[' -n '' ']'
2021-05-19 01:53:47.396 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 :   add_entry e25caa108e1d4030ac5dd4f2184fd5b1 admin 59aacdaeaf9542af8d07d6dcf84a4db0 admin Passw0rd
2021-05-19 01:53:47.401 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 :   local user_id=e25caa108e1d4030ac5dd4f2184fd5b1
2021-05-19 01:53:47.401 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 :   local user_name=admin
2021-05-19 01:53:47.401 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 :   local project_id=59aacdaeaf9542af8d07d6dcf84a4db0
2021-05-19 01:53:47.403 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 :   local project_name=admin
2021-05-19 01:53:47.404 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 :   local user_passwd=Passw0rd
2021-05-19 01:53:47.406 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 :   mkdir -p /home/ubuntu/devstack/accrc/admin
2021-05-19 01:53:47.409 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 :   local rcfile=/home/ubuntu/devstack/accrc/admin/admin
2021-05-19 01:53:47.411 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 :   cat
2021-05-19 01:53:47.414 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 :   '[' -n yes ']'
2021-05-19 01:53:47.416 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 :   echo 'export OS_PASSWORD="Passw0rd"'
2021-05-19 01:53:47.418 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 :   '[' -n '' ']'
2021-05-19 01:53:47.420 | + 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-05-19 01:53:47.421 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:47.423 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_USER_DOMAIN_ID=default'
2021-05-19 01:53:47.425 | + 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-05-19 01:53:47.433 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:47.433 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_USER_DOMAIN_NAME'
2021-05-19 01:53:47.436 | + 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-05-19 01:53:47.438 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:47.439 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_PROJECT_DOMAIN_ID=default'
2021-05-19 01:53:47.441 | + 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-05-19 01:53:47.442 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:47.444 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_PROJECT_DOMAIN_NAME'
2021-05-19 01:53:47.446 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:47.447 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:47.449 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   IFS=,
2021-05-19 01:53:47.450 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   read project_id project_name desc enabled
2021-05-19 01:53:47.454 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   openstack user list --project 61a955f1bd784f79995ca7c32174e643 --long --quote none -f csv
2021-05-19 01:53:47.454 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   grep ,True
2021-05-19 01:53:47.454 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:47.455 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:49.590 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:49.591 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:49.591 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:49.591 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:49.742 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 :   '[' all = one -a demo '!=' admin ']'
2021-05-19 01:53:49.743 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   eval 'SPECIFIC_UPASSWORD=$demo_password'
2021-05-19 01:53:49.745 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   SPECIFIC_UPASSWORD=
2021-05-19 01:53:49.747 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 :   '[' -n '' ']'
2021-05-19 01:53:49.749 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 :   add_entry b3f572c4b08841a093079fc8150d8c69 demo 61a955f1bd784f79995ca7c32174e643 invisible_to_admin Passw0rd
2021-05-19 01:53:49.750 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 :   local user_id=b3f572c4b08841a093079fc8150d8c69
2021-05-19 01:53:49.752 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 :   local user_name=demo
2021-05-19 01:53:49.753 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 :   local project_id=61a955f1bd784f79995ca7c32174e643
2021-05-19 01:53:49.755 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 :   local project_name=invisible_to_admin
2021-05-19 01:53:49.757 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 :   local user_passwd=Passw0rd
2021-05-19 01:53:49.758 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 :   mkdir -p /home/ubuntu/devstack/accrc/invisible_to_admin
2021-05-19 01:53:49.762 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 :   local rcfile=/home/ubuntu/devstack/accrc/invisible_to_admin/demo
2021-05-19 01:53:49.763 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 :   cat
2021-05-19 01:53:49.766 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 :   '[' -n yes ']'
2021-05-19 01:53:49.768 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 :   echo 'export OS_PASSWORD="Passw0rd"'
2021-05-19 01:53:49.770 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 :   '[' -n '' ']'
2021-05-19 01:53:49.771 | + 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-05-19 01:53:49.773 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:49.774 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_USER_DOMAIN_ID=default'
2021-05-19 01:53:49.776 | + 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-05-19 01:53:49.777 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:49.779 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_USER_DOMAIN_NAME'
2021-05-19 01:53:49.780 | + 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-05-19 01:53:49.782 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:49.784 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_PROJECT_DOMAIN_ID=default'
2021-05-19 01:53:49.785 | + 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-05-19 01:53:49.787 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:49.788 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_PROJECT_DOMAIN_NAME'
2021-05-19 01:53:49.790 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:49.791 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:49.794 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   IFS=,
2021-05-19 01:53:49.795 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   read project_id project_name desc enabled
2021-05-19 01:53:49.797 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   openstack user list --project 77ef25f185bf4e8faaf74fbfd23669c2 --long --quote none -f csv
2021-05-19 01:53:49.798 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   grep ,True
2021-05-19 01:53:49.798 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:49.800 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:51.991 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:51.991 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:51.991 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:51.991 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:52.150 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 :   '[' all = one -a swiftusertest3 '!=' admin ']'
2021-05-19 01:53:52.152 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   eval 'SPECIFIC_UPASSWORD=$swiftusertest3_password'
2021-05-19 01:53:52.154 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   SPECIFIC_UPASSWORD=
2021-05-19 01:53:52.155 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 :   '[' -n '' ']'
2021-05-19 01:53:52.157 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 :   add_entry e78e19ab04e84f31ac365b15405883a2 swiftusertest3 77ef25f185bf4e8faaf74fbfd23669c2 swiftprojecttest1 Passw0rd
2021-05-19 01:53:52.158 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 :   local user_id=e78e19ab04e84f31ac365b15405883a2
2021-05-19 01:53:52.160 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 :   local user_name=swiftusertest3
2021-05-19 01:53:52.161 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 :   local project_id=77ef25f185bf4e8faaf74fbfd23669c2
2021-05-19 01:53:52.163 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 :   local project_name=swiftprojecttest1
2021-05-19 01:53:52.164 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 :   local user_passwd=Passw0rd
2021-05-19 01:53:52.166 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 :   mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1
2021-05-19 01:53:52.170 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 :   local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest3
2021-05-19 01:53:52.171 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 :   cat
2021-05-19 01:53:52.175 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 :   '[' -n yes ']'
2021-05-19 01:53:52.176 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 :   echo 'export OS_PASSWORD="Passw0rd"'
2021-05-19 01:53:52.178 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 :   '[' -n '' ']'
2021-05-19 01:53:52.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-05-19 01:53:52.181 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:52.182 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_USER_DOMAIN_ID=default'
2021-05-19 01:53:52.184 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 :   for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2021-05-19 01:53:52.186 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:52.187 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_USER_DOMAIN_NAME'
2021-05-19 01:53:52.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-05-19 01:53:52.190 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:52.191 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_PROJECT_DOMAIN_ID=default'
2021-05-19 01:53:52.193 | + 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-05-19 01:53:52.195 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:52.196 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_PROJECT_DOMAIN_NAME'
2021-05-19 01:53:52.198 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:52.199 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:52.201 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 :   '[' all = one -a swiftusertest1 '!=' admin ']'
2021-05-19 01:53:52.203 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   eval 'SPECIFIC_UPASSWORD=$swiftusertest1_password'
2021-05-19 01:53:52.204 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   SPECIFIC_UPASSWORD=
2021-05-19 01:53:52.206 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 :   '[' -n '' ']'
2021-05-19 01:53:52.208 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 :   add_entry 111e1b961f374953a7c3f19242f39e48 swiftusertest1 77ef25f185bf4e8faaf74fbfd23669c2 swiftprojecttest1 Passw0rd
2021-05-19 01:53:52.210 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 :   local user_id=111e1b961f374953a7c3f19242f39e48
2021-05-19 01:53:52.211 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 :   local user_name=swiftusertest1
2021-05-19 01:53:52.223 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 :   local project_id=77ef25f185bf4e8faaf74fbfd23669c2
2021-05-19 01:53:52.227 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 :   local project_name=swiftprojecttest1
2021-05-19 01:53:52.229 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 :   local user_passwd=Passw0rd
2021-05-19 01:53:52.231 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 :   mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1
2021-05-19 01:53:52.235 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 :   local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest1
2021-05-19 01:53:52.236 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 :   cat
2021-05-19 01:53:52.239 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 :   '[' -n yes ']'
2021-05-19 01:53:52.241 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 :   echo 'export OS_PASSWORD="Passw0rd"'
2021-05-19 01:53:52.242 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 :   '[' -n '' ']'
2021-05-19 01:53:52.244 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 :   for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2021-05-19 01:53:52.246 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:52.248 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_USER_DOMAIN_ID=default'
2021-05-19 01:53:52.249 | + 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-05-19 01:53:52.251 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:52.252 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_USER_DOMAIN_NAME'
2021-05-19 01:53:52.254 | + 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-05-19 01:53:52.256 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:52.257 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_PROJECT_DOMAIN_ID=default'
2021-05-19 01:53:52.259 | + 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-05-19 01:53:52.260 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:52.262 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_PROJECT_DOMAIN_NAME'
2021-05-19 01:53:52.263 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:52.265 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:52.267 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   IFS=,
2021-05-19 01:53:52.268 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   read project_id project_name desc enabled
2021-05-19 01:53:52.271 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   openstack user list --project 7a142c26f84946b9b033f2619470b716 --long --quote none -f csv
2021-05-19 01:53:52.272 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   grep ,True
2021-05-19 01:53:52.272 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:52.274 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:54.397 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:54.397 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:54.397 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:54.397 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:54.559 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 :   '[' all = one -a swiftusertest4 '!=' admin ']'
2021-05-19 01:53:54.561 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   eval 'SPECIFIC_UPASSWORD=$swiftusertest4_password'
2021-05-19 01:53:54.563 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   SPECIFIC_UPASSWORD=
2021-05-19 01:53:54.564 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 :   '[' -n '' ']'
2021-05-19 01:53:54.566 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 :   add_entry 52a1b0c3a9f34428863b331fb3238225 swiftusertest4 7a142c26f84946b9b033f2619470b716 swiftprojecttest4 Passw0rd
2021-05-19 01:53:54.567 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 :   local user_id=52a1b0c3a9f34428863b331fb3238225
2021-05-19 01:53:54.569 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 :   local user_name=swiftusertest4
2021-05-19 01:53:54.570 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 :   local project_id=7a142c26f84946b9b033f2619470b716
2021-05-19 01:53:54.572 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 :   local project_name=swiftprojecttest4
2021-05-19 01:53:54.574 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 :   local user_passwd=Passw0rd
2021-05-19 01:53:54.575 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 :   mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest4
2021-05-19 01:53:54.579 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 :   local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest4/swiftusertest4
2021-05-19 01:53:54.580 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 :   cat
2021-05-19 01:53:54.584 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 :   '[' -n yes ']'
2021-05-19 01:53:54.586 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 :   echo 'export OS_PASSWORD="Passw0rd"'
2021-05-19 01:53:54.587 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 :   '[' -n '' ']'
2021-05-19 01:53:54.590 | + 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-05-19 01:53:54.591 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:54.593 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_USER_DOMAIN_ID=default'
2021-05-19 01:53:54.594 | + 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-05-19 01:53:54.596 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:54.597 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_USER_DOMAIN_NAME'
2021-05-19 01:53:54.599 | + 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-05-19 01:53:54.600 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:54.602 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_PROJECT_DOMAIN_ID=default'
2021-05-19 01:53:54.603 | + 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-05-19 01:53:54.606 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:54.607 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_PROJECT_DOMAIN_NAME'
2021-05-19 01:53:54.609 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:54.611 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:54.612 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   IFS=,
2021-05-19 01:53:54.614 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   read project_id project_name desc enabled
2021-05-19 01:53:54.616 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   openstack user list --project efa06dd9765c4f50bb7642ad99acc3d4 --long --quote none -f csv
2021-05-19 01:53:54.616 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   grep ,True
2021-05-19 01:53:54.616 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:54.619 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:56.746 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:56.746 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:56.746 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:53:56.746 |   from cryptography.utils import int_from_bytes
2021-05-19 01:53:56.891 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 :   '[' all = one -a swiftusertest2 '!=' admin ']'
2021-05-19 01:53:56.893 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   eval 'SPECIFIC_UPASSWORD=$swiftusertest2_password'
2021-05-19 01:53:56.894 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 :   SPECIFIC_UPASSWORD=
2021-05-19 01:53:56.896 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 :   '[' -n '' ']'
2021-05-19 01:53:56.897 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 :   add_entry b2880f5658284b0c9a74193077a96b50 swiftusertest2 efa06dd9765c4f50bb7642ad99acc3d4 swiftprojecttest2 Passw0rd
2021-05-19 01:53:56.899 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 :   local user_id=b2880f5658284b0c9a74193077a96b50
2021-05-19 01:53:56.900 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 :   local user_name=swiftusertest2
2021-05-19 01:53:56.902 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 :   local project_id=efa06dd9765c4f50bb7642ad99acc3d4
2021-05-19 01:53:56.904 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 :   local project_name=swiftprojecttest2
2021-05-19 01:53:56.905 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 :   local user_passwd=Passw0rd
2021-05-19 01:53:56.907 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 :   mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest2
2021-05-19 01:53:56.910 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 :   local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest2/swiftusertest2
2021-05-19 01:53:56.912 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 :   cat
2021-05-19 01:53:56.915 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 :   '[' -n yes ']'
2021-05-19 01:53:56.917 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 :   echo 'export OS_PASSWORD="Passw0rd"'
2021-05-19 01:53:56.919 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 :   '[' -n '' ']'
2021-05-19 01:53:56.920 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 :   for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2021-05-19 01:53:56.922 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:56.923 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_USER_DOMAIN_ID=default'
2021-05-19 01:53:56.925 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 :   for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2021-05-19 01:53:56.926 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:56.928 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_USER_DOMAIN_NAME'
2021-05-19 01:53:56.930 | + 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-05-19 01:53:56.931 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' default ']'
2021-05-19 01:53:56.933 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 :   echo 'export OS_PROJECT_DOMAIN_ID=default'
2021-05-19 01:53:56.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-05-19 01:53:56.936 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 :   '[' ']'
2021-05-19 01:53:56.937 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 :   echo 'unset OS_PROJECT_DOMAIN_NAME'
2021-05-19 01:53:56.939 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   IFS=,
2021-05-19 01:53:56.940 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 :   read user_id user_name project email enabled
2021-05-19 01:53:56.942 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   IFS=,
2021-05-19 01:53:56.943 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 :   read project_id project_name desc enabled
2021-05-19 01:53:56.947 | + ./stack.sh:main:1373                     :   save_stackenv
2021-05-19 01:53:56.949 | + functions-common:save_stackenv:60        :   local tag=
2021-05-19 01:53:56.952 | ++ functions-common:save_stackenv:62        :   date +%F-%H%M%S
2021-05-19 01:53:56.957 | + functions-common:save_stackenv:62        :   time_stamp=2021-05-19-015356
2021-05-19 01:53:56.960 | + functions-common:save_stackenv:63        :   echo '# 2021-05-19-015356 '
2021-05-19 01:53:56.962 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:53:56.965 | + functions-common:save_stackenv:65        :   echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1
2021-05-19 01:53:56.968 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:53:56.970 | + functions-common:save_stackenv:65        :   echo DATA_DIR=/opt/stack/data
2021-05-19 01:53:56.973 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:53:56.975 | + functions-common:save_stackenv:65        :   echo DEST=/opt/stack
2021-05-19 01:53:56.978 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:53:56.981 | + functions-common:save_stackenv:65        :   echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync,n-super-cond,n-cond-cell1
2021-05-19 01:53:56.983 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:53:56.986 | + functions-common:save_stackenv:65        :   echo HOST_IP=10.222.0.39
2021-05-19 01:53:56.988 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:53:56.991 | + functions-common:save_stackenv:65        :   echo KEYSTONE_SERVICE_URI=http://10.222.0.39/identity
2021-05-19 01:53:56.993 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:53:56.996 | + functions-common:save_stackenv:65        :   echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-05-19-012447
2021-05-19 01:53:56.998 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:53:57.001 | + functions-common:save_stackenv:65        :   echo OS_CACERT=
2021-05-19 01:53:57.003 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:53:57.006 | + functions-common:save_stackenv:65        :   echo SERVICE_HOST=10.222.0.39
2021-05-19 01:53:57.008 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:53:57.011 | + functions-common:save_stackenv:65        :   echo STACK_USER=ubuntu
2021-05-19 01:53:57.013 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:53:57.016 | + functions-common:save_stackenv:65        :   echo TLS_IP=
2021-05-19 01:53:57.018 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:53:57.021 | + functions-common:save_stackenv:65        :   echo HOST_IPV6=::1
2021-05-19 01:53:57.023 | + functions-common:save_stackenv:64        :   for i in $STACK_ENV_VARS
2021-05-19 01:53:57.026 | + functions-common:save_stackenv:65        :   echo SERVICE_IP_VERSION=4
2021-05-19 01:53:57.029 | + ./stack.sh:main:1384                     :   merge_config_group /home/ubuntu/devstack/local.conf extra
2021-05-19 01:53:57.032 | + inc/meta-config:merge_config_group:171   :   local localfile=/home/ubuntu/devstack/local.conf
2021-05-19 01:53:57.034 | + inc/meta-config:merge_config_group:171   :   shift
2021-05-19 01:53:57.036 | + inc/meta-config:merge_config_group:172   :   local matchgroups=extra
2021-05-19 01:53:57.039 | + inc/meta-config:merge_config_group:174   :   [[ -r /home/ubuntu/devstack/local.conf ]]
2021-05-19 01:53:57.041 | + inc/meta-config:merge_config_group:176   :   local configfile group
2021-05-19 01:53:57.047 | + inc/meta-config:merge_config_group:177   :   for group in $matchgroups
2021-05-19 01:53:57.050 | ++ inc/meta-config:merge_config_group:178   :   get_meta_section_files /home/ubuntu/devstack/local.conf extra
2021-05-19 01:53:57.053 | ++ inc/meta-config:get_meta_section_files:63 :   local file=/home/ubuntu/devstack/local.conf
2021-05-19 01:53:57.055 | ++ inc/meta-config:get_meta_section_files:64 :   local matchgroup=extra
2021-05-19 01:53:57.059 | ++ inc/meta-config:get_meta_section_files:66 :   [[ -r /home/ubuntu/devstack/local.conf ]]
2021-05-19 01:53:57.062 | ++ inc/meta-config:get_meta_section_files:68 :   awk -v matchgroup=extra '
2021-05-19 01:53:57.062 |         /^\[\[.+\|.*\]\]/ {
2021-05-19 01:53:57.062 |             gsub("[][]", "", $1);
2021-05-19 01:53:57.062 |             split($1, a, "|");
2021-05-19 01:53:57.062 |             if (a[1] == matchgroup)
2021-05-19 01:53:57.062 |                 print a[2]
2021-05-19 01:53:57.062 |         }
2021-05-19 01:53:57.062 |     ' /home/ubuntu/devstack/local.conf
2021-05-19 01:53:57.070 | + ./stack.sh:main:1391                     :   run_phase stack extra
2021-05-19 01:53:57.072 | + functions-common:run_phase:1732          :   local mode=stack
2021-05-19 01:53:57.076 | + functions-common:run_phase:1733          :   local phase=extra
2021-05-19 01:53:57.078 | + functions-common:run_phase:1734          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2021-05-19 01:53:57.081 | + functions-common:run_phase:1735          :   local extra_plugin_file_name
2021-05-19 01:53:57.083 | + functions-common:run_phase:1736          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2021-05-19 01:53:57.086 | + functions-common:run_phase:1741          :   local exceptions=80-tempest.sh
2021-05-19 01:53:57.090 | + functions-common:run_phase:1742          :   local extra
2021-05-19 01:53:57.094 | ++ functions-common:run_phase:1743          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2021-05-19 01:53:57.100 | + functions-common:run_phase:1743          :   extra=80-tempest.sh
2021-05-19 01:53:57.102 | + functions-common:run_phase:1744          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2021-05-19 01:53:57.106 | + functions-common:run_phase:1748          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2021-05-19 01:53:57.109 | + functions-common:run_phase:1748          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh stack extra
2021-05-19 01:53:57.112 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2021-05-19 01:53:57.132 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:53:57.135 | ++ extras.d/80-tempest.sh:source:4          :   [[ stack == \s\o\u\r\c\e ]]
2021-05-19 01:53:57.139 | ++ extras.d/80-tempest.sh:source:7          :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:53:57.141 | ++ extras.d/80-tempest.sh:source:7          :   [[ extra == \i\n\s\t\a\l\l ]]
2021-05-19 01:53:57.144 | ++ extras.d/80-tempest.sh:source:10         :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:53:57.146 | ++ extras.d/80-tempest.sh:source:10         :   [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]]
2021-05-19 01:53:57.149 | ++ extras.d/80-tempest.sh:source:13         :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:53:57.152 | ++ extras.d/80-tempest.sh:source:13         :   [[ extra == \e\x\t\r\a ]]
2021-05-19 01:53:57.155 | ++ extras.d/80-tempest.sh:source:15         :   :
2021-05-19 01:53:57.158 | ++ extras.d/80-tempest.sh:source:27         :   [[ stack == \u\n\s\t\a\c\k ]]
2021-05-19 01:53:57.160 | ++ extras.d/80-tempest.sh:source:32         :   [[ stack == \c\l\e\a\n ]]
2021-05-19 01:53:57.163 | + functions-common:run_phase:1753          :   [[ stack == \s\o\u\r\c\e ]]
2021-05-19 01:53:57.166 | + functions-common:run_phase:1756          :   [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2021-05-19 01:53:57.168 | + functions-common:run_phase:1759          :   run_plugins stack extra
2021-05-19 01:53:57.171 | + functions-common:run_plugins:1718        :   local mode=stack
2021-05-19 01:53:57.174 | + functions-common:run_plugins:1719        :   local phase=extra
2021-05-19 01:53:57.177 | + functions-common:run_plugins:1721        :   local plugins=
2021-05-19 01:53:57.180 | + functions-common:run_plugins:1722        :   local plugin
2021-05-19 01:53:57.183 | + ./stack.sh:main:1399                     :   merge_config_group /home/ubuntu/devstack/local.conf post-extra
2021-05-19 01:53:57.186 | + inc/meta-config:merge_config_group:171   :   local localfile=/home/ubuntu/devstack/local.conf
2021-05-19 01:53:57.189 | + inc/meta-config:merge_config_group:171   :   shift
2021-05-19 01:53:57.192 | + inc/meta-config:merge_config_group:172   :   local matchgroups=post-extra
2021-05-19 01:53:57.195 | + inc/meta-config:merge_config_group:174   :   [[ -r /home/ubuntu/devstack/local.conf ]]
2021-05-19 01:53:57.202 | + inc/meta-config:merge_config_group:176   :   local configfile group
2021-05-19 01:53:57.202 | + inc/meta-config:merge_config_group:177   :   for group in $matchgroups
2021-05-19 01:53:57.207 | ++ inc/meta-config:merge_config_group:178   :   get_meta_section_files /home/ubuntu/devstack/local.conf post-extra
2021-05-19 01:53:57.210 | ++ inc/meta-config:get_meta_section_files:63 :   local file=/home/ubuntu/devstack/local.conf
2021-05-19 01:53:57.214 | ++ inc/meta-config:get_meta_section_files:64 :   local matchgroup=post-extra
2021-05-19 01:53:57.217 | ++ inc/meta-config:get_meta_section_files:66 :   [[ -r /home/ubuntu/devstack/local.conf ]]
2021-05-19 01:53:57.220 | ++ inc/meta-config:get_meta_section_files:68 :   awk -v matchgroup=post-extra '
2021-05-19 01:53:57.220 |         /^\[\[.+\|.*\]\]/ {
2021-05-19 01:53:57.220 |             gsub("[][]", "", $1);
2021-05-19 01:53:57.220 |             split($1, a, "|");
2021-05-19 01:53:57.220 |             if (a[1] == matchgroup)
2021-05-19 01:53:57.220 |                 print a[2]
2021-05-19 01:53:57.220 |         }
2021-05-19 01:53:57.220 |     ' /home/ubuntu/devstack/local.conf
2021-05-19 01:53:57.227 | + ./stack.sh:main:1408                     :   is_service_enabled n-cpu
2021-05-19 01:53:57.247 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:53:57.250 | + ./stack.sh:main:1413                     :   service_check
2021-05-19 01:53:57.253 | + functions-common:service_check:1597      :   local service
2021-05-19 01:53:57.256 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.258 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@key.service
2021-05-19 01:53:57.272 | Failed to get unit file state for devstack@key.service: No such file or directory
2021-05-19 01:53:57.276 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.278 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@n-api.service
2021-05-19 01:53:57.293 | enabled
2021-05-19 01:53:57.297 | + functions-common:service_check:1604      :   sudo systemctl status devstack@n-api.service --no-pager
2021-05-19 01:53:57.315 | ● devstack@n-api.service - Devstack devstack@n-api.service
2021-05-19 01:53:57.315 |      Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled)
2021-05-19 01:53:57.315 |      Active: active (running) since Wed 2021-05-19 01:51:18 UTC; 2min 38s ago
2021-05-19 01:53:57.316 |    Main PID: 103563 (uwsgi)
2021-05-19 01:53:57.316 |      Status: "uWSGI is ready"
2021-05-19 01:53:57.316 |       Tasks: 3 (limit: 14304)
2021-05-19 01:53:57.316 |      Memory: 225.4M
2021-05-19 01:53:57.316 |      CGroup: /system.slice/system-devstack.slice/devstack@n-api.service
2021-05-19 01:53:57.316 |              ├─103563 nova-apiuWSGI master
2021-05-19 01:53:57.316 |              ├─103564 nova-apiuWSGI worker 1
2021-05-19 01:53:57.316 |              └─103565 nova-apiuWSGI worker 2
2021-05-19 01:53:57.316 | 
2021-05-19 01:53:57.316 | May 19 01:53:19 n-d-764292-23 devstack@n-api.service[103565]: [pid: 103565|app: 0|req: 17/32] 10.222.0.39 () {64 vars in 1332 bytes} [Wed May 19 01:53:19 2021] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 183 msecs (HTTP/1.1 200) 9 headers in 358 bytes (2 switches on core 0)
2021-05-19 01:53:57.316 | May 19 01:53:21 n-d-764292-23 devstack@n-api.service[103564]: DEBUG nova.api.openstack.wsgi [None req-6a37edf1-d6c6-4c86-9a17-c1e496304a5b admin admin] Calling method '<bound method VersionsV2.index of <nova.api.openstack.compute.versions.VersionsV2 object at 0x7fd56792dd00>>' {{(pid=103564) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}}
2021-05-19 01:53:57.316 | May 19 01:53:21 n-d-764292-23 devstack@n-api.service[103564]: INFO nova.api.openstack.requestlog [None req-6a37edf1-d6c6-4c86-9a17-c1e496304a5b admin admin] 10.222.0.39 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.001649
2021-05-19 01:53:57.316 | May 19 01:53:21 n-d-764292-23 devstack@n-api.service[103564]: [pid: 103564|app: 0|req: 16/33] 10.222.0.39 () {54 vars in 930 bytes} [Wed May 19 01:53:21 2021] GET /compute/v2.1 => generated 388 bytes in 3 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0)
2021-05-19 01:53:57.316 | May 19 01:53:21 n-d-764292-23 devstack@n-api.service[103565]: DEBUG nova.api.openstack.wsgi [None req-af2adf3a-b136-459d-8c9d-022a56df2895 admin admin] Action: 'create', calling method: <bound method FlavorManageController._create of <nova.api.openstack.compute.flavor_manage.FlavorManageController object at 0x7fd56746e130>>, body: {"flavor": {"name": "m1.xlarge", "disk": 160, "OS-FLV-EXT-DATA:ephemeral": 0, "swap": 0, "os-flavor-access:is_public": true, "ram": 16384, "vcpus": 8, "id": "5", "rxtx_factor": 1.0}} {{(pid=103565) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}}
2021-05-19 01:53:57.316 | May 19 01:53:21 n-d-764292-23 devstack@n-api.service[103565]: INFO nova.api.openstack.requestlog [None req-af2adf3a-b136-459d-8c9d-022a56df2895 admin admin] 10.222.0.39 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.169800
2021-05-19 01:53:57.316 | May 19 01:53:21 n-d-764292-23 devstack@n-api.service[103565]: [pid: 103565|app: 0|req: 18/34] 10.222.0.39 () {64 vars in 1282 bytes} [Wed May 19 01:53:21 2021] POST /compute/v2.1/flavors => generated 408 bytes in 172 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0)
2021-05-19 01:53:57.316 | May 19 01:53:21 n-d-764292-23 devstack@n-api.service[103564]: DEBUG nova.api.openstack.wsgi [None req-3373eef0-68c0-4182-994c-109864714282 admin admin] Action: 'create', calling method: <bound method FlavorExtraSpecsController.create of <nova.api.openstack.compute.flavors_extraspecs.FlavorExtraSpecsController object at 0x7fd5673f5f10>>, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=103564) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}}
2021-05-19 01:53:57.316 | May 19 01:53:22 n-d-764292-23 devstack@n-api.service[103564]: INFO nova.api.openstack.requestlog [None req-3373eef0-68c0-4182-994c-109864714282 admin admin] 10.222.0.39 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.205687
2021-05-19 01:53:57.316 | May 19 01:53:22 n-d-764292-23 devstack@n-api.service[103564]: [pid: 103564|app: 0|req: 17/35] 10.222.0.39 () {64 vars in 1332 bytes} [Wed May 19 01:53:21 2021] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 207 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0)
2021-05-19 01:53:57.319 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.322 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@n-cond.service
2021-05-19 01:53:57.335 | Failed to get unit file state for devstack@n-cond.service: No such file or directory
2021-05-19 01:53:57.339 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.342 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@n-sch.service
2021-05-19 01:53:57.357 | enabled
2021-05-19 01:53:57.361 | + functions-common:service_check:1604      :   sudo systemctl status devstack@n-sch.service --no-pager
2021-05-19 01:53:57.379 | ● devstack@n-sch.service - Devstack devstack@n-sch.service
2021-05-19 01:53:57.379 |      Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled)
2021-05-19 01:53:57.379 |      Active: active (running) since Wed 2021-05-19 01:52:37 UTC; 1min 19s ago
2021-05-19 01:53:57.379 |    Main PID: 108375 (nova-scheduler)
2021-05-19 01:53:57.379 |       Tasks: 3 (limit: 14304)
2021-05-19 01:53:57.379 |      Memory: 137.1M
2021-05-19 01:53:57.379 |      CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service
2021-05-19 01:53:57.379 |              ├─108375 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf
2021-05-19 01:53:57.380 |              ├─109610 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf
2021-05-19 01:53:57.380 |              └─109611 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf
2021-05-19 01:53:57.380 | 
2021-05-19 01:53:57.380 | May 19 01:52:42 n-d-764292-23 nova-scheduler[108375]: DEBUG oslo_service.service [None req-3004e270-c78e-47a8-994a-82a831587e18 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=108375) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:57.380 | May 19 01:52:42 n-d-764292-23 nova-scheduler[108375]: DEBUG oslo_service.service [None req-3004e270-c78e-47a8-994a-82a831587e18 None None] oslo_messaging_notifications.transport_url = **** {{(pid=108375) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:57.380 | May 19 01:52:42 n-d-764292-23 nova-scheduler[108375]: DEBUG oslo_service.service [None req-3004e270-c78e-47a8-994a-82a831587e18 None None] oslo_reports.file_event_handler = None {{(pid=108375) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:57.380 | May 19 01:52:42 n-d-764292-23 nova-scheduler[108375]: DEBUG oslo_service.service [None req-3004e270-c78e-47a8-994a-82a831587e18 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=108375) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:57.380 | May 19 01:52:42 n-d-764292-23 nova-scheduler[108375]: DEBUG oslo_service.service [None req-3004e270-c78e-47a8-994a-82a831587e18 None None] oslo_reports.log_dir           = None {{(pid=108375) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:57.380 | May 19 01:52:42 n-d-764292-23 nova-scheduler[108375]: DEBUG oslo_service.service [None req-3004e270-c78e-47a8-994a-82a831587e18 None None] ******************************************************************************** {{(pid=108375) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}}
2021-05-19 01:53:57.380 | May 19 01:52:42 n-d-764292-23 nova-scheduler[109611]: DEBUG nova.service [None req-a449194d-4cbf-4787-b6d8-6401229852b2 None None] Join ServiceGroup membership for this service scheduler {{(pid=109611) start /opt/stack/nova/nova/service.py:199}}
2021-05-19 01:53:57.380 | May 19 01:52:42 n-d-764292-23 nova-scheduler[109611]: DEBUG nova.servicegroup.drivers.db [None req-a449194d-4cbf-4787-b6d8-6401229852b2 None None] DB_Driver: join new ServiceGroup member n-d-764292-23 to the scheduler group, service = <Service: host=n-d-764292-23, binary=nova-scheduler, manager_class_name=nova.scheduler.manager.SchedulerManager> {{(pid=109611) join /opt/stack/nova/nova/servicegroup/drivers/db.py:44}}
2021-05-19 01:53:57.380 | May 19 01:52:42 n-d-764292-23 nova-scheduler[109610]: DEBUG nova.service [None req-f560a450-44d3-4bd3-a6bf-9f0312c0458a None None] Join ServiceGroup membership for this service scheduler {{(pid=109610) start /opt/stack/nova/nova/service.py:199}}
2021-05-19 01:53:57.380 | May 19 01:52:42 n-d-764292-23 nova-scheduler[109610]: DEBUG nova.servicegroup.drivers.db [None req-f560a450-44d3-4bd3-a6bf-9f0312c0458a None None] DB_Driver: join new ServiceGroup member n-d-764292-23 to the scheduler group, service = <Service: host=n-d-764292-23, binary=nova-scheduler, manager_class_name=nova.scheduler.manager.SchedulerManager> {{(pid=109610) join /opt/stack/nova/nova/servicegroup/drivers/db.py:44}}
2021-05-19 01:53:57.387 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.390 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@n-api-meta.service
2021-05-19 01:53:57.405 | enabled
2021-05-19 01:53:57.409 | + functions-common:service_check:1604      :   sudo systemctl status devstack@n-api-meta.service --no-pager
2021-05-19 01:53:57.427 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service
2021-05-19 01:53:57.427 |      Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled)
2021-05-19 01:53:57.427 |      Active: active (running) since Wed 2021-05-19 01:52:39 UTC; 1min 17s ago
2021-05-19 01:53:57.427 |    Main PID: 108835 (uwsgi)
2021-05-19 01:53:57.427 |      Status: "uWSGI is ready"
2021-05-19 01:53:57.427 |       Tasks: 4 (limit: 14304)
2021-05-19 01:53:57.427 |      Memory: 188.6M
2021-05-19 01:53:57.427 |      CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service
2021-05-19 01:53:57.427 |              ├─108835 nova-api-metauWSGI master
2021-05-19 01:53:57.427 |              ├─108839 nova-api-metauWSGI worker 1
2021-05-19 01:53:57.427 |              ├─108840 nova-api-metauWSGI worker 2
2021-05-19 01:53:57.427 |              └─108841 nova-api-metauWSGI http 1
2021-05-19 01:53:57.427 | 
2021-05-19 01:53:57.427 | May 19 01:52:45 n-d-764292-23 devstack@n-api-meta.service[108840]: DEBUG nova.context [None req-c1eb43fd-8a91-4299-8775-afe0aa9e5044 None None] Found 2 cells: 00000000-0000-0000-0000-000000000000(cell0),0f954113-fc50-417e-83f0-3714dd6f001d(cell1) {{(pid=108840) load_cells /opt/stack/nova/nova/context.py:464}}
2021-05-19 01:53:57.427 | May 19 01:52:45 n-d-764292-23 devstack@n-api-meta.service[108840]: DEBUG oslo_concurrency.lockutils [None req-c1eb43fd-8a91-4299-8775-afe0aa9e5044 None None] Lock "00000000-0000-0000-0000-000000000000" acquired by "nova.context.set_target_cell.<locals>.get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=108840) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}}
2021-05-19 01:53:57.427 | May 19 01:52:45 n-d-764292-23 devstack@n-api-meta.service[108840]: DEBUG oslo_concurrency.lockutils [None req-c1eb43fd-8a91-4299-8775-afe0aa9e5044 None None] Lock "00000000-0000-0000-0000-000000000000" released by "nova.context.set_target_cell.<locals>.get_or_set_cached_cell_and_set_connections" :: held 0.002s {{(pid=108840) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}}
2021-05-19 01:53:57.427 | May 19 01:52:45 n-d-764292-23 devstack@n-api-meta.service[108840]: DEBUG oslo_concurrency.lockutils [None req-c1eb43fd-8a91-4299-8775-afe0aa9e5044 None None] Lock "0f954113-fc50-417e-83f0-3714dd6f001d" acquired by "nova.context.set_target_cell.<locals>.get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=108840) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}}
2021-05-19 01:53:57.427 | May 19 01:52:45 n-d-764292-23 devstack@n-api-meta.service[108840]: DEBUG oslo_concurrency.lockutils [None req-c1eb43fd-8a91-4299-8775-afe0aa9e5044 None None] Lock "0f954113-fc50-417e-83f0-3714dd6f001d" released by "nova.context.set_target_cell.<locals>.get_or_set_cached_cell_and_set_connections" :: held 0.002s {{(pid=108840) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}}
2021-05-19 01:53:57.427 | May 19 01:52:45 n-d-764292-23 devstack@n-api-meta.service[108840]: DEBUG oslo_db.sqlalchemy.engines [None req-c1eb43fd-8a91-4299-8775-afe0aa9e5044 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=108840) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2021-05-19 01:53:57.427 | May 19 01:52:45 n-d-764292-23 devstack@n-api-meta.service[108840]: DEBUG oslo_db.sqlalchemy.engines [None req-c1eb43fd-8a91-4299-8775-afe0aa9e5044 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=108840) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2021-05-19 01:53:57.427 | May 19 01:52:45 n-d-764292-23 devstack@n-api-meta.service[108840]: DEBUG oslo_db.sqlalchemy.engines [None req-c1eb43fd-8a91-4299-8775-afe0aa9e5044 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=108840) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2021-05-19 01:53:57.427 | May 19 01:52:45 n-d-764292-23 devstack@n-api-meta.service[108840]: WARNING nova.api.metadata.handler [None req-c1eb43fd-8a91-4299-8775-afe0aa9e5044 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted
2021-05-19 01:53:57.427 | May 19 01:52:45 n-d-764292-23 devstack@n-api-meta.service[108840]: WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x564767ae19a0 pid: 108840 (default app)
2021-05-19 01:53:57.431 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.434 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@placement-api.service
2021-05-19 01:53:57.448 | enabled
2021-05-19 01:53:57.452 | + functions-common:service_check:1604      :   sudo systemctl status devstack@placement-api.service --no-pager
2021-05-19 01:53:57.470 | ● devstack@placement-api.service - Devstack devstack@placement-api.service
2021-05-19 01:53:57.470 |      Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled)
2021-05-19 01:53:57.470 |      Active: active (running) since Wed 2021-05-19 01:51:34 UTC; 2min 23s ago
2021-05-19 01:53:57.470 |    Main PID: 104764 (uwsgi)
2021-05-19 01:53:57.470 |      Status: "uWSGI is ready"
2021-05-19 01:53:57.470 |       Tasks: 3 (limit: 14304)
2021-05-19 01:53:57.470 |      Memory: 133.7M
2021-05-19 01:53:57.470 |      CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service
2021-05-19 01:53:57.470 |              ├─104764 placementuWSGI master
2021-05-19 01:53:57.470 |              ├─104775 placementuWSGI worker 1
2021-05-19 01:53:57.471 |              └─104776 placementuWSGI worker 2
2021-05-19 01:53:57.471 | 
2021-05-19 01:53:57.471 | May 19 01:52:41 n-d-764292-23 devstack@placement-api.service[104776]: [pid: 104776|app: 0|req: 2/2] 10.222.0.39 () {54 vars in 915 bytes} [Wed May 19 01:52:41 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0)
2021-05-19 01:53:57.471 | May 19 01:52:41 n-d-764292-23 devstack@placement-api.service[104775]: DEBUG placement.requestlog [None req-d073891d-a224-4919-addc-0bb5968172ce None None] Starting request: 10.222.0.39 "GET /placement/" {{(pid=104775) __call__ /opt/stack/placement/placement/requestlog.py:55}}
2021-05-19 01:53:57.471 | May 19 01:52:41 n-d-764292-23 devstack@placement-api.service[104775]: INFO placement.requestlog [None req-d073891d-a224-4919-addc-0bb5968172ce None None] 10.222.0.39 "GET /placement/" status: 200 len: 136 microversion: 1.0
2021-05-19 01:53:57.471 | May 19 01:52:41 n-d-764292-23 devstack@placement-api.service[104775]: [pid: 104775|app: 0|req: 1/3] 10.222.0.39 () {54 vars in 915 bytes} [Wed May 19 01:52:41 2021] GET /placement => generated 136 bytes in 29 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0)
2021-05-19 01:53:57.471 | May 19 01:52:45 n-d-764292-23 devstack@placement-api.service[104776]: DEBUG placement.requestlog [None req-b469dcd5-0849-4c98-acfa-69d576f28667 None None] Starting request: 10.222.0.39 "GET /placement/" {{(pid=104776) __call__ /opt/stack/placement/placement/requestlog.py:55}}
2021-05-19 01:53:57.471 | May 19 01:52:45 n-d-764292-23 devstack@placement-api.service[104776]: INFO placement.requestlog [None req-b469dcd5-0849-4c98-acfa-69d576f28667 None None] 10.222.0.39 "GET /placement/" status: 200 len: 136 microversion: 1.0
2021-05-19 01:53:57.471 | May 19 01:52:45 n-d-764292-23 devstack@placement-api.service[104776]: [pid: 104776|app: 0|req: 3/4] 10.222.0.39 () {54 vars in 915 bytes} [Wed May 19 01:52:45 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0)
2021-05-19 01:53:57.471 | May 19 01:52:47 n-d-764292-23 devstack@placement-api.service[104775]: DEBUG placement.requestlog [None req-2cea88a7-5e88-48f5-b152-4848506ba82a None None] Starting request: 10.222.0.39 "GET /placement/" {{(pid=104775) __call__ /opt/stack/placement/placement/requestlog.py:55}}
2021-05-19 01:53:57.471 | May 19 01:52:47 n-d-764292-23 devstack@placement-api.service[104775]: INFO placement.requestlog [None req-2cea88a7-5e88-48f5-b152-4848506ba82a None None] 10.222.0.39 "GET /placement/" status: 200 len: 136 microversion: 1.0
2021-05-19 01:53:57.471 | May 19 01:52:47 n-d-764292-23 devstack@placement-api.service[104775]: [pid: 104775|app: 0|req: 2/5] 10.222.0.39 () {54 vars in 915 bytes} [Wed May 19 01:52:47 2021] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0)
2021-05-19 01:53:57.475 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.477 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@placement-client.service
2021-05-19 01:53:57.493 | Failed to get unit file state for devstack@placement-client.service: No such file or directory
2021-05-19 01:53:57.498 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.501 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@g-api.service
2021-05-19 01:53:57.516 | enabled
2021-05-19 01:53:57.520 | + functions-common:service_check:1604      :   sudo systemctl status devstack@g-api.service --no-pager
2021-05-19 01:53:57.538 | ● devstack@g-api.service - Devstack devstack@g-api.service
2021-05-19 01:53:57.538 |      Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled)
2021-05-19 01:53:57.538 |      Active: active (running) since Wed 2021-05-19 01:53:08 UTC; 49s ago
2021-05-19 01:53:57.538 |    Main PID: 112854 (uwsgi)
2021-05-19 01:53:57.538 |      Status: "uWSGI is ready"
2021-05-19 01:53:57.538 |       Tasks: 5 (limit: 14304)
2021-05-19 01:53:57.538 |      Memory: 188.1M
2021-05-19 01:53:57.538 |      CGroup: /system.slice/system-devstack.slice/devstack@g-api.service
2021-05-19 01:53:57.538 |              ├─112854 glance-apiuWSGI master
2021-05-19 01:53:57.538 |              ├─112859 glance-apiuWSGI worker 1
2021-05-19 01:53:57.538 |              └─112860 glance-apiuWSGI worker 2
2021-05-19 01:53:57.538 | 
2021-05-19 01:53:57.538 | May 19 01:53:37 n-d-764292-23 devstack@g-api.service[112860]: DEBUG glance_store.location [None req-6238b0a4-e897-4f4d-a039-5d8f577691f6 admin admin] Registering scheme swift with {'store': <glance_store._drivers.swift.store.SingleTenantStore object at 0x7f9a75e61850>, 'location_class': <class 'glance_store._drivers.swift.store.StoreLocation'>, 'store_entry': 'swift'} {{(pid=112860) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}}
2021-05-19 01:53:57.538 | May 19 01:53:37 n-d-764292-23 devstack@g-api.service[112860]: DEBUG glance_store.location [None req-6238b0a4-e897-4f4d-a039-5d8f577691f6 admin admin] Registering scheme swift+https with {'store': <glance_store._drivers.swift.store.SingleTenantStore object at 0x7f9a75e61850>, 'location_class': <class 'glance_store._drivers.swift.store.StoreLocation'>, 'store_entry': 'swift'} {{(pid=112860) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}}
2021-05-19 01:53:57.538 | May 19 01:53:37 n-d-764292-23 devstack@g-api.service[112860]: DEBUG glance_store.location [None req-6238b0a4-e897-4f4d-a039-5d8f577691f6 admin admin] Registering scheme swift with {'store': <glance_store._drivers.swift.store.SingleTenantStore object at 0x7f9a75e61850>, 'location_class': <class 'glance_store._drivers.swift.store.StoreLocation'>, 'store_entry': 'swift'} {{(pid=112860) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}}
2021-05-19 01:53:57.538 | May 19 01:53:37 n-d-764292-23 devstack@g-api.service[112860]: DEBUG glance_store.location [None req-6238b0a4-e897-4f4d-a039-5d8f577691f6 admin admin] Registering scheme swift+http with {'store': <glance_store._drivers.swift.store.SingleTenantStore object at 0x7f9a75e61850>, 'location_class': <class 'glance_store._drivers.swift.store.StoreLocation'>, 'store_entry': 'swift'} {{(pid=112860) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}}
2021-05-19 01:53:57.538 | May 19 01:53:37 n-d-764292-23 devstack@g-api.service[112860]: DEBUG glance_store.location [None req-6238b0a4-e897-4f4d-a039-5d8f577691f6 admin admin] Registering scheme swift+https with {'store': <glance_store._drivers.swift.store.SingleTenantStore object at 0x7f9a75e61850>, 'location_class': <class 'glance_store._drivers.swift.store.StoreLocation'>, 'store_entry': 'swift'} {{(pid=112860) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}}
2021-05-19 01:53:57.539 | May 19 01:53:37 n-d-764292-23 devstack@g-api.service[112860]: DEBUG glance_store.location [None req-6238b0a4-e897-4f4d-a039-5d8f577691f6 admin admin] Registering scheme swift with {'store': <glance_store._drivers.swift.store.SingleTenantStore object at 0x7f9a75e61850>, 'location_class': <class 'glance_store._drivers.swift.store.StoreLocation'>, 'store_entry': 'swift'} {{(pid=112860) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}}
2021-05-19 01:53:57.539 | May 19 01:53:37 n-d-764292-23 devstack@g-api.service[112860]: DEBUG glance_store.location [None req-6238b0a4-e897-4f4d-a039-5d8f577691f6 admin admin] Registering scheme swift+http with {'store': <glance_store._drivers.swift.store.SingleTenantStore object at 0x7f9a75e61850>, 'location_class': <class 'glance_store._drivers.swift.store.StoreLocation'>, 'store_entry': 'swift'} {{(pid=112860) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}}
2021-05-19 01:53:57.539 | May 19 01:53:37 n-d-764292-23 devstack@g-api.service[112860]: DEBUG glance_store.location [None req-6238b0a4-e897-4f4d-a039-5d8f577691f6 admin admin] Registering scheme swift+config with {'store': <glance_store._drivers.swift.store.SingleTenantStore object at 0x7f9a75e61850>, 'location_class': <class 'glance_store._drivers.swift.store.StoreLocation'>, 'store_entry': 'swift'} {{(pid=112860) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}}
2021-05-19 01:53:57.539 | May 19 01:53:37 n-d-764292-23 devstack@g-api.service[112860]: DEBUG glance_store.backend [None req-6238b0a4-e897-4f4d-a039-5d8f577691f6 admin admin] Skipping store.set_acls... not implemented. {{(pid=112860) set_acls /usr/local/lib/python3.8/dist-packages/glance_store/backend.py:509}}
2021-05-19 01:53:57.539 | May 19 01:53:37 n-d-764292-23 devstack@g-api.service[112860]: [pid: 112860|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 865 bytes} [Wed May 19 01:53:20 2021] PUT /v2/images/52b6ddea-8f2a-442c-87f8-aac610093eb3/file => generated 0 bytes in 16816 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0)
2021-05-19 01:53:57.543 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.546 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@c-sch.service
2021-05-19 01:53:57.560 | enabled
2021-05-19 01:53:57.564 | + functions-common:service_check:1604      :   sudo systemctl status devstack@c-sch.service --no-pager
2021-05-19 01:53:57.580 | ● devstack@c-sch.service - Devstack devstack@c-sch.service
2021-05-19 01:53:57.581 |      Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled)
2021-05-19 01:53:57.581 |      Active: active (running) since Wed 2021-05-19 01:52:58 UTC; 59s ago
2021-05-19 01:53:57.581 |    Main PID: 111544 (cinder-schedule)
2021-05-19 01:53:57.581 |       Tasks: 5 (limit: 14304)
2021-05-19 01:53:57.581 |      Memory: 102.9M
2021-05-19 01:53:57.581 |      CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service
2021-05-19 01:53:57.581 |              └─111544 /usr/bin/python3.8 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf
2021-05-19 01:53:57.581 | 
2021-05-19 01:53:57.581 | May 19 01:53:02 n-d-764292-23 cinder-scheduler[111544]: DEBUG cinder.service [None req-f257d86d-4d65-4b10-97c9-73a21f803e74 None None] Pinning object versions for RPC server serializer to 1.38 {{(pid=111544) start /opt/stack/cinder/cinder/service.py:237}}
2021-05-19 01:53:57.581 | May 19 01:53:03 n-d-764292-23 cinder-scheduler[111544]: DEBUG cinder.scheduler.host_manager [None req-5d3251a6-b4cc-42c4-a3b2-cfc8739a7492 None None] Received backup service update from n-d-764292-23: {'backend_state': True, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=111544) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:544}}
2021-05-19 01:53:57.581 | May 19 01:53:11 n-d-764292-23 cinder-scheduler[111544]: DEBUG cinder.scheduler.host_manager [None req-fd093b70-1504-4137-a120-c06499ad371c None None] Received volume service update from  n-d-764292-23@lvmdriver-1: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 48.82, 'free_capacity_gb': 48.82, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:n-d-764292-23:stack-volumes-lvmdriver-1:default:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': False, 'thick_provisioning_support': True, 'total_volumes': 0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True}], 'shared_targets': False, 'sparse_copy_volume': False, 'filter_function': None, 'goodness_function': None} {{(pid=111544) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:575}}
2021-05-19 01:53:57.581 | May 19 01:53:11 n-d-764292-23 cinder-scheduler[111544]: DEBUG cinder.utils [None req-fd093b70-1504-4137-a120-c06499ad371c None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=111544) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:746}}
2021-05-19 01:53:57.581 | May 19 01:53:11 n-d-764292-23 cinder-scheduler[111544]: DEBUG cinder.scheduler.host_manager [None req-fd093b70-1504-4137-a120-c06499ad371c None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'n-d-764292-23@lvmdriver-1#lvmdriver-1', 'total': 48.82, 'free': 48.82, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 48.82, 'reported_at': datetime.datetime(2021, 5, 19, 1, 53, 11, 388040)}, {'type': 'backend', 'name_to_id': 'n-d-764292-23@lvmdriver-1', 'total': 48.82, 'free': 48.82, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 48.82, 'reported_at': datetime.datetime(2021, 5, 19, 1, 53, 11, 388040)}]. {{(pid=111544) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:899}}
2021-05-19 01:53:57.581 | May 19 01:53:11 n-d-764292-23 cinder-scheduler[111544]: DEBUG cinder.scheduler.host_manager [None req-fd093b70-1504-4137-a120-c06499ad371c None None] Updating capabilities for n-d-764292-23@lvmdriver-1#lvmdriver-1: {'pool_name': 'lvmdriver-1', 'total_capacity_gb': 48.82, 'free_capacity_gb': 48.82, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:n-d-764292-23:stack-volumes-lvmdriver-1:default:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': False, 'thick_provisioning_support': True, 'total_volumes': 0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': 'lvmdriver-1', 'storage_protocol': 'iSCSI', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'timestamp': datetime.datetime(2021, 5, 19, 1, 53, 11, 352907)} {{(pid=111544) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:368}}
2021-05-19 01:53:57.581 | May 19 01:53:11 n-d-764292-23 cinder-scheduler[111544]: DEBUG cinder.utils [None req-fd093b70-1504-4137-a120-c06499ad371c None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=111544) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:746}}
2021-05-19 01:53:57.581 | May 19 01:53:49 n-d-764292-23 cinder-scheduler[111544]: DEBUG oslo_service.periodic_task [None req-ca2fbd60-be36-4f4d-913a-0addb8157709 None None] Running periodic task SchedulerManager._clean_expired_messages {{(pid=111544) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}}
2021-05-19 01:53:57.581 | May 19 01:53:49 n-d-764292-23 cinder-scheduler[111544]: INFO cinder.message.api [None req-ca2fbd60-be36-4f4d-913a-0addb8157709 None None] Deleted 0 expired messages.
2021-05-19 01:53:57.581 | May 19 01:53:49 n-d-764292-23 cinder-scheduler[111544]: DEBUG oslo_service.periodic_task [None req-ca2fbd60-be36-4f4d-913a-0addb8157709 None None] Running periodic task SchedulerManager._clean_expired_reservation {{(pid=111544) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}}
2021-05-19 01:53:57.585 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.588 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@c-api.service
2021-05-19 01:53:57.603 | enabled
2021-05-19 01:53:57.607 | + functions-common:service_check:1604      :   sudo systemctl status devstack@c-api.service --no-pager
2021-05-19 01:53:57.624 | ● devstack@c-api.service - Devstack devstack@c-api.service
2021-05-19 01:53:57.624 |      Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled)
2021-05-19 01:53:57.624 |      Active: active (running) since Wed 2021-05-19 01:52:51 UTC; 1min 6s ago
2021-05-19 01:53:57.624 |    Main PID: 111082 (uwsgi)
2021-05-19 01:53:57.624 |      Status: "uWSGI is ready"
2021-05-19 01:53:57.624 |       Tasks: 11 (limit: 14304)
2021-05-19 01:53:57.624 |      Memory: 229.3M
2021-05-19 01:53:57.624 |      CGroup: /system.slice/system-devstack.slice/devstack@c-api.service
2021-05-19 01:53:57.625 |              ├─111082 cinder-apiuWSGI master
2021-05-19 01:53:57.625 |              ├─111094 cinder-apiuWSGI worker 1
2021-05-19 01:53:57.625 |              └─111095 cinder-apiuWSGI worker 2
2021-05-19 01:53:57.625 | 
2021-05-19 01:53:57.625 | May 19 01:53:05 n-d-764292-23 devstack@c-api.service[111095]: [pid: 111095|app: 0|req: 2/2] 10.222.0.39 () {60 vars in 1238 bytes} [Wed May 19 01:53:04 2021] POST /volume/v3/59aacdaeaf9542af8d07d6dcf84a4db0/types => generated 186 bytes in 763 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0)
2021-05-19 01:53:57.625 | May 19 01:53:05 n-d-764292-23 devstack@c-api.service[111094]: INFO cinder.api.openstack.wsgi [req-428fc849-d52f-4675-997b-484343abb569 req-3e6a3bca-ff8a-44a0-b1b6-7921f61c48b4 admin admin] POST http://10.222.0.39/volume/v3/59aacdaeaf9542af8d07d6dcf84a4db0/types/3fd31171-d4bd-4b93-927b-ce7d15fb19c2/extra_specs
2021-05-19 01:53:57.625 | May 19 01:53:05 n-d-764292-23 devstack@c-api.service[111094]: /usr/local/lib/python3.8/dist-packages/webob/acceptparse.py:1047: DeprecationWarning: The behavior of AcceptValidHeader.best_match is currently being maintained for backward compatibility, but it will be deprecated in the future, as it does not conform to the RFC.
2021-05-19 01:53:57.625 | May 19 01:53:05 n-d-764292-23 devstack@c-api.service[111094]:   warnings.warn(
2021-05-19 01:53:57.625 | May 19 01:53:05 n-d-764292-23 devstack@c-api.service[111094]: DEBUG cinder.api.openstack.wsgi [req-428fc849-d52f-4675-997b-484343abb569 req-3e6a3bca-ff8a-44a0-b1b6-7921f61c48b4 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=111094) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:864}}
2021-05-19 01:53:57.625 | May 19 01:53:05 n-d-764292-23 devstack@c-api.service[111094]: /usr/local/lib/python3.8/dist-packages/oslo_context/context.py:105: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values.
2021-05-19 01:53:57.625 | May 19 01:53:05 n-d-764292-23 devstack@c-api.service[111094]:   warnings.warn('Policy enforcement is depending on the value of '
2021-05-19 01:53:57.625 | May 19 01:53:05 n-d-764292-23 devstack@c-api.service[111094]: DEBUG oslo_db.sqlalchemy.engines [req-428fc849-d52f-4675-997b-484343abb569 req-3e6a3bca-ff8a-44a0-b1b6-7921f61c48b4 admin admin] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=111094) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}}
2021-05-19 01:53:57.625 | May 19 01:53:05 n-d-764292-23 devstack@c-api.service[111094]: INFO cinder.api.openstack.wsgi [req-428fc849-d52f-4675-997b-484343abb569 req-3e6a3bca-ff8a-44a0-b1b6-7921f61c48b4 admin admin] http://10.222.0.39/volume/v3/59aacdaeaf9542af8d07d6dcf84a4db0/types/3fd31171-d4bd-4b93-927b-ce7d15fb19c2/extra_specs returned with HTTP 200
2021-05-19 01:53:57.625 | May 19 01:53:05 n-d-764292-23 devstack@c-api.service[111094]: [pid: 111094|app: 0|req: 1/3] 10.222.0.39 () {62 vars in 1455 bytes} [Wed May 19 01:53:05 2021] POST /volume/v3/59aacdaeaf9542af8d07d6dcf84a4db0/types/3fd31171-d4bd-4b93-927b-ce7d15fb19c2/extra_specs => generated 55 bytes in 614 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0)
2021-05-19 01:53:57.628 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.631 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@c-vol.service
2021-05-19 01:53:57.645 | enabled
2021-05-19 01:53:57.649 | + functions-common:service_check:1604      :   sudo systemctl status devstack@c-vol.service --no-pager
2021-05-19 01:53:57.667 | ● devstack@c-vol.service - Devstack devstack@c-vol.service
2021-05-19 01:53:57.667 |      Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled)
2021-05-19 01:53:57.667 |      Active: active (running) since Wed 2021-05-19 01:53:01 UTC; 55s ago
2021-05-19 01:53:57.668 |    Main PID: 112263 (cinder-volume)
2021-05-19 01:53:57.668 |       Tasks: 3 (limit: 14304)
2021-05-19 01:53:57.668 |      Memory: 132.8M
2021-05-19 01:53:57.668 |      CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service
2021-05-19 01:53:57.668 |              ├─112263 /usr/bin/python3.8 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf
2021-05-19 01:53:57.668 |              └─112371 /usr/bin/python3.8 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf
2021-05-19 01:53:57.668 | 
2021-05-19 01:53:57.668 | May 19 01:53:11 n-d-764292-23 sudo[112967]:   ubuntu : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1
2021-05-19 01:53:57.668 | May 19 01:53:11 n-d-764292-23 sudo[112967]: pam_unix(sudo:session): session opened for user root by (uid=0)
2021-05-19 01:53:57.668 | May 19 01:53:12 n-d-764292-23 sudo[112967]: pam_unix(sudo:session): session closed for user root
2021-05-19 01:53:57.668 | May 19 01:53:12 n-d-764292-23 cinder-volume[112371]: DEBUG oslo_concurrency.processutils [None req-fd093b70-1504-4137-a120-c06499ad371c None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.529s {{(pid=112371) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}}
2021-05-19 01:53:57.668 | May 19 01:53:12 n-d-764292-23 cinder-volume[112371]: DEBUG oslo_concurrency.processutils [None req-fd093b70-1504-4137-a120-c06499ad371c None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=112371) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}}
2021-05-19 01:53:57.668 | May 19 01:53:12 n-d-764292-23 sudo[112971]:   ubuntu : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1
2021-05-19 01:53:57.668 | May 19 01:53:12 n-d-764292-23 sudo[112971]: pam_unix(sudo:session): session opened for user root by (uid=0)
2021-05-19 01:53:57.668 | May 19 01:53:12 n-d-764292-23 sudo[112971]: pam_unix(sudo:session): session closed for user root
2021-05-19 01:53:57.668 | May 19 01:53:12 n-d-764292-23 cinder-volume[112371]: DEBUG oslo_concurrency.processutils [None req-fd093b70-1504-4137-a120-c06499ad371c None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.580s {{(pid=112371) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}}
2021-05-19 01:53:57.668 | May 19 01:53:12 n-d-764292-23 cinder-volume[112371]: INFO cinder.volume.manager [None req-fd093b70-1504-4137-a120-c06499ad371c None None] Driver post RPC initialization completed successfully.
2021-05-19 01:53:57.671 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.674 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@q-svc.service
2021-05-19 01:53:57.688 | enabled
2021-05-19 01:53:57.692 | + functions-common:service_check:1604      :   sudo systemctl status devstack@q-svc.service --no-pager
2021-05-19 01:53:57.708 | ● devstack@q-svc.service - Devstack devstack@q-svc.service
2021-05-19 01:53:57.709 |      Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled)
2021-05-19 01:53:57.709 |      Active: active (running) since Wed 2021-05-19 01:51:26 UTC; 2min 31s ago
2021-05-19 01:53:57.709 |    Main PID: 104172 (/usr/bin/python)
2021-05-19 01:53:57.709 |       Tasks: 9 (limit: 14304)
2021-05-19 01:53:57.709 |      Memory: 332.0M
2021-05-19 01:53:57.709 |      CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service
2021-05-19 01:53:57.709 |              ├─104172 /usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini
2021-05-19 01:53:57.709 |              ├─104281 neutron-server: api worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)
2021-05-19 01:53:57.709 |              ├─104282 neutron-server: api worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)
2021-05-19 01:53:57.709 |              ├─104283 neutron-server: rpc worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)
2021-05-19 01:53:57.709 |              └─104284 neutron-server: rpc worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)
2021-05-19 01:53:57.709 | 
2021-05-19 01:53:57.709 | May 19 01:53:16 n-d-764292-23 neutron-server[104283]: DEBUG neutron_lib.callbacks.manager [None req-09181860-0a06-4e60-95e1-9f141eaadc04 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8764701946332', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-722181'] for agent, after_update {{(pid=104283) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}}
2021-05-19 01:53:57.709 | May 19 01:53:16 n-d-764292-23 neutron-server[104284]: DEBUG neutron.db.agents_db [None req-b5d51630-b56c-4fd5-b9fb-98d2da1a2c6b None None] Agent healthcheck: found 5 active agents {{(pid=104284) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:325}}
2021-05-19 01:53:57.709 | May 19 01:53:17 n-d-764292-23 neutron-server[104283]: DEBUG neutron_lib.callbacks.manager [None req-51744a28-3462-4ff7-87ca-f1b857f6518c None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8764701946332', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-722181'] for agent, after_update {{(pid=104283) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}}
2021-05-19 01:53:57.709 | May 19 01:53:19 n-d-764292-23 neutron-server[104283]: DEBUG neutron_lib.callbacks.manager [None req-f1cf11d0-01b4-4032-95cd-8ba9866400e9 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8764701946332', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-722181'] for agent, after_update {{(pid=104283) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}}
2021-05-19 01:53:57.709 | May 19 01:53:43 n-d-764292-23 neutron-server[104283]: DEBUG neutron_lib.callbacks.manager [None req-a70e7879-4582-4f37-9d86-4148593141ce None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8764701946332', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-722181'] for agent, after_update {{(pid=104283) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}}
2021-05-19 01:53:57.709 | May 19 01:53:46 n-d-764292-23 neutron-server[104283]: DEBUG neutron_lib.callbacks.manager [None req-c7f79407-890e-48dc-a303-418a7652544e None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8764701946332', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-722181'] for agent, after_update {{(pid=104283) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}}
2021-05-19 01:53:57.709 | May 19 01:53:46 n-d-764292-23 neutron-server[104283]: DEBUG neutron_lib.callbacks.manager [None req-a263ee45-4925-4422-940b-b0bd9c3cd91b None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8764701946332', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-722181'] for agent, after_update {{(pid=104283) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}}
2021-05-19 01:53:57.709 | May 19 01:53:47 n-d-764292-23 neutron-server[104283]: DEBUG neutron_lib.callbacks.manager [None req-51744a28-3462-4ff7-87ca-f1b857f6518c None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8764701946332', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-722181'] for agent, after_update {{(pid=104283) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}}
2021-05-19 01:53:57.709 | May 19 01:53:49 n-d-764292-23 neutron-server[104283]: DEBUG neutron_lib.callbacks.manager [None req-f1cf11d0-01b4-4032-95cd-8ba9866400e9 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8764701946332', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-722181'] for agent, after_update {{(pid=104283) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}}
2021-05-19 01:53:57.710 | May 19 01:53:53 n-d-764292-23 neutron-server[104284]: DEBUG neutron.db.agents_db [None req-b5d51630-b56c-4fd5-b9fb-98d2da1a2c6b None None] Agent healthcheck: found 5 active agents {{(pid=104284) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:325}}
2021-05-19 01:53:57.713 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.716 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@q-dhcp.service
2021-05-19 01:53:57.731 | enabled
2021-05-19 01:53:57.735 | + functions-common:service_check:1604      :   sudo systemctl status devstack@q-dhcp.service --no-pager
2021-05-19 01:53:57.753 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service
2021-05-19 01:53:57.753 |      Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled)
2021-05-19 01:53:57.753 |      Active: active (running) since Wed 2021-05-19 01:51:40 UTC; 2min 17s ago
2021-05-19 01:53:57.753 |    Main PID: 105600 (neutron-dhcp-ag)
2021-05-19 01:53:57.753 |       Tasks: 13 (limit: 14304)
2021-05-19 01:53:57.753 |      Memory: 249.2M
2021-05-19 01:53:57.753 |      CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service
2021-05-19 01:53:57.753 |              ├─105600 neutron-dhcp-agent (/usr/bin/python3.8 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)
2021-05-19 01:53:57.753 |              ├─107168 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpqvpbnear/privsep.sock
2021-05-19 01:53:57.753 |              ├─107213 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpgmuy8pv2/privsep.sock
2021-05-19 01:53:57.753 |              ├─107312 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
2021-05-19 01:53:57.753 |              ├─107313 /usr/bin/python3.8 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
2021-05-19 01:53:57.753 |              └─107323 dnsmasq --no-hosts  --pid-file=/opt/stack/data/neutron/dhcp/546f13b1-2d76-4ccc-a4ad-3e31fd00004a/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/546f13b1-2d76-4ccc-a4ad-3e31fd00004a/host --addn-hosts=/opt/stack/data/neutron/dhcp/546f13b1-2d76-4ccc-a4ad-3e31fd00004a/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/546f13b1-2d76-4ccc-a4ad-3e31fd00004a/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/546f13b1-2d76-4ccc-a4ad-3e31fd00004a/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-a2c9f386-d74d-449f-b399-4d4dd90151bb,172.20.0.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,1500 --dhcp-lease-max=64 --conf-file=/dev/null --domain=openstacklocal
2021-05-19 01:53:57.753 | 
2021-05-19 01:53:57.753 | May 19 01:52:34 n-d-764292-23 neutron-dhcp-agent[105600]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (<neutron.agent.linux.dhcp.DictModel object at 0x7fa69a81b340>,) {} {{(pid=105600) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}}
2021-05-19 01:53:57.754 | May 19 01:52:35 n-d-764292-23 neutron-dhcp-agent[105600]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (<neutron.agent.linux.dhcp.DictModel object at 0x7fa69a70d460>,) {} {{(pid=105600) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}}
2021-05-19 01:53:57.754 | May 19 01:52:35 n-d-764292-23 dnsmasq[107323]: reading /etc/resolv.conf
2021-05-19 01:53:57.754 | May 19 01:52:35 n-d-764292-23 dnsmasq[107323]: using nameserver 127.0.0.53#53
2021-05-19 01:53:57.754 | May 19 01:52:35 n-d-764292-23 dnsmasq[107323]: reading /etc/resolv.conf
2021-05-19 01:53:57.754 | May 19 01:52:35 n-d-764292-23 dnsmasq[107323]: using nameserver 127.0.0.53#53
2021-05-19 01:53:57.754 | May 19 01:52:43 n-d-764292-23 neutron-dhcp-agent[105600]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=105600) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}}
2021-05-19 01:53:57.754 | May 19 01:52:43 n-d-764292-23 neutron-dhcp-agent[105600]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=105600) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}}
2021-05-19 01:53:57.754 | May 19 01:53:43 n-d-764292-23 neutron-dhcp-agent[105600]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=105600) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}}
2021-05-19 01:53:57.754 | May 19 01:53:43 n-d-764292-23 neutron-dhcp-agent[105600]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.002s {{(pid=105600) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}}
2021-05-19 01:53:57.757 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.760 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@q-meta.service
2021-05-19 01:53:57.774 | enabled
2021-05-19 01:53:57.779 | + functions-common:service_check:1604      :   sudo systemctl status devstack@q-meta.service --no-pager
2021-05-19 01:53:57.796 | ● devstack@q-meta.service - Devstack devstack@q-meta.service
2021-05-19 01:53:57.796 |      Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled)
2021-05-19 01:53:57.796 |      Active: active (running) since Wed 2021-05-19 01:51:43 UTC; 2min 14s ago
2021-05-19 01:53:57.796 |    Main PID: 106370 (neutron-metadat)
2021-05-19 01:53:57.796 |       Tasks: 4 (limit: 14304)
2021-05-19 01:53:57.796 |      Memory: 114.1M
2021-05-19 01:53:57.796 |      CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service
2021-05-19 01:53:57.796 |              ├─106370 neutron-metadata-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)
2021-05-19 01:53:57.796 |              ├─106846 neutron-metadata-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)
2021-05-19 01:53:57.796 |              └─106847 neutron-metadata-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)
2021-05-19 01:53:57.797 | 
2021-05-19 01:53:57.797 | May 19 01:51:47 n-d-764292-23 neutron-metadata-agent[106370]: DEBUG oslo_service.service [None req-51744a28-3462-4ff7-87ca-f1b857f6518c None None] oslo_messaging_rabbit.ssl      = False {{(pid=106370) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:57.797 | May 19 01:51:47 n-d-764292-23 neutron-metadata-agent[106370]: DEBUG oslo_service.service [None req-51744a28-3462-4ff7-87ca-f1b857f6518c None None] oslo_messaging_rabbit.ssl_ca_file =  {{(pid=106370) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:57.797 | May 19 01:51:47 n-d-764292-23 neutron-metadata-agent[106370]: DEBUG oslo_service.service [None req-51744a28-3462-4ff7-87ca-f1b857f6518c None None] oslo_messaging_rabbit.ssl_cert_file =  {{(pid=106370) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:57.797 | May 19 01:51:47 n-d-764292-23 neutron-metadata-agent[106370]: DEBUG oslo_service.service [None req-51744a28-3462-4ff7-87ca-f1b857f6518c None None] oslo_messaging_rabbit.ssl_key_file =  {{(pid=106370) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:57.797 | May 19 01:51:47 n-d-764292-23 neutron-metadata-agent[106370]: DEBUG oslo_service.service [None req-51744a28-3462-4ff7-87ca-f1b857f6518c None None] oslo_messaging_rabbit.ssl_version =  {{(pid=106370) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:57.797 | May 19 01:51:47 n-d-764292-23 neutron-metadata-agent[106370]: DEBUG oslo_service.service [None req-51744a28-3462-4ff7-87ca-f1b857f6518c None None] oslo_messaging_notifications.driver = [] {{(pid=106370) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:57.797 | May 19 01:51:47 n-d-764292-23 neutron-metadata-agent[106370]: DEBUG oslo_service.service [None req-51744a28-3462-4ff7-87ca-f1b857f6518c None None] oslo_messaging_notifications.retry = -1 {{(pid=106370) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:57.797 | May 19 01:51:47 n-d-764292-23 neutron-metadata-agent[106370]: DEBUG oslo_service.service [None req-51744a28-3462-4ff7-87ca-f1b857f6518c None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=106370) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:57.797 | May 19 01:51:47 n-d-764292-23 neutron-metadata-agent[106370]: DEBUG oslo_service.service [None req-51744a28-3462-4ff7-87ca-f1b857f6518c None None] oslo_messaging_notifications.transport_url = **** {{(pid=106370) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:57.797 | May 19 01:51:47 n-d-764292-23 neutron-metadata-agent[106370]: DEBUG oslo_service.service [None req-51744a28-3462-4ff7-87ca-f1b857f6518c None None] ******************************************************************************** {{(pid=106370) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}}
2021-05-19 01:53:57.801 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.803 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@q-agt.service
2021-05-19 01:53:57.818 | enabled
2021-05-19 01:53:57.822 | + functions-common:service_check:1604      :   sudo systemctl status devstack@q-agt.service --no-pager
2021-05-19 01:53:57.845 | ● devstack@q-agt.service - Devstack devstack@q-agt.service
2021-05-19 01:53:57.845 |      Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled)
2021-05-19 01:53:57.846 |      Active: active (running) since Wed 2021-05-19 01:51:38 UTC; 2min 19s ago
2021-05-19 01:53:57.846 |    Main PID: 105237 (neutron-openvsw)
2021-05-19 01:53:57.846 |       Tasks: 7 (limit: 14304)
2021-05-19 01:53:57.846 |      Memory: 206.4M
2021-05-19 01:53:57.846 |      CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service
2021-05-19 01:53:57.846 |              ├─105237 neutron-openvswitch-agent (/usr/bin/python3.8 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)
2021-05-19 01:53:57.846 |              ├─106699 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp0t73k_hp/privsep.sock
2021-05-19 01:53:57.846 |              ├─106848 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmpr4iz02ep/privsep.sock
2021-05-19 01:53:57.846 |              └─106852 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json
2021-05-19 01:53:57.846 | 
2021-05-19 01:53:57.846 | May 19 01:53:52 n-d-764292-23 neutron-openvswitch-agent[105237]: DEBUG neutron.agent.linux.utils [None req-0517289c-19cd-4c0b-a6cb-82d42443cf1e None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 106852. {{(pid=105237) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}}
2021-05-19 01:53:57.846 | May 19 01:53:52 n-d-764292-23 neutron-openvswitch-agent[105237]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-0517289c-19cd-4c0b-a6cb-82d42443cf1e None None] Agent rpc_loop - iteration:62 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003
2021-05-19 01:53:57.846 | May 19 01:53:54 n-d-764292-23 neutron-openvswitch-agent[105237]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-0517289c-19cd-4c0b-a6cb-82d42443cf1e None None] Agent rpc_loop - iteration:63 started
2021-05-19 01:53:57.846 | May 19 01:53:54 n-d-764292-23 neutron-openvswitch-agent[105237]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-0517289c-19cd-4c0b-a6cb-82d42443cf1e None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xa57f95e,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=152083617509755302,duration_nsec=546000000,duration_sec=131,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=105237) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:112}}
2021-05-19 01:53:57.846 | May 19 01:53:54 n-d-764292-23 neutron-openvswitch-agent[105237]: DEBUG neutron.agent.linux.utils [None req-0517289c-19cd-4c0b-a6cb-82d42443cf1e None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 106852. {{(pid=105237) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}}
2021-05-19 01:53:57.846 | May 19 01:53:54 n-d-764292-23 neutron-openvswitch-agent[105237]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-0517289c-19cd-4c0b-a6cb-82d42443cf1e None None] Agent rpc_loop - iteration:63 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004
2021-05-19 01:53:57.846 | May 19 01:53:56 n-d-764292-23 neutron-openvswitch-agent[105237]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-0517289c-19cd-4c0b-a6cb-82d42443cf1e None None] Agent rpc_loop - iteration:64 started
2021-05-19 01:53:57.846 | May 19 01:53:56 n-d-764292-23 neutron-openvswitch-agent[105237]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-0517289c-19cd-4c0b-a6cb-82d42443cf1e None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xa57f960,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=152083617509755302,duration_nsec=547000000,duration_sec=133,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=105237) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:112}}
2021-05-19 01:53:57.846 | May 19 01:53:56 n-d-764292-23 neutron-openvswitch-agent[105237]: DEBUG neutron.agent.linux.utils [None req-0517289c-19cd-4c0b-a6cb-82d42443cf1e None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 106852. {{(pid=105237) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}}
2021-05-19 01:53:57.846 | May 19 01:53:56 n-d-764292-23 neutron-openvswitch-agent[105237]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-0517289c-19cd-4c0b-a6cb-82d42443cf1e None None] Agent rpc_loop - iteration:64 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004
2021-05-19 01:53:57.850 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.853 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@q-l3.service
2021-05-19 01:53:57.868 | enabled
2021-05-19 01:53:57.872 | + functions-common:service_check:1604      :   sudo systemctl status devstack@q-l3.service --no-pager
2021-05-19 01:53:57.891 | ● devstack@q-l3.service - Devstack devstack@q-l3.service
2021-05-19 01:53:57.891 |      Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled)
2021-05-19 01:53:57.891 |      Active: active (running) since Wed 2021-05-19 01:51:41 UTC; 2min 16s ago
2021-05-19 01:53:57.891 |    Main PID: 105992 (neutron-l3-agen)
2021-05-19 01:53:57.891 |       Tasks: 16 (limit: 14304)
2021-05-19 01:53:57.891 |      Memory: 251.8M
2021-05-19 01:53:57.891 |      CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service
2021-05-19 01:53:57.891 |              ├─105992 neutron-l3-agent (/usr/bin/python3.8 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)
2021-05-19 01:53:57.891 |              ├─106918 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmp6rxid9c9/privsep.sock
2021-05-19 01:53:57.891 |              ├─107610 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp2xsexths/privsep.sock
2021-05-19 01:53:57.891 |              ├─107754 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
2021-05-19 01:53:57.891 |              ├─107755 /usr/bin/python3.8 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
2021-05-19 01:53:57.891 |              └─107765 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/b86f357d-6959-4d02-bfaa-9af5f1c652fb.conf
2021-05-19 01:53:57.891 | 
2021-05-19 01:53:57.891 | May 19 01:52:45 n-d-764292-23 neutron-l3-agent[105992]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.002s {{(pid=105992) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}}
2021-05-19 01:53:57.891 | May 19 01:52:46 n-d-764292-23 neutron-l3-agent[105992]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=105992) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}}
2021-05-19 01:53:57.891 | May 19 01:52:46 n-d-764292-23 neutron-l3-agent[105992]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=105992) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}}
2021-05-19 01:53:57.891 | May 19 01:52:46 n-d-764292-23 neutron-l3-agent[105992]: DEBUG oslo.privsep.daemon [-] privsep: reply[139811533351744]: (4, ('ARPING 172.25.0.15 from 172.25.0.15 qg-fb603f2d-3d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 1)) {{(pid=107610) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:510}}
2021-05-19 01:53:57.891 | May 19 01:53:08 n-d-764292-23 neutron-l3-agent[105992]: DEBUG oslo_service.periodic_task [None req-066f7412-a24e-4588-8877-d31eea341c1b None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=105992) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}}
2021-05-19 01:53:57.891 | May 19 01:53:45 n-d-764292-23 neutron-l3-agent[105992]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.001s {{(pid=105992) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}}
2021-05-19 01:53:57.892 | May 19 01:53:45 n-d-764292-23 neutron-l3-agent[105992]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=105992) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}}
2021-05-19 01:53:57.892 | May 19 01:53:46 n-d-764292-23 neutron-l3-agent[105992]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=105992) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}}
2021-05-19 01:53:57.892 | May 19 01:53:46 n-d-764292-23 neutron-l3-agent[105992]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=105992) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}}
2021-05-19 01:53:57.892 | May 19 01:53:48 n-d-764292-23 neutron-l3-agent[105992]: DEBUG oslo_service.periodic_task [None req-066f7412-a24e-4588-8877-d31eea341c1b None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=105992) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}}
2021-05-19 01:53:57.895 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.898 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@rabbit.service
2021-05-19 01:53:57.912 | Failed to get unit file state for devstack@rabbit.service: No such file or directory
2021-05-19 01:53:57.915 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.919 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@tempest.service
2021-05-19 01:53:57.932 | Failed to get unit file state for devstack@tempest.service: No such file or directory
2021-05-19 01:53:57.937 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.939 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@mysql.service
2021-05-19 01:53:57.953 | Failed to get unit file state for devstack@mysql.service: No such file or directory
2021-05-19 01:53:57.957 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.959 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@etcd3.service
2021-05-19 01:53:57.973 | Failed to get unit file state for devstack@etcd3.service: No such file or directory
2021-05-19 01:53:57.977 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:57.980 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@dstat.service
2021-05-19 01:53:57.994 | enabled
2021-05-19 01:53:57.998 | + functions-common:service_check:1604      :   sudo systemctl status devstack@dstat.service --no-pager
2021-05-19 01:53:58.016 | ● devstack@dstat.service - Devstack devstack@dstat.service
2021-05-19 01:53:58.016 |      Loaded: loaded (/etc/systemd/system/devstack@dstat.service; enabled; vendor preset: enabled)
2021-05-19 01:53:58.016 |      Active: active (running) since Wed 2021-05-19 01:38:14 UTC; 15min ago
2021-05-19 01:53:58.016 |    Main PID: 81485 (dstat.sh)
2021-05-19 01:53:58.016 |       Tasks: 3 (limit: 14304)
2021-05-19 01:53:58.016 |      Memory: 19.0M
2021-05-19 01:53:58.016 |      CGroup: /system.slice/system-devstack.slice/devstack@dstat.service
2021-05-19 01:53:58.016 |              ├─81485 /bin/bash /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs
2021-05-19 01:53:58.016 |              ├─81647 python3 /usr/bin/dstat -tcmndrylpg --tcp --output /opt/stack/logs/dstat-csv.log
2021-05-19 01:53:58.016 |              └─81648 python3 /usr/bin/dstat -tcmndrylpg --swap --tcp
2021-05-19 01:53:58.016 | 
2021-05-19 01:53:58.016 | May 19 01:53:48 n-d-764292-23 dstat.sh[81648]: 19-05 01:53:48| 25   5  61   8   0|4835M  774M  177M 5881M|  17k   17k|   0   444k|   0  50.0 | 914  5623 |3.48 3.24 2.40|1.0   0  78|   0     0 |   0     0 | 23  215    0   52    0
2021-05-19 01:53:58.016 | May 19 01:53:49 n-d-764292-23 dstat.sh[81648]: 19-05 01:53:49| 26   3  68   2   0|4865M  744M  177M 5881M|  12k   11k|   0   191k|   0  12.9 | 408  3662 |3.48 3.24 2.40|2.0 1.0   0|   0     0 |   0     0 | 23  215    0   52    0
2021-05-19 01:53:58.016 | May 19 01:53:50 n-d-764292-23 dstat.sh[81648]: 19-05 01:53:50| 26   5  63   6   0|4823M  786M  177M 5881M|  87k   86k|   0   583k|   0  33.2 |1177  5459 |3.48 3.24 2.40|1.0   0  77|   0     0 |   0     0 | 23  215    0   52    0
2021-05-19 01:53:58.016 | May 19 01:53:51 n-d-764292-23 dstat.sh[81648]: 19-05 01:53:51| 26   4  67   4   0|4853M  756M  177M 5881M|2792  2430 |   0   380k|   0  26.0 | 382  3576 |3.48 3.24 2.40|2.0   0 1.0|   0     0 |   0     0 | 23  215    0   52    0
2021-05-19 01:53:58.017 | May 19 01:53:52 n-d-764292-23 dstat.sh[81648]: 19-05 01:53:52| 25   6  60   8   0|4813M  796M  177M 5881M| 127k  127k|   0   540k|   0  49.0 |1431  6081 |3.48 3.24 2.40|1.0   0  82|   0     0 |   0     0 | 23  215    0   52    0
2021-05-19 01:53:58.017 | May 19 01:53:53 n-d-764292-23 dstat.sh[81648]: 19-05 01:53:53| 26   6  53  17   0|4843M  765M  177M 5881M|  12k   11k|   0  2153k|   0   120 | 924  5293 |3.44 3.23 2.40|1.0   0  58|   0     0 |   0     0 | 23  215    0   52    0
2021-05-19 01:53:58.017 | May 19 01:53:54 n-d-764292-23 dstat.sh[81648]: 19-05 01:53:54| 25   4  68   3   0|4870M  739M  177M 5881M|  15k   15k|   0   212k|   0  18.0 | 473  3986 |3.44 3.23 2.40|2.0   0 2.0|   0     0 |   0     0 | 23  216    0   52    0
2021-05-19 01:53:58.017 | May 19 01:53:55 n-d-764292-23 dstat.sh[81648]: 19-05 01:53:55| 25   5  68   1   0|4832M  777M  177M 5881M|  89k   88k|   0  2780k|   0   329 |1079  4844 |3.44 3.23 2.40|1.0   0  78|   0     0 |   0     0 | 23  215    0   52    0
2021-05-19 01:53:58.017 | May 19 01:53:56 n-d-764292-23 dstat.sh[81648]: 19-05 01:53:56| 25   4  70   1   0|4862M  747M  177M 5881M| 528     0 |   0   248k|   0  13.0 | 327  3525 |3.44 3.23 2.40|1.0   0   0|   0     0 |   0     0 | 23  215    0   52    0
2021-05-19 01:53:58.017 | May 19 01:53:57 n-d-764292-23 dstat.sh[81648]: 19-05 01:53:57| 21   9  67   2   0|4813M  796M  177M 5881M|  96k   94k|   0   128k|   0  10.0 |1985  6161 |3.44 3.23 2.40|1.0   0 263|   0     0 |   0     0 | 23  215    0   52    0
2021-05-19 01:53:58.020 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.023 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@n-crt.service
2021-05-19 01:53:58.036 | Failed to get unit file state for devstack@n-crt.service: No such file or directory
2021-05-19 01:53:58.040 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.042 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@n-cauth.service
2021-05-19 01:53:58.055 | Failed to get unit file state for devstack@n-cauth.service: No such file or directory
2021-05-19 01:53:58.059 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.062 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@q-metering.service
2021-05-19 01:53:58.077 | enabled
2021-05-19 01:53:58.081 | + functions-common:service_check:1604      :   sudo systemctl status devstack@q-metering.service --no-pager
2021-05-19 01:53:58.098 | ● devstack@q-metering.service - Devstack devstack@q-metering.service
2021-05-19 01:53:58.098 |      Loaded: loaded (/etc/systemd/system/devstack@q-metering.service; enabled; vendor preset: enabled)
2021-05-19 01:53:58.098 |      Active: active (running) since Wed 2021-05-19 01:51:45 UTC; 2min 12s ago
2021-05-19 01:53:58.098 |    Main PID: 106732 (neutron-meterin)
2021-05-19 01:53:58.098 |       Tasks: 2 (limit: 14304)
2021-05-19 01:53:58.098 |      Memory: 98.1M
2021-05-19 01:53:58.098 |      CGroup: /system.slice/system-devstack.slice/devstack@q-metering.service
2021-05-19 01:53:58.098 |              └─106732 neutron-metering-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini)
2021-05-19 01:53:58.098 | 
2021-05-19 01:53:58.098 | May 19 01:53:49 n-d-764292-23 neutron-metering-agent[106732]: DEBUG neutron.services.metering.agents.metering_agent [-] Sync router namespaces {{(pid=106732) _sync_router_namespaces /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:302}}
2021-05-19 01:53:58.098 | May 19 01:53:49 n-d-764292-23 neutron-metering-agent[106732]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=106732) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}}
2021-05-19 01:53:58.098 | May 19 01:53:49 n-d-764292-23 neutron-metering-agent[106732]: DEBUG neutron.services.metering.drivers.noop.noop_driver [-] neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver method sync_router_namespaces called with arguments (<neutron_lib.context.ContextBase object at 0x7f0cfca5da90>, dict_values([])) {} {{(pid=106732) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}}
2021-05-19 01:53:58.098 | May 19 01:53:49 n-d-764292-23 neutron-metering-agent[106732]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=106732) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}}
2021-05-19 01:53:58.099 | May 19 01:53:49 n-d-764292-23 neutron-metering-agent[106732]: DEBUG neutron.services.metering.agents.metering_agent [-] Retrieving traffic counters for routers [{}]. {{(pid=106732) _add_metering_infos /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:219}}
2021-05-19 01:53:58.099 | May 19 01:53:49 n-d-764292-23 neutron-metering-agent[106732]: DEBUG neutron.services.metering.agents.metering_agent [-] Get router traffic counters {{(pid=106732) _get_traffic_counters /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:298}}
2021-05-19 01:53:58.099 | May 19 01:53:49 n-d-764292-23 neutron-metering-agent[106732]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=106732) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}}
2021-05-19 01:53:58.099 | May 19 01:53:49 n-d-764292-23 neutron-metering-agent[106732]: DEBUG neutron.services.metering.drivers.noop.noop_driver [-] neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver method get_traffic_counters called with arguments (<neutron_lib.context.ContextBase object at 0x7f0cfca5da90>, dict_values([])) {} {{(pid=106732) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}}
2021-05-19 01:53:58.099 | May 19 01:53:49 n-d-764292-23 neutron-metering-agent[106732]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=106732) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}}
2021-05-19 01:53:58.099 | May 19 01:53:49 n-d-764292-23 neutron-metering-agent[106732]: DEBUG neutron.services.metering.agents.metering_agent [-] Traffic counters [None] retrieved for routers [{}]. {{(pid=106732) _add_metering_infos /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:223}}
2021-05-19 01:53:58.102 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.105 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@q-vpn.service
2021-05-19 01:53:58.118 | Failed to get unit file state for devstack@q-vpn.service: No such file or directory
2021-05-19 01:53:58.122 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.125 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@g-reg.service
2021-05-19 01:53:58.138 | Failed to get unit file state for devstack@g-reg.service: No such file or directory
2021-05-19 01:53:58.142 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.145 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@cinder.service
2021-05-19 01:53:58.159 | Failed to get unit file state for devstack@cinder.service: No such file or directory
2021-05-19 01:53:58.163 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.166 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@c-bak.service
2021-05-19 01:53:58.180 | enabled
2021-05-19 01:53:58.185 | + functions-common:service_check:1604      :   sudo systemctl status devstack@c-bak.service --no-pager
2021-05-19 01:53:58.202 | ● devstack@c-bak.service - Devstack devstack@c-bak.service
2021-05-19 01:53:58.202 |      Loaded: loaded (/etc/systemd/system/devstack@c-bak.service; enabled; vendor preset: enabled)
2021-05-19 01:53:58.202 |      Active: active (running) since Wed 2021-05-19 01:52:59 UTC; 58s ago
2021-05-19 01:53:58.202 |    Main PID: 111901 (cinder-backup)
2021-05-19 01:53:58.202 |       Tasks: 3 (limit: 14304)
2021-05-19 01:53:58.202 |      Memory: 112.0M
2021-05-19 01:53:58.202 |      CGroup: /system.slice/system-devstack.slice/devstack@c-bak.service
2021-05-19 01:53:58.202 |              ├─111901 /usr/bin/python3.8 /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf
2021-05-19 01:53:58.202 |              └─112351 /usr/bin/python3.8 /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf
2021-05-19 01:53:58.202 | 
2021-05-19 01:53:58.202 | May 19 01:53:04 n-d-764292-23 cinder-backup[111901]: DEBUG oslo_service.service [None req-659979fe-64fe-4f99-8f8c-b18bb4822afa None None] vault.keyfile                  = None {{(pid=111901) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.202 | May 19 01:53:04 n-d-764292-23 cinder-backup[111901]: DEBUG oslo_service.service [None req-659979fe-64fe-4f99-8f8c-b18bb4822afa None None] vault.kv_mountpoint            = secret {{(pid=111901) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.202 | May 19 01:53:04 n-d-764292-23 cinder-backup[111901]: DEBUG oslo_service.service [None req-659979fe-64fe-4f99-8f8c-b18bb4822afa None None] vault.kv_version               = 2 {{(pid=111901) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.202 | May 19 01:53:04 n-d-764292-23 cinder-backup[111901]: DEBUG oslo_service.service [None req-659979fe-64fe-4f99-8f8c-b18bb4822afa None None] vault.root_token_id            = None {{(pid=111901) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.202 | May 19 01:53:04 n-d-764292-23 cinder-backup[111901]: DEBUG oslo_service.service [None req-659979fe-64fe-4f99-8f8c-b18bb4822afa None None] vault.split_loggers            = False {{(pid=111901) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.202 | May 19 01:53:04 n-d-764292-23 cinder-backup[111901]: DEBUG oslo_service.service [None req-659979fe-64fe-4f99-8f8c-b18bb4822afa None None] vault.ssl_ca_crt_file          = None {{(pid=111901) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.202 | May 19 01:53:04 n-d-764292-23 cinder-backup[111901]: DEBUG oslo_service.service [None req-659979fe-64fe-4f99-8f8c-b18bb4822afa None None] vault.timeout                  = None {{(pid=111901) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.202 | May 19 01:53:04 n-d-764292-23 cinder-backup[111901]: DEBUG oslo_service.service [None req-659979fe-64fe-4f99-8f8c-b18bb4822afa None None] vault.use_ssl                  = False {{(pid=111901) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.202 | May 19 01:53:04 n-d-764292-23 cinder-backup[111901]: DEBUG oslo_service.service [None req-659979fe-64fe-4f99-8f8c-b18bb4822afa None None] vault.vault_url                = http://127.0.0.1:8200 {{(pid=111901) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.203 | May 19 01:53:04 n-d-764292-23 cinder-backup[111901]: DEBUG oslo_service.service [None req-659979fe-64fe-4f99-8f8c-b18bb4822afa None None] ******************************************************************************** {{(pid=111901) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}}
2021-05-19 01:53:58.206 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.208 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@s-proxy.service
2021-05-19 01:53:58.223 | enabled
2021-05-19 01:53:58.226 | + functions-common:service_check:1604      :   sudo systemctl status devstack@s-proxy.service --no-pager
2021-05-19 01:53:58.244 | ● devstack@s-proxy.service - Devstack devstack@s-proxy.service
2021-05-19 01:53:58.244 |      Loaded: loaded (/etc/systemd/system/devstack@s-proxy.service; enabled; vendor preset: enabled)
2021-05-19 01:53:58.244 |      Active: active (running) since Wed 2021-05-19 01:51:13 UTC; 2min 45s ago
2021-05-19 01:53:58.244 |    Main PID: 102749 (swift-proxy-ser)
2021-05-19 01:53:58.244 |       Tasks: 2 (limit: 14304)
2021-05-19 01:53:58.244 |      Memory: 77.2M
2021-05-19 01:53:58.244 |      CGroup: /system.slice/system-devstack.slice/devstack@s-proxy.service
2021-05-19 01:53:58.244 |              ├─102749 /usr/bin/python3.8 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v
2021-05-19 01:53:58.244 |              └─102844 /usr/bin/python3.8 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v
2021-05-19 01:53:58.244 | 
2021-05-19 01:53:58.244 | May 19 01:53:22 n-d-764292-23 proxy-server[102844]: Validating token access rules against request
2021-05-19 01:53:58.244 | May 19 01:53:22 n-d-764292-23 swift-proxy-server[102844]: proxy-server: Validating token access rules against request
2021-05-19 01:53:58.244 | May 19 01:53:22 n-d-764292-23 proxy-server[102844]: Received request from user: user_id 5c63d5e0f3704fa3ae9f511d92ed8506, project_id fd69e8d36a8a48469e4ac8124744362c, roles ResellerAdmin,service
2021-05-19 01:53:58.245 | May 19 01:53:22 n-d-764292-23 swift-proxy-server[102844]: proxy-server: Received request from user: user_id 5c63d5e0f3704fa3ae9f511d92ed8506, project_id fd69e8d36a8a48469e4ac8124744362c, roles ResellerAdmin,service
2021-05-19 01:53:58.246 | May 19 01:53:22 n-d-764292-23 proxy-server[102844]: Using identity: {'user': ('5c63d5e0f3704fa3ae9f511d92ed8506', 'glance-swift'), 'tenant': ('fd69e8d36a8a48469e4ac8124744362c', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: tx0f98ea41102148adb9cd4-0060a46f92)
2021-05-19 01:53:58.246 | May 19 01:53:22 n-d-764292-23 swift-proxy-server[102844]: proxy-server: Using identity: {'user': ('5c63d5e0f3704fa3ae9f511d92ed8506', 'glance-swift'), 'tenant': ('fd69e8d36a8a48469e4ac8124744362c', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: tx0f98ea41102148adb9cd4-0060a46f92)
2021-05-19 01:53:58.246 | May 19 01:53:22 n-d-764292-23 proxy-server[102844]: User fd69e8d36a8a48469e4ac8124744362c has reseller admin authorizing (txn: tx0f98ea41102148adb9cd4-0060a46f92) (client_ip: 10.222.0.39)
2021-05-19 01:53:58.246 | May 19 01:53:22 n-d-764292-23 swift-proxy-server[102844]: proxy-server: User fd69e8d36a8a48469e4ac8124744362c has reseller admin authorizing (txn: tx0f98ea41102148adb9cd4-0060a46f92) (client_ip: 10.222.0.39)
2021-05-19 01:53:58.246 | May 19 01:53:37 n-d-764292-23 proxy-server[102844]: 10.222.0.39 10.222.0.39 19/May/2021/01/53/37 PUT /v1/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance/52b6ddea-8f2a-442c-87f8-aac610093eb3 HTTP/1.0 201 - python-swiftclient-3.11.1 gAAAAABgpG-R... 645922816 - - tx0f98ea41102148adb9cd4-0060a46f92 - 15.3625 - - 1621389202.274716616 1621389217.637249708 0
2021-05-19 01:53:58.246 | May 19 01:53:37 n-d-764292-23 swift-proxy-server[102844]: proxy-server: 10.222.0.39 10.222.0.39 19/May/2021/01/53/37 PUT /v1/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance/52b6ddea-8f2a-442c-87f8-aac610093eb3 HTTP/1.0 201 - python-swiftclient-3.11.1 gAAAAABgpG-R... 645922816 - - tx0f98ea41102148adb9cd4-0060a46f92 - 15.3625 - - 1621389202.274716616 1621389217.637249708 0
2021-05-19 01:53:58.249 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.251 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@s-object.service
2021-05-19 01:53:58.267 | enabled
2021-05-19 01:53:58.276 | + functions-common:service_check:1604      :   sudo systemctl status devstack@s-object.service --no-pager
2021-05-19 01:53:58.287 | ● devstack@s-object.service - Devstack devstack@s-object.service
2021-05-19 01:53:58.287 |      Loaded: loaded (/etc/systemd/system/devstack@s-object.service; enabled; vendor preset: enabled)
2021-05-19 01:53:58.287 |      Active: active (running) since Wed 2021-05-19 01:51:07 UTC; 2min 51s ago
2021-05-19 01:53:58.287 |    Main PID: 101254 (swift-object-se)
2021-05-19 01:53:58.287 |       Tasks: 23 (limit: 14304)
2021-05-19 01:53:58.287 |      Memory: 49.1M
2021-05-19 01:53:58.287 |      CGroup: /system.slice/system-devstack.slice/devstack@s-object.service
2021-05-19 01:53:58.287 |              ├─101254 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v
2021-05-19 01:53:58.288 |              ├─101610 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v
2021-05-19 01:53:58.288 |              └─101611 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v
2021-05-19 01:53:58.288 | 
2021-05-19 01:53:58.288 | May 19 01:51:07 n-d-764292-23 systemd[1]: Started Devstack devstack@s-object.service.
2021-05-19 01:53:58.288 | May 19 01:51:08 n-d-764292-23 object-server[101254]: Started child 101610 from parent 101254
2021-05-19 01:53:58.288 | May 19 01:51:08 n-d-764292-23 swift-object-server[101254]: object-server: Started child 101610 from parent 101254
2021-05-19 01:53:58.288 | May 19 01:51:08 n-d-764292-23 object-server[101254]: Started child 101611 from parent 101254
2021-05-19 01:53:58.288 | May 19 01:51:08 n-d-764292-23 swift-object-server[101254]: object-server: Started child 101611 from parent 101254
2021-05-19 01:53:58.288 | May 19 01:53:37 n-d-764292-23 object-server[101610]: 127.0.0.1 - - [19/May/2021:01:53:37 +0000] "PUT /sdb1/378/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance/52b6ddea-8f2a-442c-87f8-aac610093eb3" 201 - "PUT http://10.222.0.39:8080/v1/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance/52b6ddea-8f2a-442c-87f8-aac610093eb3" "tx0f98ea41102148adb9cd4-0060a46f92" "proxy-server 102844" 15.3311 "-" 101610 0
2021-05-19 01:53:58.288 | May 19 01:53:37 n-d-764292-23 swift-object-server[101610]: object-server: 127.0.0.1 - - [19/May/2021:01:53:37 +0000] "PUT /sdb1/378/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance/52b6ddea-8f2a-442c-87f8-aac610093eb3" 201 - "PUT http://10.222.0.39:8080/v1/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance/52b6ddea-8f2a-442c-87f8-aac610093eb3" "tx0f98ea41102148adb9cd4-0060a46f92" "proxy-server 102844" 15.3311 "-" 101610 0
2021-05-19 01:53:58.291 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.294 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@s-container.service
2021-05-19 01:53:58.310 | enabled
2021-05-19 01:53:58.314 | + functions-common:service_check:1604      :   sudo systemctl status devstack@s-container.service --no-pager
2021-05-19 01:53:58.331 | ● devstack@s-container.service - Devstack devstack@s-container.service
2021-05-19 01:53:58.331 |      Loaded: loaded (/etc/systemd/system/devstack@s-container.service; enabled; vendor preset: enabled)
2021-05-19 01:53:58.331 |      Active: active (running) since Wed 2021-05-19 01:51:08 UTC; 2min 49s ago
2021-05-19 01:53:58.331 |    Main PID: 101617 (swift-container)
2021-05-19 01:53:58.331 |       Tasks: 3 (limit: 14304)
2021-05-19 01:53:58.332 |      Memory: 48.9M
2021-05-19 01:53:58.332 |      CGroup: /system.slice/system-devstack.slice/devstack@s-container.service
2021-05-19 01:53:58.332 |              ├─101617 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v
2021-05-19 01:53:58.332 |              ├─101971 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v
2021-05-19 01:53:58.332 |              └─101972 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v
2021-05-19 01:53:58.332 | 
2021-05-19 01:53:58.332 | May 19 01:51:09 n-d-764292-23 container-server[101617]: Started child 101971 from parent 101617
2021-05-19 01:53:58.332 | May 19 01:51:09 n-d-764292-23 swift-container-server[101617]: container-server: Started child 101971 from parent 101617
2021-05-19 01:53:58.332 | May 19 01:51:09 n-d-764292-23 container-server[101617]: Started child 101972 from parent 101617
2021-05-19 01:53:58.332 | May 19 01:51:09 n-d-764292-23 swift-container-server[101617]: container-server: Started child 101972 from parent 101617
2021-05-19 01:53:58.332 | May 19 01:53:22 n-d-764292-23 container-server[101972]: 127.0.0.1 - - [19/May/2021:01:53:22 +0000] "PUT /sdb1/192/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance" 201 - "PUT http://10.222.0.39:8080/v1/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance" "tx12787d18a8474210841fc-0060a46f91" "proxy-server 102844" 0.1411 "-" 101972 0
2021-05-19 01:53:58.332 | May 19 01:53:22 n-d-764292-23 swift-container-server[101972]: container-server: 127.0.0.1 - - [19/May/2021:01:53:22 +0000] "PUT /sdb1/192/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance" 201 - "PUT http://10.222.0.39:8080/v1/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance" "tx12787d18a8474210841fc-0060a46f91" "proxy-server 102844" 0.1411 "-" 101972 0
2021-05-19 01:53:58.332 | May 19 01:53:22 n-d-764292-23 container-server[101971]: 127.0.0.1 - - [19/May/2021:01:53:22 +0000] "HEAD /sdb1/192/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance" 204 - "HEAD http://10.222.0.39:8080/v1/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance?format=json&states=listing" "tx0f98ea41102148adb9cd4-0060a46f92" "proxy-server 102844" 0.0067 "-" 101971 0
2021-05-19 01:53:58.332 | May 19 01:53:22 n-d-764292-23 swift-container-server[101971]: container-server: 127.0.0.1 - - [19/May/2021:01:53:22 +0000] "HEAD /sdb1/192/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance" 204 - "HEAD http://10.222.0.39:8080/v1/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance?format=json&states=listing" "tx0f98ea41102148adb9cd4-0060a46f92" "proxy-server 102844" 0.0067 "-" 101971 0
2021-05-19 01:53:58.332 | May 19 01:53:37 n-d-764292-23 container-server[101972]: 127.0.0.1 - - [19/May/2021:01:53:37 +0000] "PUT /sdb1/192/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance/52b6ddea-8f2a-442c-87f8-aac610093eb3" 201 - "PUT http://10.222.0.39:8080/sdb1/378/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance/52b6ddea-8f2a-442c-87f8-aac610093eb3" "tx0f98ea41102148adb9cd4-0060a46f92" "object-server 101610" 0.0016 "-" 101972 0
2021-05-19 01:53:58.332 | May 19 01:53:37 n-d-764292-23 swift-container-server[101972]: container-server: 127.0.0.1 - - [19/May/2021:01:53:37 +0000] "PUT /sdb1/192/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance/52b6ddea-8f2a-442c-87f8-aac610093eb3" 201 - "PUT http://10.222.0.39:8080/sdb1/378/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance/52b6ddea-8f2a-442c-87f8-aac610093eb3" "tx0f98ea41102148adb9cd4-0060a46f92" "object-server 101610" 0.0016 "-" 101972 0
2021-05-19 01:53:58.336 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.338 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@s-account.service
2021-05-19 01:53:58.353 | enabled
2021-05-19 01:53:58.357 | + functions-common:service_check:1604      :   sudo systemctl status devstack@s-account.service --no-pager
2021-05-19 01:53:58.374 | ● devstack@s-account.service - Devstack devstack@s-account.service
2021-05-19 01:53:58.374 |      Loaded: loaded (/etc/systemd/system/devstack@s-account.service; enabled; vendor preset: enabled)
2021-05-19 01:53:58.374 |      Active: active (running) since Wed 2021-05-19 01:51:09 UTC; 2min 48s ago
2021-05-19 01:53:58.374 |    Main PID: 101978 (swift-account-s)
2021-05-19 01:53:58.374 |       Tasks: 3 (limit: 14304)
2021-05-19 01:53:58.374 |      Memory: 47.4M
2021-05-19 01:53:58.374 |      CGroup: /system.slice/system-devstack.slice/devstack@s-account.service
2021-05-19 01:53:58.375 |              ├─101978 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v
2021-05-19 01:53:58.375 |              ├─102342 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v
2021-05-19 01:53:58.375 |              └─102347 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v
2021-05-19 01:53:58.375 | 
2021-05-19 01:53:58.375 | May 19 01:53:21 n-d-764292-23 account-server[102342]: 127.0.0.1 - - [19/May/2021:01:53:21 +0000] "HEAD /sdb1/57/AUTH_fd69e8d36a8a48469e4ac8124744362c" 404 - "HEAD http://10.222.0.39:8080/v1/AUTH_fd69e8d36a8a48469e4ac8124744362c?format=json" "tx1d79b54bde524fec81736-0060a46f91" "proxy-server 102844" 0.0020 "-" 102342 -
2021-05-19 01:53:58.375 | May 19 01:53:21 n-d-764292-23 swift-account-server[102342]: account-server: 127.0.0.1 - - [19/May/2021:01:53:21 +0000] "HEAD /sdb1/57/AUTH_fd69e8d36a8a48469e4ac8124744362c" 404 - "HEAD http://10.222.0.39:8080/v1/AUTH_fd69e8d36a8a48469e4ac8124744362c?format=json" "tx1d79b54bde524fec81736-0060a46f91" "proxy-server 102844" 0.0020 "-" 102342 -
2021-05-19 01:53:58.375 | May 19 01:53:21 n-d-764292-23 account-server[102342]: 127.0.0.1 - - [19/May/2021:01:53:21 +0000] "HEAD /sdb1/57/AUTH_fd69e8d36a8a48469e4ac8124744362c" 404 - "HEAD http://10.222.0.39:8080/v1/AUTH_fd69e8d36a8a48469e4ac8124744362c?format=json" "tx1d79b54bde524fec81736-0060a46f91" "proxy-server 102844" 0.0004 "-" 102342 -
2021-05-19 01:53:58.375 | May 19 01:53:21 n-d-764292-23 swift-account-server[102342]: account-server: 127.0.0.1 - - [19/May/2021:01:53:21 +0000] "HEAD /sdb1/57/AUTH_fd69e8d36a8a48469e4ac8124744362c" 404 - "HEAD http://10.222.0.39:8080/v1/AUTH_fd69e8d36a8a48469e4ac8124744362c?format=json" "tx1d79b54bde524fec81736-0060a46f91" "proxy-server 102844" 0.0004 "-" 102342 -
2021-05-19 01:53:58.375 | May 19 01:53:22 n-d-764292-23 account-server[102347]: 127.0.0.1 - - [19/May/2021:01:53:22 +0000] "PUT /sdb1/57/AUTH_fd69e8d36a8a48469e4ac8124744362c" 201 - "-" "tx12787d18a8474210841fc-0060a46f91" "-" 0.3600 "-" 102347 -
2021-05-19 01:53:58.375 | May 19 01:53:22 n-d-764292-23 swift-account-server[102347]: account-server: 127.0.0.1 - - [19/May/2021:01:53:22 +0000] "PUT /sdb1/57/AUTH_fd69e8d36a8a48469e4ac8124744362c" 201 - "-" "tx12787d18a8474210841fc-0060a46f91" "-" 0.3600 "-" 102347 -
2021-05-19 01:53:58.375 | May 19 01:53:22 n-d-764292-23 account-server[102342]: 127.0.0.1 - - [19/May/2021:01:53:22 +0000] "HEAD /sdb1/57/AUTH_fd69e8d36a8a48469e4ac8124744362c" 204 - "HEAD http://10.222.0.39:8080/v1/AUTH_fd69e8d36a8a48469e4ac8124744362c?format=json" "tx12787d18a8474210841fc-0060a46f91" "proxy-server 102844" 0.0040 "-" 102342 -
2021-05-19 01:53:58.375 | May 19 01:53:22 n-d-764292-23 swift-account-server[102342]: account-server: 127.0.0.1 - - [19/May/2021:01:53:22 +0000] "HEAD /sdb1/57/AUTH_fd69e8d36a8a48469e4ac8124744362c" 204 - "HEAD http://10.222.0.39:8080/v1/AUTH_fd69e8d36a8a48469e4ac8124744362c?format=json" "tx12787d18a8474210841fc-0060a46f91" "proxy-server 102844" 0.0040 "-" 102342 -
2021-05-19 01:53:58.375 | May 19 01:53:22 n-d-764292-23 account-server[102347]: 127.0.0.1 - - [19/May/2021:01:53:22 +0000] "PUT /sdb1/57/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/192/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance" "tx12787d18a8474210841fc-0060a46f91" "container-server 101972" 0.0024 "-" 102347 0
2021-05-19 01:53:58.375 | May 19 01:53:22 n-d-764292-23 swift-account-server[102347]: account-server: 127.0.0.1 - - [19/May/2021:01:53:22 +0000] "PUT /sdb1/57/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/192/AUTH_fd69e8d36a8a48469e4ac8124744362c/glance" "tx12787d18a8474210841fc-0060a46f91" "container-server 101972" 0.0024 "-" 102347 0
2021-05-19 01:53:58.378 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.381 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@heat.service
2021-05-19 01:53:58.395 | Failed to get unit file state for devstack@heat.service: No such file or directory
2021-05-19 01:53:58.398 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.402 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@h-api.service
2021-05-19 01:53:58.414 | Failed to get unit file state for devstack@h-api.service: No such file or directory
2021-05-19 01:53:58.424 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.427 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@h-api-cfn.service
2021-05-19 01:53:58.440 | Failed to get unit file state for devstack@h-api-cfn.service: No such file or directory
2021-05-19 01:53:58.444 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.447 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@h-api-cw.service
2021-05-19 01:53:58.460 | Failed to get unit file state for devstack@h-api-cw.service: No such file or directory
2021-05-19 01:53:58.465 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.468 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@h-eng.service
2021-05-19 01:53:58.484 | Failed to get unit file state for devstack@h-eng.service: No such file or directory
2021-05-19 01:53:58.490 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.492 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@ceilometer-acentral.service
2021-05-19 01:53:58.507 | Failed to get unit file state for devstack@ceilometer-acentral.service: No such file or directory
2021-05-19 01:53:58.512 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.514 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@ceilometer-acompute.service
2021-05-19 01:53:58.529 | Failed to get unit file state for devstack@ceilometer-acompute.service: No such file or directory
2021-05-19 01:53:58.534 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.536 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@ceilometer-collector.service
2021-05-19 01:53:58.550 | Failed to get unit file state for devstack@ceilometer-collector.service: No such file or directory
2021-05-19 01:53:58.554 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.556 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@ceilometer-api.service
2021-05-19 01:53:58.570 | Failed to get unit file state for devstack@ceilometer-api.service: No such file or directory
2021-05-19 01:53:58.574 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.577 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@ceilometer-anotification.service
2021-05-19 01:53:58.591 | Failed to get unit file state for devstack@ceilometer-anotification.service: No such file or directory
2021-05-19 01:53:58.597 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.603 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@s-container-sync.service
2021-05-19 01:53:58.618 | enabled
2021-05-19 01:53:58.623 | + functions-common:service_check:1604      :   sudo systemctl status devstack@s-container-sync.service --no-pager
2021-05-19 01:53:58.640 | ● devstack@s-container-sync.service - Devstack devstack@s-container-sync.service
2021-05-19 01:53:58.640 |      Loaded: loaded (/etc/systemd/system/devstack@s-container-sync.service; enabled; vendor preset: enabled)
2021-05-19 01:53:58.640 |      Active: active (running) since Wed 2021-05-19 01:51:11 UTC; 2min 47s ago
2021-05-19 01:53:58.640 |    Main PID: 102375 (swift-container)
2021-05-19 01:53:58.640 |       Tasks: 1 (limit: 14304)
2021-05-19 01:53:58.640 |      Memory: 32.0M
2021-05-19 01:53:58.640 |      CGroup: /system.slice/system-devstack.slice/devstack@s-container-sync.service
2021-05-19 01:53:58.640 |              └─102375 /usr/bin/python3.8 /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf
2021-05-19 01:53:58.640 | 
2021-05-19 01:53:58.640 | May 19 01:51:11 n-d-764292-23 systemd[1]: Started Devstack devstack@s-container-sync.service.
2021-05-19 01:53:58.641 | May 19 01:51:12 n-d-764292-23 container-sync[102375]: Starting 102375
2021-05-19 01:53:58.641 | May 19 01:51:12 n-d-764292-23 container-sync[102375]: Configuration option internal_client_conf_path not defined. Using default configuration, See internal-client.conf-sample for options
2021-05-19 01:53:58.644 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.647 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@n-super-cond.service
2021-05-19 01:53:58.662 | enabled
2021-05-19 01:53:58.666 | + functions-common:service_check:1604      :   sudo systemctl status devstack@n-super-cond.service --no-pager
2021-05-19 01:53:58.683 | ● devstack@n-super-cond.service - Devstack devstack@n-super-cond.service
2021-05-19 01:53:58.683 |      Loaded: loaded (/etc/systemd/system/devstack@n-super-cond.service; enabled; vendor preset: enabled)
2021-05-19 01:53:58.683 |      Active: active (running) since Wed 2021-05-19 01:52:42 UTC; 1min 16s ago
2021-05-19 01:53:58.684 |    Main PID: 109641 (nova-conductor)
2021-05-19 01:53:58.684 |       Tasks: 3 (limit: 14304)
2021-05-19 01:53:58.684 |      Memory: 136.9M
2021-05-19 01:53:58.684 |      CGroup: /system.slice/system-devstack.slice/devstack@n-super-cond.service
2021-05-19 01:53:58.684 |              ├─109641 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf
2021-05-19 01:53:58.684 |              ├─110510 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf
2021-05-19 01:53:58.684 |              └─110511 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf
2021-05-19 01:53:58.684 | 
2021-05-19 01:53:58.684 | May 19 01:52:46 n-d-764292-23 nova-conductor[109641]: DEBUG oslo_service.service [None req-4f5c6a49-f424-4d41-8e95-c683195977c8 None None] oslo_messaging_rabbit.ssl_key_file =  {{(pid=109641) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.684 | May 19 01:52:46 n-d-764292-23 nova-conductor[109641]: DEBUG oslo_service.service [None req-4f5c6a49-f424-4d41-8e95-c683195977c8 None None] oslo_messaging_rabbit.ssl_version =  {{(pid=109641) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.684 | May 19 01:52:46 n-d-764292-23 nova-conductor[109641]: DEBUG oslo_service.service [None req-4f5c6a49-f424-4d41-8e95-c683195977c8 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=109641) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.684 | May 19 01:52:46 n-d-764292-23 nova-conductor[109641]: DEBUG oslo_service.service [None req-4f5c6a49-f424-4d41-8e95-c683195977c8 None None] oslo_messaging_notifications.retry = -1 {{(pid=109641) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.684 | May 19 01:52:46 n-d-764292-23 nova-conductor[109641]: DEBUG oslo_service.service [None req-4f5c6a49-f424-4d41-8e95-c683195977c8 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=109641) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.684 | May 19 01:52:46 n-d-764292-23 nova-conductor[109641]: DEBUG oslo_service.service [None req-4f5c6a49-f424-4d41-8e95-c683195977c8 None None] oslo_messaging_notifications.transport_url = **** {{(pid=109641) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.684 | May 19 01:52:46 n-d-764292-23 nova-conductor[109641]: DEBUG oslo_service.service [None req-4f5c6a49-f424-4d41-8e95-c683195977c8 None None] oslo_reports.file_event_handler = None {{(pid=109641) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.684 | May 19 01:52:46 n-d-764292-23 nova-conductor[109641]: DEBUG oslo_service.service [None req-4f5c6a49-f424-4d41-8e95-c683195977c8 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=109641) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.684 | May 19 01:52:46 n-d-764292-23 nova-conductor[109641]: DEBUG oslo_service.service [None req-4f5c6a49-f424-4d41-8e95-c683195977c8 None None] oslo_reports.log_dir           = None {{(pid=109641) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.684 | May 19 01:52:46 n-d-764292-23 nova-conductor[109641]: DEBUG oslo_service.service [None req-4f5c6a49-f424-4d41-8e95-c683195977c8 None None] ******************************************************************************** {{(pid=109641) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}}
2021-05-19 01:53:58.688 | + functions-common:service_check:1598      :   for service in ${ENABLED_SERVICES//,/ }
2021-05-19 01:53:58.690 | + functions-common:service_check:1600      :   sudo systemctl is-enabled devstack@n-cond-cell1.service
2021-05-19 01:53:58.706 | enabled
2021-05-19 01:53:58.710 | + functions-common:service_check:1604      :   sudo systemctl status devstack@n-cond-cell1.service --no-pager
2021-05-19 01:53:58.728 | ● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service
2021-05-19 01:53:58.728 |      Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled)
2021-05-19 01:53:58.728 |      Active: active (running) since Wed 2021-05-19 01:52:44 UTC; 1min 14s ago
2021-05-19 01:53:58.728 |    Main PID: 110030 (nova-conductor)
2021-05-19 01:53:58.728 |       Tasks: 3 (limit: 14304)
2021-05-19 01:53:58.728 |      Memory: 146.9M
2021-05-19 01:53:58.729 |      CGroup: /system.slice/system-devstack.slice/devstack@n-cond-cell1.service
2021-05-19 01:53:58.729 |              ├─110030 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf
2021-05-19 01:53:58.729 |              ├─110515 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf
2021-05-19 01:53:58.729 |              └─110516 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf
2021-05-19 01:53:58.730 | 
2021-05-19 01:53:58.730 | May 19 01:52:47 n-d-764292-23 nova-conductor[110030]: DEBUG oslo_service.service [None req-bbde3fa9-4461-4718-8ece-421ee7112ea7 None None] oslo_messaging_notifications.driver = [] {{(pid=110030) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.730 | May 19 01:52:47 n-d-764292-23 nova-conductor[110030]: DEBUG oslo_service.service [None req-bbde3fa9-4461-4718-8ece-421ee7112ea7 None None] oslo_messaging_notifications.retry = -1 {{(pid=110030) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.730 | May 19 01:52:47 n-d-764292-23 nova-conductor[110030]: DEBUG oslo_service.service [None req-bbde3fa9-4461-4718-8ece-421ee7112ea7 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=110030) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.730 | May 19 01:52:47 n-d-764292-23 nova-conductor[110030]: DEBUG oslo_service.service [None req-bbde3fa9-4461-4718-8ece-421ee7112ea7 None None] oslo_messaging_notifications.transport_url = **** {{(pid=110030) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.730 | May 19 01:52:47 n-d-764292-23 nova-conductor[110030]: DEBUG oslo_service.service [None req-bbde3fa9-4461-4718-8ece-421ee7112ea7 None None] oslo_reports.file_event_handler = None {{(pid=110030) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.730 | May 19 01:52:47 n-d-764292-23 nova-conductor[110030]: DEBUG oslo_service.service [None req-bbde3fa9-4461-4718-8ece-421ee7112ea7 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=110030) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.730 | May 19 01:52:47 n-d-764292-23 nova-conductor[110030]: DEBUG oslo_service.service [None req-bbde3fa9-4461-4718-8ece-421ee7112ea7 None None] oslo_reports.log_dir           = None {{(pid=110030) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}}
2021-05-19 01:53:58.730 | May 19 01:52:47 n-d-764292-23 nova-conductor[110030]: DEBUG oslo_service.service [None req-bbde3fa9-4461-4718-8ece-421ee7112ea7 None None] ******************************************************************************** {{(pid=110030) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}}
2021-05-19 01:53:58.731 | May 19 01:52:47 n-d-764292-23 nova-conductor[110516]: DEBUG nova.service [None req-7759fbda-c459-4fbc-aac6-e1a616086e85 None None] Join ServiceGroup membership for this service conductor {{(pid=110516) start /opt/stack/nova/nova/service.py:199}}
2021-05-19 01:53:58.731 | May 19 01:52:47 n-d-764292-23 nova-conductor[110516]: DEBUG nova.servicegroup.drivers.db [None req-7759fbda-c459-4fbc-aac6-e1a616086e85 None None] DB_Driver: join new ServiceGroup member n-d-764292-23 to the conductor group, service = <Service: host=n-d-764292-23, binary=nova-conductor, manager_class_name=nova.conductor.manager.ConductorManager> {{(pid=110516) join /opt/stack/nova/nova/servicegroup/drivers/db.py:44}}
2021-05-19 01:53:58.733 | + ./stack.sh:main:1419                     :   is_service_enabled n-api
2021-05-19 01:53:58.753 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:53:58.756 | + ./stack.sh:main:1420                     :   is_service_enabled n-cpu
2021-05-19 01:53:58.774 | + functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:53:58.777 | + ./stack.sh:main:1427                     :   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-05-19 01:53:58.780 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:53:58.782 | + ./stack.sh:echo_summary:428              :   echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.
2021-05-19 01:53:58.785 | + ./stack.sh:main:1434                     :   /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check
2021-05-19 01:54:02.398 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:02.398 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:02.398 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:02.398 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:02.398 | +--------------------------------------------------------------------+
2021-05-19 01:54:02.398 | | Upgrade Check Results                                              |
2021-05-19 01:54:02.398 | +--------------------------------------------------------------------+
2021-05-19 01:54:02.398 | | Check: Cells v2                                                    |
2021-05-19 01:54:02.398 | | Result: Success                                                    |
2021-05-19 01:54:02.398 | | Details: No host mappings or compute nodes were found. Remember to |
2021-05-19 01:54:02.398 | |   run command 'nova-manage cell_v2 discover_hosts' when new        |
2021-05-19 01:54:02.398 | |   compute hosts are deployed.                                      |
2021-05-19 01:54:02.398 | +--------------------------------------------------------------------+
2021-05-19 01:54:02.398 | | Check: Placement API                                               |
2021-05-19 01:54:02.398 | | Result: Success                                                    |
2021-05-19 01:54:02.398 | | Details: None                                                      |
2021-05-19 01:54:02.398 | +--------------------------------------------------------------------+
2021-05-19 01:54:02.398 | | Check: Cinder API                                                  |
2021-05-19 01:54:02.398 | | Result: Success                                                    |
2021-05-19 01:54:02.398 | | Details: None                                                      |
2021-05-19 01:54:02.398 | +--------------------------------------------------------------------+
2021-05-19 01:54:02.398 | | Check: Policy Scope-based Defaults                                 |
2021-05-19 01:54:02.398 | | Result: Success                                                    |
2021-05-19 01:54:02.398 | | Details: None                                                      |
2021-05-19 01:54:02.398 | +--------------------------------------------------------------------+
2021-05-19 01:54:02.399 | | Check: Policy File JSON to YAML Migration                          |
2021-05-19 01:54:02.399 | | Result: Success                                                    |
2021-05-19 01:54:02.399 | | Details: None                                                      |
2021-05-19 01:54:02.399 | +--------------------------------------------------------------------+
2021-05-19 01:54:02.399 | | Check: Older than N-1 computes                                     |
2021-05-19 01:54:02.399 | | Result: Success                                                    |
2021-05-19 01:54:02.399 | | Details: None                                                      |
2021-05-19 01:54:02.399 | +--------------------------------------------------------------------+
2021-05-19 01:54:02.399 | | Check: hw_machine_type unset                                       |
2021-05-19 01:54:02.399 | | Result: Success                                                    |
2021-05-19 01:54:02.399 | | Details: None                                                      |
2021-05-19 01:54:02.399 | +--------------------------------------------------------------------+
2021-05-19 01:54:02.851 | + ./stack.sh:main:1441                     :   [[ -x /home/ubuntu/devstack/local.sh ]]
2021-05-19 01:54:02.854 | + ./stack.sh:main:1442                     :   echo 'Running user script /home/ubuntu/devstack/local.sh'
2021-05-19 01:54:02.854 | Running user script /home/ubuntu/devstack/local.sh
2021-05-19 01:54:02.857 | + ./stack.sh:main:1443                     :   /home/ubuntu/devstack/local.sh
2021-05-19 01:54:02.859 | Before updating nova flavors:
2021-05-19 01:54:04.939 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:04.939 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:04.939 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:04.939 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:04.940 | +----+-----------+-------+------+-----------+-------+-----------+
2021-05-19 01:54:04.940 | | ID | Name      |   RAM | Disk | Ephemeral | VCPUs | Is Public |
2021-05-19 01:54:04.940 | +----+-----------+-------+------+-----------+-------+-----------+
2021-05-19 01:54:04.940 | | 1  | m1.tiny   |   512 |    1 |         0 |     1 | True      |
2021-05-19 01:54:04.940 | | 2  | m1.small  |  2048 |   20 |         0 |     1 | True      |
2021-05-19 01:54:04.940 | | 3  | m1.medium |  4096 |   40 |         0 |     2 | True      |
2021-05-19 01:54:04.940 | | 4  | m1.large  |  8192 |   80 |         0 |     4 | True      |
2021-05-19 01:54:04.940 | | 5  | m1.xlarge | 16384 |  160 |         0 |     8 | True      |
2021-05-19 01:54:04.940 | | c1 | cirros256 |   256 |    1 |         0 |     1 | True      |
2021-05-19 01:54:04.940 | | d1 | ds512M    |   512 |    5 |         0 |     1 | True      |
2021-05-19 01:54:04.940 | | d2 | ds1G      |  1024 |   10 |         0 |     1 | True      |
2021-05-19 01:54:04.940 | | d3 | ds2G      |  2048 |   10 |         0 |     2 | True      |
2021-05-19 01:54:04.940 | | d4 | ds4G      |  4096 |   20 |         0 |     4 | True      |
2021-05-19 01:54:04.940 | +----+-----------+-------+------+-----------+-------+-----------+
2021-05-19 01:54:06.691 | ERROR (CommandError): No flavor with a name or ID of '42' exists.
2021-05-19 01:54:06.789 | Flavor 42 not found
2021-05-19 01:54:08.366 | ERROR (CommandError): No flavor with a name or ID of '84' exists.
2021-05-19 01:54:08.456 | Flavor 84 not found
2021-05-19 01:54:10.036 | ERROR (CommandError): No flavor with a name or ID of '451' exists.
2021-05-19 01:54:10.124 | Flavor 451 not found
2021-05-19 01:54:11.654 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:54:11.655 | | ID | Name    | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description |
2021-05-19 01:54:11.655 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:54:11.655 | | 42 | m1.nano | 256        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:54:11.655 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:54:13.340 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:54:13.340 | | ID | Name     | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description |
2021-05-19 01:54:13.340 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:54:13.340 | | 84 | m1.micro | 256        | 2    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:54:13.340 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:54:14.952 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:54:14.952 | | ID  | Name    | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description |
2021-05-19 01:54:14.952 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:54:14.952 | | 451 | m1.heat | 512        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:54:14.952 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:54:16.545 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:54:16.546 | | ID  | Name     | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description |
2021-05-19 01:54:16.546 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:54:16.546 | | 452 | m1.heat2 | 1024       | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:54:16.546 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:54:16.626 | After updating nova flavors:
2021-05-19 01:54:18.102 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:54:18.102 | | ID  | Name      | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description |
2021-05-19 01:54:18.102 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:54:18.102 | | 1   | m1.tiny   | 512        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:54:18.102 | | 2   | m1.small  | 2048       | 20   | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:54:18.102 | | 3   | m1.medium | 4096       | 40   | 0         | 0    | 2     | 1.0         | True      | -           |
2021-05-19 01:54:18.102 | | 4   | m1.large  | 8192       | 80   | 0         | 0    | 4     | 1.0         | True      | -           |
2021-05-19 01:54:18.102 | | 42  | m1.nano   | 256        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:54:18.102 | | 451 | m1.heat   | 512        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:54:18.102 | | 452 | m1.heat2  | 1024       | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:54:18.102 | | 5   | m1.xlarge | 16384      | 160  | 0         | 0    | 8     | 1.0         | True      | -           |
2021-05-19 01:54:18.102 | | 84  | m1.micro  | 256        | 2    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:54:18.102 | | c1  | cirros256 | 256        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:54:18.102 | | d1  | ds512M    | 512        | 5    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:54:18.102 | | d2  | ds1G      | 1024       | 10   | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:54:18.102 | | d3  | ds2G      | 2048       | 10   | 0         | 0    | 2     | 1.0         | True      | -           |
2021-05-19 01:54:18.102 | | d4  | ds4G      | 4096       | 20   | 0         | 0    | 4     | 1.0         | True      | -           |
2021-05-19 01:54:18.102 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:54:20.402 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:20.402 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:20.402 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:20.402 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:23.196 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:23.197 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:23.197 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:23.197 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:23.372 | Neutron networks:
2021-05-19 01:54:25.543 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:25.543 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:25.543 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:25.543 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:25.543 | +--------------------------------------+---------+--------------------------------------+
2021-05-19 01:54:25.543 | | ID                                   | Name    | Subnets                              |
2021-05-19 01:54:25.543 | +--------------------------------------+---------+--------------------------------------+
2021-05-19 01:54:25.543 | | 4ba52355-7e25-4f2b-ba13-27cb18f4754f | public  | cd564f76-298a-4cd7-b431-e62a8a703656 |
2021-05-19 01:54:25.543 | | 546f13b1-2d76-4ccc-a4ad-3e31fd00004a | private | a2c9f386-d74d-449f-b399-4d4dd90151bb |
2021-05-19 01:54:25.543 | +--------------------------------------+---------+--------------------------------------+
2021-05-19 01:54:27.868 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:27.868 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:27.868 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:27.868 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:30.203 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:30.203 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:30.203 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:30.203 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:30.203 | +---------------------------+--------------------------------------+
2021-05-19 01:54:30.203 | | Field                     | Value                                |
2021-05-19 01:54:30.203 | +---------------------------+--------------------------------------+
2021-05-19 01:54:30.203 | | admin_state_up            | UP                                   |
2021-05-19 01:54:30.203 | | availability_zone_hints   |                                      |
2021-05-19 01:54:30.203 | | availability_zones        | nova                                 |
2021-05-19 01:54:30.203 | | created_at                | 2021-05-19T01:52:18Z                 |
2021-05-19 01:54:30.203 | | description               |                                      |
2021-05-19 01:54:30.203 | | dns_domain                | None                                 |
2021-05-19 01:54:30.203 | | id                        | 4ba52355-7e25-4f2b-ba13-27cb18f4754f |
2021-05-19 01:54:30.203 | | ipv4_address_scope        | None                                 |
2021-05-19 01:54:30.203 | | ipv6_address_scope        | None                                 |
2021-05-19 01:54:30.203 | | is_default                | True                                 |
2021-05-19 01:54:30.203 | | is_vlan_transparent       | None                                 |
2021-05-19 01:54:30.203 | | mtu                       | 1500                                 |
2021-05-19 01:54:30.203 | | name                      | public                               |
2021-05-19 01:54:30.203 | | port_security_enabled     | True                                 |
2021-05-19 01:54:30.203 | | project_id                | 59aacdaeaf9542af8d07d6dcf84a4db0     |
2021-05-19 01:54:30.203 | | provider:network_type     | flat                                 |
2021-05-19 01:54:30.203 | | provider:physical_network | physnet1                             |
2021-05-19 01:54:30.204 | | provider:segmentation_id  | None                                 |
2021-05-19 01:54:30.204 | | qos_policy_id             | None                                 |
2021-05-19 01:54:30.204 | | revision_number           | 2                                    |
2021-05-19 01:54:30.204 | | router:external           | External                             |
2021-05-19 01:54:30.204 | | segments                  | None                                 |
2021-05-19 01:54:30.204 | | shared                    | False                                |
2021-05-19 01:54:30.204 | | status                    | ACTIVE                               |
2021-05-19 01:54:30.204 | | subnets                   | cd564f76-298a-4cd7-b431-e62a8a703656 |
2021-05-19 01:54:30.204 | | tags                      |                                      |
2021-05-19 01:54:30.204 | | updated_at                | 2021-05-19T01:52:27Z                 |
2021-05-19 01:54:30.204 | +---------------------------+--------------------------------------+
2021-05-19 01:54:32.614 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:32.614 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:32.614 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:32.614 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:32.614 | +---------------------------+--------------------------------------+
2021-05-19 01:54:32.614 | | Field                     | Value                                |
2021-05-19 01:54:32.614 | +---------------------------+--------------------------------------+
2021-05-19 01:54:32.614 | | admin_state_up            | UP                                   |
2021-05-19 01:54:32.614 | | availability_zone_hints   |                                      |
2021-05-19 01:54:32.614 | | availability_zones        | nova                                 |
2021-05-19 01:54:32.614 | | created_at                | 2021-05-19T01:51:58Z                 |
2021-05-19 01:54:32.614 | | description               |                                      |
2021-05-19 01:54:32.614 | | dns_domain                | None                                 |
2021-05-19 01:54:32.614 | | id                        | 546f13b1-2d76-4ccc-a4ad-3e31fd00004a |
2021-05-19 01:54:32.614 | | ipv4_address_scope        | None                                 |
2021-05-19 01:54:32.614 | | ipv6_address_scope        | None                                 |
2021-05-19 01:54:32.614 | | is_default                | None                                 |
2021-05-19 01:54:32.614 | | is_vlan_transparent       | None                                 |
2021-05-19 01:54:32.614 | | mtu                       | 1500                                 |
2021-05-19 01:54:32.614 | | name                      | private                              |
2021-05-19 01:54:32.614 | | port_security_enabled     | True                                 |
2021-05-19 01:54:32.614 | | project_id                | 2c91a710ee7a486eb6897ee8dc1dab4a     |
2021-05-19 01:54:32.614 | | provider:network_type     | vlan                                 |
2021-05-19 01:54:32.615 | | provider:physical_network | physnet1                             |
2021-05-19 01:54:32.615 | | provider:segmentation_id  | 407                                  |
2021-05-19 01:54:32.615 | | qos_policy_id             | None                                 |
2021-05-19 01:54:32.615 | | revision_number           | 3                                    |
2021-05-19 01:54:32.615 | | router:external           | Internal                             |
2021-05-19 01:54:32.615 | | segments                  | None                                 |
2021-05-19 01:54:32.615 | | shared                    | False                                |
2021-05-19 01:54:32.615 | | status                    | ACTIVE                               |
2021-05-19 01:54:32.615 | | subnets                   | a2c9f386-d74d-449f-b399-4d4dd90151bb |
2021-05-19 01:54:32.615 | | tags                      |                                      |
2021-05-19 01:54:32.615 | | updated_at                | 2021-05-19T01:54:22Z                 |
2021-05-19 01:54:32.615 | +---------------------------+--------------------------------------+
2021-05-19 01:54:32.763 | Neutron subnetworks:
2021-05-19 01:54:34.864 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:34.864 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:34.864 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:34.864 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:34.864 | +--------------------------------------+----------------+--------------------------------------+---------------+
2021-05-19 01:54:34.864 | | ID                                   | Name           | Network                              | Subnet        |
2021-05-19 01:54:34.864 | +--------------------------------------+----------------+--------------------------------------+---------------+
2021-05-19 01:54:34.864 | | a2c9f386-d74d-449f-b399-4d4dd90151bb | private-subnet | 546f13b1-2d76-4ccc-a4ad-3e31fd00004a | 172.20.0.0/26 |
2021-05-19 01:54:34.864 | | cd564f76-298a-4cd7-b431-e62a8a703656 | public-subnet  | 4ba52355-7e25-4f2b-ba13-27cb18f4754f | 172.25.0.0/24 |
2021-05-19 01:54:34.864 | +--------------------------------------+----------------+--------------------------------------+---------------+
2021-05-19 01:54:37.130 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:37.130 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:37.130 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:37.130 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:39.414 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:39.414 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:39.415 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:39.415 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:39.415 | +----------------------+--------------------------------------+
2021-05-19 01:54:39.415 | | Field                | Value                                |
2021-05-19 01:54:39.415 | +----------------------+--------------------------------------+
2021-05-19 01:54:39.415 | | allocation_pools     | 172.20.0.2-172.20.0.62               |
2021-05-19 01:54:39.415 | | cidr                 | 172.20.0.0/26                        |
2021-05-19 01:54:39.415 | | created_at           | 2021-05-19T01:52:03Z                 |
2021-05-19 01:54:39.415 | | description          |                                      |
2021-05-19 01:54:39.415 | | dns_nameservers      | 8.8.4.4, 8.8.8.8                     |
2021-05-19 01:54:39.416 | | dns_publish_fixed_ip | None                                 |
2021-05-19 01:54:39.416 | | enable_dhcp          | True                                 |
2021-05-19 01:54:39.416 | | gateway_ip           | 172.20.0.1                           |
2021-05-19 01:54:39.416 | | host_routes          |                                      |
2021-05-19 01:54:39.416 | | id                   | a2c9f386-d74d-449f-b399-4d4dd90151bb |
2021-05-19 01:54:39.416 | | ip_version           | 4                                    |
2021-05-19 01:54:39.416 | | ipv6_address_mode    | None                                 |
2021-05-19 01:54:39.416 | | ipv6_ra_mode         | None                                 |
2021-05-19 01:54:39.416 | | name                 | private-subnet                       |
2021-05-19 01:54:39.416 | | network_id           | 546f13b1-2d76-4ccc-a4ad-3e31fd00004a |
2021-05-19 01:54:39.416 | | prefix_length        | None                                 |
2021-05-19 01:54:39.416 | | project_id           | 2c91a710ee7a486eb6897ee8dc1dab4a     |
2021-05-19 01:54:39.416 | | revision_number      | 1                                    |
2021-05-19 01:54:39.416 | | segment_id           | None                                 |
2021-05-19 01:54:39.416 | | service_types        |                                      |
2021-05-19 01:54:39.416 | | subnetpool_id        | 32e3eb31-6a91-4d67-84fd-c0a98e898760 |
2021-05-19 01:54:39.416 | | tags                 |                                      |
2021-05-19 01:54:39.416 | | updated_at           | 2021-05-19T01:54:22Z                 |
2021-05-19 01:54:39.416 | +----------------------+--------------------------------------+
2021-05-19 01:54:41.674 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:41.674 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:41.674 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:41.674 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:41.674 | +----------------------+--------------------------------------+
2021-05-19 01:54:41.674 | | Field                | Value                                |
2021-05-19 01:54:41.674 | +----------------------+--------------------------------------+
2021-05-19 01:54:41.674 | | allocation_pools     | 172.25.0.2-172.25.0.254              |
2021-05-19 01:54:41.674 | | cidr                 | 172.25.0.0/24                        |
2021-05-19 01:54:41.674 | | created_at           | 2021-05-19T01:52:27Z                 |
2021-05-19 01:54:41.674 | | description          |                                      |
2021-05-19 01:54:41.674 | | dns_nameservers      |                                      |
2021-05-19 01:54:41.674 | | dns_publish_fixed_ip | None                                 |
2021-05-19 01:54:41.674 | | enable_dhcp          | False                                |
2021-05-19 01:54:41.674 | | gateway_ip           | 172.25.0.1                           |
2021-05-19 01:54:41.674 | | host_routes          |                                      |
2021-05-19 01:54:41.674 | | id                   | cd564f76-298a-4cd7-b431-e62a8a703656 |
2021-05-19 01:54:41.674 | | ip_version           | 4                                    |
2021-05-19 01:54:41.674 | | ipv6_address_mode    | None                                 |
2021-05-19 01:54:41.674 | | ipv6_ra_mode         | None                                 |
2021-05-19 01:54:41.674 | | name                 | public-subnet                        |
2021-05-19 01:54:41.674 | | network_id           | 4ba52355-7e25-4f2b-ba13-27cb18f4754f |
2021-05-19 01:54:41.674 | | prefix_length        | None                                 |
2021-05-19 01:54:41.674 | | project_id           | 59aacdaeaf9542af8d07d6dcf84a4db0     |
2021-05-19 01:54:41.674 | | revision_number      | 0                                    |
2021-05-19 01:54:41.675 | | segment_id           | None                                 |
2021-05-19 01:54:41.675 | | service_types        |                                      |
2021-05-19 01:54:41.675 | | subnetpool_id        | None                                 |
2021-05-19 01:54:41.675 | | tags                 |                                      |
2021-05-19 01:54:41.675 | | updated_at           | 2021-05-19T01:52:27Z                 |
2021-05-19 01:54:41.675 | +----------------------+--------------------------------------+
2021-05-19 01:54:41.875 | + ./stack.sh:main:1452                     :   command openstack complete
2021-05-19 01:54:41.875 | + ./stack.sh:main:1453                     :   sudo tee /etc/bash_completion.d/osc.bash_completion
2021-05-19 01:54:41.877 | + ./stack.sh:main:1452                     :   openstack complete
2021-05-19 01:54:44.398 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:44.398 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:44.398 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:44.398 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:44.398 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead.
2021-05-19 01:54:44.533 | Could not clean up: 'ClientManager' object has no attribute 'sdk_connection'
2021-05-19 01:54:44.681 | + ./stack.sh:main:1456                     :   is_service_enabled cinder
2021-05-19 01:54:44.702 | + functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:54:44.706 | + ./stack.sh:main:1457                     :   is_ubuntu
2021-05-19 01:54:44.708 | + functions-common:is_ubuntu:493           :   [[ -z deb ]]
2021-05-19 01:54:44.712 | + functions-common:is_ubuntu:496           :   '[' deb = deb ']'
2021-05-19 01:54:44.715 | + ./stack.sh:main:1458                     :   echo_summary 'Configuring lvm.conf global device filter'
2021-05-19 01:54:44.718 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:54:44.721 | + ./stack.sh:echo_summary:428              :   echo -e Configuring lvm.conf global device filter
2021-05-19 01:54:44.724 | + ./stack.sh:main:1459                     :   set_lvm_filter
2021-05-19 01:54:44.726 | + lib/lvm:set_lvm_filter:178               :   local 'filter_suffix="r|.*|" ]  # from devstack'
2021-05-19 01:54:44.730 | + lib/lvm:set_lvm_filter:179               :   local 'filter_string=global_filter = [ '
2021-05-19 01:54:44.732 | + lib/lvm:set_lvm_filter:180               :   local pv
2021-05-19 01:54:44.735 | + lib/lvm:set_lvm_filter:181               :   local vg
2021-05-19 01:54:44.738 | + lib/lvm:set_lvm_filter:182               :   local line
2021-05-19 01:54:44.741 | ++ lib/lvm:set_lvm_filter:184               :   sudo pvs --noheadings -o name
2021-05-19 01:54:44.939 | + lib/lvm:set_lvm_filter:184               :   for pv_info in $(sudo pvs --noheadings -o name)
2021-05-19 01:54:44.943 | ++ lib/lvm:set_lvm_filter:185               :   echo -e /dev/loop4
2021-05-19 01:54:44.943 | ++ lib/lvm:set_lvm_filter:185               :   sed 's/ //g'
2021-05-19 01:54:44.943 | ++ lib/lvm:set_lvm_filter:185               :   sed 's/\/dev\///g'
2021-05-19 01:54:44.950 | + lib/lvm:set_lvm_filter:185               :   pv=loop4
2021-05-19 01:54:44.953 | + lib/lvm:set_lvm_filter:186               :   new='"a|loop4|", '
2021-05-19 01:54:44.956 | + lib/lvm:set_lvm_filter:187               :   filter_string='global_filter = [ "a|loop4|", '
2021-05-19 01:54:44.959 | + lib/lvm:set_lvm_filter:184               :   for pv_info in $(sudo pvs --noheadings -o name)
2021-05-19 01:54:44.964 | ++ lib/lvm:set_lvm_filter:185               :   sed 's/ //g'
2021-05-19 01:54:44.964 | ++ lib/lvm:set_lvm_filter:185               :   echo -e /dev/loop5
2021-05-19 01:54:44.965 | ++ lib/lvm:set_lvm_filter:185               :   sed 's/\/dev\///g'
2021-05-19 01:54:44.971 | + lib/lvm:set_lvm_filter:185               :   pv=loop5
2021-05-19 01:54:44.974 | + lib/lvm:set_lvm_filter:186               :   new='"a|loop5|", '
2021-05-19 01:54:44.977 | + lib/lvm:set_lvm_filter:187               :   filter_string='global_filter = [ "a|loop4|", "a|loop5|", '
2021-05-19 01:54:44.980 | + lib/lvm:set_lvm_filter:189               :   filter_string='global_filter = [ "a|loop4|", "a|loop5|", "r|.*|" ]  # from devstack'
2021-05-19 01:54:44.982 | + lib/lvm:set_lvm_filter:191               :   clean_lvm_filter
2021-05-19 01:54:44.985 | + lib/lvm:clean_lvm_filter:166             :   sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf
2021-05-19 01:54:45.000 | + lib/lvm:set_lvm_filter:192               :   sudo sed -i '/# global_filter = \[*\]/a\    global_filter = [ "a|loop4|", "a|loop5|", "r|.*|" ]  # from devstack' /etc/lvm/lvm.conf
2021-05-19 01:54:45.014 | + lib/lvm:set_lvm_filter:193               :   echo_summary 'set lvm.conf device global_filter to: global_filter = [ "a|loop4|", "a|loop5|", "r|.*|" ]  # from devstack'
2021-05-19 01:54:45.017 | + ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:54:45.020 | + ./stack.sh:echo_summary:428              :   echo -e set lvm.conf device global_filter to: global_filter = '[' '"a|loop4|",' '"a|loop5|",' '"r|.*|"' ']' '#' from devstack
2021-05-19 01:54:45.023 | + ./stack.sh:main:1469                     :   run_phase stack test-config
2021-05-19 01:54:45.026 | + functions-common:run_phase:1732          :   local mode=stack
2021-05-19 01:54:45.029 | + functions-common:run_phase:1733          :   local phase=test-config
2021-05-19 01:54:45.031 | + functions-common:run_phase:1734          :   [[ -d /home/ubuntu/devstack/extras.d ]]
2021-05-19 01:54:45.034 | + functions-common:run_phase:1735          :   local extra_plugin_file_name
2021-05-19 01:54:45.037 | + functions-common:run_phase:1736          :   for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh
2021-05-19 01:54:45.039 | + functions-common:run_phase:1741          :   local exceptions=80-tempest.sh
2021-05-19 01:54:45.042 | + functions-common:run_phase:1742          :   local extra
2021-05-19 01:54:45.046 | ++ functions-common:run_phase:1743          :   basename /home/ubuntu/devstack/extras.d/80-tempest.sh
2021-05-19 01:54:45.050 | + functions-common:run_phase:1743          :   extra=80-tempest.sh
2021-05-19 01:54:45.053 | + functions-common:run_phase:1744          :   [[ 80-tempest.sh =~ 80-tempest\.sh ]]
2021-05-19 01:54:45.056 | + functions-common:run_phase:1748          :   [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]]
2021-05-19 01:54:45.059 | + functions-common:run_phase:1748          :   source /home/ubuntu/devstack/extras.d/80-tempest.sh stack test-config
2021-05-19 01:54:45.062 | ++ extras.d/80-tempest.sh:source:3          :   is_service_enabled tempest
2021-05-19 01:54:45.080 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:54:45.083 | ++ extras.d/80-tempest.sh:source:4          :   [[ stack == \s\o\u\r\c\e ]]
2021-05-19 01:54:45.086 | ++ extras.d/80-tempest.sh:source:7          :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:54:45.089 | ++ extras.d/80-tempest.sh:source:7          :   [[ test-config == \i\n\s\t\a\l\l ]]
2021-05-19 01:54:45.092 | ++ extras.d/80-tempest.sh:source:10         :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:54:45.095 | ++ extras.d/80-tempest.sh:source:10         :   [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]]
2021-05-19 01:54:45.097 | ++ extras.d/80-tempest.sh:source:13         :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:54:45.100 | ++ extras.d/80-tempest.sh:source:13         :   [[ test-config == \e\x\t\r\a ]]
2021-05-19 01:54:45.103 | ++ extras.d/80-tempest.sh:source:16         :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:54:45.105 | ++ extras.d/80-tempest.sh:source:16         :   [[ test-config == \p\o\s\t\-\e\x\t\r\a ]]
2021-05-19 01:54:45.108 | ++ extras.d/80-tempest.sh:source:19         :   [[ stack == \s\t\a\c\k ]]
2021-05-19 01:54:45.110 | ++ extras.d/80-tempest.sh:source:19         :   [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]]
2021-05-19 01:54:45.113 | ++ extras.d/80-tempest.sh:source:20         :   async_wait install_tempest
2021-05-19 01:54:45.168 | [11275 Async install_tempest:80409]: Waiting for completion of install_tempest running on PID 80409 (1 other jobs running)
2021-05-19 01:54:45.194 | [11275 Async install_tempest:80409]: Signaling child to exit
2021-05-19 01:54:45.194 | WAKEUP
2021-05-19 01:54:45.217 | [11275 Async install_tempest:80409]: Signaled
2021-05-19 01:54:45.219 | ++ lib/tempest:install_tempest:705          :   git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest master
2021-05-19 01:54:45.219 | ++ functions-common:git_clone:523           :   local git_remote=https://opendev.org/openstack/tempest.git
2021-05-19 01:54:45.219 | ++ functions-common:git_clone:524           :   local git_dest=/opt/stack/tempest
2021-05-19 01:54:45.219 | ++ functions-common:git_clone:525           :   local git_ref=master
2021-05-19 01:54:45.219 | ++ functions-common:git_clone:526           :   local orig_dir
2021-05-19 01:54:45.219 | +++ functions-common:git_clone:527           :   pwd
2021-05-19 01:54:45.219 | ++ functions-common:git_clone:527           :   orig_dir=/home/ubuntu/devstack
2021-05-19 01:54:45.219 | ++ functions-common:git_clone:528           :   local git_clone_flags=
2021-05-19 01:54:45.219 | +++ functions-common:git_clone:530           :   trueorfalse False RECLONE
2021-05-19 01:54:45.219 | ++ functions-common:git_clone:530           :   RECLONE=False
2021-05-19 01:54:45.219 | ++ functions-common:git_clone:531           :   [[ 0 -gt 0 ]]
2021-05-19 01:54:45.219 | ++ functions-common:git_clone:535           :   [[ False = \T\r\u\e ]]
2021-05-19 01:54:45.219 | ++ functions-common:git_clone:544           :   echo master
2021-05-19 01:54:45.219 | ++ functions-common:git_clone:544           :   egrep -q '^refs'
2021-05-19 01:54:45.219 | ++ functions-common:git_clone:558           :   [[ ! -d /opt/stack/tempest ]]
2021-05-19 01:54:45.219 | ++ functions-common:git_clone:566           :   [[ False = \T\r\u\e ]]
2021-05-19 01:54:45.219 | ++ functions-common:git_clone:592           :   cd /opt/stack/tempest
2021-05-19 01:54:45.220 | ++ functions-common:git_clone:593           :   git show --oneline
2021-05-19 01:54:45.220 | ++ functions-common:git_clone:593           :   head -1
2021-05-19 01:54:45.220 | 393e94a60 Merge "Fix unstability in test_subnet_details"
2021-05-19 01:54:45.220 | ++ functions-common:git_clone:594           :   cd /home/ubuntu/devstack
2021-05-19 01:54:45.220 | ++ lib/tempest:install_tempest:706          :   pip_install 'tox!=2.8.0'
2021-05-19 01:54:45.220 | Using python 3.8 to install tox!=2.8.0
2021-05-19 01:54:45.220 | ++ inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'tox!=2.8.0'
2021-05-19 01:54:45.220 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:45.220 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:45.220 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:45.220 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:45.220 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:54:45.220 | 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-05-19 01:54:45.220 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:54:45.220 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:54:45.220 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:54:45.220 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:54:45.220 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:54:45.220 | Collecting tox!=2.8.0
2021-05-19 01:54:45.220 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/5818049a1c199/tox-3.23.1-py2.py3-none-any.whl (85 kB)
2021-05-19 01:54:45.220 | Collecting pluggy===0.13.1
2021-05-19 01:54:45.220 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/966/c145cd83c9650/pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
2021-05-19 01:54:45.220 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 484)) (1.15.0)
2021-05-19 01:54:45.220 | Collecting toml===0.10.2
2021-05-19 01:54:45.220 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/806/143ae5bfb6a3c/toml-0.10.2-py2.py3-none-any.whl (16 kB)
2021-05-19 01:54:45.220 | Collecting virtualenv===20.4.4
2021-05-19 01:54:45.220 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a93/5126db6312886/virtualenv-20.4.4-py2.py3-none-any.whl (7.2 MB)
2021-05-19 01:54:45.220 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (20.9)
2021-05-19 01:54:45.220 | Requirement already satisfied: filelock===3.0.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (3.0.12)
2021-05-19 01:54:45.220 | Collecting py===1.10.0
2021-05-19 01:54:45.220 |   Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3b8/0836aa6d1feea/py-1.10.0-py2.py3-none-any.whl (97 kB)
2021-05-19 01:54:45.221 | Requirement already satisfied: distlib===0.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) (0.3.1)
2021-05-19 01:54:45.221 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4)
2021-05-19 01:54:45.221 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (2.4.7)
2021-05-19 01:54:45.221 | Installing collected packages: pluggy, py, toml, virtualenv, tox
2021-05-19 01:54:45.221 |   Attempting uninstall: virtualenv
2021-05-19 01:54:45.221 |     Found existing installation: virtualenv 20.4.6
2021-05-19 01:54:45.221 |     Uninstalling virtualenv-20.4.6:
2021-05-19 01:54:45.221 |       Successfully uninstalled virtualenv-20.4.6
2021-05-19 01:54:45.221 | Successfully installed pluggy-0.13.1 py-1.10.0 toml-0.10.2 tox-3.23.1 virtualenv-20.4.4
2021-05-19 01:54:45.221 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:54:45.221 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:54:45.221 | ++ inc/python:pip_install:200               :   result=0
2021-05-19 01:54:45.221 | ++ inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:54:45.221 | ++ functions-common:time_stop:2304          :   local name
2021-05-19 01:54:45.221 | ++ functions-common:time_stop:2305          :   local end_time
2021-05-19 01:54:45.221 | ++ functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:54:45.221 | ++ functions-common:time_stop:2307          :   local total
2021-05-19 01:54:45.221 | ++ functions-common:time_stop:2308          :   local start_time
2021-05-19 01:54:45.221 | ++ functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:54:45.221 | ++ functions-common:time_stop:2311          :   start_time=1621388281524
2021-05-19 01:54:45.221 | ++ functions-common:time_stop:2313          :   [[ -z 1621388281524 ]]
2021-05-19 01:54:45.221 | +++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:54:45.221 | ++ functions-common:time_stop:2316          :   end_time=1621388290313
2021-05-19 01:54:45.221 | ++ functions-common:time_stop:2317          :   elapsed_time=8789
2021-05-19 01:54:45.221 | ++ functions-common:time_stop:2318          :   total=244836
2021-05-19 01:54:45.221 | ++ functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:54:45.221 | ++ functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=253625
2021-05-19 01:54:45.221 | ++ inc/python:pip_install:203               :   return 0
2021-05-19 01:54:45.221 | ++ lib/tempest:install_tempest:707          :   pushd /opt/stack/tempest
2021-05-19 01:54:45.221 | /opt/stack/tempest ~/devstack
2021-05-19 01:54:45.221 | ++ lib/tempest:install_tempest:711          :   git checkout master
2021-05-19 01:54:45.222 | M	.coveragerc
2021-05-19 01:54:45.222 | M	.gitignore
2021-05-19 01:54:45.222 | M	.gitreview
2021-05-19 01:54:45.222 | M	.mailmap
2021-05-19 01:54:45.222 | M	.stestr.conf
2021-05-19 01:54:45.222 | M	CONTRIBUTING.rst
2021-05-19 01:54:45.222 | M	HACKING.rst
2021-05-19 01:54:45.222 | M	LICENSE
2021-05-19 01:54:45.222 | M	README.rst
2021-05-19 01:54:45.222 | M	REVIEWING.rst
2021-05-19 01:54:45.222 | M	bindep.txt
2021-05-19 01:54:45.222 | M	doc/requirements.txt
2021-05-19 01:54:45.222 | M	doc/source/_extra/.htaccess
2021-05-19 01:54:45.222 | M	doc/source/_static/.keep
2021-05-19 01:54:45.222 | M	doc/source/account_generator.rst
2021-05-19 01:54:45.222 | M	doc/source/cleanup.rst
2021-05-19 01:54:45.222 | M	doc/source/conf.py
2021-05-19 01:54:45.222 | M	doc/source/configuration.rst
2021-05-19 01:54:45.222 | M	doc/source/contributor/contributing.rst
2021-05-19 01:54:45.222 | M	doc/source/data/tempest-non-active-plugins-registry.header
2021-05-19 01:54:45.222 | M	doc/source/data/tempest-plugins-registry.header
2021-05-19 01:54:45.222 | M	doc/source/index.rst
2021-05-19 01:54:45.222 | M	doc/source/keystone_scopes_and_roles_support.rst
2021-05-19 01:54:45.222 | M	doc/source/library.rst
2021-05-19 01:54:45.222 | M	doc/source/library/api_microversion_testing.rst
2021-05-19 01:54:45.222 | M	doc/source/library/auth.rst
2021-05-19 01:54:45.222 | M	doc/source/library/cli.rst
2021-05-19 01:54:45.222 | M	doc/source/library/clients.rst
2021-05-19 01:54:45.222 | M	doc/source/library/credential_providers.rst
2021-05-19 01:54:45.222 | M	doc/source/library/decorators.rst
2021-05-19 01:54:45.222 | M	doc/source/library/rest_client.rst
2021-05-19 01:54:45.223 | M	doc/source/library/service_clients/compute_clients.rst
2021-05-19 01:54:45.223 | M	doc/source/library/utils.rst
2021-05-19 01:54:45.223 | M	doc/source/library/validation_resources.rst
2021-05-19 01:54:45.223 | M	doc/source/microversion_testing.rst
2021-05-19 01:54:45.223 | M	doc/source/overview.rst
2021-05-19 01:54:45.223 | M	doc/source/plugins/index.rst
2021-05-19 01:54:45.223 | M	doc/source/plugins/plugin.rst
2021-05-19 01:54:45.223 | M	doc/source/requirement_upper_constraint_for_tempest.rst
2021-05-19 01:54:45.223 | M	doc/source/run.rst
2021-05-19 01:54:45.223 | M	doc/source/sampleconf.rst
2021-05-19 01:54:45.223 | M	doc/source/stable_branch_support_policy.rst
2021-05-19 01:54:45.223 | M	doc/source/stable_branch_testing_policy.rst
2021-05-19 01:54:45.223 | M	doc/source/subunit_describe_calls.rst
2021-05-19 01:54:45.223 | M	doc/source/supported_version.rst
2021-05-19 01:54:45.223 | M	doc/source/tempest_and_plugins_compatible_version_policy.rst
2021-05-19 01:54:45.223 | M	doc/source/test_removal.rst
2021-05-19 01:54:45.223 | M	doc/source/tests/modules.rst
2021-05-19 01:54:45.223 | M	doc/source/workspace.rst
2021-05-19 01:54:45.223 | M	doc/source/write_tests.rst
2021-05-19 01:54:45.223 | M	etc/accounts.yaml.sample
2021-05-19 01:54:45.223 | M	etc/allow-list.yaml
2021-05-19 01:54:45.223 | M	etc/logging.conf.sample
2021-05-19 01:54:45.223 | M	etc/rbac-persona-accounts.yaml.sample
2021-05-19 01:54:45.223 | M	playbooks/devstack-tempest-ipv6.yaml
2021-05-19 01:54:45.223 | M	playbooks/devstack-tempest.yaml
2021-05-19 01:54:45.223 | M	playbooks/post-tempest.yaml
2021-05-19 01:54:45.223 | M	releasenotes/notes/10/10.0-supported-openstack-releases-b88db468695348f6.yaml
2021-05-19 01:54:45.223 | M	releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml
2021-05-19 01:54:45.223 | M	releasenotes/notes/10/10.0.0-start-using-reno-ed9518126fd0e1a3.yaml
2021-05-19 01:54:45.223 | M	releasenotes/notes/11/11.0.0-api-microversion-testing-support-2ceddd2255670932.yaml
2021-05-19 01:54:45.223 | M	releasenotes/notes/11/11.0.0-compute-microversion-support-e0b23f960f894b9b.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/11/11.0.0-supported-openstack-releases-1e5d7295d939d439.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.0.0-supported-openstack-releases-f10aac381d933dd1.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-add-network-versions-client-d90e8334e1443f5c.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-add-tempest-run-3d0aaf69c2ca4115.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-add-tempest-workspaces-228a2ba4690b5589.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-bug-1486834-7ebca15836ae27a9.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-identity-clients-as-library-e663c6132fcac6c2.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-image-clients-as-library-86d17caa26ce3961.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-new-test-utils-module-adf34468c4d52719.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-remove-input-scenarios-functionality-01308e6d4307f580.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-remove-integrated-horizon-bb57551c1e5f5be3.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-remove-legacy-credential-providers-3d653ac3ba1ada2b.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-remove-trove-tests-666522e9113549f9.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-routers-client-as-library-25a363379da351f6.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-support-chunked-encoding-d71f53225f68edf3.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.2.0-add-new-identity-clients-3c3afd674a395bde.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.2.0-clients_module-16f3025f515bf9ec.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.2.0-nova_cert_default-90eb7c1e3cde624a.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.2.0-remove-javelin-276f62d04f7e4a1d.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.2.0-service_client_config-8a1d7b4de769c633.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/12/12.2.0-volume-clients-as-library-9a3444dd63c134b3.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/13/13.0.0-add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/13/13.0.0-add-volume-clients-as-a-library-d05b6bc35e66c6ef.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/13/13.0.0-deprecate-get_ipv6_addr_by_EUI64-4673f07677289cf6.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/13/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/13/13.0.0-start-of-newton-support-3ebb274f300f28eb.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/13/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml
2021-05-19 01:54:45.224 | M	releasenotes/notes/13/13.0.0-volume-clients-as-library-660811011be29d1a.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-add-cred-provider-abstract-class-to-lib-70ff513221f8a871.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-add-cred_client-to-tempest.lib-4d4af33f969c576f.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-add-image-clients-af94564fb34ddca6.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-add-role-assignments-client-as-a-library-d34b4fdf376984ad.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-add-service-provider-client-cbba77d424a30dd3.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-add-ssh-port-parameter-to-client-6d16c374ac4456c1.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-deprecate-nova-api-extensions-df16b02485dae203.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-move-cinder-v3-to-lib-service-be3ba0c20753b594.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-new-volume-limit-client-517c17d9090f4df4.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-remo-stress-tests-81052b211ad95d2e.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-remove-baremetal-tests-65186d9e15d5b8fb.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-remove-bootable-option-024f8944c056a3e0.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-remove-negative-test-generator-1653f4c0f86ccf75.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-remove-sahara-tests-1532c47c7df80e3a.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/14/14.0.0-volume-clients-as-library-309030c7a16e62ab.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/15/15.0.0-add-identity-v3-clients-as-a-library-d34b4fdf376984ad.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/15/15.0.0-add-image-clients-tests-49dbc0a0a4281a77.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/15/15.0.0-add-implied-roles-to-roles-client-library-edf96408ad9ba82e.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/15/15.0.0-add-snapshot-manage-client-as-library-a76ffdba9d8d01cb.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/15/15.0.0-deprecate-allow_port_security_disabled-option-2d3d87f6bd11d03a.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/15/15.0.0-deprecate-identity-feature-enabled.reseller-84800a8232fe217f.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/15/15.0.0-deprecate-volume_feature_enabled.volume_services-dbe024ea067d5ab2.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/15/15.0.0-jsonschema-validator-2377ba131e12d3c7.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/15/15.0.0-remove-deprecated-compute-microversion-config-options-eaee6a7d2f8390a8.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/15/15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/15/15.0.0-remove-deprecated-input-scenario-config-options-414e0c5442e967e9.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/15/15.0.0-remove-deprecated-network-config-options-f9ce276231578fe6.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/16/16.0.0-add-OAUTH-Consumer-Client-tempest-tests-db1df7aae4a9fd4e.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/16/16.0.0-add-additional-methods-to-roles-client-library-178d4a6000dec72d.yaml
2021-05-19 01:54:45.225 | M	releasenotes/notes/16/16.0.0-add-cascade-parameter-to-volumes-client-ff4f7f12795003a4.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-add-compute-server-evaculate-client-as-a-library-ed76baf25f02c3ca.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-add-list-auth-project-client-5905076d914a3943.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-add-list-security-groups-by-servers-to-servers-client-library-088df48f6d81f4be.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-add-list-version-to-identity-client-944cb7396088a575.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-add-quota-sets-detail-kwarg-74b72183295b3ce7.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-add-tempest-lib-remote-client-adbeb3f42a36910b.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-add-tempest-run-combine-option-e94c1049ba8985d5.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-add-update-encryption-type-to-encryption-types-client-f3093532a0bcf9a1.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-create-server-tags-client-8c0042a77e859af6.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-deprecate-deactivate_image-config-7a282c471937bbcb.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-deprecate-skip_unless_attr-decorator-450a1ed727494724.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-dreprecate_client_parameters-cb8d069e62957f7e.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-mitaka-eol-88ff8355fff81b55.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-remove-cinder-v1-api-tests-71e266b8d55d475f.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-remove-deprecated-allow_port_security_disabled-option-d0ffaeb2e7817707.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-remove-deprecated-dvr_extra_resources-option-e8c441c38eab7ddd.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-remove-deprecated-identity-reseller-option-4411c7e3951f1094.yaml
2021-05-19 01:54:45.226 | M	releasenotes/notes/16/16.0.0-remove-sahara-service-available-44a642aa9c634ab4.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/16/16.0.0-remove-volume_feature_enabled.volume_services-c6aa142cc1021297.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/16/16.0.0-use-keystone-v3-api-935860d30ddbb8e9.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/16/16.0.0-volume-transfers-client-e5ed3f5464c0cdc0.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/25/subunt-describe-call-verbose-arg-fix.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/Add-keystone-v3-OS_FEDERATION-APIs-as-tempest-clients-fe9e10a0fe5f09d4.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/Extend-cleanup-CLI-to-delete-regions-9f1dbda2c8de12e2.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/Fix-KeyError-bug-in-v3-volumes_client-ff5d9b894f2257c8.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/Inclusive-jargon-17621346744f0cf4.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/Placement-client-for-placement-based-minimum-bw-allocation-27ed0938118752b6.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/Remove-deprecated-scenario.img_dir-option-da626e6153181e16.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/Remove-manager-2e0b0af48f01294a.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/Remove-test_reboot_server_soft-48fa786f38cd94dc.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/Set-default-of-operator_role-to-member-f9c3abd2ebde23b7.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/Stabilize-scenario-manager-adf36d21b08e31a4.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/account_generator-6eb03f664a448c35.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/add-OAUTH-Token-Client-tempest-tests-6351eda451b95a86.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/add-additional-methods-to-policy-client-library-b8279c18335588c9.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/add-alt-project-dynamic-creds-1a3bc543e65d9433.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/add-assisted-volume-snapshot-client-737f5cb35d58c1b6.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/add-can-migrate-between-any-hosts-config-option-x8ah4f9737a28e9b.yaml
2021-05-19 01:54:45.227 | M	releasenotes/notes/add-compute-feature-ide-bus-b63802502c378083.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-compute-feature-serial-console-45583c4341e34fc9.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-compute-feature-shelve-migrate-fdbd3633abe65c4e.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-consistency-group-exceptions-01cbb792cd710231.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-create-group-from-src-tempest-tests-9eb8b0b4b5c52055.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-domain-configuration-client-tempest-tests-e383efabdbb9ad03.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-extra-apis-to-volume-v3-services-client-bf9b235cf5a611fe.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-force-detach-volume-to-volumes-client-library-b2071f2954f8e8b1.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-group-type-specs-apis-to-v3-group-types-client-10390b52dedede54.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-identity-roles-system-methods-519dc144231993a3.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-endpoint-groups-3518a90bbb731d0f.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-extensions-9cfd217fd2c6a61f.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-image-alt-ssh-user-config-option-1b775af2f468aa5b.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-immutable-user-source-support-dd17772a997075e0.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-ip-version-check-in-addresses-x491ac6d9abaxa12.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-keystone-ep-clients-eeefd0904fbbe151.yaml
2021-05-19 01:54:45.228 | M	releasenotes/notes/add-keystone-v3-ec2-tests-d959b7d36f0bd7fc.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-kwargs-to-delete-vol-of-vol-client-1ecde75beb62933c.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-list-volume-transfers-with-detail-to-transfers-client-80169bf78cf4fa66.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-load-list-cmd-35a4a2e6ea0a36fd.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-manage-snapshot-ref-config-option-67efd04897335b67.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-placement-usage-client-method-8b6015cbd8a5e0f6.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-profiler-config-options-db7c4ae6d338ee5c.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-redirect-param-bea1f6fbce629c70.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-reset-group-snapshot-status-api-to-v3-group-snapshots-client-248d41827daf2a0c.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-reset-group-status-api-to-v3-groups-client-9aa048617c66756a.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-save-state-option-5ea67858cbaca969.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-server-diagnostics-validation-schema-b5a3c55b45aa718a.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-show-api-v3-details-api-to-v3-versions-client-4b408427379cabfe.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-show-default-group-type-detail-api-to-v3-group-types-client-65f717878cf52da0.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-show-default-quotas-api-to-network-quotas-client-3a7c1159af9e56ff.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-show-default-volume-types-api-to-v3-types-client-44b2676f217d78dc.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-show-encryption-specs-item-api-to-v2-encryption-types-client-290b421cd4bc0c0e.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-show-host-to-hosts-client-library-c60c4eb49d139480.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-show-snapshot-metadata-item-api-to-v2-snapshots-client-bd3cbab3c7f0e0b3.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-show-volume-image-metadata-api-to-v2-volumes-client-ee3c027f35276561.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-show-volume-metadata-item-api-to-v2-volumes-client-47d59ecd999ca9df.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-subnet-id-config-option-fac3d6f12abfc171.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml
2021-05-19 01:54:45.229 | M	releasenotes/notes/add-unstable_test-decorator-a73cf97d4ffcc796.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/add-update-api-to-group-types-client-09c06ccdf80d5003.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/add-update-backup-api-to-v3-backups-client-e8465b2b66617dc0.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/add-update-flavor--api-to-flavors-client-a859542fe54aab7c.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/add-validation-resources-to-lib-dc2600c4324ca4d7.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/add-volume-group-snapshots-tempest-tests-840df3da26590f5e.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/add-volume-groups-tempest-tests-dd7b2abfe2b48427.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/add-volume-quota-class-client-as-library-c4c2b22c36ff807e.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/add-worker-file-option-d949121a61156968.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/agents-client-delete-method-de1a7fb3f845999c.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/api_v2_admin_flag-dea5ca9bc2ce63bc.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/associate-disassociate-floating_ip-0b6cfebeef1304b0.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/bug-1647999-7aeda50a8d082d4c.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/change-default-region-for-placement-to-empty-string-394f1132c28345bb.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/cinder-use-os-endpoint-type-c11f63fd468ceb4c.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/cli-tests-v3fixes-fb38189cefd64213.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/conditional-attr-a8564ec5a70ec840.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/config-volume-multiattach-ea8138dfa4fd308c.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/config_image_certificate_compute_feature-c56efb520d54aff5.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/create-mount-config-drive-to-lib-1a6e912b8afbcc7e.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/create_loginable_secgroup_rule-73722fd4b4eb12d0.yaml
2021-05-19 01:54:45.230 | M	releasenotes/notes/create_security_group_rule-16d58a8f0f0ff262.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/credentials-factory-stable-c8037bd9ae642482.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/deprecate-compute-feature-enabled-block-migrate-cinder-iscsi-fcda802d774dfeec.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/deprecate-compute-images-client-in-volume-tests-92b6dd55fcaba620.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/deprecate-config-forbid_global_implied_dsr-e64cfa66e6e3ded5.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/deprecate-dns_servers-option-0xf2f297ee47a5ff.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/deprecate-scheduler-available-filters-cbca2017ba3cf2aa.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/deprecate-vnc-server-header-529f07d592aefb62.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/deprecate-volume-api-selection-config-options-b95c5c0ccbf38916.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/disable-identity-v2-testing-4ef1565d1a5aedcf.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/drop-DEFAULT_PARAMS-bfcc2e7b74ef880b.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/drop-py-2-7-730baf411876d5d8.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/drop-py-3-5-support-76ca78f1a650fcad.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/enable-volume-multiattach-fd5e9bf0e96b56ce.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/end-of-support-for-stein-f795b968d83497a9.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/extra-compute-services-tests-92b6c0618972e02f.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/fix-credential-logging-98089c897d801355.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/fix-show-image-file-expected-code-92d97342d0f6d60e.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/http_proxy_config-cb39b55520e84db5.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/identity-tests-domain-drivers-76235f6672221e45.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/identity-token-client-8aaef74b1d61090a.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/identity-v3-project-tags-client-36683c6a8644e54b.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/identity_client-635275d43abbb807.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/image-client-add-versions-and-tasks-ac289dbfe1c899cc.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/image_import_testing_support-22ba4bcb9f2fb848.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/intermediate-pike-release-2ce492432ff8f012.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/intermediate-queens-release-2f9f305775fca454.yaml
2021-05-19 01:54:45.231 | M	releasenotes/notes/intermediate-train-release-0146c624cff9a57f.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/intermediate-wallaby-release-55a0b31b1dee7b23.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/introduce-attachments-client-add-show-attachment-api-c3111f7e560a87b3.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/log_console_output-dae6b8740b5a5821.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/make-create-user-domain-aware-for-v3-creds-client-5054f58e715adc0c.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/make-object-storage-client-as-stable-interface-d1b07c7e8f17bef6.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/merge-tempest-horizon-plugin-39d555339ab8c7ce.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/migrate-dynamic-creds-ecebb47528080761.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/migrate-object-storage-as-stable-interface-42014c7b43ecb254.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/migrate-preprov-creds-ef61a046ee1ec604.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/move-volume-v3-base_client-to-volume-1edbz0f207c3b283.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/network-show-version-18e1707a4df0a3d3.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/network-swap-to-project_id-a1d7fdf6c5e1cf44.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/network-tag-client-f4614029af7927f0.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/network_feature_enabled_available_features-35f9ac5f253e2ca3.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/omit_X-Subject-Token_from_log-1bf5fef88c80334b.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/os_tenant_name-3ee175763bff455b.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/pause_teardown-45c9d60ffa889f7f.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/plugin-client-registration-enhancements-e09131742391225b.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/prevent-error-in-parse-resp-when-nullable-list-9898cd0f22180986.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/random-bytes-size-limit-ee94a8c6534fe916.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/removal-deprecated-config-options-3db535b979fe3509.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/removal-deprecated-volume-config-options-21c4412f3c600923.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/remove-allow_tenant_isolation-option-03f0d998eb498d44.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/remove-deprecated-apis-from-v2-volumes-client-3ca4a5db5fea518f.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/remove-deprecated-find-test-caller-f4525cd043bfd1b6.yaml
2021-05-19 01:54:45.232 | M	releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/remove-deprecated-skip_unless_attr-decorator-02bde59a00328f5c.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/remove-deprecated-volume-config-options-4b7ea93b88e5b982.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/remove-get-ipv6-addr-by-EUI64-c79972d799c7a430.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/remove-heat-tests-9efb42cac3e0b306.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/remove-old-data-utils-e0966f882f7fe23a.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/remove-some-deprecated-identity-options-0ffxd1b8db928e43.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/segments-client-866f02948f40d4ff.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/set-cinder-api-v3-option-true-1b3e61e3129b7c00.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/start-of-pike-support-f2a1b7ea8e8b0311.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/start-of-queens-support-fea9051ba1d85fc7.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/support-for-rbac-new-scope-6ec8164ce1e7288c.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml
2021-05-19 01:54:45.233 | M	releasenotes/notes/support-scope-in-get-roles-dynamic-creds-90bfab163c1c289a.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/switch-to-stestr-8c9f834b3f5a55d8.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/system-scope-44244cc955a7825f.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/tempest-default-run_validations-9640c41b6a4a9121.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/tempest-identity-catalog-client-f5c8589a9d7c1eb5.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/tempest-lib-compute-update-service-6019d2dcfe4a1c5d.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/tempest-rocky-release-0fc3312053923380.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/tempest-train-release-a2ed0743a5eadeb6.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/tempest-ussuri-release-72b5770a3b97678f.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/tempest-victoria-release-27000c02edc5a112.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/tempest-wallaby-release-0f2cea5ccf63485e.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/use-cinder-v3-client-for-verify_tempest_config-2bf3d817b0070064.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/verify-tempest-command-8e88452c7a08dd77.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/vnc-hardcoded-server-name-removed-6f8d1e90a175dc08.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/volume-backed-live-mig-5a38b496ba1ec093.yaml
2021-05-19 01:54:45.234 | M	releasenotes/notes/volume-service-testing-default-to-v3-endpoints-20b86895a590925d.yaml
2021-05-19 01:54:45.235 | M	releasenotes/notes/volume-v3-service-clients-a863a6336af56cca.yaml
2021-05-19 01:54:45.235 | M	releasenotes/notes/xenapi_apis-conf-fcca549283e53ed6.yaml
2021-05-19 01:54:45.235 | M	releasenotes/source/_static/.placeholder
2021-05-19 01:54:45.235 | M	releasenotes/source/_templates/.placeholder
2021-05-19 01:54:45.235 | M	releasenotes/source/conf.py
2021-05-19 01:54:45.235 | M	releasenotes/source/index.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/unreleased.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v10.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v11.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v12.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v13.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v14.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v15.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v16.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v16.1.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v17.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v17.1.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v17.2.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v18.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v19.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v20.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v21.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v22.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v22.1.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v23.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v24.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v26.0.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v26.1.0.rst
2021-05-19 01:54:45.235 | M	releasenotes/source/v27.0.0.rst
2021-05-19 01:54:45.235 | M	requirements.txt
2021-05-19 01:54:45.236 | M	roles/acl-devstack-files/README.rst
2021-05-19 01:54:45.236 | M	roles/acl-devstack-files/defaults/main.yaml
2021-05-19 01:54:45.236 | M	roles/acl-devstack-files/tasks/main.yaml
2021-05-19 01:54:45.236 | M	roles/ipv6-only-deployments-verification/README.rst
2021-05-19 01:54:45.236 | M	roles/ipv6-only-deployments-verification/defaults/main.yaml
2021-05-19 01:54:45.236 | M	roles/ipv6-only-deployments-verification/tasks/main.yaml
2021-05-19 01:54:45.236 | M	roles/run-tempest/README.rst
2021-05-19 01:54:45.236 | M	roles/run-tempest/defaults/main.yaml
2021-05-19 01:54:45.236 | M	roles/run-tempest/tasks/main.yaml
2021-05-19 01:54:45.236 | M	roles/setup-tempest-data-dir/README.rst
2021-05-19 01:54:45.236 | M	roles/setup-tempest-data-dir/defaults/main.yaml
2021-05-19 01:54:45.236 | M	roles/setup-tempest-data-dir/tasks/main.yaml
2021-05-19 01:54:45.236 | M	roles/setup-tempest-run-dir/README.rst
2021-05-19 01:54:45.236 | M	roles/setup-tempest-run-dir/defaults/main.yaml
2021-05-19 01:54:45.236 | M	roles/setup-tempest-run-dir/tasks/main.yaml
2021-05-19 01:54:45.236 | M	roles/tempest-cleanup/README.rst
2021-05-19 01:54:45.236 | M	roles/tempest-cleanup/defaults/main.yaml
2021-05-19 01:54:45.236 | M	roles/tempest-cleanup/tasks/dry_run.yaml
2021-05-19 01:54:45.236 | M	roles/tempest-cleanup/tasks/dry_run_checker.py
2021-05-19 01:54:45.236 | M	roles/tempest-cleanup/tasks/main.yaml
2021-05-19 01:54:45.236 | M	setup.cfg
2021-05-19 01:54:45.236 | M	setup.py
2021-05-19 01:54:45.236 | M	tempest/README.rst
2021-05-19 01:54:45.236 | M	tempest/__init__.py
2021-05-19 01:54:45.236 | M	tempest/api/README.rst
2021-05-19 01:54:45.236 | M	tempest/api/__init__.py
2021-05-19 01:54:45.236 | M	tempest/api/compute/__init__.py
2021-05-19 01:54:45.236 | M	tempest/api/compute/admin/__init__.py
2021-05-19 01:54:45.236 | M	tempest/api/compute/admin/test_agents.py
2021-05-19 01:54:45.236 | M	tempest/api/compute/admin/test_aggregates.py
2021-05-19 01:54:45.236 | M	tempest/api/compute/admin/test_aggregates_negative.py
2021-05-19 01:54:45.236 | M	tempest/api/compute/admin/test_auto_allocate_network.py
2021-05-19 01:54:45.236 | M	tempest/api/compute/admin/test_availability_zone.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_availability_zone_negative.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_create_server.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_delete_server.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_fixed_ips.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_fixed_ips_negative.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_flavors.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_flavors_access.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_flavors_access_negative.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_flavors_extra_specs.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_flavors_extra_specs_negative.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_flavors_microversions.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_floating_ips_bulk.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_hosts.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_hosts_negative.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_hypervisor.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_hypervisor_negative.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_instance_usage_audit_log.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_instance_usage_audit_log_negative.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_keypairs_v210.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_live_migration.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_live_migration_negative.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_migrations.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_networks.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_quotas.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_quotas_negative.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_security_groups.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_server_diagnostics.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_server_diagnostics_negative.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_servers.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_servers_negative.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_servers_on_multinodes.py
2021-05-19 01:54:45.237 | M	tempest/api/compute/admin/test_services.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/admin/test_services_negative.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/admin/test_simple_tenant_usage.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/admin/test_simple_tenant_usage_negative.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/admin/test_volume.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/admin/test_volume_swap.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/admin/test_volumes_negative.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/api_microversion_fixture.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/base.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/certificates/__init__.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/certificates/test_certificates.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/flavors/__init__.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/flavors/test_flavors.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/flavors/test_flavors_negative.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/floating_ips/__init__.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/floating_ips/base.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/floating_ips/test_floating_ips_actions.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/floating_ips/test_list_floating_ips.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/floating_ips/test_list_floating_ips_negative.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/images/__init__.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/images/test_image_metadata.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/images/test_image_metadata_negative.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/images/test_images.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/images/test_images_negative.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/images/test_images_oneserver.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/images/test_images_oneserver_negative.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/images/test_list_image_filters.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/images/test_list_image_filters_negative.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/images/test_list_images.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/keypairs/__init__.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/keypairs/base.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/keypairs/test_keypairs.py
2021-05-19 01:54:45.238 | M	tempest/api/compute/keypairs/test_keypairs_negative.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/keypairs/test_keypairs_v22.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/limits/__init__.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/limits/test_absolute_limits.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/limits/test_absolute_limits_negative.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/security_groups/__init__.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/security_groups/base.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/security_groups/test_security_group_rules.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/security_groups/test_security_group_rules_negative.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/security_groups/test_security_groups.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/security_groups/test_security_groups_negative.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/__init__.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_attach_interfaces.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_availability_zone.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_create_server.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_create_server_multi_nic.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_delete_server.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_device_tagging.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_disk_config.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_instance_actions.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_instance_actions_negative.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_list_server_filters.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_list_servers_negative.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_multiple_create.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_multiple_create_negative.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_novnc.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_server_actions.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_server_addresses.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_server_addresses_negative.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_server_group.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_server_metadata.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_server_metadata_negative.py
2021-05-19 01:54:45.239 | M	tempest/api/compute/servers/test_server_password.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/servers/test_server_personality.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/servers/test_server_rescue.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/servers/test_server_rescue_negative.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/servers/test_server_tags.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/servers/test_servers.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/servers/test_servers_microversions.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/servers/test_servers_negative.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/servers/test_virtual_interfaces.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/servers/test_virtual_interfaces_negative.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/test_extensions.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/test_networks.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/test_quotas.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/test_tenant_networks.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/test_versions.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/volumes/__init__.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/volumes/test_attach_volume.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/volumes/test_attach_volume_negative.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/volumes/test_volume_snapshots.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/volumes/test_volumes_get.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/volumes/test_volumes_list.py
2021-05-19 01:54:45.240 | M	tempest/api/compute/volumes/test_volumes_negative.py
2021-05-19 01:54:45.240 | M	tempest/api/identity/__init__.py
2021-05-19 01:54:45.240 | M	tempest/api/identity/admin/__init__.py
2021-05-19 01:54:45.240 | M	tempest/api/identity/admin/v2/__init__.py
2021-05-19 01:54:45.240 | M	tempest/api/identity/admin/v2/test_endpoints.py
2021-05-19 01:54:45.240 | M	tempest/api/identity/admin/v2/test_roles.py
2021-05-19 01:54:45.240 | M	tempest/api/identity/admin/v2/test_roles_negative.py
2021-05-19 01:54:45.240 | M	tempest/api/identity/admin/v2/test_services.py
2021-05-19 01:54:45.240 | M	tempest/api/identity/admin/v2/test_tenant_negative.py
2021-05-19 01:54:45.240 | M	tempest/api/identity/admin/v2/test_tenants.py
2021-05-19 01:54:45.240 | M	tempest/api/identity/admin/v2/test_tokens.py
2021-05-19 01:54:45.240 | M	tempest/api/identity/admin/v2/test_tokens_negative.py
2021-05-19 01:54:45.240 | M	tempest/api/identity/admin/v2/test_users.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v2/test_users_negative.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/__init__.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_application_credentials.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_credentials.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_default_project_id.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_domain_configuration.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_domains.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_domains_negative.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_endpoint_groups.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_endpoints.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_endpoints_negative.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_groups.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_inherits.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_list_projects.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_list_users.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_oauth_consumers.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_policies.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_project_tags.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_projects.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_projects_negative.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_regions.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_roles.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_services.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_tokens.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_trusts.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_users.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/admin/v3/test_users_negative.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/base.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/v2/__init__.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/v2/test_api_discovery.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/v2/test_ec2_credentials.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/v2/test_extension.py
2021-05-19 01:54:45.241 | M	tempest/api/identity/v2/test_tenants.py
2021-05-19 01:54:45.242 | M	tempest/api/identity/v2/test_tokens.py
2021-05-19 01:54:45.242 | M	tempest/api/identity/v2/test_users.py
2021-05-19 01:54:45.242 | M	tempest/api/identity/v3/__init__.py
2021-05-19 01:54:45.242 | M	tempest/api/identity/v3/test_access_rules.py
2021-05-19 01:54:45.242 | M	tempest/api/identity/v3/test_api_discovery.py
2021-05-19 01:54:45.242 | M	tempest/api/identity/v3/test_application_credentials.py
2021-05-19 01:54:45.242 | M	tempest/api/identity/v3/test_catalog.py
2021-05-19 01:54:45.242 | M	tempest/api/identity/v3/test_domains.py
2021-05-19 01:54:45.242 | M	tempest/api/identity/v3/test_ec2_credentials.py
2021-05-19 01:54:45.242 | M	tempest/api/identity/v3/test_projects.py
2021-05-19 01:54:45.242 | M	tempest/api/identity/v3/test_tokens.py
2021-05-19 01:54:45.242 | M	tempest/api/identity/v3/test_users.py
2021-05-19 01:54:45.242 | M	tempest/api/image/__init__.py
2021-05-19 01:54:45.242 | M	tempest/api/image/base.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v1/__init__.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v1/test_image_members.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v1/test_image_members_negative.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v1/test_images.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v1/test_images_negative.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v2/__init__.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v2/admin/__init__.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v2/admin/test_images.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v2/admin/test_images_metadefs_namespace_objects.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v2/admin/test_images_metadefs_namespace_properties.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v2/admin/test_images_metadefs_namespace_tags.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v2/admin/test_images_metadefs_namespaces.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v2/admin/test_images_metadefs_resource_types.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v2/test_images.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v2/test_images_member.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v2/test_images_member_negative.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v2/test_images_metadefs_schema.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v2/test_images_negative.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v2/test_images_tags.py
2021-05-19 01:54:45.242 | M	tempest/api/image/v2/test_images_tags_negative.py
2021-05-19 01:54:45.243 | M	tempest/api/image/v2/test_versions.py
2021-05-19 01:54:45.243 | M	tempest/api/network/__init__.py
2021-05-19 01:54:45.243 | M	tempest/api/network/admin/__init__.py
2021-05-19 01:54:45.243 | M	tempest/api/network/admin/test_dhcp_agent_scheduler.py
2021-05-19 01:54:45.243 | M	tempest/api/network/admin/test_external_network_extension.py
2021-05-19 01:54:45.243 | M	tempest/api/network/admin/test_external_networks_negative.py
2021-05-19 01:54:45.243 | M	tempest/api/network/admin/test_floating_ips_admin_actions.py
2021-05-19 01:54:45.243 | M	tempest/api/network/admin/test_metering_extensions.py
2021-05-19 01:54:45.243 | M	tempest/api/network/admin/test_negative_quotas.py
2021-05-19 01:54:45.243 | M	tempest/api/network/admin/test_ports.py
2021-05-19 01:54:45.243 | M	tempest/api/network/admin/test_quotas.py
2021-05-19 01:54:45.243 | M	tempest/api/network/admin/test_routers.py
2021-05-19 01:54:45.243 | M	tempest/api/network/admin/test_routers_dvr.py
2021-05-19 01:54:45.243 | M	tempest/api/network/admin/test_routers_negative.py
2021-05-19 01:54:45.243 | M	tempest/api/network/base.py
2021-05-19 01:54:45.243 | M	tempest/api/network/base_security_groups.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_agent_management_negative.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_allowed_address_pair.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_dhcp_ipv6.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_extensions.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_extra_dhcp_options.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_floating_ips.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_floating_ips_negative.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_networks.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_networks_negative.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_ports.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_routers.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_routers_negative.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_security_groups.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_security_groups_negative.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_service_providers.py
2021-05-19 01:54:45.243 | M	tempest/api/network/test_subnetpools_extensions.py
2021-05-19 01:54:45.244 | M	tempest/api/network/test_tags.py
2021-05-19 01:54:45.244 | M	tempest/api/network/test_versions.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/__init__.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/base.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_account_bulk.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_account_quotas.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_account_quotas_negative.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_account_services.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_account_services_negative.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_container_acl.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_container_acl_negative.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_container_quotas.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_container_services.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_container_services_negative.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_container_staticweb.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_container_sync.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_container_sync_middleware.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_crossdomain.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_healthcheck.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_object_expiry.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_object_formpost.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_object_formpost_negative.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_object_services.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_object_slo.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_object_temp_url.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_object_temp_url_negative.py
2021-05-19 01:54:45.244 | M	tempest/api/object_storage/test_object_version.py
2021-05-19 01:54:45.244 | M	tempest/api/volume/__init__.py
2021-05-19 01:54:45.244 | M	tempest/api/volume/admin/__init__.py
2021-05-19 01:54:45.244 | M	tempest/api/volume/admin/test_backends_capabilities.py
2021-05-19 01:54:45.244 | M	tempest/api/volume/admin/test_encrypted_volumes_extend.py
2021-05-19 01:54:45.244 | M	tempest/api/volume/admin/test_group_snapshots.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_group_type_specs.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_group_types.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_groups.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_multi_backend.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_qos.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_snapshot_manage.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_snapshots_actions.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_user_messages.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volume_hosts.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volume_manage.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volume_pools.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volume_quota_classes.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volume_quotas.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volume_quotas_negative.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volume_retype.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volume_services.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volume_services_negative.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volume_type_access.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volume_types.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volume_types_extra_specs.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volume_types_extra_specs_negative.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volume_types_negative.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volumes_actions.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volumes_backup.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/admin/test_volumes_list.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/api_microversion_fixture.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/base.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/test_availability_zone.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/test_extensions.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/test_image_metadata.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/test_snapshot_metadata.py
2021-05-19 01:54:45.245 | M	tempest/api/volume/test_versions.py
2021-05-19 01:54:45.246 | M	tempest/api/volume/test_volume_absolute_limits.py
2021-05-19 01:54:45.246 | M	tempest/api/volume/test_volume_delete_cascade.py
2021-05-19 01:54:45.246 | M	tempest/api/volume/test_volume_metadata.py
2021-05-19 01:54:45.246 | M	tempest/api/volume/test_volume_transfers.py
2021-05-19 01:54:45.246 | M	tempest/api/volume/test_volumes_actions.py
2021-05-19 01:54:45.246 | M	tempest/api/volume/test_volumes_backup.py
2021-05-19 01:54:45.246 | M	tempest/api/volume/test_volumes_clone.py
2021-05-19 01:54:45.246 | M	tempest/api/volume/test_volumes_clone_negative.py
2021-05-19 01:54:45.246 | M	tempest/api/volume/test_volumes_extend.py
2021-05-19 01:54:45.246 | M	tempest/api/volume/test_volumes_get.py
2021-05-19 01:54:45.246 | M	tempest/api/volume/test_volumes_list.py
2021-05-19 01:54:45.246 | M	tempest/api/volume/test_volumes_negative.py
2021-05-19 01:54:45.246 | M	tempest/api/volume/test_volumes_snapshots.py
2021-05-19 01:54:45.246 | M	tempest/api/volume/test_volumes_snapshots_list.py
2021-05-19 01:54:45.246 | M	tempest/api/volume/test_volumes_snapshots_negative.py
2021-05-19 01:54:45.246 | M	tempest/clients.py
2021-05-19 01:54:45.246 | M	tempest/cmd/__init__.py
2021-05-19 01:54:45.246 | M	tempest/cmd/cleanup.py
2021-05-19 01:54:45.246 | M	tempest/cmd/cleanup_service.py
2021-05-19 01:54:45.246 | M	tempest/cmd/config-generator.tempest.conf
2021-05-19 01:54:45.246 | M	tempest/cmd/init.py
2021-05-19 01:54:45.246 | M	tempest/cmd/list_plugins.py
2021-05-19 01:54:45.246 | M	tempest/cmd/main.py
2021-05-19 01:54:45.246 | M	tempest/cmd/run.py
2021-05-19 01:54:45.247 | M	tempest/cmd/subunit_describe_calls.py
2021-05-19 01:54:45.247 | M	tempest/cmd/verify_tempest_config.py
2021-05-19 01:54:45.247 | M	tempest/cmd/workspace.py
2021-05-19 01:54:45.247 | M	tempest/common/__init__.py
2021-05-19 01:54:45.247 | M	tempest/common/compute.py
2021-05-19 01:54:45.247 | M	tempest/common/credentials_factory.py
2021-05-19 01:54:45.247 | M	tempest/common/custom_matchers.py
2021-05-19 01:54:45.247 | M	tempest/common/identity.py
2021-05-19 01:54:45.247 | M	tempest/common/image.py
2021-05-19 01:54:45.247 | M	tempest/common/tempest_fixtures.py
2021-05-19 01:54:45.247 | M	tempest/common/utils/__init__.py
2021-05-19 01:54:45.247 | M	tempest/common/utils/linux/__init__.py
2021-05-19 01:54:45.247 | M	tempest/common/utils/linux/remote_client.py
2021-05-19 01:54:45.247 | M	tempest/common/utils/net_info.py
2021-05-19 01:54:45.247 | M	tempest/common/utils/net_utils.py
2021-05-19 01:54:45.247 | M	tempest/common/waiters.py
2021-05-19 01:54:45.247 | M	tempest/config.py
2021-05-19 01:54:45.247 | M	tempest/hacking/__init__.py
2021-05-19 01:54:45.247 | M	tempest/hacking/checks.py
2021-05-19 01:54:45.247 | M	tempest/lib/__init__.py
2021-05-19 01:54:45.247 | M	tempest/lib/api_schema/__init__.py
2021-05-19 01:54:45.247 | M	tempest/lib/api_schema/response/__init__.py
2021-05-19 01:54:45.247 | M	tempest/lib/api_schema/response/compute/__init__.py
2021-05-19 01:54:45.247 | M	tempest/lib/api_schema/response/compute/v2_1/__init__.py
2021-05-19 01:54:45.247 | M	tempest/lib/api_schema/response/compute/v2_1/agents.py
2021-05-19 01:54:45.247 | M	tempest/lib/api_schema/response/compute/v2_1/aggregates.py
2021-05-19 01:54:45.247 | M	tempest/lib/api_schema/response/compute/v2_1/availability_zone.py
2021-05-19 01:54:45.247 | M	tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py
2021-05-19 01:54:45.247 | M	tempest/lib/api_schema/response/compute/v2_1/certificates.py
2021-05-19 01:54:45.247 | M	tempest/lib/api_schema/response/compute/v2_1/extensions.py
2021-05-19 01:54:45.247 | M	tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py
2021-05-19 01:54:45.247 | M	tempest/lib/api_schema/response/compute/v2_1/flavors.py
2021-05-19 01:54:45.247 | M	tempest/lib/api_schema/response/compute/v2_1/flavors_access.py
2021-05-19 01:54:45.247 | M	tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/floating_ips.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/hosts.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/hypervisors.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/images.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/interfaces.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/keypairs.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/limits.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/migrations.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/parameter_types.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/quota_classes.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/quotas.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/security_groups.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/server_groups.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/servers.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/services.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/snapshots.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/versions.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_1/volumes.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_11/__init__.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_11/services.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_13/__init__.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_13/server_groups.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_16/__init__.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_16/servers.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_19/__init__.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_19/servers.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_2/__init__.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_2/keypairs.py
2021-05-19 01:54:45.248 | M	tempest/lib/api_schema/response/compute/v2_23/__init__.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_23/migrations.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_26/__init__.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_26/servers.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_28/__init__.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_28/hypervisors.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_3/__init__.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_3/servers.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_36/__init__.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_36/limits.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_36/quotas.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_39/__init__.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_39/limits.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_41/__init__.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_41/aggregates.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_45/__init__.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_45/images.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_47/__init__.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_47/servers.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_48/__init__.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_48/servers.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_53/__init__.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_53/services.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_54/__init__.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_54/servers.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_55/__init__.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_55/flavors.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_57/__init__.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_57/limits.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_57/quotas.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_57/servers.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_59/__init__.py
2021-05-19 01:54:45.249 | M	tempest/lib/api_schema/response/compute/v2_59/migrations.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_6/__init__.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_6/servers.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_61/__init__.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_61/flavors.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_63/__init__.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_63/servers.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_70/__init__.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_70/interfaces.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_70/servers.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_71/__init__.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_71/servers.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_73/__init__.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_73/servers.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_79/__init__.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_79/servers.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_8/__init__.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_8/servers.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_9/__init__.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/compute/v2_9/servers.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/volume/__init__.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/volume/backups.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/volume/capabilities.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/volume/extensions.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/volume/group_snapshots.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/volume/group_types.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/volume/groups.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/volume/hosts.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/volume/limits.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/volume/manage_snapshot.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/volume/manage_volume.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/volume/messages.py
2021-05-19 01:54:45.250 | M	tempest/lib/api_schema/response/volume/qos.py
2021-05-19 01:54:45.251 | M	tempest/lib/api_schema/response/volume/quota_classes.py
2021-05-19 01:54:45.251 | M	tempest/lib/api_schema/response/volume/quotas.py
2021-05-19 01:54:45.251 | M	tempest/lib/api_schema/response/volume/scheduler_stats.py
2021-05-19 01:54:45.251 | M	tempest/lib/api_schema/response/volume/services.py
2021-05-19 01:54:45.251 | M	tempest/lib/api_schema/response/volume/snapshots.py
2021-05-19 01:54:45.251 | M	tempest/lib/api_schema/response/volume/transfers.py
2021-05-19 01:54:45.251 | M	tempest/lib/api_schema/response/volume/volume_types.py
2021-05-19 01:54:45.251 | M	tempest/lib/api_schema/response/volume/volumes.py
2021-05-19 01:54:45.251 | M	tempest/lib/auth.py
2021-05-19 01:54:45.251 | M	tempest/lib/base.py
2021-05-19 01:54:45.251 | M	tempest/lib/cli/__init__.py
2021-05-19 01:54:45.251 | M	tempest/lib/cli/base.py
2021-05-19 01:54:45.251 | M	tempest/lib/cli/output_parser.py
2021-05-19 01:54:45.251 | M	tempest/lib/cmd/__init__.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/__init__.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/api_microversion_fixture.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/api_version_request.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/api_version_utils.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/cred_client.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/cred_provider.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/dynamic_creds.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/fixed_network.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/http.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/jsonschema_validator.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/preprov_creds.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/profiler.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/rest_client.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/ssh.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/thread.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/utils/__init__.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/utils/data_utils.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/utils/linux/__init__.py
2021-05-19 01:54:45.251 | M	tempest/lib/common/utils/linux/remote_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/common/utils/misc.py
2021-05-19 01:54:45.252 | M	tempest/lib/common/utils/test_utils.py
2021-05-19 01:54:45.252 | M	tempest/lib/common/validation_resources.py
2021-05-19 01:54:45.252 | M	tempest/lib/decorators.py
2021-05-19 01:54:45.252 | M	tempest/lib/exceptions.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/__init__.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/clients.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/__init__.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/agents_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/aggregates_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/assisted_volume_snapshots_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/availability_zone_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/baremetal_nodes_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/base_compute_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/certificates_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/extensions_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/fixed_ips_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/flavors_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/floating_ip_pools_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/floating_ips_bulk_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/floating_ips_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/hosts_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/hypervisor_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/images_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/instance_usage_audit_log_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/interfaces_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/keypairs_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/limits_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/migrations_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/networks_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/quota_classes_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/quotas_client.py
2021-05-19 01:54:45.252 | M	tempest/lib/services/compute/security_group_default_rules_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/compute/security_group_rules_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/compute/security_groups_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/compute/server_groups_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/compute/servers_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/compute/services_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/compute/snapshots_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/compute/tenant_networks_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/compute/tenant_usages_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/compute/versions_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/compute/volumes_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/__init__.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v2/__init__.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v2/endpoints_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v2/identity_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v2/roles_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v2/services_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v2/tenants_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v2/token_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v2/users_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v3/__init__.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v3/access_rules_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v3/application_credentials_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v3/catalog_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v3/credentials_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v3/domain_configuration_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v3/domains_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v3/endpoint_filter_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v3/endpoint_groups_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v3/endpoints_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v3/groups_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v3/identity_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v3/identity_providers_client.py
2021-05-19 01:54:45.253 | M	tempest/lib/services/identity/v3/inherited_roles_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/mappings_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/oauth_consumers_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/oauth_token_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/policies_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/project_tags_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/projects_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/protocols_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/regions_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/role_assignments_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/roles_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/service_providers_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/services_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/token_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/trusts_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/users_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/identity/v3/versions_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/image/__init__.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/image/v1/__init__.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/image/v1/image_members_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/image/v1/images_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/image/v2/__init__.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/image/v2/image_members_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/image/v2/images_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/image/v2/namespace_objects_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/image/v2/namespace_properties_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/image/v2/namespace_tags_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/image/v2/namespaces_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/image/v2/resource_types_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/image/v2/schemas_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/image/v2/versions_client.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/network/__init__.py
2021-05-19 01:54:45.254 | M	tempest/lib/services/network/agents_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/base.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/extensions_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/floating_ips_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/metering_label_rules_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/metering_labels_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/networks_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/ports_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/qos_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/quotas_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/routers_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/security_group_rules_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/security_groups_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/segments_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/service_providers_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/subnetpools_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/subnets_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/tags_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/trunks_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/network/versions_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/object_storage/__init__.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/object_storage/account_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/object_storage/bulk_middleware_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/object_storage/capabilities_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/object_storage/container_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/object_storage/object_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/placement/__init__.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/placement/base_placement_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/placement/placement_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/placement/resource_providers_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/volume/__init__.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/volume/base_client.py
2021-05-19 01:54:45.255 | M	tempest/lib/services/volume/v1/__init__.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v1/availability_zone_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v1/backups_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v1/encryption_types_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v1/extensions_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v1/hosts_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v1/limits_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v1/qos_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v1/quotas_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v1/services_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v1/snapshots_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v1/types_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v1/volumes_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/__init__.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/availability_zone_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/backups_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/capabilities_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/encryption_types_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/extensions_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/hosts_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/limits_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/qos_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/quota_classes_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/quotas_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/scheduler_stats_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/services_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/snapshot_manage_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/snapshots_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/transfers_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/types_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/volume_manage_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v2/volumes_client.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v3/__init__.py
2021-05-19 01:54:45.256 | M	tempest/lib/services/volume/v3/attachments_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/availability_zone_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/backups_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/base_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/capabilities_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/encryption_types_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/extensions_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/group_snapshots_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/group_types_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/groups_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/hosts_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/limits_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/messages_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/qos_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/quota_classes_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/quotas_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/scheduler_stats_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/services_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/snapshot_manage_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/snapshots_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/transfers_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/types_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/versions_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/volume_manage_client.py
2021-05-19 01:54:45.257 | M	tempest/lib/services/volume/v3/volumes_client.py
2021-05-19 01:54:45.257 | M	tempest/scenario/README.rst
2021-05-19 01:54:45.257 | M	tempest/scenario/__init__.py
2021-05-19 01:54:45.257 | M	tempest/scenario/manager.py
2021-05-19 01:54:45.257 | M	tempest/scenario/test_aggregates_basic_ops.py
2021-05-19 01:54:45.257 | M	tempest/scenario/test_dashboard_basic_ops.py
2021-05-19 01:54:45.257 | M	tempest/scenario/test_encrypted_cinder_volumes.py
2021-05-19 01:54:45.257 | M	tempest/scenario/test_minbw_allocation_placement.py
2021-05-19 01:54:45.257 | M	tempest/scenario/test_minimum_basic.py
2021-05-19 01:54:45.258 | M	tempest/scenario/test_network_advanced_server_ops.py
2021-05-19 01:54:45.258 | M	tempest/scenario/test_network_basic_ops.py
2021-05-19 01:54:45.258 | M	tempest/scenario/test_network_v6.py
2021-05-19 01:54:45.258 | M	tempest/scenario/test_object_storage_basic_ops.py
2021-05-19 01:54:45.258 | M	tempest/scenario/test_security_groups_basic_ops.py
2021-05-19 01:54:45.258 | M	tempest/scenario/test_server_advanced_ops.py
2021-05-19 01:54:45.258 | M	tempest/scenario/test_server_basic_ops.py
2021-05-19 01:54:45.258 | M	tempest/scenario/test_server_multinode.py
2021-05-19 01:54:45.258 | M	tempest/scenario/test_shelve_instance.py
2021-05-19 01:54:45.258 | M	tempest/scenario/test_snapshot_pattern.py
2021-05-19 01:54:45.258 | M	tempest/scenario/test_stamp_pattern.py
2021-05-19 01:54:45.258 | M	tempest/scenario/test_volume_backup_restore.py
2021-05-19 01:54:45.258 | M	tempest/scenario/test_volume_boot_pattern.py
2021-05-19 01:54:45.258 | M	tempest/scenario/test_volume_migrate_attached.py
2021-05-19 01:54:45.258 | M	tempest/services/__init__.py
2021-05-19 01:54:45.258 | M	tempest/services/orchestration/__init__.py
2021-05-19 01:54:45.258 | M	tempest/services/orchestration/json/__init__.py
2021-05-19 01:54:45.258 | M	tempest/services/orchestration/json/orchestration_client.py
2021-05-19 01:54:45.258 | M	tempest/test.py
2021-05-19 01:54:45.258 | M	tempest/test_discover/__init__.py
2021-05-19 01:54:45.258 | M	tempest/test_discover/plugins.py
2021-05-19 01:54:45.258 | M	tempest/test_discover/test_discover.py
2021-05-19 01:54:45.258 | M	tempest/tests/README.rst
2021-05-19 01:54:45.258 | M	tempest/tests/__init__.py
2021-05-19 01:54:45.258 | M	tempest/tests/api/__init__.py
2021-05-19 01:54:45.258 | M	tempest/tests/api/compute/__init__.py
2021-05-19 01:54:45.258 | M	tempest/tests/api/compute/test_base.py
2021-05-19 01:54:45.258 | M	tempest/tests/base.py
2021-05-19 01:54:45.258 | M	tempest/tests/cmd/__init__.py
2021-05-19 01:54:45.258 | M	tempest/tests/cmd/subunit_describe_calls_data/calls.subunit
2021-05-19 01:54:45.258 | M	tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json
2021-05-19 01:54:45.258 | M	tempest/tests/cmd/test_account_generator.py
2021-05-19 01:54:45.258 | M	tempest/tests/cmd/test_cleanup.py
2021-05-19 01:54:45.259 | M	tempest/tests/cmd/test_cleanup_services.py
2021-05-19 01:54:45.259 | M	tempest/tests/cmd/test_list_plugins.py
2021-05-19 01:54:45.259 | M	tempest/tests/cmd/test_run.py
2021-05-19 01:54:45.259 | M	tempest/tests/cmd/test_saved_state_json.json
2021-05-19 01:54:45.259 | M	tempest/tests/cmd/test_subunit_describe_calls.py
2021-05-19 01:54:45.259 | M	tempest/tests/cmd/test_tempest_init.py
2021-05-19 01:54:45.259 | M	tempest/tests/cmd/test_verify_tempest_config.py
2021-05-19 01:54:45.259 | M	tempest/tests/cmd/test_workspace.py
2021-05-19 01:54:45.259 | M	tempest/tests/common/__init__.py
2021-05-19 01:54:45.259 | M	tempest/tests/common/test_admin_available.py
2021-05-19 01:54:45.259 | M	tempest/tests/common/test_alt_available.py
2021-05-19 01:54:45.259 | M	tempest/tests/common/test_compute.py
2021-05-19 01:54:45.259 | M	tempest/tests/common/test_credentials_factory.py
2021-05-19 01:54:45.259 | M	tempest/tests/common/test_custom_matchers.py
2021-05-19 01:54:45.259 | M	tempest/tests/common/test_image.py
2021-05-19 01:54:45.259 | M	tempest/tests/common/utils/__init__.py
2021-05-19 01:54:45.259 | M	tempest/tests/common/utils/linux/__init__.py
2021-05-19 01:54:45.259 | M	tempest/tests/common/utils/linux/test_remote_client.py
2021-05-19 01:54:45.259 | M	tempest/tests/common/utils/test_net_utils.py
2021-05-19 01:54:45.259 | M	tempest/tests/fake_config.py
2021-05-19 01:54:45.259 | M	tempest/tests/fake_tempest_plugin.py
2021-05-19 01:54:45.259 | M	tempest/tests/files/__init__.py
2021-05-19 01:54:45.259 | M	tempest/tests/files/failing-tests
2021-05-19 01:54:45.259 | M	tempest/tests/files/passing-tests
2021-05-19 01:54:45.259 | M	tempest/tests/files/setup.cfg
2021-05-19 01:54:45.259 | M	tempest/tests/files/testr-conf
2021-05-19 01:54:45.259 | M	tempest/tests/lib/__init__.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/cli/__init__.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/cli/test_command_failed.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/cli/test_execute.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/cli/test_output_parser.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/cmd/__init__.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/cmd/test_check_uuid.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/__init__.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/test_api_version_request.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/test_api_version_utils.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/test_cred_client.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/test_dynamic_creds.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/test_http.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/test_jsonschema_validator.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/test_preprov_creds.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/test_profiler.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/test_rest_client.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/test_validation_resources.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/utils/__init__.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/utils/linux/__init__.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/utils/linux/test_remote_client.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/utils/test_data_utils.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/utils/test_misc.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/common/utils/test_test_utils.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/fake_auth_provider.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/fake_credentials.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/fake_http.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/fake_identity.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/services/__init__.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/services/base.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/services/compute/__init__.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/services/compute/test_agents_client.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/services/compute/test_aggregates_client.py
2021-05-19 01:54:45.260 | M	tempest/tests/lib/services/compute/test_assisted_volume_snapshots_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_availability_zone_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_baremetal_nodes_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_base_compute_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_certificates_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_extensions_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_fixedIPs_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_flavors_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_floating_ip_pools_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_floating_ips_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_hosts_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_hypervisor_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_images_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_interfaces_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_keypairs_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_limits_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_migrations_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_networks_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_quota_classes_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_quotas_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_security_group_default_rules_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_security_group_rules_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_security_groups_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_server_groups_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_servers_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_services_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_snapshots_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_tenant_networks_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_tenant_usages_client.py
2021-05-19 01:54:45.261 | M	tempest/tests/lib/services/compute/test_versions_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/compute/test_volumes_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/__init__.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v2/__init__.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v2/test_endpoints_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v2/test_identity_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v2/test_roles_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v2/test_services_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v2/test_tenants_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v2/test_token_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v2/test_users_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/__init__.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_access_rules_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_application_credentials_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_catalog_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_credentials_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_domains_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_endpoints_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_groups_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_identity_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_identity_providers_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_mappings_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_oauth_token_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_policies_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_project_tags_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_projects_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_protocols_client.py
2021-05-19 01:54:45.262 | M	tempest/tests/lib/services/identity/v3/test_regions_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/identity/v3/test_role_assignments_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/identity/v3/test_roles_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/identity/v3/test_service_providers_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/identity/v3/test_services_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/identity/v3/test_token_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/identity/v3/test_trusts_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/identity/v3/test_users_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/identity/v3/test_versions_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/image/__init__.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/image/v1/__init__.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/image/v1/test_image_members_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/image/v2/__init__.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/image/v2/test_image_members_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/image/v2/test_images_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/image/v2/test_namespace_object_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/image/v2/test_namespace_properties_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/image/v2/test_namespace_tags_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/image/v2/test_namespaces_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/image/v2/test_resource_types_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/image/v2/test_schemas_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/image/v2/test_versions_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/network/__init__.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/network/test_agents_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/network/test_base_network_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/network/test_extensions_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/network/test_floating_ips_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/network/test_metering_label_rules_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/network/test_metering_labels_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/network/test_networks_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/network/test_ports_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/network/test_qos_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py
2021-05-19 01:54:45.263 | M	tempest/tests/lib/services/network/test_quotas_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/network/test_routers_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/network/test_security_group_rules_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/network/test_security_groups_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/network/test_segments_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/network/test_service_providers_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/network/test_subnetpools_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/network/test_subnets_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/network/test_tags_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/network/test_trunks_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/network/test_versions_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/object_storage/__init__.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/object_storage/test_capabilities_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/object_storage/test_object_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/placement/__init__.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/placement/test_placement_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/placement/test_resource_providers_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/registry_fixture.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/test_clients.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/volume/__init__.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/volume/v1/__init__.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/volume/v1/test_encryption_types_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/volume/v1/test_quotas_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/volume/v1/test_snapshots_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/volume/v3/__init__.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/volume/v3/test_attachments_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/volume/v3/test_availability_zone_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/volume/v3/test_backups_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/volume/v3/test_capabilities_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/volume/v3/test_encryption_types_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/volume/v3/test_extensions_client.py
2021-05-19 01:54:45.264 | M	tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_group_types_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_groups_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_hosts_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_limits_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_quota_classes_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_quotas_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_services_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_snapshots_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_transfers_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_types_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_user_messages_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_versions_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_volume_manage_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/services/volume/v3/test_volumes_client.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/test_api_microversion_fixture.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/test_auth.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/test_base.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/test_credentials.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/test_decorators.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/test_ssh.py
2021-05-19 01:54:45.265 | M	tempest/tests/lib/test_tempest_lib.py
2021-05-19 01:54:45.265 | M	tempest/tests/test_base_test.py
2021-05-19 01:54:45.265 | M	tempest/tests/test_config.py
2021-05-19 01:54:45.265 | M	tempest/tests/test_decorators.py
2021-05-19 01:54:45.265 | M	tempest/tests/test_hacking.py
2021-05-19 01:54:45.265 | M	tempest/tests/test_imports.py
2021-05-19 01:54:45.265 | M	tempest/tests/test_list_tests.py
2021-05-19 01:54:45.265 | M	tempest/tests/test_microversions.py
2021-05-19 01:54:45.265 | M	tempest/tests/test_tempest_plugin.py
2021-05-19 01:54:45.265 | M	tempest/tests/test_test.py
2021-05-19 01:54:45.266 | M	tempest/tests/utils.py
2021-05-19 01:54:45.266 | M	tempest/version.py
2021-05-19 01:54:45.266 | M	test-requirements.txt
2021-05-19 01:54:45.266 | M	tools/generate-tempest-plugins-list.py
2021-05-19 01:54:45.266 | M	tools/tempest-integrated-gate-compute-exclude-list.txt
2021-05-19 01:54:45.266 | M	tools/tempest-integrated-gate-networking-exclude-list.txt
2021-05-19 01:54:45.266 | M	tools/tempest-integrated-gate-object-storage-exclude-list.txt
2021-05-19 01:54:45.266 | M	tools/tempest-integrated-gate-placement-exclude-list.txt
2021-05-19 01:54:45.266 | M	tools/tempest-integrated-gate-storage-exclude-list.txt
2021-05-19 01:54:45.266 | M	tools/tempest-plugin-sanity.sh
2021-05-19 01:54:45.266 | M	tox.ini
2021-05-19 01:54:45.266 | M	zuul.d/base.yaml
2021-05-19 01:54:45.266 | M	zuul.d/integrated-gate.yaml
2021-05-19 01:54:45.266 | M	zuul.d/project.yaml
2021-05-19 01:54:45.266 | M	zuul.d/stable-jobs.yaml
2021-05-19 01:54:45.266 | M	zuul.d/tempest-specSwitched to branch 'master'
2021-05-19 01:54:45.266 | ific.yaml
2021-05-19 01:54:45.266 | Your branch is up to date with 'origin/master'.
2021-05-19 01:54:45.266 | ++ lib/tempest:install_tempest:713          :   local tmp_u_c_m
2021-05-19 01:54:45.266 | +++ lib/tempest:install_tempest:714          :   mktemp -t tempest_u_c_m.XXXXXXXXXX
2021-05-19 01:54:45.266 | ++ lib/tempest:install_tempest:714          :   tmp_u_c_m=/tmp/tempest_u_c_m.0eboj1l1hm
2021-05-19 01:54:45.266 | ++ lib/tempest:install_tempest:715          :   set_tempest_venv_constraints /tmp/tempest_u_c_m.0eboj1l1hm
2021-05-19 01:54:45.266 | ++ lib/tempest:set_tempest_venv_constraints:115 :   local tmp_c
2021-05-19 01:54:45.266 | ++ lib/tempest:set_tempest_venv_constraints:116 :   tmp_c=/tmp/tempest_u_c_m.0eboj1l1hm
2021-05-19 01:54:45.266 | ++ lib/tempest:set_tempest_venv_constraints:117 :   [[ master == \m\a\s\t\e\r ]]
2021-05-19 01:54:45.266 | ++ lib/tempest:set_tempest_venv_constraints:118 :   cd /opt/stack/requirements
2021-05-19 01:54:45.266 | ++ lib/tempest:set_tempest_venv_constraints:118 :   git show origin/master:upper-constraints.txt
2021-05-19 01:54:45.266 | ++ lib/tempest:install_tempest:717          :   tox -r --notest -efull
2021-05-19 01:54:45.266 | full create: /opt/stack/tempest/.tox/tempest
2021-05-19 01:54:45.266 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt
2021-05-19 01:54:45.266 | full develop-inst: /opt/stack/tempest
2021-05-19 01:54:45.266 | 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.7,debtcollector==2.2.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==2.10,iso8601==0.1.14,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.10.9,oslo.concurrency==4.4.0,oslo.config==8.7.0,oslo.context==3.2.0,oslo.i18n==5.0.1,oslo.log==4.5.0,oslo.serialization==4.1.0,oslo.utils==4.9.0,packaging==20.9,paramiko==2.7.2,pbr==5.6.0,prettytable==0.7.2,pycparser==2.20,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.2,pyrsistent==0.17.3,python-dateutil==2.8.1,python-mimeparse==1.6.0,python-subunit==1.4.0,pytz==2021.1,PyYAML==5.4.1,requests==2.25.1,rfc3986==1.4.0,six==1.15.0,stestr==3.2.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@393e94a604f29940025c2c2d8f406419e7733e5c#egg=tempest,testtools==2.4.0,traceback2==1.4.0,unittest2==1.1.0,urllib3==1.26.4,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1
2021-05-19 01:54:45.266 | ___________________________________ summary ____________________________________
2021-05-19 01:54:45.267 |   full: skipped tests
2021-05-19 01:54:45.267 |   congratulations :)
2021-05-19 01:54:45.267 | ++ lib/tempest:install_tempest:720          :   /opt/stack/tempest/.tox/tempest/bin/pip install -U -r /home/ubuntu/devstack/tools/cap-pip.txt
2021-05-19 01:54:45.267 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:54:45.267 | Collecting pip<20.3
2021-05-19 01:54:45.267 |   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-05-19 01:54:45.267 | Installing collected packages: pip
2021-05-19 01:54:45.267 |   Attempting uninstall: pip
2021-05-19 01:54:45.267 |     Found existing installation: pip 21.0.1
2021-05-19 01:54:45.267 |     Uninstalling pip-21.0.1:
2021-05-19 01:54:45.267 |       Successfully uninstalled pip-21.0.1
2021-05-19 01:54:45.267 | Successfully installed pip-20.2.4
2021-05-19 01:54:45.267 | ++ lib/tempest:install_tempest:724          :   /opt/stack/tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.0eboj1l1hm -r requirements.txt
2021-05-19 01:54:45.267 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:54:45.267 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:54:45.267 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:54:45.267 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:54:45.267 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:54:45.267 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:54:45.267 | Requirement already satisfied: oslo.concurrency===4.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 24)) (4.4.0)
2021-05-19 01:54:45.267 | Requirement already satisfied: pbr===5.6.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 46)) (5.6.0)
2021-05-19 01:54:45.267 | Requirement already satisfied: oslo.i18n===5.0.1 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 52)) (5.0.1)
2021-05-19 01:54:45.267 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 62)) (3.0.0)
2021-05-19 01:54:45.267 | Requirement already satisfied: debtcollector===2.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 117)) (2.2.0)
2021-05-19 01:54:45.267 | Requirement already satisfied: netaddr===0.8.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 134)) (0.8.0)
2021-05-19 01:54:45.267 | Requirement already satisfied: prettytable===0.7.2 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 142)) (0.7.2)
2021-05-19 01:54:45.267 | Requirement already satisfied: paramiko===2.7.2 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 164)) (2.7.2)
2021-05-19 01:54:45.267 | Requirement already satisfied: urllib3===1.26.4 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 169)) (1.26.4)
2021-05-19 01:54:45.267 | Requirement already satisfied: python-subunit===1.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 174)) (1.4.0)
2021-05-19 01:54:45.267 | Requirement already satisfied: PyYAML===5.4.1 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 178)) (5.4.1)
2021-05-19 01:54:45.268 | Requirement already satisfied: cryptography===3.4.7 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 182)) (3.4.7)
2021-05-19 01:54:45.268 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 200)) (1.1.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: bcrypt===3.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 208)) (3.2.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: cliff===3.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 242)) (3.7.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: oslo.log===4.5.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 275)) (4.5.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: stestr===3.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 303)) (3.2.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: oslo.serialization===4.1.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 304)) (4.1.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: testtools===2.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 340)) (2.4.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: PyNaCl===1.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 380)) (1.4.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: msgpack===1.0.2 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 388)) (1.0.2)
2021-05-19 01:54:45.268 | Requirement already satisfied: oslo.config===8.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 390)) (8.7.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: pyparsing===2.4.7 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 405)) (2.4.7)
2021-05-19 01:54:45.268 | Requirement already satisfied: stevedore===3.3.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 416)) (3.3.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: cmd2===1.5.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 425)) (1.5.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: six===1.15.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 442)) (1.15.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: wrapt===1.12.1 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 469)) (1.12.1)
2021-05-19 01:54:45.268 | Requirement already satisfied: rfc3986===1.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 480)) (1.4.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 483)) (0.18.2)
2021-05-19 01:54:45.268 | Requirement already satisfied: cffi===1.14.5 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 524)) (1.14.5)
2021-05-19 01:54:45.268 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 527)) (3.2.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 553)) (0.14.1)
2021-05-19 01:54:45.268 | Requirement already satisfied: oslo.utils===4.9.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 559)) (4.9.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: python-dateutil===2.8.1 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 566)) (2.8.1)
2021-05-19 01:54:45.268 | Requirement already satisfied: colorama===0.4.4 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 569)) (0.4.4)
2021-05-19 01:54:45.268 | Requirement already satisfied: pytz===2021.1 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 572)) (2021.1)
2021-05-19 01:54:45.268 | Requirement already satisfied: setuptools===56.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 579)) (56.0.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 160)) (1.0.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: argparse in ./.tox/tempest/lib/python3.8/site-packages (from unittest2===1.1.0->-c /tmp/tempest_u_c_m.0eboj1l1hm (line 200)) (1.4.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 145)) (1.4.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: oslo.context===3.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 55)) (3.2.0)
2021-05-19 01:54:45.268 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 116)) (0.9.6)
2021-05-19 01:54:45.269 | Requirement already satisfied: voluptuous===0.12.1 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 2)) (0.12.1)
2021-05-19 01:54:45.269 | Requirement already satisfied: python-mimeparse===1.6.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 96)) (1.6.0)
2021-05-19 01:54:45.269 | Requirement already satisfied: requests===2.25.1 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 217)) (2.25.1)
2021-05-19 01:54:45.269 | Requirement already satisfied: pyperclip===1.8.2 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 266)) (1.8.2)
2021-05-19 01:54:45.269 | Requirement already satisfied: wcwidth===0.2.5 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 139)) (0.2.5)
2021-05-19 01:54:45.269 | Requirement already satisfied: attrs===20.3.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 49)) (20.3.0)
2021-05-19 01:54:45.269 | Requirement already satisfied: pycparser===2.20 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 176)) (2.20)
2021-05-19 01:54:45.269 | Requirement already satisfied: pyrsistent===0.17.3 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 478)) (0.17.3)
2021-05-19 01:54:45.269 | Requirement already satisfied: monotonic===1.6 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 496)) (1.6)
2021-05-19 01:54:45.269 | Requirement already satisfied: iso8601===0.1.14 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 354)) (0.1.14)
2021-05-19 01:54:45.269 | Requirement already satisfied: packaging===20.9 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 328)) (20.9)
2021-05-19 01:54:45.269 | Requirement already satisfied: netifaces===0.10.9 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 503)) (0.10.9)
2021-05-19 01:54:45.269 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 356)) (1.0.0)
2021-05-19 01:54:45.269 | Requirement already satisfied: certifi===2020.12.5 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 41)) (2020.12.5)
2021-05-19 01:54:45.269 | Requirement already satisfied: chardet===4.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 3)) (4.0.0)
2021-05-19 01:54:45.269 | Requirement already satisfied: idna===2.10 in ./.tox/tempest/lib/python3.8/site-packages (from -c /tmp/tempest_u_c_m.0eboj1l1hm (line 358)) (2.10)
2021-05-19 01:54:45.269 | WARNING: You are using pip version 20.2.4; however, version 21.1.1 is available.
2021-05-19 01:54:45.269 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command.
2021-05-19 01:54:45.269 | ++ lib/tempest:install_tempest:725          :   PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest
2021-05-19 01:54:45.269 | ++ lib/tempest:install_tempest:726          :   rm -f /tmp/tempest_u_c_m.0eboj1l1hm
2021-05-19 01:54:45.269 | ++ lib/tempest:install_tempest:727          :   popd
2021-05-19 01:54:45.269 | ~/devstack
2021-05-19 01:54:45.277 | [11275 Async install_tempest:80409]: finished install_tempest with result 0 in 57 seconds
2021-05-19 01:54:45.284 | ++ inc/async:async_wait:197                 :   return 0
2021-05-19 01:54:45.288 | ++ extras.d/80-tempest.sh:source:21         :   echo_summary 'Initializing Tempest'
2021-05-19 01:54:45.291 | ++ ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:54:45.294 | ++ ./stack.sh:echo_summary:428              :   echo -e Initializing Tempest
2021-05-19 01:54:45.297 | ++ extras.d/80-tempest.sh:source:22         :   configure_tempest
2021-05-19 01:54:45.300 | ++ lib/tempest:configure_tempest:131        :   [[ True == \T\r\u\e ]]
2021-05-19 01:54:45.302 | ++ lib/tempest:configure_tempest:132        :   setup_develop /opt/stack/tempest
2021-05-19 01:54:45.304 | ++ inc/python:setup_develop:338             :   local bindep
2021-05-19 01:54:45.306 | ++ inc/python:setup_develop:339             :   [[ /opt/stack/tempest == -bindep* ]]
2021-05-19 01:54:45.309 | ++ inc/python:setup_develop:343             :   local project_dir=/opt/stack/tempest
2021-05-19 01:54:45.314 | ++ inc/python:setup_develop:344             :   local extras=
2021-05-19 01:54:45.314 | ++ inc/python:setup_develop:345             :   _setup_package_with_constraints_edit /opt/stack/tempest -e
2021-05-19 01:54:45.315 | ++ inc/python:_setup_package_with_constraints_edit:364 :   local bindep
2021-05-19 01:54:45.317 | ++ inc/python:_setup_package_with_constraints_edit:365 :   [[ /opt/stack/tempest == -bindep* ]]
2021-05-19 01:54:45.319 | ++ inc/python:_setup_package_with_constraints_edit:369 :   local project_dir=/opt/stack/tempest
2021-05-19 01:54:45.322 | ++ inc/python:_setup_package_with_constraints_edit:370 :   local flags=-e
2021-05-19 01:54:45.324 | ++ inc/python:_setup_package_with_constraints_edit:371 :   local extras=
2021-05-19 01:54:45.327 | +++ inc/python:_setup_package_with_constraints_edit:378 :   cd /opt/stack/tempest
2021-05-19 01:54:45.329 | +++ inc/python:_setup_package_with_constraints_edit:378 :   pwd
2021-05-19 01:54:45.331 | ++ inc/python:_setup_package_with_constraints_edit:378 :   project_dir=/opt/stack/tempest
2021-05-19 01:54:45.333 | ++ inc/python:_setup_package_with_constraints_edit:380 :   '[' -n /opt/stack/requirements ']'
2021-05-19 01:54:45.335 | ++ inc/python:_setup_package_with_constraints_edit:382 :   local name
2021-05-19 01:54:45.339 | +++ inc/python:_setup_package_with_constraints_edit:383 :   awk '/^name.*=/ {print $3}' /opt/stack/tempest/setup.cfg
2021-05-19 01:54:45.348 | ++ inc/python:_setup_package_with_constraints_edit:383 :   name=tempest
2021-05-19 01:54:45.350 | ++ inc/python:_setup_package_with_constraints_edit:385 :   /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- tempest '-e file:///opt/stack/tempest#egg=tempest'
2021-05-19 01:54:45.961 | ++ inc/python:_setup_package_with_constraints_edit:389 :   setup_package /opt/stack/tempest -e
2021-05-19 01:54:45.965 | ++ inc/python:setup_package:417             :   local bindep=0
2021-05-19 01:54:45.967 | ++ inc/python:setup_package:418             :   local bindep_flag=
2021-05-19 01:54:45.969 | ++ inc/python:setup_package:419             :   local bindep_profiles=
2021-05-19 01:54:45.971 | ++ inc/python:setup_package:420             :   [[ /opt/stack/tempest == -bindep* ]]
2021-05-19 01:54:45.973 | ++ inc/python:setup_package:425             :   local project_dir=/opt/stack/tempest
2021-05-19 01:54:45.975 | ++ inc/python:setup_package:426             :   local flags=-e
2021-05-19 01:54:45.979 | ++ inc/python:setup_package:427             :   local extras=
2021-05-19 01:54:45.980 | ++ inc/python:setup_package:431             :   [[ -n -e ]]
2021-05-19 01:54:45.983 | ++ inc/python:setup_package:431             :   [[ -z '' ]]
2021-05-19 01:54:45.985 | ++ inc/python:setup_package:431             :   [[ ! -e =~ ^-.* ]]
2021-05-19 01:54:45.987 | ++ inc/python:setup_package:436             :   [[ ! -z '' ]]
2021-05-19 01:54:45.989 | ++ inc/python:setup_package:441             :   [[ 0 == 1 ]]
2021-05-19 01:54:45.991 | ++ inc/python:setup_package:445             :   pip_install -e /opt/stack/tempest
2021-05-19 01:54:46.019 | Using python 3.8 to install /opt/stack/tempest
2021-05-19 01:54:46.021 | ++ inc/python:pip_install:193               :   sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/tempest
2021-05-19 01:54:46.822 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:46.822 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:46.822 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:46.822 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:47.874 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:54:47.875 | 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-05-19 01:54:47.878 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:54:47.878 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:54:47.880 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:54:47.885 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:54:47.892 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment
2021-05-19 01:54:47.897 | Obtaining file:///opt/stack/tempest
2021-05-19 01:54:49.726 | Obtaining tempest from file:///opt/stack/tempest#egg=tempest (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2021-05-19 01:54:51.533 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1)
2021-05-19 01:54:51.537 | Requirement already satisfied: cliff===3.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (3.7.0)
2021-05-19 01:54:51.549 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (1.5.0)
2021-05-19 01:54:51.605 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (0.4.4)
2021-05-19 01:54:51.609 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.2.0)
2021-05-19 01:54:51.617 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (3.0.0)
2021-05-19 01:54:51.629 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (3.2.0)
2021-05-19 01:54:51.641 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (0.8.0)
2021-05-19 01:54:51.646 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (4.4.0)
2021-05-19 01:54:51.657 | Requirement already satisfied: oslo.config===8.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (8.7.0)
2021-05-19 01:54:51.698 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.1)
2021-05-19 01:54:51.705 | Requirement already satisfied: oslo.log===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (4.5.0)
2021-05-19 01:54:51.745 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (4.1.0)
2021-05-19 01:54:51.754 | Requirement already satisfied: oslo.utils===4.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (4.9.0)
2021-05-19 01:54:51.770 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (20.9)
2021-05-19 01:54:51.777 | Requirement already satisfied: paramiko===2.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (2.7.2)
2021-05-19 01:54:51.812 | Requirement already satisfied: pbr===5.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (5.6.0)
2021-05-19 01:54:51.815 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (0.7.2)
2021-05-19 01:54:51.817 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6)
2021-05-19 01:54:51.820 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (2.4.7)
2021-05-19 01:54:51.824 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) (1.8.2)
2021-05-19 01:54:51.827 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (2.8.1)
2021-05-19 01:54:51.833 | Requirement already satisfied: python-subunit===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) (1.4.0)
2021-05-19 01:54:51.847 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) (2021.1)
2021-05-19 01:54:51.851 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (2.25.1)
2021-05-19 01:54:51.872 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462)) (1.4.0)
2021-05-19 01:54:51.877 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 485)) (1.15.0)
2021-05-19 01:54:51.880 | Requirement already satisfied: stestr===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (3.2.0)
2021-05-19 01:54:51.909 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (3.3.0)
2021-05-19 01:54:51.916 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (2.4.0)
2021-05-19 01:54:51.934 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 546)) (1.4.0)
2021-05-19 01:54:51.938 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (1.1.0)
2021-05-19 01:54:51.945 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (1.26.4)
2021-05-19 01:54:51.966 | Requirement already satisfied: voluptuous===0.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 563)) (0.12.1)
2021-05-19 01:54:51.971 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 567)) (0.2.5)
2021-05-19 01:54:51.976 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (1.12.1)
2021-05-19 01:54:51.979 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 88)) (20.3.0)
2021-05-19 01:54:52.021 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (0.14.1)
2021-05-19 01:54:52.027 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (3.2.0)
2021-05-19 01:54:52.033 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (1.0.2)
2021-05-19 01:54:52.036 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) (0.10.9)
2021-05-19 01:54:52.040 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) (0.1.14)
2021-05-19 01:54:52.043 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (3.2.0)
2021-05-19 01:54:52.052 | Requirement already satisfied: PyNaCl===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.4.0)
2021-05-19 01:54:52.066 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.4.7)
2021-05-19 01:54:52.107 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (1.0.0)
2021-05-19 01:54:52.109 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (2.10)
2021-05-19 01:54:52.113 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5)
2021-05-19 01:54:52.116 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (4.0.0)
2021-05-19 01:54:52.120 | Requirement already satisfied: future===0.18.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171)) (0.18.2)
2021-05-19 01:54:52.123 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 414)) (1.6.0)
2021-05-19 01:54:52.126 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) (1.0.0)
2021-05-19 01:54:52.129 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 555)) (1.4.0)
2021-05-19 01:54:52.132 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (1.6)
2021-05-19 01:54:52.135 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.5)
2021-05-19 01:54:52.139 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.20)
2021-05-19 01:54:53.944 | Installing collected packages: tempest
2021-05-19 01:54:53.946 |   Running setup.py develop for tempest
2021-05-19 01:54:56.102 | Successfully installed tempest
2021-05-19 01:54:56.253 | WARNING: You are using pip version 20.2.2; however, version 21.1.1 is available.
2021-05-19 01:54:56.253 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command.
2021-05-19 01:54:56.345 | ++ inc/python:pip_install:200               :   result=0
2021-05-19 01:54:56.347 | ++ inc/python:pip_install:202               :   time_stop pip_install
2021-05-19 01:54:56.350 | ++ functions-common:time_stop:2304          :   local name
2021-05-19 01:54:56.352 | ++ functions-common:time_stop:2305          :   local end_time
2021-05-19 01:54:56.355 | ++ functions-common:time_stop:2306          :   local elapsed_time
2021-05-19 01:54:56.358 | ++ functions-common:time_stop:2307          :   local total
2021-05-19 01:54:56.360 | ++ functions-common:time_stop:2308          :   local start_time
2021-05-19 01:54:56.362 | ++ functions-common:time_stop:2310          :   name=pip_install
2021-05-19 01:54:56.364 | ++ functions-common:time_stop:2311          :   start_time=1621389286010
2021-05-19 01:54:56.366 | ++ functions-common:time_stop:2313          :   [[ -z 1621389286010 ]]
2021-05-19 01:54:56.369 | +++ functions-common:time_stop:2316          :   date +%s%3N
2021-05-19 01:54:56.374 | ++ functions-common:time_stop:2316          :   end_time=1621389296371
2021-05-19 01:54:56.376 | ++ functions-common:time_stop:2317          :   elapsed_time=10361
2021-05-19 01:54:56.378 | ++ functions-common:time_stop:2318          :   total=251747
2021-05-19 01:54:56.380 | ++ functions-common:time_stop:2320          :   _TIME_START[$name]=
2021-05-19 01:54:56.382 | ++ functions-common:time_stop:2321          :   _TIME_TOTAL[$name]=262108
2021-05-19 01:54:56.385 | ++ inc/python:pip_install:203               :   return 0
2021-05-19 01:54:56.388 | ++ inc/python:setup_package:447             :   [[ -e == \-\e ]]
2021-05-19 01:54:56.390 | ++ inc/python:setup_package:448             :   safe_chown -R ubuntu /opt/stack/tempest/tempest.egg-info
2021-05-19 01:54:56.392 | ++ functions-common:safe_chown:2205         :   _safe_permission_operation chown -R ubuntu /opt/stack/tempest/tempest.egg-info
2021-05-19 01:54:56.411 | ++ functions-common:_safe_permission_operation:2053 :   sudo chown -R ubuntu /opt/stack/tempest/tempest.egg-info
2021-05-19 01:54:56.428 | ++ inc/python:_setup_package_with_constraints_edit:393 :   use_library_from_git /opt/stack/tempest
2021-05-19 01:54:56.431 | ++ inc/python:use_library_from_git:250      :   local name=/opt/stack/tempest
2021-05-19 01:54:56.433 | ++ inc/python:use_library_from_git:251      :   local enabled=1
2021-05-19 01:54:56.435 | ++ inc/python:use_library_from_git:252      :   [[ '' = \A\L\L ]]
2021-05-19 01:54:56.438 | ++ inc/python:use_library_from_git:252      :   [[ ,, =~ ,/opt/stack/tempest, ]]
2021-05-19 01:54:56.440 | ++ inc/python:use_library_from_git:253      :   return 1
2021-05-19 01:54:56.443 | ++ lib/tempest:configure_tempest:138        :   local image_lines
2021-05-19 01:54:56.445 | ++ lib/tempest:configure_tempest:139        :   local images
2021-05-19 01:54:56.448 | ++ lib/tempest:configure_tempest:140        :   local num_images
2021-05-19 01:54:56.450 | ++ lib/tempest:configure_tempest:141        :   local image_uuid
2021-05-19 01:54:56.452 | ++ lib/tempest:configure_tempest:142        :   local image_uuid_alt
2021-05-19 01:54:56.454 | ++ lib/tempest:configure_tempest:143        :   local password
2021-05-19 01:54:56.456 | ++ lib/tempest:configure_tempest:144        :   local line
2021-05-19 01:54:56.459 | ++ lib/tempest:configure_tempest:145        :   local flavors
2021-05-19 01:54:56.461 | ++ lib/tempest:configure_tempest:146        :   local available_flavors
2021-05-19 01:54:56.464 | ++ lib/tempest:configure_tempest:147        :   local flavors_ref
2021-05-19 01:54:56.466 | ++ lib/tempest:configure_tempest:148        :   local flavor_lines
2021-05-19 01:54:56.468 | ++ lib/tempest:configure_tempest:149        :   local flavor_ref_size
2021-05-19 01:54:56.470 | ++ lib/tempest:configure_tempest:150        :   local flavor_ref_alt_size
2021-05-19 01:54:56.473 | ++ lib/tempest:configure_tempest:151        :   local public_network_id
2021-05-19 01:54:56.475 | ++ lib/tempest:configure_tempest:152        :   local public_router_id
2021-05-19 01:54:56.477 | ++ lib/tempest:configure_tempest:153        :   local ssh_connect_method=floating
2021-05-19 01:54:56.480 | ++ lib/tempest:configure_tempest:154        :   local disk
2021-05-19 01:54:56.482 | ++ lib/tempest:configure_tempest:157        :   ifs=' 	
2021-05-19 01:54:56.482 | '
2021-05-19 01:54:56.484 | ++ lib/tempest:configure_tempest:167        :   declare -a images
2021-05-19 01:54:56.487 | ++ lib/tempest:configure_tempest:169        :   is_service_enabled glance
2021-05-19 01:54:56.506 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:54:56.510 | ++ lib/tempest:configure_tempest:170        :   read -r IMAGE_NAME IMAGE_UUID
2021-05-19 01:54:56.511 | +++ lib/tempest:configure_tempest:130        :   oscwrap image list --property status=active
2021-05-19 01:54:56.511 | +++ lib/tempest:configure_tempest:130        :   awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }'
2021-05-19 01:54:58.790 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:58.790 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:58.790 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:54:58.790 |   from cryptography.utils import int_from_bytes
2021-05-19 01:54:58.946 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:54:58.951 | ++ lib/tempest:configure_tempest:171        :   '[' ubuntu-16 = '' ']'
2021-05-19 01:54:58.954 | ++ lib/tempest:configure_tempest:175        :   images+=($IMAGE_UUID)
2021-05-19 01:54:58.957 | ++ lib/tempest:configure_tempest:170        :   read -r IMAGE_NAME IMAGE_UUID
2021-05-19 01:54:58.959 | ++ lib/tempest:configure_tempest:178        :   case "${#images[*]}" in
2021-05-19 01:54:58.962 | ++ lib/tempest:configure_tempest:184        :   '[' -z '' ']'
2021-05-19 01:54:58.965 | ++ lib/tempest:configure_tempest:185        :   image_uuid=52b6ddea-8f2a-442c-87f8-aac610093eb3
2021-05-19 01:54:58.967 | ++ lib/tempest:configure_tempest:186        :   image_uuid_alt=52b6ddea-8f2a-442c-87f8-aac610093eb3
2021-05-19 01:54:58.969 | ++ lib/tempest:configure_tempest:200        :   sudo install -d -o ubuntu /opt/stack/tempest/etc
2021-05-19 01:54:58.984 | ++ lib/tempest:configure_tempest:201        :   rm -f /opt/stack/tempest/etc/tempest.conf
2021-05-19 01:54:58.988 | ++ lib/tempest:configure_tempest:203        :   local password=Passw0rd
2021-05-19 01:54:58.991 | ++ lib/tempest:configure_tempest:206        :   local admin_username=admin
2021-05-19 01:54:58.993 | ++ lib/tempest:configure_tempest:207        :   local admin_project_name=admin
2021-05-19 01:54:58.996 | ++ lib/tempest:configure_tempest:208        :   local admin_domain_name=Default
2021-05-19 01:54:58.998 | ++ lib/tempest:configure_tempest:209        :   local alt_username=alt_demo
2021-05-19 01:54:59.001 | ++ lib/tempest:configure_tempest:210        :   local alt_project_name=alt_demo
2021-05-19 01:54:59.003 | ++ lib/tempest:configure_tempest:211        :   local admin_project_id
2021-05-19 01:54:59.007 | +++ lib/tempest:configure_tempest:212        :   oscwrap project list
2021-05-19 01:54:59.007 | +++ lib/tempest:configure_tempest:212        :   awk '/ admin / { print $2 }'
2021-05-19 01:55:01.094 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:55:01.094 |   from cryptography.utils import int_from_bytes
2021-05-19 01:55:01.094 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:55:01.094 |   from cryptography.utils import int_from_bytes
2021-05-19 01:55:01.249 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:55:01.253 | ++ lib/tempest:configure_tempest:212        :   admin_project_id=59aacdaeaf9542af8d07d6dcf84a4db0
2021-05-19 01:55:01.255 | ++ lib/tempest:configure_tempest:214        :   is_service_enabled nova
2021-05-19 01:55:01.272 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:55:01.276 | +++ lib/tempest:configure_tempest:217        :   nova flavor-list
2021-05-19 01:55:02.980 | ++ lib/tempest:configure_tempest:217        :   available_flavors='+-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:55:02.981 | | ID  | Name      | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description |
2021-05-19 01:55:02.981 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:55:02.981 | | 1   | m1.tiny   | 512        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.981 | | 2   | m1.small  | 2048       | 20   | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.981 | | 3   | m1.medium | 4096       | 40   | 0         | 0    | 2     | 1.0         | True      | -           |
2021-05-19 01:55:02.981 | | 4   | m1.large  | 8192       | 80   | 0         | 0    | 4     | 1.0         | True      | -           |
2021-05-19 01:55:02.981 | | 42  | m1.nano   | 256        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.981 | | 451 | m1.heat   | 512        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.981 | | 452 | m1.heat2  | 1024       | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.981 | | 5   | m1.xlarge | 16384      | 160  | 0         | 0    | 8     | 1.0         | True      | -           |
2021-05-19 01:55:02.981 | | 84  | m1.micro  | 256        | 2    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.981 | | c1  | cirros256 | 256        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.981 | | d1  | ds512M    | 512        | 5    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.981 | | d2  | ds1G      | 1024       | 10   | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.981 | | d3  | ds2G      | 2048       | 10   | 0         | 0    | 2     | 1.0         | True      | -           |
2021-05-19 01:55:02.981 | | d4  | ds4G      | 4096       | 20   | 0         | 0    | 4     | 1.0         | True      | -           |
2021-05-19 01:55:02.982 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+'
2021-05-19 01:55:02.984 | ++ lib/tempest:configure_tempest:218        :   [[ -z '' ]]
2021-05-19 01:55:02.987 | ++ lib/tempest:configure_tempest:219        :   [[ +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:55:02.987 | | ID  | Name      | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description |
2021-05-19 01:55:02.987 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:55:02.987 | | 1   | m1.tiny   | 512        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.987 | | 2   | m1.small  | 2048       | 20   | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.987 | | 3   | m1.medium | 4096       | 40   | 0         | 0    | 2     | 1.0         | True      | -           |
2021-05-19 01:55:02.987 | | 4   | m1.large  | 8192       | 80   | 0         | 0    | 4     | 1.0         | True      | -           |
2021-05-19 01:55:02.987 | | 42  | m1.nano   | 256        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.987 | | 451 | m1.heat   | 512        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.987 | | 452 | m1.heat2  | 1024       | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.987 | | 5   | m1.xlarge | 16384      | 160  | 0         | 0    | 8     | 1.0         | True      | -           |
2021-05-19 01:55:02.987 | | 84  | m1.micro  | 256        | 2    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.987 | | c1  | cirros256 | 256        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.987 | | d1  | ds512M    | 512        | 5    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.988 | | d2  | ds1G      | 1024       | 10   | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.988 | | d3  | ds2G      | 2048       | 10   | 0         | 0    | 2     | 1.0         | True      | -           |
2021-05-19 01:55:02.988 | | d4  | ds4G      | 4096       | 20   | 0         | 0    | 4     | 1.0         | True      | -           |
2021-05-19 01:55:02.988 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ =~ m1\.nano ]]
2021-05-19 01:55:02.989 | ++ lib/tempest:configure_tempest:224        :   flavor_ref=42
2021-05-19 01:55:02.992 | ++ lib/tempest:configure_tempest:225        :   [[ +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:55:02.992 | | ID  | Name      | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description |
2021-05-19 01:55:02.992 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+
2021-05-19 01:55:02.992 | | 1   | m1.tiny   | 512        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.992 | | 2   | m1.small  | 2048       | 20   | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.992 | | 3   | m1.medium | 4096       | 40   | 0         | 0    | 2     | 1.0         | True      | -           |
2021-05-19 01:55:02.992 | | 4   | m1.large  | 8192       | 80   | 0         | 0    | 4     | 1.0         | True      | -           |
2021-05-19 01:55:02.992 | | 42  | m1.nano   | 256        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.992 | | 451 | m1.heat   | 512        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.992 | | 452 | m1.heat2  | 1024       | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.992 | | 5   | m1.xlarge | 16384      | 160  | 0         | 0    | 8     | 1.0         | True      | -           |
2021-05-19 01:55:02.992 | | 84  | m1.micro  | 256        | 2    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.992 | | c1  | cirros256 | 256        | 1    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.992 | | d1  | ds512M    | 512        | 5    | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.992 | | d2  | ds1G      | 1024       | 10   | 0         | 0    | 1     | 1.0         | True      | -           |
2021-05-19 01:55:02.992 | | d3  | ds2G      | 2048       | 10   | 0         | 0    | 2     | 1.0         | True      | -           |
2021-05-19 01:55:02.992 | | d4  | ds4G      | 4096       | 20   | 0         | 0    | 4     | 1.0         | True      | -           |
2021-05-19 01:55:02.992 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ =~ m1\.micro ]]
2021-05-19 01:55:02.994 | ++ lib/tempest:configure_tempest:230        :   flavor_ref_alt=84
2021-05-19 01:55:03.002 | ++ lib/tempest:configure_tempest:279        :   iniset /opt/stack/tempest/etc/tempest.conf network project_network_cidr 172.20.0.0/16
2021-05-19 01:55:03.029 | ++ lib/tempest:configure_tempest:281        :   ssh_connect_method=floating
2021-05-19 01:55:03.031 | ++ lib/tempest:configure_tempest:287        :   [[ True == \T\r\u\e ]]
2021-05-19 01:55:03.033 | ++ lib/tempest:configure_tempest:287        :   is_networking_extension_supported external-net
2021-05-19 01:55:03.035 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:434 :   local extension=external-net
2021-05-19 01:55:03.039 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 :   oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value
2021-05-19 01:55:05.197 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:55:05.197 |   from cryptography.utils import int_from_bytes
2021-05-19 01:55:05.197 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:55:05.197 |   from cryptography.utils import int_from_bytes
2021-05-19 01:55:05.357 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:55:05.360 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 :   EXT_LIST='address-group
2021-05-19 01:55:05.360 | address-scope
2021-05-19 01:55:05.360 | router-admin-state-down-before-update
2021-05-19 01:55:05.360 | agent
2021-05-19 01:55:05.360 | agent-resources-synced
2021-05-19 01:55:05.360 | allowed-address-pairs
2021-05-19 01:55:05.360 | auto-allocated-topology
2021-05-19 01:55:05.360 | availability_zone
2021-05-19 01:55:05.360 | availability_zone_filter
2021-05-19 01:55:05.360 | default-subnetpools
2021-05-19 01:55:05.360 | dhcp_agent_scheduler
2021-05-19 01:55:05.360 | dvr
2021-05-19 01:55:05.360 | empty-string-filtering
2021-05-19 01:55:05.360 | external-net
2021-05-19 01:55:05.360 | extra_dhcp_opt
2021-05-19 01:55:05.360 | extraroute
2021-05-19 01:55:05.360 | extraroute-atomic
2021-05-19 01:55:05.360 | filter-validation
2021-05-19 01:55:05.360 | fip-port-details
2021-05-19 01:55:05.360 | flavors
2021-05-19 01:55:05.361 | floatingip-pools
2021-05-19 01:55:05.361 | ip-substring-filtering
2021-05-19 01:55:05.361 | router
2021-05-19 01:55:05.361 | ext-gw-mode
2021-05-19 01:55:05.361 | l3-ha
2021-05-19 01:55:05.361 | l3-flavors
2021-05-19 01:55:05.361 | l3-port-ip-change-not-allowed
2021-05-19 01:55:05.361 | l3_agent_scheduler
2021-05-19 01:55:05.361 | metering
2021-05-19 01:55:05.361 | metering_source_and_destination_fields
2021-05-19 01:55:05.361 | multi-provider
2021-05-19 01:55:05.361 | net-mtu
2021-05-19 01:55:05.361 | net-mtu-writable
2021-05-19 01:55:05.361 | network_availability_zone
2021-05-19 01:55:05.361 | network-ip-availability
2021-05-19 01:55:05.361 | pagination
2021-05-19 01:55:05.361 | port-device-profile
2021-05-19 01:55:05.361 | port-mac-address-regenerate
2021-05-19 01:55:05.361 | port-numa-affinity-policy
2021-05-19 01:55:05.361 | binding
2021-05-19 01:55:05.361 | binding-extended
2021-05-19 01:55:05.361 | port-security
2021-05-19 01:55:05.361 | project-id
2021-05-19 01:55:05.361 | provider
2021-05-19 01:55:05.361 | quotas
2021-05-19 01:55:05.361 | quota_details
2021-05-19 01:55:05.361 | rbac-policies
2021-05-19 01:55:05.361 | rbac-address-group
2021-05-19 01:55:05.361 | rbac-address-scope
2021-05-19 01:55:05.361 | rbac-security-groups
2021-05-19 01:55:05.362 | rbac-subnetpool
2021-05-19 01:55:05.362 | revision-if-match
2021-05-19 01:55:05.362 | standard-attr-revisions
2021-05-19 01:55:05.362 | router_availability_zone
2021-05-19 01:55:05.362 | security-groups-normalized-cidr
2021-05-19 01:55:05.362 | port-security-groups-filtering
2021-05-19 01:55:05.362 | security-groups-remote-address-group
2021-05-19 01:55:05.362 | security-group
2021-05-19 01:55:05.362 | service-type
2021-05-19 01:55:05.362 | sorting
2021-05-19 01:55:05.362 | standard-attr-description
2021-05-19 01:55:05.362 | stateful-security-group
2021-05-19 01:55:05.362 | subnet_onboard
2021-05-19 01:55:05.362 | subnet-service-types
2021-05-19 01:55:05.362 | subnet_allocation
2021-05-19 01:55:05.362 | subnetpool-prefix-ops
2021-05-19 01:55:05.362 | standard-attr-tag
2021-05-19 01:55:05.362 | standard-attr-timestamp'
2021-05-19 01:55:05.362 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 :   [[ address-group
2021-05-19 01:55:05.362 | address-scope
2021-05-19 01:55:05.362 | router-admin-state-down-before-update
2021-05-19 01:55:05.362 | agent
2021-05-19 01:55:05.362 | agent-resources-synced
2021-05-19 01:55:05.362 | allowed-address-pairs
2021-05-19 01:55:05.362 | auto-allocated-topology
2021-05-19 01:55:05.362 | availability_zone
2021-05-19 01:55:05.362 | availability_zone_filter
2021-05-19 01:55:05.362 | default-subnetpools
2021-05-19 01:55:05.362 | dhcp_agent_scheduler
2021-05-19 01:55:05.362 | dvr
2021-05-19 01:55:05.363 | empty-string-filtering
2021-05-19 01:55:05.363 | external-net
2021-05-19 01:55:05.363 | extra_dhcp_opt
2021-05-19 01:55:05.363 | extraroute
2021-05-19 01:55:05.363 | extraroute-atomic
2021-05-19 01:55:05.363 | filter-validation
2021-05-19 01:55:05.363 | fip-port-details
2021-05-19 01:55:05.363 | flavors
2021-05-19 01:55:05.363 | floatingip-pools
2021-05-19 01:55:05.363 | ip-substring-filtering
2021-05-19 01:55:05.363 | router
2021-05-19 01:55:05.363 | ext-gw-mode
2021-05-19 01:55:05.363 | l3-ha
2021-05-19 01:55:05.363 | l3-flavors
2021-05-19 01:55:05.363 | l3-port-ip-change-not-allowed
2021-05-19 01:55:05.363 | l3_agent_scheduler
2021-05-19 01:55:05.363 | metering
2021-05-19 01:55:05.363 | metering_source_and_destination_fields
2021-05-19 01:55:05.363 | multi-provider
2021-05-19 01:55:05.363 | net-mtu
2021-05-19 01:55:05.363 | net-mtu-writable
2021-05-19 01:55:05.363 | network_availability_zone
2021-05-19 01:55:05.363 | network-ip-availability
2021-05-19 01:55:05.363 | pagination
2021-05-19 01:55:05.363 | port-device-profile
2021-05-19 01:55:05.363 | port-mac-address-regenerate
2021-05-19 01:55:05.363 | port-numa-affinity-policy
2021-05-19 01:55:05.363 | binding
2021-05-19 01:55:05.363 | binding-extended
2021-05-19 01:55:05.363 | port-security
2021-05-19 01:55:05.363 | project-id
2021-05-19 01:55:05.363 | provider
2021-05-19 01:55:05.363 | quotas
2021-05-19 01:55:05.363 | quota_details
2021-05-19 01:55:05.363 | rbac-policies
2021-05-19 01:55:05.363 | rbac-address-group
2021-05-19 01:55:05.364 | rbac-address-scope
2021-05-19 01:55:05.364 | rbac-security-groups
2021-05-19 01:55:05.364 | rbac-subnetpool
2021-05-19 01:55:05.364 | revision-if-match
2021-05-19 01:55:05.364 | standard-attr-revisions
2021-05-19 01:55:05.364 | router_availability_zone
2021-05-19 01:55:05.364 | security-groups-normalized-cidr
2021-05-19 01:55:05.364 | port-security-groups-filtering
2021-05-19 01:55:05.364 | security-groups-remote-address-group
2021-05-19 01:55:05.364 | security-group
2021-05-19 01:55:05.364 | service-type
2021-05-19 01:55:05.364 | sorting
2021-05-19 01:55:05.364 | standard-attr-description
2021-05-19 01:55:05.364 | stateful-security-group
2021-05-19 01:55:05.364 | subnet_onboard
2021-05-19 01:55:05.364 | subnet-service-types
2021-05-19 01:55:05.364 | subnet_allocation
2021-05-19 01:55:05.364 | subnetpool-prefix-ops
2021-05-19 01:55:05.364 | standard-attr-tag
2021-05-19 01:55:05.364 | standard-attr-timestamp =~ external-net ]]
2021-05-19 01:55:05.365 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 :   return 0
2021-05-19 01:55:05.368 | +++ lib/tempest:configure_tempest:288        :   oscwrap network show -f value -c id public
2021-05-19 01:55:07.654 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:55:07.654 |   from cryptography.utils import int_from_bytes
2021-05-19 01:55:07.654 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:55:07.654 |   from cryptography.utils import int_from_bytes
2021-05-19 01:55:07.815 | +++ functions-common:oscwrap:2344            :   return 0
2021-05-19 01:55:07.817 | ++ lib/tempest:configure_tempest:288        :   public_network_id=4ba52355-7e25-4f2b-ba13-27cb18f4754f
2021-05-19 01:55:07.820 | ++ lib/tempest:configure_tempest:290        :   openstack network create --share shared
2021-05-19 01:55:10.327 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:55:10.327 |   from cryptography.utils import int_from_bytes
2021-05-19 01:55:10.327 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:55:10.327 |   from cryptography.utils import int_from_bytes
2021-05-19 01:55:10.327 | +---------------------------+--------------------------------------+
2021-05-19 01:55:10.327 | | Field                     | Value                                |
2021-05-19 01:55:10.327 | +---------------------------+--------------------------------------+
2021-05-19 01:55:10.327 | | admin_state_up            | UP                                   |
2021-05-19 01:55:10.327 | | availability_zone_hints   |                                      |
2021-05-19 01:55:10.327 | | availability_zones        |                                      |
2021-05-19 01:55:10.327 | | created_at                | 2021-05-19T01:55:10Z                 |
2021-05-19 01:55:10.327 | | description               |                                      |
2021-05-19 01:55:10.327 | | dns_domain                | None                                 |
2021-05-19 01:55:10.327 | | id                        | 57143c66-1d27-443e-909a-9ce4ab6b7fa3 |
2021-05-19 01:55:10.327 | | ipv4_address_scope        | None                                 |
2021-05-19 01:55:10.327 | | ipv6_address_scope        | None                                 |
2021-05-19 01:55:10.327 | | is_default                | False                                |
2021-05-19 01:55:10.327 | | is_vlan_transparent       | None                                 |
2021-05-19 01:55:10.327 | | mtu                       | 1500                                 |
2021-05-19 01:55:10.327 | | name                      | shared                               |
2021-05-19 01:55:10.328 | | port_security_enabled     | True                                 |
2021-05-19 01:55:10.328 | | project_id                | 59aacdaeaf9542af8d07d6dcf84a4db0     |
2021-05-19 01:55:10.328 | | provider:network_type     | vlan                                 |
2021-05-19 01:55:10.328 | | provider:physical_network | physnet1                             |
2021-05-19 01:55:10.328 | | provider:segmentation_id  | 400                                  |
2021-05-19 01:55:10.328 | | qos_policy_id             | None                                 |
2021-05-19 01:55:10.328 | | revision_number           | 1                                    |
2021-05-19 01:55:10.328 | | router:external           | Internal                             |
2021-05-19 01:55:10.328 | | segments                  | None                                 |
2021-05-19 01:55:10.328 | | shared                    | True                                 |
2021-05-19 01:55:10.328 | | status                    | ACTIVE                               |
2021-05-19 01:55:10.328 | | subnets                   |                                      |
2021-05-19 01:55:10.328 | | tags                      |                                      |
2021-05-19 01:55:10.328 | | updated_at                | 2021-05-19T01:55:10Z                 |
2021-05-19 01:55:10.328 | +---------------------------+--------------------------------------+
2021-05-19 01:55:10.486 | ++ lib/tempest:configure_tempest:291        :   openstack subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet
2021-05-19 01:55:13.682 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:55:13.682 |   from cryptography.utils import int_from_bytes
2021-05-19 01:55:13.682 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2021-05-19 01:55:13.682 |   from cryptography.utils import int_from_bytes
2021-05-19 01:55:13.682 | +----------------------+--------------------------------------+
2021-05-19 01:55:13.682 | | Field                | Value                                |
2021-05-19 01:55:13.682 | +----------------------+--------------------------------------+
2021-05-19 01:55:13.682 | | allocation_pools     | 192.168.233.2-192.168.233.254        |
2021-05-19 01:55:13.682 | | cidr                 | 192.168.233.0/24                     |
2021-05-19 01:55:13.682 | | created_at           | 2021-05-19T01:55:13Z                 |
2021-05-19 01:55:13.682 | | description          | shared-subnet                        |
2021-05-19 01:55:13.682 | | dns_nameservers      |                                      |
2021-05-19 01:55:13.682 | | dns_publish_fixed_ip | None                                 |
2021-05-19 01:55:13.682 | | enable_dhcp          | True                                 |
2021-05-19 01:55:13.682 | | gateway_ip           | 192.168.233.1                        |
2021-05-19 01:55:13.682 | | host_routes          |                                      |
2021-05-19 01:55:13.682 | | id                   | 535e5f98-05ea-4faf-9687-2934d5da42e9 |
2021-05-19 01:55:13.682 | | ip_version           | 4                                    |
2021-05-19 01:55:13.682 | | ipv6_address_mode    | None                                 |
2021-05-19 01:55:13.682 | | ipv6_ra_mode         | None                                 |
2021-05-19 01:55:13.682 | | name                 | shared-subnet                        |
2021-05-19 01:55:13.682 | | network_id           | 57143c66-1d27-443e-909a-9ce4ab6b7fa3 |
2021-05-19 01:55:13.682 | | prefix_length        | None                                 |
2021-05-19 01:55:13.683 | | project_id           | 59aacdaeaf9542af8d07d6dcf84a4db0     |
2021-05-19 01:55:13.683 | | revision_number      | 0                                    |
2021-05-19 01:55:13.683 | | segment_id           | None                                 |
2021-05-19 01:55:13.683 | | service_types        |                                      |
2021-05-19 01:55:13.683 | | subnetpool_id        | None                                 |
2021-05-19 01:55:13.683 | | tags                 |                                      |
2021-05-19 01:55:13.683 | | updated_at           | 2021-05-19T01:55:13Z                 |
2021-05-19 01:55:13.683 | +----------------------+--------------------------------------+
2021-05-19 01:55:13.842 | ++ lib/tempest:configure_tempest:294        :   iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_syslog False
2021-05-19 01:55:13.874 | ++ lib/tempest:configure_tempest:297        :   iniset /opt/stack/tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest
2021-05-19 01:55:13.922 | ++ lib/tempest:configure_tempest:298        :   mkdir -p /opt/stack/data/tempest
2021-05-19 01:55:13.926 | ++ lib/tempest:configure_tempest:299        :   iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_stderr False
2021-05-19 01:55:13.956 | ++ lib/tempest:configure_tempest:300        :   iniset /opt/stack/tempest/etc/tempest.conf DEFAULT log_file tempest.log
2021-05-19 01:55:13.988 | ++ lib/tempest:configure_tempest:301        :   iniset /opt/stack/tempest/etc/tempest.conf DEFAULT debug True
2021-05-19 01:55:14.020 | ++ lib/tempest:configure_tempest:304        :   iniset /opt/stack/tempest/etc/tempest.conf compute build_timeout 196
2021-05-19 01:55:14.055 | ++ lib/tempest:configure_tempest:305        :   iniset /opt/stack/tempest/etc/tempest.conf volume build_timeout 196
2021-05-19 01:55:14.089 | ++ lib/tempest:configure_tempest:308        :   iniset /opt/stack/tempest/etc/tempest.conf identity uri http://10.222.0.39/identity/v2.0/
2021-05-19 01:55:14.129 | ++ lib/tempest:configure_tempest:309        :   iniset /opt/stack/tempest/etc/tempest.conf identity uri_v3 http://10.222.0.39/identity/v3
2021-05-19 01:55:14.164 | ++ lib/tempest:configure_tempest:310        :   iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_failure_attempts 2
2021-05-19 01:55:14.194 | ++ lib/tempest:configure_tempest:311        :   iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_duration 10
2021-05-19 01:55:14.229 | ++ lib/tempest:configure_tempest:312        :   iniset /opt/stack/tempest/etc/tempest.conf identity user_unique_last_password_count 2
2021-05-19 01:55:14.260 | ++ lib/tempest:configure_tempest:313        :   [[ True == \T\r\u\e ]]
2021-05-19 01:55:14.263 | ++ lib/tempest:configure_tempest:314        :   iniset /opt/stack/tempest/etc/tempest.conf auth admin_username admin
2021-05-19 01:55:14.295 | ++ lib/tempest:configure_tempest:315        :   iniset /opt/stack/tempest/etc/tempest.conf auth admin_password Passw0rd
2021-05-19 01:55:14.324 | ++ lib/tempest:configure_tempest:316        :   iniset /opt/stack/tempest/etc/tempest.conf auth admin_project_name admin
2021-05-19 01:55:14.352 | ++ lib/tempest:configure_tempest:317        :   iniset /opt/stack/tempest/etc/tempest.conf auth admin_domain_name Default
2021-05-19 01:55:14.381 | ++ lib/tempest:configure_tempest:319        :   '[' False == True ']'
2021-05-19 01:55:14.384 | ++ lib/tempest:configure_tempest:324        :   iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2 False
2021-05-19 01:55:14.417 | ++ lib/tempest:configure_tempest:326        :   iniset /opt/stack/tempest/etc/tempest.conf identity auth_version v3
2021-05-19 01:55:14.447 | ++ lib/tempest:configure_tempest:327        :   [[ '' != \v\2 ]]
2021-05-19 01:55:14.449 | ++ lib/tempest:configure_tempest:329        :   iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False
2021-05-19 01:55:14.484 | ++ lib/tempest:configure_tempest:332        :   is_service_enabled tls-proxy
2021-05-19 01:55:14.503 | ++ functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:55:14.505 | ++ lib/tempest:configure_tempest:337        :   [[ True = True ]]
2021-05-19 01:55:14.508 | ++ lib/tempest:configure_tempest:338        :   iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled security_compliance True
2021-05-19 01:55:14.542 | ++ lib/tempest:configure_tempest:343        :   is_service_enabled ldap
2021-05-19 01:55:14.560 | ++ functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:55:14.562 | ++ lib/tempest:configure_tempest:349        :   iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled project_tags True
2021-05-19 01:55:14.592 | ++ lib/tempest:configure_tempest:353        :   iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled application_credentials True
2021-05-19 01:55:14.622 | ++ lib/tempest:configure_tempest:357        :   iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled access_rules True
2021-05-19 01:55:14.651 | ++ lib/tempest:configure_tempest:362        :   [[ ! -z '' ]]
2021-05-19 01:55:14.654 | ++ lib/tempest:configure_tempest:365        :   iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled import_image False
2021-05-19 01:55:14.687 | ++ lib/tempest:configure_tempest:366        :   iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True
2021-05-19 01:55:14.717 | ++ lib/tempest:configure_tempest:367        :   is_service_enabled g-api-r
2021-05-19 01:55:14.734 | ++ functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:55:14.737 | ++ lib/tempest:configure_tempest:372        :   iniset /opt/stack/tempest/etc/tempest.conf compute image_ref 52b6ddea-8f2a-442c-87f8-aac610093eb3
2021-05-19 01:55:14.767 | ++ lib/tempest:configure_tempest:373        :   iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt 52b6ddea-8f2a-442c-87f8-aac610093eb3
2021-05-19 01:55:14.805 | ++ lib/tempest:configure_tempest:374        :   iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref 42
2021-05-19 01:55:14.843 | ++ lib/tempest:configure_tempest:375        :   iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref_alt 84
2021-05-19 01:55:14.878 | ++ lib/tempest:configure_tempest:376        :   iniset /opt/stack/tempest/etc/tempest.conf validation connect_method floating
2021-05-19 01:55:14.918 | ++ lib/tempest:configure_tempest:377        :   is_service_enabled neutron
2021-05-19 01:55:14.936 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:55:14.939 | ++ lib/tempest:configure_tempest:385        :   [[ -n '' ]]
2021-05-19 01:55:14.941 | ++ lib/tempest:configure_tempest:395        :   local tempest_compute_min_microversion=None
2021-05-19 01:55:14.943 | ++ lib/tempest:configure_tempest:396        :   local tempest_compute_max_microversion=latest
2021-05-19 01:55:14.946 | ++ lib/tempest:configure_tempest:399        :   [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]]
2021-05-19 01:55:14.949 | ++ lib/tempest:configure_tempest:403        :   '[' None == None ']'
2021-05-19 01:55:14.951 | ++ lib/tempest:configure_tempest:404        :   inicomment /opt/stack/tempest/etc/tempest.conf compute min_microversion
2021-05-19 01:55:14.971 | ++ lib/tempest:configure_tempest:408        :   '[' latest == None ']'
2021-05-19 01:55:14.974 | ++ lib/tempest:configure_tempest:411        :   iniset /opt/stack/tempest/etc/tempest.conf compute max_microversion latest
2021-05-19 01:55:15.014 | ++ lib/tempest:configure_tempest:414        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled personality False
2021-05-19 01:55:15.054 | ++ lib/tempest:configure_tempest:415        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled resize True
2021-05-19 01:55:15.094 | ++ lib/tempest:configure_tempest:416        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migration True
2021-05-19 01:55:15.124 | ++ lib/tempest:configure_tempest:417        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled change_password False
2021-05-19 01:55:15.157 | ++ lib/tempest:configure_tempest:418        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration True
2021-05-19 01:55:15.191 | ++ lib/tempest:configure_tempest:419        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False
2021-05-19 01:55:15.222 | ++ lib/tempest:configure_tempest:420        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True
2021-05-19 01:55:15.254 | ++ lib/tempest:configure_tempest:422        :   [[ -n AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]]
2021-05-19 01:55:15.257 | ++ lib/tempest:configure_tempest:423        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter
2021-05-19 01:55:15.292 | ++ lib/tempest:configure_tempest:426        :   [[ False == \T\r\u\e ]]
2021-05-19 01:55:15.295 | ++ lib/tempest:configure_tempest:430        :   is_service_enabled n-novnc
2021-05-19 01:55:15.314 | ++ functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:55:15.317 | ++ lib/tempest:configure_tempest:435        :   iniset /opt/stack/tempest/etc/tempest.conf network project_networks_reachable false
2021-05-19 01:55:15.349 | ++ lib/tempest:configure_tempest:436        :   iniset /opt/stack/tempest/etc/tempest.conf network public_network_id 4ba52355-7e25-4f2b-ba13-27cb18f4754f
2021-05-19 01:55:15.380 | ++ lib/tempest:configure_tempest:437        :   iniset /opt/stack/tempest/etc/tempest.conf network public_router_id ''
2021-05-19 01:55:15.412 | ++ lib/tempest:configure_tempest:438        :   iniset /opt/stack/tempest/etc/tempest.conf network default_network 172.20.0.0/16
2021-05-19 01:55:15.443 | ++ lib/tempest:configure_tempest:439        :   iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6 True
2021-05-19 01:55:15.484 | ++ lib/tempest:configure_tempest:440        :   iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True
2021-05-19 01:55:15.517 | ++ lib/tempest:configure_tempest:441        :   iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled port_security True
2021-05-19 01:55:15.548 | ++ lib/tempest:configure_tempest:444        :   SCENARIO_IMAGE_DIR=/home/ubuntu/devstack/files
2021-05-19 01:55:15.550 | ++ lib/tempest:configure_tempest:445        :   SCENARIO_IMAGE_FILE=
2021-05-19 01:55:15.553 | ++ lib/tempest:configure_tempest:446        :   iniset /opt/stack/tempest/etc/tempest.conf scenario img_file /home/ubuntu/devstack/files/
2021-05-19 01:55:15.595 | ++ lib/tempest:configure_tempest:449        :   TEMPEST_SSH_NETWORK_NAME=private
2021-05-19 01:55:15.598 | ++ lib/tempest:configure_tempest:450        :   is_provider_network
2021-05-19 01:55:15.600 | ++ functions-common:is_provider_network:2153 :   '[' '' == True ']'
2021-05-19 01:55:15.603 | ++ functions-common:is_provider_network:2156 :   return 1
2021-05-19 01:55:15.605 | ++ lib/tempest:configure_tempest:454        :   iniset /opt/stack/tempest/etc/tempest.conf validation run_validation True
2021-05-19 01:55:15.637 | ++ lib/tempest:configure_tempest:455        :   iniset /opt/stack/tempest/etc/tempest.conf validation ip_version_for_ssh 4
2021-05-19 01:55:15.670 | ++ lib/tempest:configure_tempest:456        :   iniset /opt/stack/tempest/etc/tempest.conf validation ssh_timeout 196
2021-05-19 01:55:15.699 | ++ lib/tempest:configure_tempest:457        :   iniset /opt/stack/tempest/etc/tempest.conf validation image_ssh_user cirros
2021-05-19 01:55:15.732 | ++ lib/tempest:configure_tempest:458        :   iniset /opt/stack/tempest/etc/tempest.conf validation image_alt_ssh_user cirros
2021-05-19 01:55:15.763 | ++ lib/tempest:configure_tempest:459        :   iniset /opt/stack/tempest/etc/tempest.conf validation network_for_ssh private
2021-05-19 01:55:15.794 | ++ lib/tempest:configure_tempest:466        :   [[ -n '' ]]
2021-05-19 01:55:15.796 | ++ lib/tempest:configure_tempest:470        :   [[ lvm:lvmdriver-1 == *\l\v\m* ]]
2021-05-19 01:55:15.798 | ++ lib/tempest:configure_tempest:471        :   TEMPEST_VOLUME_MANAGE_SNAPSHOT=True
2021-05-19 01:55:15.801 | +++ lib/tempest:configure_tempest:473        :   trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT
2021-05-19 01:55:15.821 | ++ lib/tempest:configure_tempest:473        :   iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_snapshot True
2021-05-19 01:55:15.855 | ++ lib/tempest:configure_tempest:475        :   [[ lvm:lvmdriver-1 == *\l\v\m* ]]
2021-05-19 01:55:15.857 | ++ lib/tempest:configure_tempest:476        :   TEMPEST_VOLUME_MANAGE_VOLUME=True
2021-05-19 01:55:15.860 | +++ lib/tempest:configure_tempest:478        :   trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME
2021-05-19 01:55:15.879 | ++ lib/tempest:configure_tempest:478        :   iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_volume True
2021-05-19 01:55:15.915 | ++ lib/tempest:configure_tempest:481        :   [[ lvm:lvmdriver-1 == *\l\v\m* ]]
2021-05-19 01:55:15.918 | ++ lib/tempest:configure_tempest:481        :   '[' libvirt = libvirt ']'
2021-05-19 01:55:15.920 | ++ lib/tempest:configure_tempest:482        :   TEMPEST_EXTEND_ATTACHED_VOLUME=True
2021-05-19 01:55:15.923 | +++ lib/tempest:configure_tempest:484        :   trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME
2021-05-19 01:55:15.941 | ++ lib/tempest:configure_tempest:484        :   iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume True
2021-05-19 01:55:15.974 | ++ lib/tempest:configure_tempest:486        :   [[ lvm:lvmdriver-1 == *\l\v\m* ]]
2021-05-19 01:55:15.977 | ++ lib/tempest:configure_tempest:487        :   TEMPEST_VOLUME_REVERT_TO_SNAPSHOT=True
2021-05-19 01:55:15.980 | +++ lib/tempest:configure_tempest:489        :   trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT
2021-05-19 01:55:15.998 | ++ lib/tempest:configure_tempest:489        :   iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled volume_revert True
2021-05-19 01:55:16.035 | ++ lib/tempest:configure_tempest:490        :   local tempest_volume_min_microversion=None
2021-05-19 01:55:16.037 | ++ lib/tempest:configure_tempest:491        :   local tempest_volume_max_microversion=latest
2021-05-19 01:55:16.040 | ++ lib/tempest:configure_tempest:494        :   [[ '' == \v\o\l\u\m\e\v\2 ]]
2021-05-19 01:55:16.043 | ++ lib/tempest:configure_tempest:498        :   '[' None == None ']'
2021-05-19 01:55:16.045 | ++ lib/tempest:configure_tempest:499        :   inicomment /opt/stack/tempest/etc/tempest.conf volume min_microversion
2021-05-19 01:55:16.067 | ++ lib/tempest:configure_tempest:504        :   '[' latest == None ']'
2021-05-19 01:55:16.070 | ++ lib/tempest:configure_tempest:507        :   iniset /opt/stack/tempest/etc/tempest.conf volume max_microversion latest
2021-05-19 01:55:16.106 | ++ lib/tempest:configure_tempest:510        :   is_service_enabled c-bak
2021-05-19 01:55:16.129 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:55:16.130 | ++ lib/tempest:configure_tempest:517        :   [[ -n lvm:lvmdriver-1 ]]
2021-05-19 01:55:16.131 | ++ lib/tempest:configure_tempest:517        :   [[ lvm:lvmdriver-1 =~ .*,.* ]]
2021-05-19 01:55:16.134 | ++ lib/tempest:configure_tempest:537        :   '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']'
2021-05-19 01:55:16.138 | ++ lib/tempest:configure_tempest:541        :   '[' default '!=' default -o iSCSI '!=' iSCSI ']'
2021-05-19 01:55:16.141 | ++ lib/tempest:configure_tempest:551        :   local tempest_placement_min_microversion=None
2021-05-19 01:55:16.143 | ++ lib/tempest:configure_tempest:552        :   local tempest_placement_max_microversion=latest
2021-05-19 01:55:16.146 | ++ lib/tempest:configure_tempest:553        :   '[' None == None ']'
2021-05-19 01:55:16.148 | ++ lib/tempest:configure_tempest:554        :   inicomment /opt/stack/tempest/etc/tempest.conf placement min_microversion
2021-05-19 01:55:16.169 | ++ lib/tempest:configure_tempest:558        :   '[' latest == None ']'
2021-05-19 01:55:16.172 | ++ lib/tempest:configure_tempest:561        :   iniset /opt/stack/tempest/etc/tempest.conf placement max_microversion latest
2021-05-19 01:55:16.217 | ++ lib/tempest:configure_tempest:565        :   '[' libvirt = ironic ']'
2021-05-19 01:55:16.220 | ++ lib/tempest:configure_tempest:579        :   '[' libvirt = libvirt ']'
2021-05-19 01:55:16.222 | ++ lib/tempest:configure_tempest:581        :   '[' kvm = lxc ']'
2021-05-19 01:55:16.225 | ++ lib/tempest:configure_tempest:588        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled shelve_migrate True
2021-05-19 01:55:16.258 | ++ lib/tempest:configure_tempest:589        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled stable_rescue True
2021-05-19 01:55:16.294 | ++ lib/tempest:configure_tempest:590        :   iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled swap_volume True
2021-05-19 01:55:16.328 | ++ lib/tempest:configure_tempest:603        :   local service
2021-05-19 01:55:16.331 | ++ lib/tempest:configure_tempest:604        :   local tempest_services=key,glance,nova,neutron,cinder,swift,horizon
2021-05-19 01:55:16.333 | ++ lib/tempest:configure_tempest:605        :   for service in ${tempest_services//,/ }
2021-05-19 01:55:16.338 | ++ lib/tempest:configure_tempest:606        :   is_service_enabled key
2021-05-19 01:55:16.360 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:55:16.360 | ++ lib/tempest:configure_tempest:607        :   iniset /opt/stack/tempest/etc/tempest.conf service_available key True
2021-05-19 01:55:16.395 | ++ lib/tempest:configure_tempest:605        :   for service in ${tempest_services//,/ }
2021-05-19 01:55:16.399 | ++ lib/tempest:configure_tempest:606        :   is_service_enabled glance
2021-05-19 01:55:16.418 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:55:16.421 | ++ lib/tempest:configure_tempest:607        :   iniset /opt/stack/tempest/etc/tempest.conf service_available glance True
2021-05-19 01:55:16.456 | ++ lib/tempest:configure_tempest:605        :   for service in ${tempest_services//,/ }
2021-05-19 01:55:16.458 | ++ lib/tempest:configure_tempest:606        :   is_service_enabled nova
2021-05-19 01:55:16.476 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:55:16.479 | ++ lib/tempest:configure_tempest:607        :   iniset /opt/stack/tempest/etc/tempest.conf service_available nova True
2021-05-19 01:55:16.510 | ++ lib/tempest:configure_tempest:605        :   for service in ${tempest_services//,/ }
2021-05-19 01:55:16.516 | ++ lib/tempest:configure_tempest:606        :   is_service_enabled neutron
2021-05-19 01:55:16.531 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:55:16.535 | ++ lib/tempest:configure_tempest:607        :   iniset /opt/stack/tempest/etc/tempest.conf service_available neutron True
2021-05-19 01:55:16.569 | ++ lib/tempest:configure_tempest:605        :   for service in ${tempest_services//,/ }
2021-05-19 01:55:16.572 | ++ lib/tempest:configure_tempest:606        :   is_service_enabled cinder
2021-05-19 01:55:16.591 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:55:16.593 | ++ lib/tempest:configure_tempest:607        :   iniset /opt/stack/tempest/etc/tempest.conf service_available cinder True
2021-05-19 01:55:16.625 | ++ lib/tempest:configure_tempest:605        :   for service in ${tempest_services//,/ }
2021-05-19 01:55:16.628 | ++ lib/tempest:configure_tempest:606        :   is_service_enabled swift
2021-05-19 01:55:16.647 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:55:16.651 | ++ lib/tempest:configure_tempest:607        :   iniset /opt/stack/tempest/etc/tempest.conf service_available swift True
2021-05-19 01:55:16.681 | ++ lib/tempest:configure_tempest:605        :   for service in ${tempest_services//,/ }
2021-05-19 01:55:16.684 | ++ lib/tempest:configure_tempest:606        :   is_service_enabled horizon
2021-05-19 01:55:16.705 | ++ functions-common:is_service_enabled:1960 :   return 1
2021-05-19 01:55:16.708 | ++ lib/tempest:configure_tempest:609        :   iniset /opt/stack/tempest/etc/tempest.conf service_available horizon False
2021-05-19 01:55:16.748 | ++ lib/tempest:configure_tempest:613        :   '[' libvirt = libvirt ']'
2021-05-19 01:55:16.751 | ++ lib/tempest:configure_tempest:613        :   '[' kvm = lxc ']'
2021-05-19 01:55:16.753 | ++ lib/tempest:configure_tempest:623        :   local tmp_cfg_file
2021-05-19 01:55:16.756 | +++ lib/tempest:configure_tempest:624        :   mktemp
2021-05-19 01:55:16.762 | ++ lib/tempest:configure_tempest:624        :   tmp_cfg_file=/tmp/tmp.VkNibVYdYW
2021-05-19 01:55:16.764 | ++ lib/tempest:configure_tempest:625        :   cd /opt/stack/tempest
2021-05-19 01:55:16.767 | ++ lib/tempest:configure_tempest:626        :   [[ False != \T\r\u\e ]]
2021-05-19 01:55:16.769 | ++ lib/tempest:configure_tempest:627        :   tox -revenv-tempest --notest
2021-05-19 01:55:17.331 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest
2021-05-19 01:55:18.200 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt
2021-05-19 01:55:39.008 | venv-tempest develop-inst: /opt/stack/tempest
2021-05-19 01:55:44.661 | 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.7,debtcollector==2.2.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==2.10,iso8601==0.1.14,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.10.9,oslo.concurrency==4.4.0,oslo.config==8.7.0,oslo.context==3.2.0,oslo.i18n==5.0.1,oslo.log==4.5.0,oslo.serialization==4.1.0,oslo.utils==4.9.0,packaging==20.9,paramiko==2.7.2,pbr==5.6.0,prettytable==0.7.2,pycparser==2.20,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.2,pyrsistent==0.17.3,python-dateutil==2.8.1,python-mimeparse==1.6.0,python-subunit==1.4.0,pytz==2021.1,PyYAML==5.4.1,requests==2.25.1,rfc3986==1.4.0,six==1.15.0,stestr==3.2.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@393e94a604f29940025c2c2d8f406419e7733e5c#egg=tempest,testtools==2.4.0,traceback2==1.4.0,unittest2==1.1.0,urllib3==1.26.4,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1
2021-05-19 01:55:44.661 | ___________________________________ summary ____________________________________
2021-05-19 01:55:44.661 |   venv-tempest: skipped tests
2021-05-19 01:55:44.661 |   congratulations :)
2021-05-19 01:55:44.689 | ++ lib/tempest:configure_tempest:630        :   local tmp_u_c_m
2021-05-19 01:55:44.692 | +++ lib/tempest:configure_tempest:631        :   mktemp -t tempest_u_c_m.XXXXXXXXXX
2021-05-19 01:55:44.697 | ++ lib/tempest:configure_tempest:631        :   tmp_u_c_m=/tmp/tempest_u_c_m.kFLh81Huh8
2021-05-19 01:55:44.700 | ++ lib/tempest:configure_tempest:632        :   set_tempest_venv_constraints /tmp/tempest_u_c_m.kFLh81Huh8
2021-05-19 01:55:44.702 | ++ lib/tempest:set_tempest_venv_constraints:115 :   local tmp_c
2021-05-19 01:55:44.705 | ++ lib/tempest:set_tempest_venv_constraints:116 :   tmp_c=/tmp/tempest_u_c_m.kFLh81Huh8
2021-05-19 01:55:44.707 | ++ lib/tempest:set_tempest_venv_constraints:117 :   [[ master == \m\a\s\t\e\r ]]
2021-05-19 01:55:44.711 | ++ lib/tempest:set_tempest_venv_constraints:118 :   cd /opt/stack/requirements
2021-05-19 01:55:44.714 | ++ lib/tempest:set_tempest_venv_constraints:118 :   git show origin/master:upper-constraints.txt
2021-05-19 01:55:44.720 | ++ lib/tempest:configure_tempest:633        :   tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.kFLh81Huh8 -r requirements.txt
2021-05-19 01:55:46.250 | venv-tempest develop-inst-noop: /opt/stack/tempest
2021-05-19 01:55:46.791 | 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.7,debtcollector==2.2.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==2.10,iso8601==0.1.14,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.10.9,oslo.concurrency==4.4.0,oslo.config==8.7.0,oslo.context==3.2.0,oslo.i18n==5.0.1,oslo.log==4.5.0,oslo.serialization==4.1.0,oslo.utils==4.9.0,packaging==20.9,paramiko==2.7.2,pbr==5.6.0,prettytable==0.7.2,pycparser==2.20,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.2,pyrsistent==0.17.3,python-dateutil==2.8.1,python-mimeparse==1.6.0,python-subunit==1.4.0,pytz==2021.1,PyYAML==5.4.1,requests==2.25.1,rfc3986==1.4.0,six==1.15.0,stestr==3.2.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@393e94a604f29940025c2c2d8f406419e7733e5c#egg=tempest,testtools==2.4.0,traceback2==1.4.0,unittest2==1.1.0,urllib3==1.26.4,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1
2021-05-19 01:55:46.792 | venv-tempest run-test-pre: PYTHONHASHSEED='1148314006'
2021-05-19 01:55:46.792 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.kFLh81Huh8 -r requirements.txt
2021-05-19 01:55:48.180 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/
2021-05-19 01:55:48.208 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 4)) (5.6.0)
2021-05-19 01:55:48.210 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 5)) (3.7.0)
2021-05-19 01:55:48.211 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 6)) (3.2.0)
2021-05-19 01:55:48.213 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 7)) (2.4.0)
2021-05-19 01:55:48.214 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 8)) (2.7.2)
2021-05-19 01:55:48.215 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 9)) (0.8.0)
2021-05-19 01:55:48.216 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 10)) (4.4.0)
2021-05-19 01:55:48.218 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 11)) (8.7.0)
2021-05-19 01:55:48.219 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 12)) (4.5.0)
2021-05-19 01:55:48.220 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 13)) (3.2.0)
2021-05-19 01:55:48.222 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 14)) (4.1.0)
2021-05-19 01:55:48.223 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 15)) (4.9.0)
2021-05-19 01:55:48.224 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 16)) (3.0.0)
2021-05-19 01:55:48.225 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 17)) (5.4.1)
2021-05-19 01:55:48.226 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 18)) (1.4.0)
2021-05-19 01:55:48.228 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 19)) (3.3.0)
2021-05-19 01:55:48.229 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 20)) (0.7.2)
2021-05-19 01:55:48.230 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 21)) (1.26.4)
2021-05-19 01:55:48.231 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 22)) (2.2.0)
2021-05-19 01:55:48.232 | Requirement already satisfied: unittest2>=1.1.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 23)) (1.1.0)
2021-05-19 01:55:48.244 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.5.0)
2021-05-19 01:55:48.245 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.7)
2021-05-19 01:55:48.253 | Requirement already satisfied: six>=1.10.0 in ./.tox/tempest/lib/python3.8/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 22)) (1.15.0)
2021-05-19 01:55:48.255 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 22)) (1.12.1)
2021-05-19 01:55:48.293 | Requirement already satisfied: attrs>=17.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (20.3.0)
2021-05-19 01:55:48.294 | Requirement already satisfied: pyrsistent>=0.14.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.17.3)
2021-05-19 01:55:48.295 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (56.0.0)
2021-05-19 01:55:48.310 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 10)) (5.0.1)
2021-05-19 01:55:48.311 | Requirement already satisfied: fasteners>=0.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 10)) (0.14.1)
2021-05-19 01:55:48.354 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 11)) (2.25.1)
2021-05-19 01:55:48.356 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 11)) (1.4.0)
2021-05-19 01:55:48.399 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 12)) (2.8.1)
2021-05-19 01:55:48.401 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 12)) (0.9.6)
2021-05-19 01:55:48.403 | Requirement already satisfied: oslo.context>=2.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 12)) (3.2.0)
2021-05-19 01:55:48.414 | Requirement already satisfied: pytz>=2013.6 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 14)) (2021.1)
2021-05-19 01:55:48.415 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 14)) (1.0.2)
2021-05-19 01:55:48.434 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 15)) (20.9)
2021-05-19 01:55:48.436 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 15)) (0.1.14)
2021-05-19 01:55:48.437 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 15)) (0.10.9)
2021-05-19 01:55:48.475 | Requirement already satisfied: pynacl>=1.0.1 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.4.0)
2021-05-19 01:55:48.476 | Requirement already satisfied: cryptography>=2.5 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (3.4.7)
2021-05-19 01:55:48.478 | Requirement already satisfied: bcrypt>=3.1.3 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (3.2.0)
2021-05-19 01:55:48.502 | Requirement already satisfied: extras in ./.tox/tempest/lib/python3.8/site-packages (from python-subunit>=1.0.0->-r requirements.txt (line 18)) (1.0.0)
2021-05-19 01:55:48.539 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 13)) (0.12.1)
2021-05-19 01:55:48.541 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 13)) (0.18.2)
2021-05-19 01:55:48.575 | Requirement already satisfied: python-mimeparse in ./.tox/tempest/lib/python3.8/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.6.0)
2021-05-19 01:55:48.576 | Requirement already satisfied: traceback2 in ./.tox/tempest/lib/python3.8/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.4.0)
2021-05-19 01:55:48.664 | Collecting argparse
2021-05-19 01:55:48.671 |   Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB)
2021-05-19 01:55:48.755 | Requirement already satisfied: cffi>=1.1 in ./.tox/tempest/lib/python3.8/site-packages (from bcrypt>=3.1.3->paramiko>=2.7.0->-r requirements.txt (line 8)) (1.14.5)
2021-05-19 01:55:48.764 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.8/site-packages (from cffi>=1.1->bcrypt>=3.1.3->paramiko>=2.7.0->-r requirements.txt (line 8)) (2.20)
2021-05-19 01:55:48.825 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.8/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2)
2021-05-19 01:55:48.826 | Requirement already satisfied: colorama>=0.3.7 in ./.tox/tempest/lib/python3.8/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.4.4)
2021-05-19 01:55:48.827 | Requirement already satisfied: wcwidth>=0.1.7 in ./.tox/tempest/lib/python3.8/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.2.5)
2021-05-19 01:55:48.897 | Requirement already satisfied: monotonic>=0.1 in ./.tox/tempest/lib/python3.8/site-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->-r requirements.txt (line 10)) (1.6)
2021-05-19 01:55:49.060 | Requirement already satisfied: idna<3,>=2.5 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 11)) (2.10)
2021-05-19 01:55:49.061 | Requirement already satisfied: chardet<5,>=3.0.2 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 11)) (4.0.0)
2021-05-19 01:55:49.062 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 11)) (2020.12.5)
2021-05-19 01:55:49.191 | Requirement already satisfied: linecache2 in ./.tox/tempest/lib/python3.8/site-packages (from traceback2->testtools>=2.2.0->-r requirements.txt (line 7)) (1.0.0)
2021-05-19 01:55:49.316 | Installing collected packages: argparse
2021-05-19 01:55:49.461 | Successfully installed argparse-1.4.0
2021-05-19 01:55:49.497 | WARNING: You are using pip version 21.0.1; however, version 21.1.1 is available.
2021-05-19 01:55:49.497 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command.
2021-05-19 01:55:49.555 | ___________________________________ summary ____________________________________
2021-05-19 01:55:49.555 |   venv-tempest: commands succeeded
2021-05-19 01:55:49.555 |   congratulations :)
2021-05-19 01:55:49.584 | ++ lib/tempest:configure_tempest:634        :   rm -f /tmp/tempest_u_c_m.kFLh81Huh8
2021-05-19 01:55:49.589 | ++ lib/tempest:configure_tempest:637        :   [[ False == \T\r\u\e ]]
2021-05-19 01:55:49.591 | ++ lib/tempest:configure_tempest:645        :   [[ True == \F\a\l\s\e ]]
2021-05-19 01:55:49.594 | ++ lib/tempest:configure_tempest:649        :   iniset /opt/stack/tempest/etc/tempest.conf auth use_dynamic_credentials True
2021-05-19 01:55:49.623 | ++ lib/tempest:configure_tempest:655        :   tox -evenv -- tempest verify-config -uro /tmp/tmp.VkNibVYdYW
2021-05-19 01:55:50.179 | venv create: /opt/stack/tempest/.tox/venv
2021-05-19 01:55:50.771 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt
2021-05-19 01:56:26.817 | venv develop-inst: /opt/stack/tempest
2021-05-19 01:56:34.555 | venv installed: /opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/pip/_vendor/packaging/version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release,  warnings.warn(,/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/pip/_vendor/packaging/version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release,  warnings.warn(,alabaster==0.7.12,attrs==20.3.0,Babel==2.9.1,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.7,debtcollector==2.2.0,docutils==0.16,dulwich==0.20.21,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==2.10,imagesize==1.2.0,iso8601==0.1.14,Jinja2==2.11.3,jsonschema==3.2.0,linecache2==1.0.0,MarkupSafe==1.1.1,monotonic==1.6,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.10.9,openstackdocstheme==2.2.7,oslo.concurrency==4.4.0,oslo.config==8.7.0,oslo.context==3.2.0,oslo.i18n==5.0.1,oslo.log==4.5.0,oslo.serialization==4.1.0,oslo.utils==4.9.0,packaging==20.9,paramiko==2.7.2,pbr==5.6.0,prettytable==0.7.2,pycparser==2.20,Pygments==2.8.1,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.2,pyrsistent==0.17.3,python-dateutil==2.8.1,python-mimeparse==1.6.0,python-subunit==1.4.0,pytz==2021.1,PyYAML==5.4.1,reno==3.3.0,requests==2.25.1,rfc3986==1.4.0,six==1.15.0,snowballstemmer==2.1.0,Sphinx==3.5.4,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.2.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@393e94a604f29940025c2c2d8f406419e7733e5c#egg=tempest,testtools==2.4.0,traceback2==1.4.0,unittest2==1.1.0,urllib3==1.26.4,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1
2021-05-19 01:56:34.556 | venv run-test-pre: PYTHONHASHSEED='266590734'
2021-05-19 01:56:34.556 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.VkNibVYdYW
2021-05-19 01:56:38.397 | /opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/unittest2/compatibility.py:143: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
2021-05-19 01:56:38.397 |   class ChainMap(collections.MutableMapping):
2021-05-19 01:56:38.397 | /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-05-19 01:56:38.397 |   _client = klass(auth_provider=auth_provider, **kwargs)
2021-05-19 01:56:38.397 | Config option api_v2 in group image-feature-enabled should be changed to: False
2021-05-19 01:56:38.492 | ___________________________________ summary ____________________________________
2021-05-19 01:56:38.492 |   venv: commands succeeded
2021-05-19 01:56:38.492 |   congratulations :)
2021-05-19 01:56:38.521 | ++ lib/tempest:configure_tempest:660        :   is_service_enabled q-metering
2021-05-19 01:56:38.538 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:56:38.541 | ++ lib/tempest:configure_tempest:665        :   is_service_enabled q-l3
2021-05-19 01:56:38.557 | ++ functions-common:is_service_enabled:1960 :   return 0
2021-05-19 01:56:38.560 | ++ lib/tempest:configure_tempest:669        :   local network_api_extensions=all
2021-05-19 01:56:38.562 | ++ lib/tempest:configure_tempest:670        :   [[ ! -z '' ]]
2021-05-19 01:56:38.564 | ++ lib/tempest:configure_tempest:676        :   [[ -n '' ]]
2021-05-19 01:56:38.567 | ++ lib/tempest:configure_tempest:679        :   iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled api_extensions all
2021-05-19 01:56:38.599 | ++ lib/tempest:configure_tempest:681        :   local object_storage_api_extensions=all
2021-05-19 01:56:38.602 | ++ lib/tempest:configure_tempest:682        :   [[ ! -z '' ]]
2021-05-19 01:56:38.604 | ++ lib/tempest:configure_tempest:688        :   iniset /opt/stack/tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis all
2021-05-19 01:56:38.637 | ++ lib/tempest:configure_tempest:690        :   local volume_api_extensions=all
2021-05-19 01:56:38.640 | ++ lib/tempest:configure_tempest:691        :   [[ ! -z '' ]]
2021-05-19 01:56:38.642 | ++ lib/tempest:configure_tempest:697        :   iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled api_extensions all
2021-05-19 01:56:38.672 | ++ lib/tempest:configure_tempest:700        :   IFS=' 	
2021-05-19 01:56:38.672 | '
2021-05-19 01:56:38.675 | ++ extras.d/80-tempest.sh:source:23         :   echo_summary 'Installing Tempest Plugins'
2021-05-19 01:56:38.678 | ++ ./stack.sh:echo_summary:422              :   [[ -t 3 ]]
2021-05-19 01:56:38.680 | ++ ./stack.sh:echo_summary:428              :   echo -e Installing Tempest Plugins
2021-05-19 01:56:38.682 | ++ extras.d/80-tempest.sh:source:24         :   install_tempest_plugins
2021-05-19 01:56:38.685 | ++ lib/tempest:install_tempest_plugins:732  :   pushd /opt/stack/tempest
2021-05-19 01:56:38.685 | /opt/stack/tempest /opt/stack/tempest
2021-05-19 01:56:38.687 | ++ lib/tempest:install_tempest_plugins:733  :   [[ 0 != 0 ]]
2021-05-19 01:56:38.690 | ++ lib/tempest:install_tempest_plugins:742  :   popd
2021-05-19 01:56:38.690 | /opt/stack/tempest
2021-05-19 01:56:38.693 | ++ extras.d/80-tempest.sh:source:27         :   [[ stack == \u\n\s\t\a\c\k ]]
2021-05-19 01:56:38.696 | ++ extras.d/80-tempest.sh:source:32         :   [[ stack == \c\l\e\a\n ]]
2021-05-19 01:56:38.699 | + functions-common:run_phase:1753          :   [[ stack == \s\o\u\r\c\e ]]
2021-05-19 01:56:38.702 | + functions-common:run_phase:1756          :   [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2021-05-19 01:56:38.704 | + functions-common:run_phase:1759          :   run_plugins stack test-config
2021-05-19 01:56:38.707 | + functions-common:run_plugins:1718        :   local mode=stack
2021-05-19 01:56:38.710 | + functions-common:run_plugins:1719        :   local phase=test-config
2021-05-19 01:56:38.712 | + functions-common:run_plugins:1721        :   local plugins=
2021-05-19 01:56:38.715 | + functions-common:run_plugins:1722        :   local plugin
2021-05-19 01:56:38.718 | + ./stack.sh:main:1473                     :   merge_config_group /home/ubuntu/devstack/local.conf test-config
2021-05-19 01:56:38.721 | + inc/meta-config:merge_config_group:171   :   local localfile=/home/ubuntu/devstack/local.conf
2021-05-19 01:56:38.723 | + inc/meta-config:merge_config_group:171   :   shift
2021-05-19 01:56:38.727 | + inc/meta-config:merge_config_group:172   :   local matchgroups=test-config
2021-05-19 01:56:38.729 | + inc/meta-config:merge_config_group:174   :   [[ -r /home/ubuntu/devstack/local.conf ]]
2021-05-19 01:56:38.732 | + inc/meta-config:merge_config_group:176   :   local configfile group
2021-05-19 01:56:38.734 | + inc/meta-config:merge_config_group:177   :   for group in $matchgroups
2021-05-19 01:56:38.738 | ++ inc/meta-config:merge_config_group:178   :   get_meta_section_files /home/ubuntu/devstack/local.conf test-config
2021-05-19 01:56:38.741 | ++ inc/meta-config:get_meta_section_files:63 :   local file=/home/ubuntu/devstack/local.conf
2021-05-19 01:56:38.744 | ++ inc/meta-config:get_meta_section_files:64 :   local matchgroup=test-config
2021-05-19 01:56:38.747 | ++ inc/meta-config:get_meta_section_files:66 :   [[ -r /home/ubuntu/devstack/local.conf ]]
2021-05-19 01:56:38.749 | ++ inc/meta-config:get_meta_section_files:68 :   awk -v matchgroup=test-config '
2021-05-19 01:56:38.750 |         /^\[\[.+\|.*\]\]/ {
2021-05-19 01:56:38.750 |             gsub("[][]", "", $1);
2021-05-19 01:56:38.750 |             split($1, a, "|");
2021-05-19 01:56:38.750 |             if (a[1] == matchgroup)
2021-05-19 01:56:38.750 |                 print a[2]
2021-05-19 01:56:38.750 |         }
2021-05-19 01:56:38.750 |     ' /home/ubuntu/devstack/local.conf

=========================
DevStack Component Timing
 (times are in seconds)  
=========================
wait_for_service      26
pip_install          262
apt-get              477
run_process           39
dbsync               112
git_timed             14
apt-get-update         6
test_with_retry        6
async_wait           475
osc                  405
-------------------------
Unaccounted time      92
=========================
Total runtime        1914

=================
 Async summary
=================
 Time spent in the background minus waits: 815 sec
 Elapsed time: 1914 sec
 Time if we did everything serially: 2729 sec
 Speedup:  1.42581



This is your host IP address: 10.222.0.39
This is your host IPv6 address: ::1
Keystone is serving at http://10.222.0.39/identity/
The default users are: admin and demo
The password: Passw0rd

Services are running under systemd unit files.
For more information see: 
https://docs.openstack.org/devstack/latest/systemd.html

DevStack Version: xena
Change: 544bf7e6f198f4e7da4297b9a0b20c672b4e6baa Use ping instead of arping for br-data 2021-05-19 01:23:08 +0000
OS Version: Ubuntu 20.04 focal